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
NAT I Computer Science Computer MCQs With Answers
Question # 1
The degree of a table is the total number of
Choose an answer
Tuple
Attribute
Records
Fields
Previous
Skip
Next
Question # 2
Printf() is a
Choose an answer
Built-in function
User-defined function
Local function
Keyword
Previous
Skip
Next
Question # 3
The fastest mode of data transmission is
Choose an answer
Simplex
Half duplex
full-duplex
None of the above
Previous
Skip
Next
Question # 4
The variables commonly used in C functions are accessible
Choose an answer
To all other functions
To only one function
To specific functions
To special functions
Previous
Skip
Next
Question # 5
As compared to a command line operating system a GUI operating system is:
Choose an answer
More efficient
Easier to use
More reliable
All of the above
Previous
Skip
Next
Question # 6
To relationship between countries and their capitals is an example of .............relationships
Choose an answer
One-to-one
One to many
Many to many
None of them
Previous
Skip
Next
Question # 7
A fire pointer is a(n),,,,,,,,,,,of type File that is defined in stdio.h.
Choose an answer
String
Constant
Variable
Array
Previous
Skip
Next
Question # 8
In MS-Word the data that is being copied or moves is:
Choose an answer
Temporarily stored in Recycle bin
Permanently stored in Recycle bin
Temporarily stored in clipboard
Permanently stored in clipboard
Previous
Skip
Next
Question # 9
Expression 1? Expression 2: Expression 3; If the expression! is true then which of the following is correct?
Choose an answer
The value returned will be expression!
The value returned will be expression 2
The value returned will be expression 3
No value return
Previous
Skip
Next
Question # 10
In hybrid distribution which kind of fragments are stored at only one site?
Choose an answer
Critical fragments
Non-critical fragments
Critical and non-critical fragments
Only large fragments
Previous
Skip
Next
Question # 11
The break statement is used to exit from which part of a loop?
Choose an answer
Beginning
Middle
End
None of the above
Previous
Skip
Next
Back