1 |
Which of the following is not a data type ? |
- A. text
- B. number
- C. picture
- D. date/time
|
2 |
Microsoft Access saves the database with extension |
- A. mdb
- B. msdb
- C. madb
- D. none of them
|
3 |
Which is displayed in title bar of an open database? |
- A. Program name
- B. Database name
- C. Object type
- D. All of these
|
4 |
Which is used to associate entities with one another? |
- A. Entity
- B. Attributes
- C. Identifier
- D. Relationship
|
5 |
One execution of a loop is knows as a (n): |
- A. Cycle
- B. Duration
- C. Iteration
- D. Test
|
6 |
How many times the instruction in the body of following loop will execute for (x = 1; x < 5; x ++) |
|
7 |
The columns of a table correspond to: |
- A. Table
- B. Record
- C. Field
- D. Cell
|
8 |
Create command is used to create: |
- A. Table
- B. View
- C. Report
- D. Query
|
9 |
A record is a complete set of ------------------- field |
- A. distinct
- B. related
- C. designed
- D. all of them
|
10 |
a + = b is equivalent to: |
- A. b + = a
- B. a = + b
- C. a = a + b
- D. b = b + a
|