More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
Computer Science Ics Part 2 Online Test MCQs With Answers
Question # 1
Which format property displays text in uppercase?
Choose an answer
Greater than sign
Less than sign
TEXT
Upper
Previous
Skip
Next
Question # 2
The function used to input data in C program is
Choose an answer
Print ()
Scanf ()
Sqrt ()
Main ()
Previous
Skip
Next
Question # 3
Which data type is the default type?
Choose an answer
Memo
Number
Text
Autonumber
Previous
Skip
Next
Question # 4
Which does not improve data entry?
Choose an answer
Input masks
Validation rules
Indexing
Required fields
Previous
Skip
Next
Question # 5
The number of bytes used by long int data type in C is:
Choose an answer
2
4
12
16
Previous
Skip
Next
Question # 6
The number of bytes used by int data type in C is:
Choose an answer
2
8
12
16
Previous
Skip
Next
Question # 7
An if statement inside the true block of another if statement is called:
Choose an answer
A nested if statement
A branched if statement
A conditional operator
A relational operator
Previous
Skip
Next
Question # 8
Every relation should have :
Choose an answer
Primary key
Candidate key
Secondary key
Mutually exclusiveness
Previous
Skip
Next
Question # 9
Types of translators are:
Choose an answer
Compiler
Interpreter
Assembler
All of these
Previous
Skip
Next
Question # 10
Which of the following keys us not unique:
Choose an answer
Candidate key
Forein key
Primary key
Secondary key
Previous
Skip
Next
Question # 11
A relation is analogous to a
Choose an answer
File
Field
Record
Row
Previous
Skip
Next
Question # 12
Which header file contains information about standard input/output function?
Choose an answer
stdio.h
math.h
Both A and B
None
Previous
Skip
Next
Question # 13
Forms are designed to:
Choose an answer
Input data
Manipulate data
Accept change
All
Previous
Skip
Next
Question # 14
A form that contains the sub-form is called:
Choose an answer
Form
Main form
Report
None of these
Previous
Skip
Next
Question # 15
Which of the following are properties of relations?
Choose an answer
Each attribute has a unique name
No two rows in a relation are identical
There are no multivalued attributes in a relation
All of the above
Previous
Skip
Next
Question # 16
Which of the following is NOT a function of report?
Choose an answer
Display data
Edit data
Output of database application
Print data
Previous
Skip
Next
Question # 17
Which of the following is NOT a valid identifier?
Choose an answer
return
myInt
myInteger
total3
Previous
Skip
Next
Question # 18
If n=3, what will be the value of n after executing the following code?
do
n*=2
while (n<48);
Choose an answer
24
32
48
96
Previous
Skip
Next
Back