Test 4
Test 4
A) Field
B) Record
C) Query
D) Form
2. Which of the following is the default data type for a field in Access?
A) Text
B) Memo
C) Number
D) AutoNumber
3. What is the maximum number of fields that a table can have in Access
2010?
A) 50
B) 255
C) 500
D) 1024
A) .accdb
B) .mdb
C) .xls
D) .xlsx
8. Which of the following data types is used for storing long text entries in MS
Access?
A) Memo
B) Text
C) Hyperlink
D) Currency
A) By applying a filter
B) By using the Sort option in the query design grid
C) By clicking on the field name in the table
D) By using the Update Query
A) Query
B) Table
C) Form
D) Report Wizard
A) &&
B) ||
C) OR
D) AND
17. What is the maximum number of characters that the Text data type can
store in MS Access?
A) 50
B) 100
C) 255
D) 512
19. In MS Access, which of the following is used to group related fields and
organize data?
A) Form
B) Report
C) Table
D) Query
20. What is the maximum number of characters that the Memo data type can
store in MS Access 2010?
A) 255
B) 500
C) 1,000,000
D) 65,535
21. How do you ensure referential integrity between two related tables in MS
Access?
24. What type of relationship is typically used between two tables where one
table contains the primary key and the other table contains the foreign key?
A) Many-to-many
B) One-to-many
C) One-to-one
D) Self-relationship
25. In Access, which of the following views is used to design the structure of a
table?
A) Datasheet View
B) Form View
C) Design View
D) Report View
A) Query
B) Filter By Selection
C) Group By
D) Update Query
27. How can you add a new field to an existing table in MS Access?
A) Open the table in Design View and add the new field
B) Use the Table Wizard
C) Right-click the table and select "Insert Field"
D) Use a Query to add the field
34. Which of the following does MS Access use to generate unique values for
the primary key?
A) AutoNumber field
B) Manual input
C) Formula field
D) Calculation query
35. What is the maximum size for an "Attachment" data type field in MS
Access?
A) 2 GB
B) 1 GB
C) 500 MB
D) 100 MB
36. Which of the following is used to combine data from multiple tables based
on a common field?
A) Union Query
B) Join Query
C) Select Query
D) Action Query
38. Which of the following is the correct function to count the number of
records in a field in an Access query?
A) SUM()
B) COUNT()
C) AVG()
D) MIN()
39. Which feature in MS Access helps ensure that only valid data is entered
into a field?
A) Validation Rule
B) Lookup Wizard
C) Default Value
D) Index
A) Macros
B) Tables
C) Queries
D) Reports
44. Which type of query allows you to create a new table from existing data in
MS Access?
A) Select Query
B) Update Query
C) Append Query
D) Make-Table Query
A) To design tables
B) To generate and format reports
C) To design forms
D) To create calculated fields
49. Which of the following is the correct SQL command to create a new table
in MS Access?
A) INSERT INTO
B) SELECT * FROM
C) CREATE TABLE
D) DROP TABLE
50. What does the "Expression Builder" in MS Access allow you to do?