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
Which of the following language provided the basis for the development of c:
Choose an answer
C++
B
JAVA
Pascal
Previous
Skip
Next
Question # 2
Which of the following is a compiler directive?
Choose an answer
#include<stdio.h>
Using namespace std;
main()
All
Previous
Skip
Next
Question # 3
A printed data or information in the database is called
Choose an answer
Entity
Report
Query
Screen
Previous
Skip
Next
Question # 4
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 # 5
The machine language instructions are written in ______
Choose an answer
Keyboard
Binary code
C
None of them
Previous
Skip
Next
Question # 6
Ms.Access is an example of
Choose an answer
Simple database
Flat file database
Relational database
All of above
Previous
Skip
Next
Question # 7
Assembly language is also called ______ language
Choose an answer
Symbolic
High-level
Low-level
intermediate-level
Previous
Skip
Next
Question # 8
The ______ errors in a program are most difficult to locate and remove
Choose an answer
Logical
Syntax
Grammatical
Spelling
Previous
Skip
Next
Question # 9
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 # 10
The output of a compiler is called:
Choose an answer
Library code
Source code
Linked code
Object code
Previous
Skip
Next
Question # 11
Preprocessor directives are command for:
Choose an answer
Microprocessor
Language processor
C Preprocessor
Loader
Previous
Skip
Next
Question # 12
Who developed C?
Choose an answer
Von-Meumann
Al-Khuwarizmi
Charles Babbage
Dennis Ritchie
Previous
Skip
Next
Question # 13
C is a:
Choose an answer
High Level language
Low-level language
Assembly language
Machine language
Previous
Skip
Next
Question # 14
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 # 15
C was developed in the year:
Choose an answer
1970
1972
1976
1995
Previous
Skip
Next
Question # 16
Which of the following key is used to save a file?
Choose an answer
F2
F3
F5
F9
Previous
Skip
Next
Back