Home

1000+ Microsoft Access MCQ for SSC CPO [Solved]

Thursday 9th of March 2023

Sharing is caring

1. To duplicate a controls formatting you can use___
A. Manager
B. Wizard
C. Painter
D. Control
Answer : C
2. Which of the following statement is true?
A. Foreign key fields dont allow duplicate values
B. In primary key field you can enter duplicate value
C. In an indexed field you may or may not enter duplicate value depending upon setting
D. All statements are true
Answer : C
3. When a picture or other graphic image is placed in the report header section it will appear____
A. Once in the beginning of the report
B. At the top of every page
C. Every after record break
D. On the 1st and last pages of the report
Answer : A
4. A __ name must be unique within a database
A. Table
B. Field
C. Record
D. Character
Answer : A
5. The__ button on the tool box display data from a related table
A. Sub form sub report
B. Relationships
C. Select objects
D. More controls
Answer : A
6. The third stage in designing a database is when we analyze our tables more closely and create a ___________ between tables
A. relationship
B. Join
C. Query
D. None of these
Answer : A
7. A primary key in any table has the properties
A. Not Null
B. No Duplicates
C. Both of above
D. None of above
Answer : C
8. The expression builder is an access tool that controls an expression___ for entering an expression
A. Table
B. Box
C. Cell
D. Palette
Answer : B
9. Which of the following may not be a database?
A. Data presented in table in MS Word document
B. Data entered in Excel spreadsheet
C. A presentation created in PowerPoint
D. A telephone diary
Answer : C
10. Which of the following is not a type of relationship that can be applied in Access database
A. One to One
B. One to Many
C. Many to Many
D. All of above can be applied
Answer : D
11. A small button with three dots usually displayed at the right of field properties box
A. Make button
B. Expression button
C. Build button
D. None of above
Answer : C
12. A part of database that stores only one type of data is
A. Report
B. Field
C. Query
D. Record
Answer : B
13. The___ operator will cause a record to be selected only if two or more conditions are satisfied
A. Or
B. If or
C. Range
D. And
Answer : D
14. What do you mean by one to many relationship between Student and Class table?
A. One student can have many classes
B. One class may have many student
C. Many classes may have many students
D. Many students may have many classes
Answer : A
15. A database language concerned with the definition of the whole database structure and schema is ________
A. DCL
B. DML
C. DDL
D. All of above
Answer : C
16. A __________ enables you to view data from a table based on a specific criterion
A. Form
B. Query
C. Macro
D. Report
Answer : B
17. Query design window has two parts. The upper part shows
A. Name of fields, field type and size
B. Tables with fields and relationships between tables
C. Criteria
D. Sorting check boxes
Answer : B
18. When creating a new table which method can be used to choose fields from standard databases and tables
A. Create table in Design View
B. Create Table using wizard
C. Create Table by Entering data
D. None of above
Answer : D
19. Both conditions display on the same row in the design grid when ___operator is in use
A. OR
B. IN
C. AND
D. LIKE
Answer : C
20. This option allows you to build a new table by entering data directly into the datasheet.
A. datasheet view
B. design view
C. link table
D. None of the above
Answer : A
21. DCL provides commands to perform actions like
A. Change the structure of tables
B. insert, update or delete records and data values
C. authorizing access and other control over database
D. None of above
Answer : C
22. Which field type can store photos?
A. Hyperlink
B. OLE
C. Both of these can be used
D. Access tables cant store photos
Answer : B
23. The command center of access file that appears when you create or open the MS Access database file.
A. Database Window
B. Query Window
C. Design View Windw
D. Switchboard
Answer : A
24. Which of the following is a method to create a new table in MS Access?
A. Create table in Design View
B. Create Table using wizard
C. Create Table by Entering data
D. All of above
Answer : D
25. If you need to edit a relationship
A. Right click the relationship line and choose Edit Relationship
B. Double click the relationship line
C. Both of above
D. None of above
Answer : C
26. Following is not a database model
A. network database model
B. relational database model
C. Object Oriented database model
D. None
Answer : D
27. The two form layout types will display multiple records at one time are tabular and___
A. columnar
B. justified
C. date sheet
D. pivot table
Answer : B
28. Which of the following is not a database object?
A. Tables
B. Queries
C. Relationships
D. Reports
Answer : C
29. Which of the following term is least related to database?
A. Attributes
B. Tuples
C. Relationship
D. Columns
Answer : D
30. The size of a field with Number data type can not be
A. 2
B. 4
C. 8
D. 16
Answer : D
31. This is the stage in database design where one gathers and lists all the necessary fields for the database project.
A. data definition
B. data refinement
C. establishing relationship
D. none of the above
Answer : A
32. Which field type will you select when creating a new table if you require to enter long text in that field?
A. Text
B. Memo
C. Currency
D. Hyperlink
Answer : B
33. Which of the field has width 8 bytes?
A. Memo
B. Number
C. Date/Time
D. Hyperlink
Answer : C
34. Unlike text data type, this can store up to maximum of 65, 535 characters.
A. memo
B. data/time
C. number
D. All of above
Answer : A
35. What is the maximum length a text field can be?
A. 120
B. 255
C. 265
D. 75
Answer : B
36. The key uniquely identifies each record in a table.
A. primary key
B. key word
C. filed name
D. All of above
Answer : A
37. Microsoft Access is a
A. RDBMS
B. OODBMS
C. ORDBMS
D. Network database model
Answer : A
38. Cascade update option
A. means do not change the value in the primary key field if that record has related records in another table
B. means change all the related records in child tables if the record in parent table is changed
C. Both of above
D. None of above
Answer : C
39. To achieve AND effect when you are entering criteria in a query design window
A. write criteria values vertically one in a row
B. write criteria values horizontally
C. Write criteria values in same field separated with AND
D. Write criteria values in same field separated with &
Answer : B
40. This key uniquely identifies each record
A. primary key
B. key record
C. unique key
D. field name
Answer : A
41. Collection of related records in a database is known as
A. File
B. Bench
C. Table
D. Relationship
Answer : C
42. Which of the following database object hold data?
A. Forms
B. Reports
C. Queries
D. Tables
Answer : D
43. Which of the following database object produces the final result to present?
A. Forms
B. Reports
C. Queries
D. Tables
Answer : B
44. It is most common type of query. It retrieves records from one or more tables and then displays the
A. Parameter
B. Select
C. crosstab
D. All of above
Answer : B
45. Which of the following is NOT a type of Microsoft Access database object?
A. Table
B. Form
C. Worksheets
D. Modules
Answer : C
46. Which of the following expresses correct order?
A. Characters, Fields, Records, Tables, Files, Databases
B. Characters, Fields, Records, Tables, Database, Files
C. Databases, Tables, Files, Records, Field, Character
D. Files, Databases, Tables, Records, Fields, Characters
Answer : A
47. A search value can be an exact value or it can be
A. Logical Operator
B. Relationship
C. Wild card character
D. Comparison operation
Answer : C
48. If you write criteria values vertically (one in a row) it will mean
A. OR conditions
B. AND conditions
C. NOT condition
D. None of above
Answer : A
49. We can remove a relationship defined between two tables by
A. From Edit menu choose Delete Relationship
B. Select the relationship line and press Delete
C. Choose Delete option from Relationship menu
D. All of above
Answer : B
50. Every table in relational database contain a field or combination of fields that can uniquely identify each records, it is called
A. Foreign key
B. Native key
C. Composite key
D. Primary key
Answer : D

Sharing is caring