1 |
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
|
2 |
How many types of loop structure are available in C? |
|
3 |
Storing the same information in two different ways or forms is called |
- A. database integrity
- B. redundant information
- C. homonyms
- D. mutually exclusive data
|
4 |
C was developed in the year: |
- A. 1970
- B. 1972
- C. 1976
- D. 1995
|
5 |
Which of the following is a decision making statement |
- A. break
- B. getch ( )
- C. if
- D. all
|
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 |
Which is a possible value of flag? |
- A. -
- B. +
- C. Space
- D. All of these
|
8 |
Which are basic data distribution strategies? |
- A. Centralized
- B. Partitioned
- C. Replication
- D. All
|
9 |
The number of bytes used by 'int' data type in C are: |
|
10 |
We can make two way decisions with the help of |
- A. if
- B. nested
- C. if-else
- D. all
|