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
An attribute is also known as a:
Choose an answer
Table
Row
Relation
Field
Previous
Skip
Next
Question # 2
In 3NT which form of dependency is removed ?
Choose an answer
functional
non-functional
associative
transitive
Previous
Skip
Next
Question # 3
Conditional operator takes:
Choose an answer
Three operands
Two operands
One operands
Many operands
Previous
Skip
Next
Question # 4
A form that contains a sub form is called:
Choose an answer
Form
Main form
Report
None
Previous
Skip
Next
Question # 5
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 # 6
A relation is in 2NF if it is in 1NF and all its non-key attributes are:
Choose an answer
Dependent on part of the primary key
Dependent on the entire primary key
Independent on the primary key
Independent of any other relation
Previous
Skip
Next
Question # 7
The columns of a table correspond to:
Choose an answer
Table
Record
Field
Cell
Previous
Skip
Next
Question # 8
In relational data base, a table is also called:
Choose an answer
Tuple
Relation
File
Schema
Previous
Skip
Next
Question # 9
Which of the following is the fundamental language of the computer
Choose an answer
C
Unix
Dos
Machine language
Previous
Skip
Next
Question # 10
Which escape sequence can move the cursor at the beginning of current line in C?
Choose an answer
\a
\b
\m
\r
Previous
Skip
Next
Question # 11
Which function is used to input data in C program?
Choose an answer
scanf
getch()
gets()
All
Previous
Skip
Next
Question # 12
Which rule states that a record form a table cannot be deleted if its associated record exists in related table?
Choose an answer
Referential integrity
Entity relationship
Normalization
All
Previous
Skip
Next
Question # 13
The keyword 'break' cannot be used within:
Choose an answer
Do-while
If-else
For
While
Previous
Skip
Next
Question # 14
Which of the following language provided the basis for the development of c:
Choose an answer
C++
B
JAVA
Pascal
Previous
Skip
Next
Question # 15
How many types of loop structure are available in C?
Choose an answer
4
3
2
6
Previous
Skip
Next
Question # 16
Which file contains the program after translation into machine language?
Choose an answer
Object file
Exe file
Source file
None
Previous
Skip
Next
Question # 17
Which file is used to store information that remains constant for a long time?
Choose an answer
Master file
Transaction file
Backup file
None
Previous
Skip
Next
Question # 18
Which of the following is the correct association?
Choose an answer
File = column
Record = row
Field = row
Record = table
Previous
Skip
Next
Back