To create a table in Access
1.Database should be created before create table
2. Table can be created using Table Templates
3.There must be at least one Primary key in a table
4.All of the above
Primary key is
1.Uniquely identifies each record
2.Cannot be repeated
3.AutoNumber is example of Primary key
4.All of the above
In a table to insert User’s Voice, Data field should be
1.OLE Object
2. SoundField
3.VoiceField
4.Memo
In MS Access “Hyperlink†Data Type can store
1.Web Address
2.email Address
3.Path of a File
4.All of the Above
in MS Access, AutoNumber Data Type
1.Can be Sequential
2.Can be Random
3. Can be Edited
4.Only A & B
in MS Access, OLE Object Data type can store
1.Microsoft Word documents
2.Microsoft Excel spreadsheets
3.Sounds
4.All of the Above
in MS Access, which data type is appropriate to store large text and numbers?
1.Text
2.Memo
3.OLE
4.Large Text
On the property sheet, which of the following tabs contains the Caption property?
1.Data
2.Event
3.Format
4.Other
To assign a macro to an event, users need to open the form in Design View.
1.event
2.property
3.title
4.Macro
What is the use of Cascade Delete Option in MS Access?
1. It makes sure that all the records from the parent table and child table is deleted from selected database
2.It makes sure that all the related records will be deleted automatically from child table when the records from parent table is deleted
3.It makes sure that all the related records will be deleted automatically from Parent table when the records from child table is deleted
4. None of above
Which control lets a user create multiple pages in a form?
1. Check box control
2.Combo box control
3.Option group control
4.Tab control
Which of the following statements regarding charts is incorrect?
1. It can be inserted into a form only.
2.It can be designed as a stand-alone object.
3.It can be linked to the object in which it is placed.
4.It is a control linked to a data source.
A collection of related tables is called
1.Row
2.Record
3.Database
4.File
A report module includes code for all event _______ triggered by events occurring on a specific report or its controls.
1.properties
2.procedures
3.macros
4.Commands
A(n) ____ is the default control for a Yes/No field.
1.check box
2. option button
3.toggle button
4.list box
A(n) _______ is major object that completes an action or a set of actions.
1.event
2.property
3.procedure
4.Macro
A(n)_______ is a major object that can run independent of a control.
1.event
2.property
3.procedure
4.Macro
After creating the table which of the following is correct?
1.Fields cannot be added
2. Fields cannot be deleted
3.Fields can added but only once
4.Fields can added and deleted as needed
By default, what is the name of a new module in the Modules folder of the Project pane called?
1.Bas1
2.Module
3.New Module
4.Module1
Data can be import into Access Database from
1.Word Files
2.Excel Files
3.PowerPoint Files
4. HTML Files
In a module, a(n) _______ is a series of commands and properties that perform a specific task.
1.event
2.property
3.procedure
4.Macro
In a module, the VB Name used to display a warning query icon is _______.
1.vbCritical
2.vbInformation
3.vbExclamation
4.vbQuestion
In MS Access “Lookup Wizard†is used to
1.to select from previous values
2.to select values from Excel Sheet
3.to select value from another table
4.Not a valid Data Type
In MS Access, Field Value may contain
1.Text
2.Date & Time
3.Picture
4.All of the Above
 Which of the following is not a valid Data Type in MS Access?
1.Memo
2.Picture
3.Currency
4.AutoNumber
Macros can recover from _______ in a controlled manner.
1.events
2.modules
3.arguments
4.Errors
Queries can be created in Access by
1.Typing Queries in SQL View
2.Drag and Drop fields on Query Builder
3.Using Query Wizard
4.All of the Above
Query can be use to select data from
1.Single Table
2.Multiple Tables
3.Both A & B
4.None of above
Relationship can be establish between two tables by
1.Drag Primary key of a table into Foreign key of another table
2. Drag Foreign key of a table into Primary key of another table
3.Drag any key of a table into any key of another table
4. All of the above
The appropriate Data Type to store Time in MS Access?
1.Date/Time
2.Time Only
3.Time
4.Time cannot be stored
The option button ____ identifies each button or check box in an option group.
1.event
2.frame
3.label
4.value
The option group ____ describes the contents of the entire option group.
1.event
2.frame
3.label
4.value
The VB Name used to display the warning message icon is _______.
1.vbCritical
2.vbInformation
3.vbExclamation
4.vbQuestion
Validation Rule in a field will
1.Checks the value entered when user leaves the field
2.Displays the value in specified format when user leaves the field
3.Defines the appearance for the text
4.There is no option of Validation Rule
What happens when a user double-clicks an object in the Project pane of the Visual Basic Editor?
1.The associated code is displayed in the Code pane
2.The associated code is displayed in a new window.
3.The object is deleted from the Project pane.
4.The object’s property sheet opens.
What is the use of Referential Integrity in MS Access?
1.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
2.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
3. 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
4.None of above
Which of the following components has a property sheet that includes settings for the frame and the option group?
1. Option group label
2.Option group frame
3.Option button
4.Option button labels
Which of the following data type is used to store logical value in MS Access?
1.True/False
2.On/Off
3.Yes/No
4.All of the Above
Which of the following Data Type is used to store picture in MS Access
1.Picture
2.OLE Object
3.Memo
4.Picture cannot be stored
Which of the following Format supports for Data Type Yes/No?
1.Yes/No
2. True/False
3.On/Off
4.All of the Above
Which of the following is a condensed form of standard generalized markup language?
1.HTML
2.XML
3.XSD
4.XSL
Which of the following is invalid field name?
1.Student.Address
2.Student’sAddress
3.Student_Address
4.Student Address
Which of the following is the DBMS type
1.Flat File System
2.Hierarchical DBMS
3.Relational DMBS
4.All of the Above
Which of the following is use to get data from user?
1.Query
2.Pages
3.Form
4.Report
Which of the following is use to view or print the data in organized manner?
1.Query
2.Report
3.Table
4.Form
Which of the following options is NOT a part of an option group?
1.Option button label
2.Option group frame
3.Option group label
4.Option group button
Which of the following relationship is not valid in MS Access ?
1. Many to Many
2.Many to Null
3.One to One
4.One to Many
Which of the following statements about a tab control in a form is incorrect?
1.It can contain only one object.
2.It defines a layered space.
3.It is a control object.
4.It is created in multipage forms.
Which of the following statements about option group is incorrect?
1. It is a control object.
2.It is bound to two fields.
3.It is a control to identify a choice.
4.It contains a set of controls representing choices.