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
CREATE command is used to create:
Choose an answer
Record
View
Report
Query
Previous
Skip
Next
Question # 2
Which of the following escape sequence is used for beep
Choose an answer
/a
/b
/t
/n
Previous
Skip
Next
Question # 3
The number of bytes used by 'int' data type in C are:
Choose an answer
2
8
12
16
Previous
Skip
Next
Question # 4
How many form layouts are provided by MS Access?
Choose an answer
2
4
6
8
Previous
Skip
Next
Question # 5
A row of relation is called
Choose an answer
attribute
entity
tuple
both a & c
Previous
Skip
Next
Question # 6
Which of the following set (s) of tables would benefit from a sub form
Choose an answer
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
Previous
Skip
Next
Question # 7
Which escape sequence can be used to insert a tab in c:
Choose an answer
\a
\b
\t
\n
Previous
Skip
Next
Question # 8
Which of the following is logical data type in MS Access?
Choose an answer
Boolean
Yes/No
True/false
Log
Previous
Skip
Next
Question # 9
The format specifier %u is used for:
Choose an answer
Integer
Unsigned short
Unsigned float
Unsigned long int
Previous
Skip
Next
Question # 10
Which variable should be used to store the value "I want an A in this exam".
Choose an answer
char
int
float
character
Previous
Skip
Next
Question # 11
An array subscript should be
Choose an answer
Int
Float
Double
An array
Previous
Skip
Next
Question # 12
Switch statement must use the keyword
Choose an answer
Case
Default
Break
All of the above
Previous
Skip
Next
Question # 13
All numbers greater than 0 and less than 100
Choose an answer
< 0 and > = 100
> 0 and < = 100
< > 100
> = 1
Previous
Skip
Next
Question # 14
The body of for loop with single statement ends with:
Choose an answer
Right bracket ]
Right brace }
Comma ,
Semi colon ;
Previous
Skip
Next
Question # 15
The extension of object file is:
Choose an answer
.c
.txt
.obj
.h
Previous
Skip
Next
Question # 16
The body of while loop with multiple statements ends with:
Choose an answer
Right bracket ]
Right brace }
Comma ,
Semi colon ;
Previous
Skip
Next
Question # 17
------------------- is created when two different names are used for the same information
Choose an answer
synonyms
homonyms
mutually exclusive data
redundant information
Previous
Skip
Next
Question # 18
SQL stands for:
Choose an answer
Sort Query Language
Self Query language
Seek Query language
Structured Query Language
Previous
Skip
Next
Back