Home Database Mysql Tutorial 2008年计算机等级考试二级Access模拟试题

2008年计算机等级考试二级Access模拟试题

Jun 07, 2016 pm 03:02 PM
access Level 2 computer

一、填空: 1.数据库能够把大量数据按一定的结构进行存储,____________,实现数据共享。 2. 表由若干记录组成,每一行称为一个“________”,对应着一个真实的对象的每一列称为一个“字段”。 3.查询用于在一个或多个表内查找某些特定的_______,完成数据

一、填空:
1.数据库能够把大量数据按一定的结构进行存储,____________,实现数据共享。
2. 表由若干记录组成,每一行称为一个“________”,对应着一个真实的对象的每一列称为一个“字段”。
3.查询用于在一个或多个表内查找某些特定的_______,完成数据的检索、定位和计算的功能,供用户查看。
4._______是数据库中用户和应用程序之间的主要界面,用户对数据库的任何操作都可以通过它来完成。
5.创建Access 数据库,可以(1)_____创建数据库、(2)用数据库向导创建数据库、(3)通过在另一种文件格式中打开数据文件,来创建数据库。
6.如果在创建表中建立字段“姓名”,其数据类型应当是______________。
7.如果在创建表中建立字段“基本工资额”,其数据类型应当是______________。
8.在人事数据库中,建表记录人员简历,建立字段“简历”,其数据类型应当是______________。
9.将表中的字段定义为“______”,其作用是保证字段中的每一个值都必须是惟一的(即不能重复)便于索引,并且该字段也会成为默认的排序依据。
10.在Access中,表间的关系有“______”、“一对多”及“多对多”。 
11.数据库是一个关于某一_____________ 的信息集合。
12.数据库能够把大量数据按一定的结构进行存储,集中管理和统一使用,____________。
13.窗体是数据库中用户和应用程序之间的_______,用户对数据库的任何操作都可以通过它来完成。
14.如果在创建表中建立字段“性别”,并要求用逻辑值表示,其数据类型应当是______________。
15.在人事数据库中,建表记录人员简历,建立字段“简历”,其数据类型应当是______________。
16.将表中的______定义为“主键”,其作用是保证字段中的每一个值都必须是惟一的(即不能重复)便于索引,并且该字段也会成为默认的排序依据。
17.内部计算函数“Sum”的意思是对所在字段内所有的值______。
18.将“Microsoft Foxpro”中“工资表”的数据,用Access 建立的“工资库”中查询进行计算,需要将“Microsoft Foxpro”中的表链接到“工资库”中,建立______;或者导入到“工资库”中,将数据拷贝到新表中。  
19.数据库是一个关于某一特定主题或目标的____________。
20.数据库能够把大量数据按一定的结构进行存储,集中管理和统一使用,____________。
21.查询用于在一个或多个表内查找某些特定的数据,完成数据的检索、_______和计算的功能,供用户查看。
22.窗体是数据库中用户和应用程序之间的主要界面,用户对数据库的_______都可以通过窗体来完成。
23.报表是以_______的格式显示用户数据的一种有效的方式。
24.创建Access 数据库,可以(1)自行创建数据库、(2)用数据库_____创建数据库、(3)通过在另一种文件格式中打开数据文件,来创建数据库。
25.将表中的字段定义为“主键”,其作用是保证字段中的每一个值都必须是____________便于索引,并且该字段也会成为默认的排序依据。
26.在Access中,表间的关系有“一对一”、“______”及“多对多”。
27.在Access中,在表或查询或窗体中,对记录进行筛选,筛选的含义是将不需要的记录隐藏起来,只______出我们想要看的记录。
28.将“Microsoft Foxpro”中“工资表”的数据,用Access 建立的“工资库”中查询进行计算,需要将“Microsoft Foxpro”中的表链接到“工资库”中,建立链接表;或者______到“工资库”中,将数据拷贝到新表中。
29.查询用于在一个或多个表内查找某些特定的数据,完成数据的检索、定位和_______的功能,供用户查看。
30.将表中的字段定义为“主键”,其作用是保证字段中的每一个值都必须是惟一的(即不能重复)便于索引,并且该字段也会成为默认的______依据。
31.在Access中,表间的关系有“一对一”、“______”及“多对多”。
32.将不需要的记录隐藏起来,只显示出我们想要看的记录,使用的是Access中对表或查询或窗体中的记录的______功能。
33.内部计算函数“Group By”的意思是对要进行计算的字段分组,将____________的记录统计为一组。
34.内部计算函数“____________”的意思是设定选择记录的条件。
35.将表“学生名单”创建新表“学生名单2”,所使用的查询方式是_________。
36.将表“学生名单”的记录删除,所使用的查询方式是_________。

[1] [2] [3] [4] [5] 下一页

 

二、单项选择题:
1.用于基本数据运算的是__________。
A.表     B.查询     C.窗体     D.宏
 
2.在Access数据库中,专用于打印的是_________。
A.表     B.查询     C.报表     D.页
 
3.在Access数据库中,对数据表进行统计的是_________。
A. 汇总查询     B. 动作查询     C. 选择查询     D. 删除查询
 
4.在Access数据库中,对数据表求列平均值的是_________。
A. 汇总查询     B. 动作查询     C. 选择查询     D. 追加查询
5.在Access数据库中,对数据表进行删除的是_________。
A. 汇总查询     B. 动作查询     C. 选择查询     D. SQL查询
 
6.在Access数据库中,从数据表找到符合特定准则的数据信息的是_________。
A. 汇总查询     B. 动作查询     C. 选择查询     D. SQL查询
 
7.如果在创建表中建立字段“简历”,其数据类型应当是______________。
A.文本     B.数字     C.日期     D.备注
 
8.在SQL查询GROUP BY 语句用于____________。
A、选择行条件      B、对查询进行排序    C、列表      D、分组条件
 
9.在已经建立的“工资库”中,要在表中直接显示出我们想要看的记录,凡是姓“李”的记录,可用_________的方法。
A. 排序     B. 筛选     C. 隐藏     D. 冻结
 
10.在已经建立的“工资库”中,要在表中使某些字段不移动显示位置,可用_________的方法。
A. 排序     B. 筛选     C. 隐藏     D. 冻结
 
11.内部计算函数“Sum”的意思是求所在字段内所有的值的______。
A. 和       B. 平均值    C. 最小值     D. 第一个值
 
12.内部计算函数“Avg”的意思是求所在字段内所有的值的______。
A. 和       B. 平均值    C. 最小值     D. 第一个值
 
13.条件语句“Where 工资额>1000”的意思是______。
A.“工资额”中大于1000元的记录
B.将“工资额”中大于1000元的记录删除
C.拷贝字段“工资额”中大于1000元的记录
D.将字段“工资额”中大于1000元的记录进行替换
 
14.条件中“性别=“女” and  工资额>2000”  的意思是______。
A.性别为“女”并且工资额大于2000的记录
B.性别为“女”或者且工资额大于2000的记录
C.性别为“女”并非工资额大于2000的记录
D.性别为“女”或者工资额大于2000,且二者择一的记录
 
15.条件“not 工资额>2000” 的意思是______。
A.除了工资额大于2000之外的工资额的记录
B.工资额大于2000的记录
C.并非工资额大于2000的记录
D.字段工资额大于2000,且二者择一的记录
 
16.用表“学生名单”创建新表“学生名单2”,所使用的查询方式是_________。
A.删除查询      B.生成表查询     C.追加查询     D.交叉表查询
 
17.Access数据库是________。
A.层状数据库  B.网状数据库  C.关系型数据库   D.树状数据库
 
18.数据表中的“列标题的名称”叫做____________。
A. 字段      B.数据     C.记录  D.数据视图
 
19.在Access的下列数据类型中,不能建立索引的数据类型是____________。
A.文本型       B.备注型    C.数字型       D.日期时间型
 
20.在数据表视图中,不可以____________ 。
A.修改字段的类型   B.修改字段的名称
C.删除一个字段     D.删除一条记录

上一页  [1] [2] [3] [4] [5] 下一页

 

21.用于记录基本数据的是__________。
A.表     B.查询&nbs

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to disable background applications in Windows 11_Windows 11 tutorial to disable background applications How to disable background applications in Windows 11_Windows 11 tutorial to disable background applications May 07, 2024 pm 04:20 PM

1. Open settings in Windows 11. You can use Win+I shortcut or any other method. 2. Go to the Apps section and click Apps & Features. 3. Find the application you want to prevent from running in the background. Click the three-dot button and select Advanced Options. 4. Find the [Background Application Permissions] section and select the desired value. By default, Windows 11 sets power optimization mode. It allows Windows to manage how applications work in the background. For example, once you enable battery saver mode to preserve battery, the system will automatically close all apps. 5. Select [Never] to prevent the application from running in the background. Please note that if you notice that the program is not sending you notifications, failing to update data, etc., you can

How to convert deepseek pdf How to convert deepseek pdf Feb 19, 2025 pm 05:24 PM

DeepSeek cannot convert files directly to PDF. Depending on the file type, you can use different methods: Common documents (Word, Excel, PowerPoint): Use Microsoft Office, LibreOffice and other software to export as PDF. Image: Save as PDF using image viewer or image processing software. Web pages: Use the browser's "Print into PDF" function or the dedicated web page to PDF tool. Uncommon formats: Find the right converter and convert it to PDF. It is crucial to choose the right tools and develop a plan based on the actual situation.

What does dao mean in java What does dao mean in java Apr 21, 2024 am 02:08 AM

DAO (Data Access Object) in Java is used to separate application code and persistence layer, its advantages include: Separation: Independent from application logic, making it easier to modify it. Encapsulation: Hide database access details and simplify interaction with the database. Scalability: Easily expandable to support new databases or persistence technologies. With DAOs, applications can call methods to perform database operations such as create, read, update, and delete entities without directly dealing with database details.

Can't allow access to camera and microphone in iPhone Can't allow access to camera and microphone in iPhone Apr 23, 2024 am 11:13 AM

Are you getting "Unable to allow access to camera and microphone" when trying to use the app? Typically, you grant camera and microphone permissions to specific people on a need-to-provide basis. However, if you deny permission, the camera and microphone will not work and will display this error message instead. Solving this problem is very basic and you can do it in a minute or two. Fix 1 – Provide Camera, Microphone Permissions You can provide the necessary camera and microphone permissions directly in settings. Step 1 – Go to the Settings tab. Step 2 – Open the Privacy & Security panel. Step 3 – Turn on the “Camera” permission there. Step 4 – Inside, you will find a list of apps that have requested permission for your phone’s camera. Step 5 – Open the “Camera” of the specified app

What does field mean in java What does field mean in java Apr 25, 2024 pm 10:18 PM

In Java, a "field" is a data member in a class or interface that is used to store data or state. The properties of field include: type (can be any Java data type), access rights, static (belongs to a class rather than an instance), final (immutable) and transient (not serialized). Field is used to store state information of a class or interface, such as storing object data and maintaining object state.

How to read the Oracle stored procedure execution plan How to read the Oracle stored procedure execution plan Apr 18, 2024 pm 10:18 PM

Oracle stored procedure execution plans provide execution information, including access paths, estimated number of rows, join order, and costs. To view the execution plan, execute the EXPLAIN PLAN command and look for the "Execution Plan" section. The execution plan contains a header and body, showing in detail the ID, operation type, number of rows, cost, access path, filter conditions, involved tables and indexes, and the connection sequence if there is a connection.

How does the Java reflection mechanism modify the behavior of a class? How does the Java reflection mechanism modify the behavior of a class? May 03, 2024 pm 06:15 PM

The Java reflection mechanism allows programs to dynamically modify the behavior of classes without modifying the source code. By operating the Class object, you can create instances through newInstance(), modify private field values, call private methods, etc. Reflection should be used with caution, however, as it can cause unexpected behavior and security issues, and has a performance overhead.

How to read dbf file in oracle How to read dbf file in oracle May 10, 2024 am 01:27 AM

Oracle can read dbf files through the following steps: create an external table and reference the dbf file; query the external table to retrieve data; import the data into the Oracle table.

See all articles