1 |
A factor consider when choosing a file organization is |
- A. Fast data retrieval
- B. Security
- C. Efficient storage
- D. All of them
|
2 |
The function used to input data in C program is |
- A. Print ()
- B. Scanf ()
- C. Sqrt ()
- D. Main ()
|
3 |
Which escape sequence is used to erase a character left to the cursor position? |
- A. \b
- B. \del
- C. \f
- D. \c
|
4 |
Organizing the database in computer disk storage is done in |
- A. Logical design
- B. Physical design
- C. Analysis
- D. Implementation
|
5 |
Which escape sequence can be used to insert a tab in c: |
|
6 |
The statement printf ("%-10d",n) will display the value of n: |
- A. Right justified in ten-character space
- B. Left justified in ten-character space
- C. Center-justified in ten-character space
- D. None of these
|
7 |
Which of the following symbol is used with % sign to display output left-justified: |
|
8 |
Which character signifies the beginning of an escape sequence? |
|
9 |
getch() stands for: |
- A. Go character
- B. Get character
- C. Give character
- D. All
|
10 |
Which character signifies the beginning of an escape sequence? |
|