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 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
An advantage of partitioning is:
Choose an answer
Efficiency
Extra space
Reliabilty
Accuracy
Previous
Skip
Next
Question # 3
Which data type can be used to create a sequential number for each record that can also serve as primary key?
Choose an answer
Number
Memo
AutoNumber
Currency
Previous
Skip
Next
Question # 4
A report that provides a column for each field of the records in rows under the column header is know as:
Choose an answer
Tabular report
Columnar report
Datasheet report
Justified report
Previous
Skip
Next
Question # 5
Which of the following can be used as flag value
Choose an answer
+
#
-
all
Previous
Skip
Next
Question # 6
Which one displays the result of a query?
Choose an answer
File
Field
Access
Reports
Previous
Skip
Next
Question # 7
Field properties determine:
Choose an answer
Field size
Input mask
Default value
All
Previous
Skip
Next
Question # 8
SQL stands for:
Choose an answer
Sort Query Language
Self Query language
Seek Query language
Structured Query Language
Previous
Skip
Next
Question # 9
The maximum numbers of tables in a database can be:
Choose an answer
1
2
3
Any
Previous
Skip
Next
Question # 10
While loop is also called:
Choose an answer
Conditional loop
Wend loop
Counter loop
Continuous loop
Previous
Skip
Next
Question # 11
An attribute is also known as a:
Choose an answer
Table
Row
Relation
Field
Previous
Skip
Next
Question # 12
An index can be used to :
Choose an answer
Improve the performance of the database
Document the structure of the database
Reduce data dependency for application programs
All
Previous
Skip
Next
Question # 13
Header file in C contain:
Choose an answer
Compiler commands
Library functions
Header information of C programs
Operations for files
Previous
Skip
Next
Question # 14
Which statement is true about data types?
Choose an answer
Data type has no memory requirements
Each data type has different memory requirements
Each data type has same memory requirements
None of the above
Previous
Skip
Next
Question # 15
The number of bytes used by float data type in C is:
Choose an answer
2
4
121
16
Previous
Skip
Next
Question # 16
Who developed C?
Choose an answer
Von-Meumann
Al-Khuwarizmi
Charles Babbage
Dennis Ritchie
Previous
Skip
Next
Question # 17
Object used to retrieve data from database is called:
Choose an answer
Forms
Repons
Queries
Tables
Previous
Skip
Next
Question # 18
Which of the following format specifiers is used for string?
Choose an answer
%s
%c
%d
%f
Previous
Skip
Next
Back