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 Chapter 8 Online Test MCQs With Answers
Question # 1
Turbo C++ can compile:
Choose an answer
C programs only
C and C++ programs
Turbo C Programs only
Turbo C++ programs only
Previous
Skip
Next
Question # 2
A well-organized set of instructions given to the computer is called:
Choose an answer
Hardware
Software
Bug
None
Previous
Skip
Next
Question # 3
The extension of the header file is:
Choose an answer
.CPP
txt
.c
.h
Previous
Skip
Next
Question # 4
How many types of data
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 5
Compiled programs typically execute faster because:
Choose an answer
Compiled programs are read and executed a line at a time
Compiled programs are already in a machine-readable form.
Compiled programs do not require any data
None of these
Previous
Skip
Next
Question # 6
Which file contains the program after translation into machine language?
Choose an answer
Object file
Exe file
Source file
None
Previous
Skip
Next
Question # 7
Which of the following is the fundamental language of the computer
Choose an answer
C
Unix
Dos
Machine language
Previous
Skip
Next
Question # 8
Preprocessor directives are command for:
Choose an answer
Microprocessor
Language processor
C Preprocessor
Loader
Previous
Skip
Next
Question # 9
The name of header file is written between:
Choose an answer
[ ]
( )
< >
<< >>
Previous
Skip
Next
Question # 10
The process of linking library files with object code is known as:
Choose an answer
Compiling
Executing
Linking
Saving
Previous
Skip
Next
Question # 11
A printed data or information in the database is called
Choose an answer
Entity
Report
Query
Screen
Previous
Skip
Next
Question # 12
Who developed C?
Choose an answer
Von-Meumann
Al-Khuwarizmi
Charles Babbage
Dennis Ritchie
Previous
Skip
Next
Question # 13
The extension of C source program is:
Choose an answer
.h
.c
obj
.exe
Previous
Skip
Next
Question # 14
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 # 15
Assembly language is usually used for ______ writing
Choose an answer
System software
Application program
Firmware
A and C
Previous
Skip
Next
Question # 16
Which of the following symbol is used to denote a pre-processor statement?
Choose an answer
%
$
#
@
Previous
Skip
Next
Back