1. Which one of the following is an important aspect of coding
- reliability
- readability
- productivity
- Both (1) & (3)
Answer: (2)
2.The highest reliable topology is
- hybrid topology
- star topology
- bus topology
- mesh topology
Answer: (4)
3.Granularity deals with the
- size of database
- size of data item
- both of the above
- none of the above
Answer: (2)
4. Upon which concept the third normal form is based
- procedural dependency
- functional dependency
- transitive dependency
- closure dependency
Answer: (3)
5.Cross-tab displays permit users to view a multidimensional data at a time in
- thee dimensions
- two dimensions
- both of the above
- none of the above
Answer: (2)
6. one of the best example of the logic of Pumping lemma is
- the parrot - hole principle
- recursion
- deadlock
- the Pigeon- pole principle
Answer: (4)
7.What for stack is implemented
- radix sort
- deadlock prevention
- recursion
- none of the above
Answer: (3)
8.Storage class defines
- datatype
- scope and permanance
- scope
- volume of data
Answer: (2)
9. Which one of the following is used to achieve error detection in the data link layer
- Cyclic Redundancy Codes
- packet switching
- equalization
- none of the above
Answer: (1)
10.Which one of the following makes palindrome to be un-recognized by FSM
- because FSM cants fix mid point value
- because it handles only garbage collection
- as it works on divide and conquer technique
- as an FSM cant remember arbitrarily large amount of information
Answer: (4)