1 |
A printed data or information in the database is called |
Entity
Report
Query
Screen
|
2 |
A request for information from a database in database terminology is called |
Report
Letter
Table
Query
|
3 |
Information including the table name field names and data types is stored in |
Data dictionary
Table
Fields
None
|
4 |
A form that contains the sub form is called________ |
Form
Main form
Report
None of them
|
5 |
Forms are designed for |
Input data
Manipulated data
Accepting change
All of them
|
6 |
How can you view a report's sorting & grouping options |
Select format <sup>___</sup>> sorting & grouping from menu
By double clicking report selector box in the upper left corner of the report
Select file <sup>___</sup>> page setup from the menu and click the sorting and grouping tab
Click the sorting and grouping button on the toolbar
|
7 |
A______stream is a sequence of characters |
Binary
Text
Both a and b
None of these
|
8 |
Which of the following function is used to read a string from a file |
puts()
Pute()
fputs()
fgets()
|
9 |
Which of the following work with files |
fsanf()
fprintf()
printf()
Both a and b
|
10 |
_______ function is used to copy a string to an array of characters |
fputs()
Strepy
fgets
gets()
|
11 |
Which of the following mode open only an existing file for both reading and writing |
"W"
"W+"
"r+"
"a+"
|
12 |
On successfully closing a file the f close () returns |
Null
0
1
File pointer
|
13 |
An array subscript should be |
Int
Float
Double
An array
|
14 |
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
|
15 |
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
|
16 |
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
|
17 |
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
|