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
ICS Part 2 Computer Science Online Test MCQs With Answers
Question # 1
Which of the following looks for the prototypes of functions used in a program
Choose an answer
Linker
Loader
Compiler
Parser
Previous
Skip
Next
Question # 2
The conditional part of if statement consists of expression
Choose an answer
arithmetic
logical expression
relational
both b and c
Previous
Skip
Next
Question # 3
A two -dimensional table of data is called a
Choose an answer
Group
Set
Declaration
Relation
Previous
Skip
Next
Question # 4
C language has --------------------- key words
Choose an answer
50
45
32
27
Previous
Skip
Next
Question # 5
Which escape sequence can be used to begin a new line in C?
Choose an answer
\a
\b
\m
\n
Previous
Skip
Next
Question # 6
The number of characters in variable field is:
Choose an answer
Constant
Variable
10
100
Previous
Skip
Next
Question # 7
All of the following are components of physical database design EXCEPT:
Choose an answer
Data volume and usage anylisis
Data distribution strategy
File organization
Normalize the relations
Previous
Skip
Next
Question # 8
In C program two functions can have
Choose an answer
Same name
Same parameters
Same name & parameters
Same name but different parameters
Previous
Skip
Next
Question # 9
Which of the following statements is NOT legal?
Choose an answer
char ch='b';;
char ch='0'
char ch=65;
char ch="cc"
Previous
Skip
Next
Question # 10
Which Auto form displays one record at a time ?
Choose an answer
Tabular
Columnar
Datasheet
Justified
Previous
Skip
Next
Question # 11
A person's name, birthday and social security number are examples of:
Choose an answer
Attributes
Entities
Relationships
Descriptors
Previous
Skip
Next
Question # 12
Manipulated of data to achieve required objectives and result is called:
Choose an answer
Data processing
Operation
a and b
None
Previous
Skip
Next
Question # 13
A database containing all students in a class would store the information of individual students in:
Choose an answer
Record
Field
Cell
File
Previous
Skip
Next
Question # 14
What happens when the result of a calculation exceeds the capacity of data type?
Choose an answer
System error
Logic error
Syntax error
Over flow
Previous
Skip
Next
Question # 15
All records in a file have the same:
Choose an answer
Contents
Structure
Order
Key
Previous
Skip
Next
Question # 16
In relational database a table is also called a:
Choose an answer
Tuple
Relation
File
Schema
Previous
Skip
Next
Question # 17
The operators to compare operands and decide if the relation is true or false are:
Choose an answer
Arithmetic operators
Logical operators
Syntax operators
Relational operators
Previous
Skip
Next
Question # 18
Which of the following is NOT suitable for an input mask?
Choose an answer
Street address
Telephone number
A date
Social security number
Previous
Skip
Next
Back