computer MCQs
12th • Chapter 06
49 Questions TextBook
1
In a relational database, data is stored in what fundamental structure?
2
What is another term for a table in a relational database?
3
Which of the following is NOT a characteristic of a relational table?
B
The order of columns is materialC
Each cell contains only one valueD
The order of rows is immaterial 4
The number of fields in a relation is called the __________ of a table.
5
The number of records in a relation is called the __________ of the relation.
6
In Microsoft Access, what does IDE stand for?
A
Integrated Design EnvironmentB
Integrated Development EnvironmentC
Internal Development EngineD
Interface Design Engine 7
Which view in Access allows you to define fields and their data types before adding data?
8
Which view in Access is similar to an Excel worksheet and is used for entering raw data?
9
What is the maximum number of characters allowed in a Text data type field in Access?
10
Which data type is used for detailed descriptive fields and can store more than 64,000 characters?
11
Which data type automatically assigns a unique integer to a new record?
12
An OLE object in Access can be which of the following?
A
A sound, picture, or Word document 13
What is the default field size for the Text data type?
14
Which field property is used to control the display format of data, such as converting text to lowercase?
15
In Text format property, what does the '>' symbol do?
A
Converts characters to lowercaseB
Indicates a required characterC
Converts characters to uppercaseD
Indicates an optional character 16
Which property specifies criteria for the data entered into a field?
17
An Input Mask like '(@@@) @@@-@@@@' is typically used for what kind of data?
18
What is the primary purpose of a Primary Key?
B
To uniquely identify each record in a tableC
To link to external websitesD
To store large amounts of text 19
How is a primary key field often marked in the Design View?
20
If no existing field provides unique values, what data type does Access suggest for a new primary key field?
21
Which wizard helps you create tables using predefined templates?
22
How can you add a new record in Datasheet View?
A
By clicking the asterisk (*) symbolB
By using the 'Add Record' wizardC
By right-clicking a column headerD
By going to the File menu 23
To delete an entire column in Datasheet view, you select it and choose __________ from the menu bar.
24
What feature in Access allows you to keep certain columns visible while you scroll through others?
25
Which command is used to locate data in a datasheet quickly?
26
What is the function of the 'Replace All' button in the Find and Replace dialog box?
A
Replaces only the first occurrenceB
Replaces all occurrences in one stepC
Finds the next value to replaceD
Replaces values in a different table 27
Relationships between tables are established by linking which of the following?
A
A primary key in one table to a foreign key in anotherB
Two fields with the same nameC
Two fields with the Text data typeD
The first field of each table 28
What does 'Enforce Referential Integrity' ensure?
A
Data is not accidentally lost or invalidatedB
All tables have a primary keyC
All fields have validation rulesD
The database is password protected 29
What is a 'join' in the context of relational databases?
A
The process that makes relationships workC
A way to merge two databasesD
A tool for sorting data 30
If Cascade Update Related Fields is selected, changing a primary key value in the parent table will do what?
A
Delete the related records in the child tableB
Prevent any changes to the primary keyC
Automatically update the foreign key value in related recordsD
Create a copy of the related records 31
The feature that allows you to view only those records that meet certain criteria is called?
32
What does the wildcard character '*' represent in a query criterion?
B
Any number of characters 33
What does the wildcard character '?' represent in a query criterion?
A
Any number of charactersB
A numeric digit between 0 and 9 34
A collection of records selected by a query is called a __________.
35
Which type of query makes changes to records, such as deleting or updating them?
36
An Append Query is a type of Action Query that does what?
A
Deletes a group of recordsB
Makes changes to existing recordsC
Adds records to the end of a table 37
Which type of query prompts the user for information when it is run?
38
Which query calculates a sum, average, or count on data that is grouped by two types of information?
39
In the query design grid, where do you specify the conditions that records must meet to be included in the results?
40
To find a four-character name that starts with 'H', which criteria would you use?
41
Which function in a query finds the total of the values in a field?
42
Which function counts the number of non-null values in a field?
43
The 'Is Null' criterion in a query is used to find records where the field has __________.
44
What does a Delete Query do?
C
Deletes a group of records 45
Which wizard is specifically designed to find records with duplicate values in a field?
C
Find Duplicates Query WizardD
Find Unmatched Query Wizard 46
What is the term for the rule that ensures consistency between related tables?
47
In the query design grid, what does the 'Expression' calculation type do?
A
Calculates a standard deviationB
Finds the first field valueC
Creates a calculated field using a formula 48
To sort records in a query, which row in the design grid do you use?
49
Which data type would be most appropriate for storing a person's date of birth?