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 Chapter 8 Online Test MCQs With Answers
Question # 1
conio stands for :
Choose an answer
Character input output
Consoleinput output
Commoninput output
Complexinput output
Previous
Skip
Next
Question # 2
A IDE typically consists of:
Choose an answer
Text editor
Compiler
Debugger
All
Previous
Skip
Next
Question # 3
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 # 4
The machine language instructions are written in ______
Choose an answer
Keyboard
Binary code
C
None of them
Previous
Skip
Next
Question # 5
Which of the following key is used to save a file?
Choose an answer
F2
F3
F5
F9
Previous
Skip
Next
Question # 6
Errors in a computer program are also called ________
Choose an answer
Mistakes
Bugs
Syntax
Wrongs
Previous
Skip
Next
Question # 7
Which of the following key is used to to load a program in memory to run?
Choose an answer
ALT+F9
CTRL+F9
CTRL+S
ALT+F5
Previous
Skip
Next
Question # 8
The basic structure of C program consists of:
Choose an answer
Preprocessor Directive
Main () function
Program body
All
Previous
Skip
Next
Question # 9
Which header file contains information about standard input/output function?
Choose an answer
stdio.h
math.h
Both A and B
None
Previous
Skip
Next
Question # 10
Assembly language is also called ______ language
Choose an answer
Symbolic
High-level
Low-level
intermediate-level
Previous
Skip
Next
Question # 11
Stdio stands for:
Choose an answer
Standard input output
Symbolicinput output
Simpleinput output
Stringinput output
Previous
Skip
Next
Question # 12
B was developed in the year:
Choose an answer
1969-70
1965-1975
1972-1988
1992-1996
Previous
Skip
Next
Question # 13
Ms.Access is an example of
Choose an answer
Simple database
Flat file database
Relational database
All of above
Previous
Skip
Next
Question # 14
The expression in define directive:
Choose an answer
Can only be changed at the end of the program
Cannot be changed but can be redefined
Cannot be assigned a value
Cannot be changed
Previous
Skip
Next
Question # 15
Which is the correct sequence of steps for creating and executing C program?
Choose an answer
Editing
→ saving
→ compiling
→ linking
→ Executing
Compiling
→
Editing
→ saving
→ Executing
→ linking
Editing
→ Executing
→ Compiling
→ Linking
Linking
→
Executing
→ saving
→ Editing
→ compiling
Previous
Skip
Next
Question # 16
The output of a compiler is called:
Choose an answer
Library code
Source code
Linked code
Object code
Previous
Skip
Next
Back