Quiznetik
Microsoft Access (MS Access) | Set 3
1. Which of the following is not a logical database structure?
A. Chain
B. Network
C. Tree
D. Relational
Correct : A. Chain
2. In a datasheet, what does each column represent?
A. Record
B. Field
C. Database
D. Table
Correct : B. Field
3. In a datasheet, what does each row represent?
A. Record
B. Field
C. Database
D. Table
Correct : A. Record
4. A ________ is a unit of information in a ________
A. record, field
B. field, record
C. data source, field
D. record, data source
Correct : B. field, record
5. What do you call a primary key field included in another table?
A. Foreign key
B. Parent key
C. Child key
D. Index
Correct : A. Foreign key
6. Which type of field is incremented automatically?
A. Auto Elevate
B. AutoNumber
C. Auto Increment
D. Auto Value
Correct : B. AutoNumber
7. Which object is used to create a form?
A. Tables and Queries
B. Tables only
C. Tables and reports
D. Queries and reports
Correct : A. Tables and Queries
8. What determines a table’s sort order?
A. AutoNumber field
B. Index field
C. Field order
D. Primary key
Correct : B. Index field
9. What is an intersection of a row and a column?
A. Form
B. Cursor
C. Cell
D. Record
Correct : C. Cell
10. Which tool do you use to create a query object?
A. Database wizard
B. Simple filter wizard
C. Simple query wizard
D. Table query wizard
Correct : C. Simple query wizard
11. Which of the following is not a view for interacting with a form object?
A. Datasheet view
B. Design view
C. Form view
D. Layout view
Correct : D. Layout view
12. What is the purpose of indexing?
A. To reduce table size
B. To speedup data search
C. both A and B
D. none of the above
Correct : B. To speedup data search
13. Which is the valid data type in Access?
A. Number
B. Text
C. Currency
D. All of the above
Correct : D. All of the above
14. How many relations may exist between tables in databases?
A. 4
B. 3
C. 2
D. 1
Correct : B. 3
15. What is the full form of SQL?
A. Sophisticated Question List
B. Structured Question List
C. Structured Query Language
D. Small Query Length
Correct : C. Structured Query Language
16. Which data type is better to use for storing phone number in the following format “977-1-1234567”?
A. Text
B. AutoNumber
C. Number
D. Currency
Correct : A. Text
17. What do you call a collection of records matching parameters of a query?
A. Field
B. Record
C. Query
D. Dynaset
Correct : D. Dynaset
18. Which query do you use to answer the question "Which employees earn more than $5000 a month"?
A. Search query
B. Cross tab query
C. Select query
D. Update query
Correct : C. Select query
19. In which order do you place the field to sort a Dynaset first by zipcode, then by lastname and then by firstname?
A. zipcode, firstname, lastname
B. firstname, lastname, zipcode
C. zipcode, lastname, firstname
D. can’t sort by multiple fields
Correct : C. zipcode, lastname, firstname
20. What does the expression [detail] ! [product] * 1.30 do?
A. multiplies the contents of detail and product fields by 1.3
B. First divides detail by product and then multiplies by 1.3
C. multiplies the contents of detail in the product table by 1.3
D. multiplies the contents of product in the detail table by 1.3
Correct : D. multiplies the contents of product in the detail table by 1.3
21. Which criteria return only those addresses beginning with the letter "K"?
A. address = "K"
B. address = "K*"
C. address = "K?"
D. address = "K#"
Correct : B. address = "K*"
22. Which criteria do not return the position "Officer" as a match?
A. position = "*ff*"
B. position = "O??icer"
C. position = " ?ff*"
D. position = "O#r"
Correct : D. position = "O#r"
23. Which query do you use to answer the question "What is the average salary of the employees"?
A. Search query
B. Cross tab query
C. Select query
D. Update query
Correct : C. Select query
24. What is the result of ‘Select * from customer where CustID>10 and CustID<100’ query?
A. display all customers with CustID from 10 to 100
B. display all customers with CustID above 10
C. display all customers with CustID below 100
D. display all customers with CustID from 11 to 99
Correct : D. display all customers with CustID from 11 to 99
25. How to make a date field DOB store the dates like "2002/10/17" ?
A. By setting the input mask property to "yyyy/mm/dd"
B. By setting the format property to "yyyy/mm/dd"
C. By entering dates in yyyy, mm, dd order
D. none of the above
Correct : B. By setting the format property to "yyyy/mm/dd"
26. You have field ‘Sex’ of type Byte Number. How to limit its value to 0 and 1 only?
A. By setting required to ‘Yes’
B. By using default value
C. By defining validation rule
D. By using format
Correct : C. By defining validation rule
27. In an application created using the database wizard, the main menu is presented as a:
A. form, called a switchboard
B. report, called a menu
C. table, called a switchboard
D. query, called a menu
Correct : A. form, called a switchboard
28. Which leads you through the process of creating a table?
A. wizard
B. assistant
C. relation
D. coach
Correct : A. wizard
29. Which data type is better to use for storing the price of an item?
A. Text
B. AutoNumber
C. Number
D. Currency
Correct : D. Currency
30. Which do you click to display the table\'s primary key and indexes in a separate window?
A. indexes button
B. primary key button
C. view datasheet button
D. view design button
Correct : A. indexes button
31. After right click the field selector button, which do you choose to delete a field in design view?
A. Delete field
B. delete rows
C. remove field
D. remove rows
Correct : B. delete rows
32. Which tool is used to generate printout of a table\'s structure?
A. Analyzer
B. Designer
C. Documenter
D. Generator
Correct : C. Documenter
33. Which of the following is not a legitimate section for form objects?
A. Form detail
B. Group header
C. Form header
D. Page footer
Correct : B. Group header
34. The basic elements of a form or a report are called:
A. Controls
B. Objects
C. Windows
D. Properties
Correct : A. Controls
35. Which control types is most often associated with a bound control?
A. command button
B. label
C. text box
D. list box
Correct : C. text box
36. Which control type do you use to create a calculated control?
A. command button
B. combo box
C. text box
D. list box
Correct : C. text box
37. Which is not a view for displaying a report object?
A. Datasheet view
B. Design view
C. Print preview
D. Layout preview
Correct : A. Datasheet view
38. The report footer section is most useful for displaying:
A. grand totals
B. Column headings
C. subtotals
D. page numbers
Correct : A. grand totals
39. Which function can not be used for calculated controls in a report?
A. SUM
B. AVG
C. MPT
D. COUNT
Correct : C. MPT
40. Which setting you must modify to print a report using letterhead?
A. Group
B. Margin
C. Section
D. Orientation
Correct : B. Margin
41. In the datasheet formatting dialogue box, which is not an option in the border and line styles dropdown list box?
A. datasheet border
B. datasheet underline
C. Column Header underline
D. vertical gridline
Correct : C. Column Header underline
42. Which is not an option for customizing a datasheet window?
A. change one row\'s height
B. hide one column
C. change one column\'s width
D. freeze one column
Correct : A. change one row\'s height
43. Which is not a command that is selectable from right click menu of a field column?
A. Hide columns
B. Unhide columns
C. freeze columns
D. sort descending
Correct : B. Unhide columns
44. What do you call the process of restricting the display of records in a table to those matching a particular criterion?
A. filtering
B. restricting
C. sorting
D. sifting
Correct : A. filtering
45. In the relationships window, what does the appearance of symbols, such as 1 and the infinity symbol, at the endpoints of a relationship line mean?
A. Referential integrity is enforced
B. Referential integrity isn\'t enforced
C. An inner join is set
D. An outer join is set
Correct : A. Referential integrity is enforced
46. Which of the following is not an action query?
A. add
B. delete
C. make-table
D. update
Correct : A. add
47. In MS Access, Text Data type may contain maximum character of
A. 255 Character
B. 256 Character
C. 1064 Character
D. No Limit
Correct : A. 255 Character
48. Which of the following is not a valid Data Type in MS Access?
A. Memo
B. Picture
C. Currency
D. AutoNumber
Correct : B. Picture
49. In MS Access "Hyperlink" Data Type can store
A. Web Address
B. email Address
C. Path of a File
D. All of Above
Correct : D. All of Above
50. Which of the following data type is used to store logical value in MS Access?
A. True/False
B. On/Off
C. Yes/No
D. All of Above
Correct : C. Yes/No
51. The appropriate Data Type to store Time in MS Access?
A. Date/Time
B. Time Only
C. Time
D. Time cannot be stored
Correct : A. Date/Time
52. In MS Access "Lookup Wizard" is used to
A. to select from previous values
B. to select values from Excel Sheet
C. to select value from another table
D. Not a valid Data Type
Correct : C. to select value from another table
53. Which of the following Data Type is used to store picture in MS Access
A. Picture
B. OLE Object
C. Memo
D. Picture cannot be stored
Correct : B. OLE Object
54. in MS Access, which data type is appropriate to store large text and numbers?
A. Text
B. Memo
C. OLE
D. Large Text
Correct : B. Memo
55. in MS Access, OLE Object Data type can store
A. Microsoft Word documents
B. Microsoft Excel spreadsheets
C. Sounds
D. All of the Above
Correct : D. All of the Above
56. in MS Access, AutoNumber Data Type
A. Can be Sequential
B. Can be Random
C. Can be Edited
D. Only A & B
Correct : D. Only A & B
57. Which of the following is use to get data from user?
A. Query
B. Pages
C. Form
D. Report
Correct : C. Form
58. Which of the following is invalid field name?
A. Student.Address
B. Student\'sAddress
C. Student_Address
D. Student Address
Correct : A. Student.Address
59. Primary key is
A. Uniquely identifies each record
B. Cannot be repeated
C. AutoNumber is example of Primary key
D. All of the above
Correct : D. All of the above
60. To create a table in Access
A. Database should be created before create table
B. Table can be created using Table Templates
C. There must be at least one Primary key in a table
D. All of the above
Correct : D. All of the above
61. Which of the following is use to view or print the data in organized manner?
A. Query
B. Report
C. Table
D. Form
Correct : B. Report
62. In a table to insert User\'s Voice, Data field should be
A. OLE Object
B. SoundField
C. VoiceField
D. Memo
Correct : A. OLE Object
63. After creating the table which of the following is correct?
A. Fields cannot be added
B. Fields cannot be deleted
C. Fields can added but only once
D. Fields can added and deleted as needed
Correct : D. Fields can added and deleted as needed
64. Validation Rule in a field will
A. Checks the value entered when user leaves the field
B. Displays the value in specified format when user leaves the field
C. Defines the appearance for the text
D. There is no option of Validation Rule
Correct : A. Checks the value entered when user leaves the field
65. Query can be use to select data from
A. Single Table
B. Multiple Tables
C. Both A & B
D. None of above
Correct : C. Both A & B
66. Data can be import into Access Database from
A. Word Files
B. Excel Files
C. PowerPoint Files
D. HTML Files
Correct : B. Excel Files
67. What is the use of Referential Integrity in MS Access?
A. It allow to enter a value in the foreign key field of a child table if that value exist in the primary key of the parent table
B. It does not allow to enter a value in the foreign key field of a child table if that value exist in the primary key of the parent table
C. It allow to enter a value in the Primary key field of a child table if that value exist in the Foreign key of the parent table
D. None of above
Correct : A. It allow to enter a value in the foreign key field of a child table if that value exist in the primary key of the parent table
68. In MS Access, Field Value may contain
A. Text
B. Date & Time
C. Picture
D. All of the Above
Correct : D. All of the Above
69. Which of the following is the DBMS type
A. Flat File System
B. Hierarchical DBMS
C. Relational DMBS
D. All of the Above
Correct : D. All of the Above
70. Which of the following relationship is not valid in MS Access ?
A. Many to Many
B. Many to Null
C. One to One
D. One to Many
Correct : B. Many to Null
71. A collection of related tables is called
A. Row
B. Record
C. Database
D. File
Correct : C. Database
72. Which of the following Format supports for Data Type Yes/No?
A. Yes/No
B. True/False
C. On/Off
D. All of Above
Correct : D. All of Above
73. Queries can be created in Access by
A. Typing Queries in SQL View
B. Drag and Drop fields on Query Builder
C. Using Query Wizard
D. All of the Above
Correct : D. All of the Above
74. Relationship can be establish between two tables by
A. Drag Primary key of a table into Foreign key of another table
B. Drag Foreign key of a table into Primary key of another table
C. Drag any key of a table into any key of another table
D. All of the above
Correct : A. Drag Primary key of a table into Foreign key of another table
75. What is the use of Cascade Delete Option in MS Access?
A. It makes sure that all the records from the parent table and child table is deleted from selected database
B. It makes sure that all the related records will be deleted automatically from child table when the records from parent table is deleted
C. It makes sure that all the related records will be deleted automatically from Parent table when the records from child table is deleted
D. None of above
Correct : B. It makes sure that all the related records will be deleted automatically from child table when the records from parent table is deleted
76. Macros can recover from _______ in a controlled manner.
A. events
B. modules
C. arguments
D. errors
Correct : A. events
77. A report module includes code for all event _______ triggered by events occurring on a specific report or its controls.
A. properties
B. procedures
C. macros
D. commands
Correct : B. procedures
78. The VB Name used to display the warning message icon is _______.
A. vbCritical
B. vbInformation
C. vbExclamation
D. vbQuestion
Correct : C. vbExclamation
79. What happens when a user double-clicks an object in the Project pane of the Visual Basic Editor?
A. The associated code is displayed in the Code pane.
B. The associated code is displayed in a new window.
C. The object is deleted from the Project pane.
D. The object\'s property sheet opens.
Correct : A. The associated code is displayed in the Code pane.
80. A(n) _______ is major object that completes an action or a set of actions.
A. event
B. property
C. procedure
D. macro
Correct : D. macro
81. By default, what is the name of a new module in the Modules folder of the Project pane called?
A. Bas1
B. Module
C. New Module
D. Module1
Correct : D. Module1
82. To assign a macro to an event, users need to open the form in Design View.
A. event
B. property
C. title
D. macro
Correct : A. event
83. In a module, the VB Name used to display a warning query icon is _______.
A. vbCritical
B. vbInformation
C. vbExclamation
D. vbQuestion
Correct : D. vbQuestion
84. In a module, a(n) _______ is a series of commands and properties that perform a specific task.
A. event
B. property
C. procedure
D. macro
Correct : C. procedure
85. A(n)_______ is a major object that can run independent of a control.
A. event
B. property
C. procedure
D. macro
Correct : D. macro
86. Which of the following statements about option group is incorrect?
A. It is a control object.
B. It is bound to two fields.
C. It is a control to identify a choice.
D. It contains a set of controls representing choices.
Correct : B. It is bound to two fields.
87. The option button ____ identifies each button or check box in an option group.
A. event
B. frame
C. label
D. value
Correct : C. label
88. Which of the following statements about a tab control in a form is incorrect?
A. It can contain only one object.
B. It defines a layered space.
C. It is a control object.
D. It is created in multipage forms.
Correct : A. It can contain only one object.
89. The option group ____ describes the contents of the entire option group.
A. event
B. frame
C. label
D. value
Correct : C. label
90. A(n) ____ is the default control for a Yes/No field.
A. check box
B. option button
C. toggle button
D. list box
Correct : A. check box
91. Which of the following components has a property sheet that includes settings for the frame and the option group?
A. Option group label
B. Option group frame
C. Option button
D. Option button labels
Correct : B. Option group frame
92. Which control lets a user create multiple pages in a form?
A. Check box control
B. Combo box control
C. Option group control
D. Tab control
Correct : D. Tab control
93. On the property sheet, which of the following tabs contains the Caption property?
A. Data
B. Event
C. Format
D. Other
Correct : C. Format
94. Which of the following statements regarding charts is incorrect?
A. It can be inserted into a form only.
B. It can be designed as a stand-alone object.
C. It can be linked to the object in which it is plac
Correct : A. It can be inserted into a form only.
95. Which of the following options is NOT a part of an option group?
A. Option button label
B. Option group frame
C. Option group label
D. Option group button
Correct : D. Option group button
96. Which of the following is a condensed form of standard generalized markup language?
A. HTML
B. XML
C. XSD
D. XSL
Correct : B. XML
97. In Access 2007, to make changes in the Trust Center, you need to go to the ____.
A. Microsoft Office button
B. Navigation Pane
C. Quick Access toolbar
D. Database Tools command tab
Correct : A. Microsoft Office button
98. For _________ data to be useful, both the sender and the receiver need to be able to read and use the data.
A. standardized
B. fixed
C. delimited
D. shared
Correct : D. shared
99. Which of the following is a standard file format language for web documents?
A. HTML
B. XML
C. XSD
D. XSL
Correct : A. HTML
100. HTML stands for ____.
A. High Text Mail List
B. Hyperlink Markup Language
C. HyperText Markup Language
D. Hyperlink Transfer Markup Language
Correct : C. HyperText Markup Language