1 |
Types of translators are: |
Compiler
Interpreter
Assembler
All of these
|
2 |
Which is used to display yes/no values: |
Check box
Option buttons
Both a & b
None of these
|
3 |
In a relational database a single piece of information is called: |
Table
Record
Entity
Attribute
|
4 |
Object used to retrieve data from database is called: |
Forms
Repons
Queries
Tables
|
5 |
Every relation must have: |
Primary key
Candidate key
Secondary key
All of these
|
6 |
Which key does not have uniqueness property? |
Candidate
Foreign key
Primary key
Secondary key
|
7 |
An attribute is also known as: |
Table
Field
Row
Relation
|
8 |
The functions that are defined by programmer are called: |
User-defined
Subprograms
Subroutines
Built-in functions
|
9 |
Which is a loop statement? |
If
If-else
Switch
None of these
|
10 |
Which loop statement executes the body of loop at least once? |
do-white
While
For
None of these
|
11 |
Which is not a logical operator? |
||
!
!=
&&
|
12 |
The last statement of each case in switch must be a: |
Default statement
If-else statement
Break statement
Else statement
|
13 |
Which escape sequence can be used to begin a new line in C-language? |
\a
<div>\b</div>
<div>\n</div>
\n
|
14 |
Format specifier is started with: |
'?
&
%
None
|
15 |
The symbol '=' represents: |
Comparison operator
Assignment operator
Equal to operator
None of these
|
16 |
Which data type offers the highest precision? |
Float
Long int
Long double
Unsigned long int
|
17 |
A form that contains the sub-form is called: |
Form
Main form
Report
None of these
|