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 syntax is used to include header file?
Choose an answer
#include<name of header file>
#include"name of header file"
Both a or b
None of these
Previous
Skip
Next
Question # 2
Variables are created in
Choose an answer
Ram
Rom
Hard disk
Cache
Previous
Skip
Next
Question # 3
DBMS stands for
Choose an answer
Database management system
Database mechanism system
Database manipulating system
Database Microsoft system
Previous
Skip
Next
Question # 4
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 # 5
Which of the following represents a collection of concepts that are used to describe the structure of a database:
Choose an answer
Data warehouse
Data model
Data structure
Data type
Previous
Skip
Next
Question # 6
Database integrity refers to the
Choose an answer
Correctness of data
Consistency of data
Both a and b
None of these
Previous
Skip
Next
Question # 7
When does the code block following while (x<100) execute?
Choose an answer
When x is less then one hundred
When x is greater then one hundred
When x is equal to one hundred
None
Previous
Skip
Next
Question # 8
A two -dimensional table of data is called a
Choose an answer
Group
Set
Declaration
Relation
Previous
Skip
Next
Question # 9
Which of the following loop is called counter loop?
Choose an answer
For
While
Do-while
All
Previous
Skip
Next
Question # 10
Forms are designed for
Choose an answer
Input data
Manipulated data
Accepting change
All of them
Previous
Skip
Next
Question # 11
The functions used for input and output is stored in:
Choose an answer
stdio.h
conio.h
math.h
inout.h
Previous
Skip
Next
Question # 12
The function that is used to display output on screen is called:
Choose an answer
printf
scanf
pow
Display
Previous
Skip
Next
Question # 13
A printed data or information in the database is called
Choose an answer
Entity
Report
Query
Screen
Previous
Skip
Next
Question # 14
Which of the following is used to display a list of items in forms?
Choose an answer
List box
Combo box
Both a and b
None of these
Previous
Skip
Next
Question # 15
A record is a ------------------- in table
Choose an answer
row
field
table
data
Previous
Skip
Next
Question # 16
------------ is a constraint on primary values that states that no attribute of a primary key should contain nulls
Choose an answer
referential integrity
entity integrity
normalization
acronyms
Previous
Skip
Next
Question # 17
The process of arranging data in a logical sequence is called:
Choose an answer
Sorting
Summerizing
Data capturing
Classifying
Previous
Skip
Next
Question # 18
The programmer usually enters source code into a computer using:
Choose an answer
Compiler
Text editor
Debugger
Linker
Previous
Skip
Next
Back