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 General Science Test Hard Mode MCQs With Answers
Question # 1
CTRL + ALT +Del is
Choose an answer
An invalid key combination
Recognized by windows
Used to close the active window
Both b and c
Previous
Skip
Next
Question # 2
Each attribute of an entity set has a particular value The set of possible values that a given attribute can take is called its
Choose an answer
Range
Domain
Relationship
Association
Previous
Skip
Next
Question # 3
The character "{" is a
Choose an answer
Keyword
Constant
Punctuators
Previous
Skip
Next
Question # 4
In the do while loop the test condition is evaluated
Choose an answer
After the loop is executed
Before the loop is executed
Between the loop is executed
All the above
Previous
Skip
Next
Question # 5
If block is called
Choose an answer
The group of if and else statement
The group of statements after the if up to and not including the else
The group of statements after the else up to and not including the if
All the above
Previous
Skip
Next
Question # 6
A do-while loop is useful when
Choose an answer
The body of the loop will never be executed
The body of the loop will be executed at least once
The body of loop may never be execute
Previous
Skip
Next
Question # 7
The major reason to use a word processor like MS-Word is that you
Choose an answer
Don't have to retype the document to make changes
Can integrate pictures and text in a document
Can format text using different font faces and sizes
All of the above
Previous
Skip
Next
Question # 8
A multiple statement while loop is terminated with a
Choose an answer
Right brace
Right bracket
Coma
Semicolon
Previous
Skip
Next
Question # 9
The information contained in this type of memory is lost power is switched off:
Choose an answer
Disk Memory
Read only memory
Random access memory
Magnetic memory
Previous
Skip
Next
Question # 10
Which of the following is/are part/parts of the CPU?
Choose an answer
Control unit
Arithmetic & logical unit
Registers
All of the above
Previous
Skip
Next
Question # 11
a+=b is equivalent to
Choose an answer
b+=a
a = + b
a= a +b
b= b +a
Previous
Skip
Next
Back