1 |
Which of the following work with files |
fsanf()
fprintf()
printf()
Both a and b
|
2 |
_______ function is used to copy a string to an array of characters |
fputs()
Strepy
fgets
gets()
|
3 |
Which of the following mode open only an existing file for both reading and writing |
"W"
"W+"
"r+"
"a+"
|
4 |
On successfully closing a file the f close () returns |
Null
0
1
File pointer
|
5 |
An array subscript should be |
Int
Float
Double
An array
|
6 |
Which of the following set (s) of tables would benefit from a sub form |
A customer table and the customer order table
A customer table and product table
A customer table and foreign currency table
A customer table and a customer contact table
|
7 |
A calculated field ,,,,,,,,,(select all that apply) |
...............is a bound control
...............is a control that contains an expression
...............can perform calculations on field's values
..............can perform calculations on explicit values
|
8 |
Which of the following statement is not true |
The field list displays all the fields from a form's under lying table or query
Click the field list button on the toolbar to display the field list
You can add fields to a form by dragging them from the field list onto the form
The field list displays all the fields from every table in a database
|
9 |
Which of the following statement about the Auto Form Wizard is not true |
The Auto Form Wizard is the fastest & easiest way to create a form in Ms-Access
The Auto Form Wizard can only create five types of forms
Forms created with the Auto Form Wizard usually came out looking sharp and professional & don't require any further clean up work
The Auto Form Wizard can only create forms based on a single table or query
|