Computer Fundamentals Objective Type Questions 1-25
Computer Fundamentals Objective Type Questions 1-25
Is a device converting computer digital signals to analog signals for transmission over copper
telephone wires and then back to digital signals.
C. Telephone D. Modem
A. ASCII B. EBCDIC
3. What is a computer programming language in which groups of 1s and Os are used to represent
instructions and the only language a computer actually understood?
4. An area of memory that holds the ASCII characters that are being displayed on a monitor is
called
5. Processors with more than two registers for arithmetic and logical operations are classified
as:
7. What input device translates motions of a ball rolled on a flat surface to the monitor screen?
A. Assembler B. Compiler
C. Interpreter D. Debugger
A. The binary code that represents the operation to be performed by the CPU
B. The address of the data to be operated as the CPU executes the instruction called for by the
op code.
2001 COMPUTER FUNDAMENTALS
9. What is the standard method for coding data on 80-column, 12-row card?
10. A software program designed to enter a computer system, usually a network, through security
"holes" and then replicate itself.
11. What refers to the computer's use of hard disk storage to simulate RAM?
12. What is a set of instructions that resides on a storage device, such s a hard drive, and can
be loaded into memory and executed called?
A. Mouse B. Printer
is a software that allows users to have fast and flexible access to information in large
documents, constructing associations among data items needed.
C. E-mail D. Hypertext
15. Which memory holds the most recently read and frequently read data in memory, making
subsequent retrieval of that data much faster than reading from a tape or disk drive or even from
the main memory?
16. A large application or program is divided into modules of equal size called
A. Pages B. sectors
C. Segments D. stacks
2001 COMPUTER FUNDAMENTALS
17. What 5-bit code that has long been used in Telex and teletypewriter communications?
C. EBCDIC D. ASCII
18. What is the tem: for a deadlock situation that occurs when a program references a different
page for almost every instruction, and there is not even enough real memory to hold most of the
virtual memory?
A. Paging B. Scanning
C. Thrashing D. Handshaking
19. What is a single word memory location used to temporarily hold data during program execution?
A. Accumulator B. Register
C. Buffer D. Stack
20. What refers to the debugging method in which the program is executed one instruction at a
time and the register contents can be examined after each step?
C. Trace D. Stacking
21. In a computer system, is a hardware unit where the control keys are located.
A. CPU B. Keyboard
22. All are parts of the computer hardware organization except one. Which one?
A. Architecture B. Implementation
A. Database B. file
24. Which one represents machine instructions by mnemonic names and allows memory addresses and
other constants to be represented by symbols rather than bit strings?
A. Assembler B. Interpreter
25. Which of the following is an instruction that causes data to be brought from memory into an
accumulator register?
A. LOAD B. LOOP
C. FETCH D. JUMP
2001 COMPUTER FUNDAMENTALS
A. Writing B. Loading
C. Reading D. Memorizing
27. What register holds the data being written into or read out of the addressed memory location?
31. A program designed to attached itself to a file, reproduce, and spread from one file to
another, destroying data, displaying an irritating message, or otherwise disrupting computer
operations.
32. Which one is the portion of an instruction cycle where the instruction is sent from memory to
the instruction register?
A. LOAD B. ACCUMULATE
C. EXECUTE D. FETCH
A. 2 B. 8
C. 10 D. 16
2001 COMPUTER FUNDAMENTALS
34. A special file that is used by the operating system to store the physical location of all the
files on a storage medium, such as a hard disk or floppy disk is called
35. What is that part of a computer instruction that defines what type of operation the computer
is to execute on specified data?
38. Which computer port is commonly used in order to speed up the transfer of the computer data?
39. Which device puts data on the data bus during a write operation?
A. ALU B. CPU
C. Keyboard D. Accumulator
41. What is the term used to describe the moving of software from another computer to your own
computer?
A. Surfing B. Downloading
C. Uploading D. Accessing
A. ASCII B. Mnemonic
2001 COMPUTER FUNDAMENTALS
C. Oclets D. Algorithm
43. Which of the following classes of mass memory devices use a laser beam to write and read onto
a specified coated disk?
A. RAM B. ROM
44. Which of the following is the busiest bus and the one that carries that actual data?
45. HTTP:// is an identifier that appears at the beginning of most Web page. What does HTTP
stands for?
A. 1,000,000 B. 999,999
C. 1,000,001 D. 1,048,576
47. The bus that communicates control and status information is the:
48. What do you call a program stored in ROM that loads and initializes the
49. What is the term for a computer or software that requests information from another computer
or server?
A. Host B. Workstation
50. A software that translates a program written in a high-level language into low-level
instructions before the program is executed is called
A. Compiler B. Assembler
C. Integrator D. Interpreter
52. What computer memory is used during the first cycles of data processing activity?
A parity bit is also called_______is an extra bit attached to the end of a byte for purposes of
checking for accuracy.
54. Which of the following belongs to a class of codes called the minimum- change codes, in which
only one bit in the code group changes when going from one step to the next?
55. What is the difference between the high and low frequency spectrum?
A. File B. database
C. Drive D. memory
58. Which of the following takes the complete decimal number and represents it in binary?
C. CMOS D. TTL
61. What refers to the time with which a disk can find data being sought?
63. In what slot does the CD drive will be connected to the mother board of the computer?
two way parallel path connecting processors and memory containing addresses.
A. Bit B. Byte
C. Nibble D. Word
66. The command line in basic programming is always started by which of the following?
67. An instruction that alters the normal course of a program by causing it to jump to another
instruction is the
68. An instruction that causes data in the accumulator to be moved to the memory or a peripheral
register.
A. FETCH B. STORE
C. LOOP D. LOAD
2001 COMPUTER FUNDAMENTALS
69. What refers to a specific register that always points to the address of the next instruction
to be executed?
70. What is the term for a high-speed memory used to store a small amount of data temporarily so
that the data can be retrieved quickly?
71. What program is executed on several different computers to compare their speed and
performance?
A. Compiler B. Assembler
72. A computer or software on the network that supplies the network with data and storage is
called
A. Server B. mainframe
C. Host D. workstation
73. Which of the following has a function of directing memory and 1/0 devices transfers?
76. What register holds the current instruction during its execution?
A. 2 B. 4
C. 8 D. 16
A non-impact printer that forms images with little dots and produces high quality images.
2001 COMPUTER FUNDAMENTALS
A. 2 B. 4
C. 6 D. 8
80. The term "firmware" is used to describe programs stored in which of the following memory
hardware?
81. Which one refers to an assembly of computer hardware and software that enables computers to
share data, software and other resources with each other?
In digital codes, how do you identify codes running from 0 to 1 or run from 0-7?
A. Base 10 B. Octal
C. Binary D. Gray
83. What is needed to translate a high-level program into a sequence of machine instructions that
performs the desired task?
A. Assembler B. Interpreter
C. Compiler D. Debugger
A. Compilers B. Accounting
85. A computer program that appears to perform one function while actually doing something else,
such as inserting a virus into a computer system, or stealing a password.
86. Which one refers to a device that amplifies a signal and passes it on?
A. Repeater B. Amplifier
C. Trap D. Modulator
87. What refers to characters that can be displayed or printed, including numerals and symbols?
88. What refers to the manner in which alphanumeric data and control characters are represented
by sequences of bits?
A. Controlling B. Processing
C. Coding D. Transforming
2001 COMPUTER FUNDAMENTALS
90. What memory in a computer is used to hold the computer's start up routine?
A. RAM B. CMOS
C. ROM D. SDRAM
A. Unloading B. Downloading
C. Reading D. Accessing
92. What type of bus carries the memory address from the computer to the memory?
93. What type of bus carries lines that control the operation of the memory from the
microprocessor to the memory?
94. What register holds the address of the word currently being accessed?
A state of the art technology designed to provide supervisory control and data acquisition
capability for industrial, commercial and utility power substation and systems.
A. Monitor B. Cobol
C. SCADA D. IBM PC
96. What is a technique used to ensure that the bits within a memory byte are correct?
A. Handshaking B. Parity
C. Swapping D. Processing
97. What is the term for a sequence of computer instructions that performs some functions?
A software B. firmware
99. What do you call a network where people can retrieve information, communicate, entertain or
do business from the comfort of a PC?
C. Facsimile D. E-mail
100. What do you call a projector that will be used to project video signals from a computer?
2001 COMPUTER FUNDAMENTALS
101. A type of computer memory circuit that holds data, program instructions, and the operating
system while the computer is on.
102. What refers to one or more integrated circuits that contain permanent instructions that the
computer uses during boot process?
A. CMOS B. ROM
103. Which of the following is used to capture real and moving objects and displays it into a
computer?
107. What do you call a group of sectors on a storage medium that, when accessed as a group speed
up a data access?
A. Track B. Media
C. Cluster D. Cell
A. Bit B. Byte
C. Cell D. Character
110. A collection of information that may be stored in more than one file is called
A. Databank B. Database
111. Which one is a tiny electrically operated switch that can alternate between on and off
million times?
A. Diode B. Latch
C. Pentode D. Transistor
112. A boot disk that contains operating system files plus antivirus software is called
114. A computer that is smaller and more portable than a computer notebook. It is sometimes
called palm-top computer.
A. Microcomputer B. Minicomputer
115. What do you call a communication network covering a geographical area the size of a city or
suburban?
117. This term refers to preparing the disk for usage so that the operating system can be written
on it. Which one?
A. Multitasking B. Formatting
C. Setting D. Debugging
119. What is used to translate high level statements into machine language?
A. Macros B. Assembler
The term that refers to the physical equipment or components of an electronic data processing
system?
C. Firmware D. Hardware
C. Telephone line D. PC
125. What refers to a technique where each user of a computer takes turns, under the control of
the operating system, using the entire computer main memory for a certain length of time?
A. Multitasking B. Time-sharing
126. A multi-user system is similar to a multi-tasking system except that all users are:
127. A computer virus that infects the macros that are attached to documents and spreadsheets is
called
128. What do you call a computer that receives and stores e-mail data until retrieved by the
email account holder?
C. POST D. MPEG
B. a specific virus that protects a program from other unprecedented attacks by other virus
C. a software that scans a computer system to detect viruses or other harmful software
D. a vaccine injected by the operator into the hard disk of a computer to remove interference
130. What do you call a microscopic plate of silicon that contains thousands of micro miniature
electronic circuit components?
132. What code is a 7-bit code that allows only 128 different combinations and commonly used in
microcomputers?
A. EBCDIC B. ASCII
133. What do you call a person who gains illegal access to a computer system?
134. What do you call the process of retrieving a file from the internet and storing it in the
PC?
A. Scanning B. Browsing
C. Downloading D. Uploading
All data processing systems involve the following operations regardless of the kind of data
processed or the kind of device or equipment used. Which one of the following are these?
136. What refers to a computer-base system in which a telephone message is recorded in digital
form and then forwarded to others?
137. It refers to the rate at which data is sent over communication lines. Which one?
138. What holds data and instructions for further manipulation in the ALU?
A. Register B. Accumulator
139. What is in a machine that implies that it is capable of absorbing and organizing new data,
learning new concept, reasoning logically and responding to inquiries?
A. Attention B. Attraction
C. Attack D. Attempt
141. Which of the following refers to a round piece of plastic that stores data and program as a
magnetized spot?
A. Diode B. Triode
C. Chip D. Internet
143. What do you call a series of concentric or spiral storage areas created on a storage medium
during the formatting process?
A. Traces B. Routes
C. Domains D. Tracks
144. What do you call a device that provides the computer with electricity if there is a power
failure?
145. What type of database stores all information in the equivalent of a matrix?
146. What is the term for a computer professional who plans an entire computer system?
A. a thousand kilobytes
B a million kilobytes
A. 1.44 MB B. 1.8 MB
C. 1.25 MB D. 1.5 MB
C. Password D. Browser
A. Oscillator B. Multiplexer
C. Demodulator D. Demultiplexer
153.Which one is not required in video conferencing through a PC?
A. Microphone B. Digital camera
C. Speakers D. Screen filter
154.What do you call a collection of fields?
A. File B. Record
C. Document D. Database
155.What device is used in converting a computer digital signal to analog signals for
transmission over telephone wires?
A. Modem B. Network hub
C. Digital switch D. Demodulator
156. The Extended Binary Coded Decimal Interchange Code (EBCDIC) uses how many bits for each
character?
A. 2 B. 4
C. 8 D. 16
157.In a network of computers, what do you call the computer wherein commonly used files are
stored and accessed?
A. Network computer B. Host computer
C. File server D. PC
158.EE Board October 1999
The digital system usually operates on system.
A. decimal B. hexadecimal
C. binary D. octal
159. Which one refers to a way of sending and receiving mails between two or more people through
the global computer network?
A. Electronic mail B. Express mail
C. Facsimile D. Internet
160.What do you call a communication network that covers a wide geographical area such as a state
or a country?
A. Local area network B. Wide area network
C. Metropolitan area network D. Multi-level network
161.What is another term for memory?
A Tape storage B. Disk storage
C. Primary storage D. Secondary storage
162.EE Board October 1998
It is the computerized data gathering, monitoring and switching equipment.
A. Supervising control B. Remote control'
C. SCADA D. Control and monitoring system
163.What refers to the process of sending a copy of a file from a local computer to a remote
computer?
A. Downloading B. Electronic mail
C. Uploading D. Routing
164.An individual computer can be interconnected to a network of computers using which of the
following?
A. Interface B. Serial port
C. Modem D. Network hub
2001 COMPUTER FUNDAMENTALS
165.What type of communication system uses light, rather than electricity to communicate? A. Data
communication B. Optical communication
C. Microwave communication D. Fiber optic communication
166.EE Board October 1999
is a device converting computer digital signals to analog signals for transmission over copper
telephone wires and then back to digital signals.
A. Fax machine B. Modem
C. Telegram D. Telephone
167. An e-mail address should consist of which of the following?
A. User name and domain name
B. User name and user address
C. User name, and service provider name
D. User name, domain name and service provider name
168.EE Board April 2000
Maximum capacity of a recordable compact disc
A. 1 Gbytes B. 10 Gbytes
C. 650 Mbytes D. 100 Mbytes
169.Which of the following is a binary coding commonly used in compute
A. Baudot B. ASCII
C. BCD D. EBCDIC
170.What is the name of a place in the internet which can be accessed a gather information?
A. Yahoo B. Hotmail
C. Web site D. Web page
171. What do you call the making of illegal copies of copyrighted softwares
A. Software hacking B. Software piracy
C. Software replication D. Software collaboration
172.Which one is used in the screen of a laptop computer?
A. LCD B. CRT
C. JRT D. RSC
173.in order for a program to run, it must be placed in the computer's memory by a
A compiler B. loader
C. installer D. interpreter
174.EE Board October 2000
For PC to PC communications, a data terminal equipment is directly connected to
A. DDE Equipment B. Telephone line
C. ATE equipment D. DCE Equipment
175.Which computer slot provides a high speed data pathway that is primarily used for graphics
cards?
A. ISA B. PCI
C. AGP D. IDE
176.EE Board October 1999
Octal coding involves grouping the bits in _________?
A. 6's B. 9's
C. 1's D. 3's
177.What is used to translate an assembly language code into machine language?
A. Assembler B. Loader
C. Compiler D. Interpreter
2001 COMPUTER FUNDAMENTALS
A. RAM B. ROM
C. PROM D. EPROM
192.What are used for temporary storage of instructions or data?
A. Accumulators B. Registers
C. Program counters D. Control units
193.What code results when each digit of a decimal number is represented by its binary
equivalent?
A. Morse code B. Gray code
C. Binary-coded decimal D. Straight binary code
194.What provide temporary data storage in sequential order usually on a last-in, first out
basis?
A. Registers B. Stacks
C. Accumulators D. Counters
195.What refers to a program that controls the computer at its most basic level and provides the
environment for application programs?
A. Computer program B. Multi-tasking program
C. Operating system D. Assembly language
196.A byte is composed of how many bits?
A. 2 B. 4
C. 6 D. 8
197.What is the term used to describe a copyrighted software marketed under a license that allows
users to use the software for a trial period and then send in a registration fee if they wish to
continue the use of it?
A. Firmware B. Trial software
C. Shareware D. Test run software
198.Data does not need to be refreshed and remains as long as the power stays on for what type of
men.ory?
A. Dynamic memory B. Static memory
C. Kinetic memory D. Virtual memory
199.EE Board October 1997
What is the meaning of SCADA?
A. System Coordinated Area Distribution Area
B. System Control and Data Acquisition
C. Supervisory Control and Data Acquisition
D. Super Computer and Deck Accessibility
200.What memory contains the BIOS that is read in when the computer is first started?
A. Cache memory B. Virtual memory
C. OS memory D. Video memory