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
The extension of program file is:
Choose an answer
.com
.exe
Both a and b
None
Previous
Skip
Next
Question # 2
A collection of data that consists of name ,address and email of a person is called:
Choose an answer
Byte
Record
Character
Field
Previous
Skip
Next
Question # 3
All of the following are form layouts EXCEPT?
Choose an answer
Tabular
Columnar
Jutified
Relationship
Previous
Skip
Next
Question # 4
A single report can display data from:
Choose an answer
One table
Many tables
Both A and B
None of these
Previous
Skip
Next
Question # 5
Storing the same information in two different ways or forms is called
Choose an answer
database integrity
redundant information
homonyms
mutually exclusive data
Previous
Skip
Next
Question # 6
The number of characters in fixed-length field is:
Choose an answer
Constant
Variable
10
100
Previous
Skip
Next
Question # 7
_______ function is used to copy a string to an array of characters
Choose an answer
fputs()
Strepy
fgets
gets()
Previous
Skip
Next
Question # 8
Which of the following keys us not unique:
Choose an answer
Candidate key
Forein key
Primary key
Secondary key
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
a+=b is equivalent to:
Choose an answer
b+=a
a=+b
a=a+b
b=b+a
Previous
Skip
Next
Question # 11
Which of the following statement is correct?
Choose an answer
float num1;num2;
int day,night;
int continue=5.0;
string black='white';
Previous
Skip
Next
Question # 12
Which is not a logical operator?
Choose an answer
||
!
!=
&&
Previous
Skip
Next
Question # 13
A subform can be created using:
Choose an answer
Drag and drop method
The form Wizard
Subform wizard
All
Previous
Skip
Next
Question # 14
A loop whose execute never ends is called
Choose an answer
Nested loop
Forever loop
Infinite loop
Counter loop
Previous
Skip
Next
Question # 15
stdio.h is part of:
Choose an answer
Comment section
C standard library
Compiler
Main function
Previous
Skip
Next
Question # 16
________ contains icon button that are shortcuts to the commands in the menu
Choose an answer
Menu bar
Tool bars
Scroll bar
Status bar
Previous
Skip
Next
Question # 17
A collection of data that include name address phone number etc of a person
Choose an answer
Byte
Record
Character
Field
Previous
Skip
Next
Question # 18
In if statement, false is represented by :
Choose an answer
0
1
2
3
Previous
Skip
Next
Back