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 10th Class English Medium Chapter 1 Online Test MCQs With Answers
Question # 1
The process of running a program is called:
Choose an answer
debugging
compiling
execution
using
Previous
Skip
Next
Question # 2
The ________ can be initialized at the time of declaration or after declaration:
Choose an answer
character
data type
variable
constant
Previous
Skip
Next
Question # 3
How many types of comments in C language are ?
Choose an answer
1
2
3
6
Previous
Skip
Next
Question # 4
Which of the following is an example of IDE's for C language ?
Choose an answer
visual studio
Xcode
code::blocks
all of these
Previous
Skip
Next
Question # 5
The process of feeding or storing the instruction in the computer is known as:
Choose an answer
computer program
software
hardware
computer programming
Previous
Skip
Next
Question # 6
Floating point numbers store numbers up to:
Choose an answer
seven digits of precision
eightdigits of precision
tendigits of precision
sixdigits of precision
Previous
Skip
Next
Question # 7
All the statements inside these ______ make the body of main function:
Choose an answer
{ }
()
??
==
Previous
Skip
Next
Question # 8
A program written in high level language is called:
Choose an answer
source code
objectcode
normalcode
binarycode
Previous
Skip
Next
Question # 9
Which help us to understand our own code even after years of writing it?
Choose an answer
common words
comments
end sensitive
section sensitive
Previous
Skip
Next
Question # 10
Which facilitate other programmers to understand our code ?
Choose an answer
common words
comments
end sensitive
section sensitive
Previous
Skip
Next
Question # 11
The conversion of program file into binary file is called:
Choose an answer
editing
compilation
linking
execution
Previous
Skip
Next
Question # 12
Header files have extension:
Choose an answer
.c
.h
.doc
.ppt
Previous
Skip
Next
Question # 13
Which is a part where head files are included ?
Choose an answer
header section
mainsection
bodysection
fullsection
Previous
Skip
Next
Back