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
ECAT Computer Science Chapter 7 Fortran 77 Online Test MCQs With Answers
Question # 1
The instruction that tell the computer what to do are called.
Choose an answer
software
output
hardware
telecommunication
Previous
Skip
Next
Question # 2
Most of the errors in computer system could be attributed due to
Choose an answer
virus
programming errors
hardware problems
data entry errors
Previous
Skip
Next
Question # 3
A dump terminal signifies that
Choose an answer
It has lower IQ compared to an intelligent terminal
It can not be used as an independent computer
It does not have a keyboard connected to it
It belongs to firs generation computers
Previous
Skip
Next
Question # 4
Simulation is a process in which
Choose an answer
computer is used to control a process
computer gather data for later processing
full capacity of the system is utilized
the computer system and program are used to produce actions similars to those in a real physical system
Previous
Skip
Next
Question # 5
Popular object-oriented languages.
Choose an answer
Pascal, Modula-3
C++ , Smalltalk
LOGO , PROLOG
COBOL , BASIC
Previous
Skip
Next
Question # 6
Micro processor is based on
Choose an answer
thermionic values
transistors
integrated circuits
single integrated circuit or chip
Previous
Skip
Next
Question # 7
The first high-level language to be introduced was
Choose an answer
COBOL
FORTRAN
Pascal
Ada
Previous
Skip
Next
Question # 8
Which type of computer operates by directly counting numbers.
Choose an answer
special purpose
analog
digital
hybrid
Previous
Skip
Next
Question # 9
The software tools that allow a computer to be used for specific purposes are called.
Choose an answer
firmware
terminals
hardware
application programs
Previous
Skip
Next
Question # 10
To activate an object, send
Choose an answer
a message
an instance
a method
an attribute
Previous
Skip
Next
Question # 11
In preparing a program, one should first
Choose an answer
plan the solution
code the program
document the problem
define the problem
Previous
Skip
Next
Question # 12
By word processing we mean
Choose an answer
Processing only words and not the number
String manipulation
A method of providing facility of text processing
A software game for playing with words like "Hang man"
Previous
Skip
Next
Question # 13
Rearranging data in a new sequence is known as.
Choose an answer
Updating
Batching
Sorting
Summarising
Previous
Skip
Next
Question # 14
A built in number that identifies a location in storage.
Choose an answer
character
word
byte
address
Previous
Skip
Next
Question # 15
When the control unit gets an instruction it is called
Choose an answer
E-mail
machine time
I-time
ALU time
Previous
Skip
Next
Question # 16
The final value of K after following FORTRAN program segment is executed will be
J=2
Do 50 I=3,8,J
J=J+1
50 Continue
J=5 * J
Choose an answer
2
7
40
The program can not be executed
Previous
Skip
Next
Back