1 |
The number of bytes used by 'int' data type in C are: |
|
2 |
Which format specific is used for integer data type? |
|
3 |
Which form of dependency is removed in 2NF? |
- A. Functional
- B. Transitive
- C. Associative
- D. Partial
|
4 |
Which of the following is a decision making statement |
- A. break
- B. getch ( )
- C. if
- D. all
|
5 |
The value of expression in switch statement must be type of |
- A. int
- B. char
- C. float
- D. both a and b
|
6 |
In 3NF, a non-key attribute must not depend on a : |
- A. Non-key attribute
- B. Key attribute
- C. Composite key
- D. Sort key
|
7 |
We can make two way decisions with the help of |
- A. if
- B. nested
- C. if-else
- D. all
|
8 |
Another term for a conditional operator is: |
- A. Ternary
- B. Binary
- C. Byte
- D. Iteration
|
9 |
In relational data base, a table is also called: |
- A. Tuple
- B. Relation
- C. File
- D. Schema
|
10 |
The conditional part of if statement consists of expression |
- A. arithmetic
- B. logical expression
- C. relational
- D. both b and c
|