1. What is the type of query that extracts data from a table and puts them into separate table?
a) Parameter Query
b) Make Table Query
c) Update Query
d) Put Table Query
2. The management information system (MIS) structure with one main computer system is called a?
a) Hierarchical MIS structure
b) Distributed MIS structure
c) Centralized MIS structure
d) Decentralized MIS structure
3. An audit trail?
a) Is used to make backup copies
b) Is the recorded history of operations performed on a file
c) Can be used to restore lost information
d) None of the aobve
4. This type of query summarizes large amounts of data in easy-to-read, row-and-column format?
a) Crosstab
b) Columnar
c) Select
d) Action
5. We declare a function with ______ if it does not have any return type?
a) long
b) double
c) void
d) int
6. A function can be overloaded with a different return type if it has all the parameters same?
a) True
b) False
7. Which of the following is the boolean operator for logical-and?
a) &
b) &&
c) |
d) |&
8. Every function in C++ are followed by?
a) Parameters
b) Parenthesis
c) Curly braces
d) None of these
9. Which of the following data structures are indexed structures?
a) linear arrays
b) linked lists
c) both of above
d) none of above
10.Which of the following file organization is most efficient for a file with a high degree of file activity?
a) Sequential
b) ISAM
c) VSAM
d) B-Tree