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 is not an example of high-level language
Choose an answer
Fortan
Basic
Assembly
C
Previous
Skip
Next
Question # 2
How many types of data
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 3
C was developed in the year:
Choose an answer
1970
1972
1976
1995
Previous
Skip
Next
Question # 4
Which of the following key is used to save a file?
Choose an answer
F2
F3
F5
F9
Previous
Skip
Next
Question # 5
Information including the table name field names and data types is stored in
Choose an answer
Data dictionary
Table
Fields
None
Previous
Skip
Next
Question # 6
Assembly language is usually used for ______ writing
Choose an answer
System software
Application program
Firmware
A and C
Previous
Skip
Next
Question # 7
A IDE typically consists of:
Choose an answer
Text editor
Compiler
Debugger
All
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 of the following is a compiler directive?
Choose an answer
#include<stdio.h>
Using namespace std;
main()
All
Previous
Skip
Next
Question # 10
Who developed C?
Choose an answer
Von-Meumann
Al-Khuwarizmi
Charles Babbage
Dennis Ritchie
Previous
Skip
Next
Question # 11
The programmer usually enters source code into a computer using:
Choose an answer
Compiler
Text editor
Debugger
Linker
Previous
Skip
Next
Question # 12
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 # 13
B was developed in the year:
Choose an answer
1969-70
1965-1975
1972-1988
1992-1996
Previous
Skip
Next
Question # 14
Stdio stands for:
Choose an answer
Standard input output
Symbolicinput output
Simpleinput output
Stringinput output
Previous
Skip
Next
Question # 15
The ______ errors in a program are most difficult to locate and remove
Choose an answer
Logical
Syntax
Grammatical
Spelling
Previous
Skip
Next
Back