1 |
All numbers greater than 0 and less than 100 |
- A. < 0 and > = 100
- B. > 0 and < = 100
- C. < > 100
- D. > = 1
|
2 |
Which of the following is true about a function call |
- A. Stop the execution of the program
- B. Transfer control to the called function
- C. Transfer control to the main function
- D. Resumes the execution of the program
|
3 |
The name cannot exceed characters in length |
|
4 |
Which data type can be used to create a sequential number for each record that can also serve as primary key? |
- A. Number
- B. Memo
- C. AutoNumber
- D. Currency
|
5 |
Which of the following is suitable for an input mask? |
- A. Social security number
- B. Telephone number
- C. A date
- D. All
|
6 |
What is the default field size of a text data type field? |
|
7 |
Which of the following view in MS Access looks like an electronic spreadsheet? |
- A. Datasheet
- B. QBE
- C. Relationship
- D. Design
|
8 |
Field properties are shown in : |
- A. Design view
- B. Datasheet view
- C. A and B
- D. None
|
9 |
Which of the following view in MS Access is used to define the structure of table? |
- A. Datasheet
- B. QBE
- C. Relationship
- D. Design
|
10 |
To select all records that begin with letters A through G |
- A. <="G"
- B. Like "G"
- C. <> A
- D. > A
|