1 |
Another term for a conditional operator is: |
- A. Ternary
- B. Binary
- C. Byte
- D. Iteration
|
2 |
The operator that is used in decision making is |
- A. increment operator
- B. decrement operator
- C. condition operator
- D. none
|
3 |
The number of bytes used by 'int' data type in C are: |
|
4 |
A functional dependency between two or more non-key attributes is called: |
- A. Partial functional dependency
- B. Partial non-key dependency
- C. Transitive dependency
- D. None
|
5 |
The case block ends with: |
- A. End Select
- B. End case
- C. Break
- D. Case else
|
6 |
Which object of database is used to retrieve data from database? |
- A. Queries
- B. Forms
- C. Reports
- D. Tables
|
7 |
The goal of normalization is to: |
- A. Get stable data structure
- B. Increase number of relation
- C. Increase redundancy
- D. Remove constraints
|
8 |
The entity integrity rule states that: |
- A. No primary key attribute can be null
- B. Each entity must have a primary key
- C. Primary key must have only one attribute
- D. None
|
9 |
How many types of loop structure are available in C? |
|
10 |
Storing the same information in two different ways or forms is called |
- A. database integrity
- B. redundant information
- C. homonyms
- D. mutually exclusive data
|