Correct Answer: (B)
Correct Answer: (B)
a. Leibnitz
b. von Neumann
c. Pascal
d. Charles Babbage
Correct Answer: (b)
In a computer, the _______ subsystem accepts data and programs and sends processing results to
output devices.
a. ALU
b. input/output
c. memory
d. control unit
Correct Answer (b)
A 17th-century computing machine that could perform addition and subtraction was the _______.
a. Pascaline
b. Jacquard loom
c. Analytical Engine
d. Babbage machine
Correct Answer (a)
_______ is a set of instructions in a computer language that tells the computer what to do with
data.
a. An operating system
b. An algorithm
c. A data processor
d. A program
Correct Answer (d)
One of the first computers based on the von Neumann model was called _______.
a. Pascal
b. Pascaline
c. ABC
d. EDVAC
Correct Answer (d)
The first computing machine to use the idea of storage and programming was called _______.
a. the Madeline
b. EDVAC
c. the Babbage machine
d. the Jacquard loom
Correct Answer (d)
In a set of 64 symbols, each symbol requires a bit pattern length of _______ bits.
a. 4
b. 5
c. 6
d. 7
Correct Answer: (c)
How many symbols can be represented by a bit pattern with ten bits?
a. 128
b. 256
c. 512
d. 1024
Correct Answer: (d)
If the ASCII code for E is 1000101, then the ASCII code for e is _______. Answer the question
without consulting the ASCII table.
a. 1000110
b. 1000111
c. 0000110
d. 1100101
Correct Answer: (d)
In the _______ graphic method of representing an image in a computer, each pixel is assigned a
bit patterns.
a. bitmap
b. vector
c. quantized
d. binary
Correct Answer: (a)
In the _______ graphic method of representing an image in a computer, the image is decomposed
into a combination of geometrical figures.
a. bitmap
b. vector
c. quantized
d. binary
Correct Answer: (b)
In the _______ graphic method of representing an image in a computer, re-scaling of the image
creates a ragged or grainy image.
a. bitmap
b. vector
c. quantized
d. binary
Correct Answer: (a)
When we want to store music in a computer, the audio signal must be _______.
a. sampled
a. only
b. quantized only
c. coded
c. only
d. sampled, quantized, and coded
Correct Answer: (d)
Assume a new Excess system uses 17 bits to represent the exponent section. What is he bias value
in this system?
a. 17
b. 16
c. 65535
d. 65536
Correct Answer: (c)
Which number representation method is often used to store the exponential value of a fractional
part?
a. unsigned integers
b. two’s complement
c. Excess
d. ten’s complement
Correct Answer: (c)
The precision of the fractional part of a number stored in a computer is defined by the _______.
a. sign
b. exponent
c. mantissa
d. last digit
Correct Answer: (c)
The combination of sign and mantissa of a real number in IEEE standard floating point format is
stored as an integer in the ____________ representation.
a. unsigned
b. sign-and-magnitude
c. two’s complement
d. one’s complement
Correct Answer: (b)
The _______ method of integer representation is the most common method for storing integers in
computer memory.
a. sign-and-magnitude
b. one’s complement
c. two’s complement
d. unsigned integers
Correct Answer: (c)
In two’s complement addition, if there is a final carry after the left most column addition, _______.
a. add it to the right most column
b. add it to the left most column
c. discard it
d. increase the bit length
Correct Answer: (c)
For an 8-bit allocation, the smallest decimal number that can be represented in two’s complement
form is _______.
a. -8
b. -127
c. -128
d. -256
Correct Answer: (c)
For an 8-bit allocation, the largest decimal number that can be represented in two’s complement
form is _______.
a. 8
b. 127
c. 128
d. 256
Correct Answer: (b)
In two’s complement representation with a 4-bit allocation, we get _______ when we add 1 to 7.
a. 8
b. 1
c. -7
d. -8
Correct Answer: (d)
In two’s complement representation with a 4-bit allocation, we get _______ when we add 5 to 5.
a. -5
b. -6
c. -7
d. 10
Correct Answer: (b)
If we are adding two numbers, one of which has an exponent value of 7 and the other an exponent
value of 9, we need to shift the decimal point of the smaller number _______.
a. one place to the left
b. one place to the right
c. two places to the left
d. two places to the right
Correct Answer: (c)
For the binary AND operation, only an input of _______ gives an output of 1.
a. two 0s
b. two 1s
c. one 0 and one 1
d. two 2s
Correct Answer: (b)
To flip all the bits of a bit pattern, make a mask of all 1s and then _______ the bit pattern and the
mask.
a. AND
b. OR
c. XOR
d. NOT
Correct Answer: (c)
To un-set (force to 0) all the bits of a bit pattern, make a mask of all 0s and then _______ the bit
pattern and the mask.
a. AND
b. OR
c. XOR
d. NOT
Correct Answer: (a)
To set (force to 1) all the bits of a bit pattern, make a mask of all 1s and then _______ the bit
pattern and the mask.
a. AND
b. OR
c. XOR
d. NOT
Correct Answer: (b)
If the memory address space is 16 MB and the word size is 8 bits, then _______ bits are needed to
access each word.
a. 8
b. 16
c. 24
d. 32
Correct Answer: (c)
_______ can be programmed and erased using electronic impulses but can remain in a computer
during erasure.
a. ROM
b. PROM
c. EPROM
d. EEPROM
Correct Answer: (d)
_______ is a type of memory in which the user, not the manufacturer, stores programs that cannot
be overwritten.
a. ROM
b. PROM
c. EPROM
d. EEPROM
Correct Answer: (b)
Main memory in a computer usually consists of large amounts of ______ speed memory.
a. high
b. medium
c. low
d. very high speed
Correct Answer: (c)
A _______ is a storage device to which the user can write information only once.
a. CD-ROM
b. CD-R
c. CD-RW
d. CD-RR
Correct Answer: (b)
A _______ is a storage device that can undergo multiple writes and erasures.
a. CD-ROM
b. CD-R
c. CD-RW
d. CD-RR
Correct Answer: (c)
The smallest storage area on a magnetic disk that can be accessed at one time is a _______.
a. track
b. sector
c. frame
d. head
Correct Answer: (b)
If the memory has 232 words, the address bus needs to have _______ wires.
a. 8
b. 16
c. 32
d. 64
Correct Answer: (c)
The three steps in the running of a program on a computer are performed in the specific order
_______.
a. fetch, execute, and decode
b. decode, execute, and fetch
c. fetch, decode, and execute
d. decode, fetch, and execute
Correct Answer: (c)
In the _______ method for synchronizing the operation of the CPU with an I/O device, the I/O
device informs the CPU when it is ready for data transfer.
a. programmed I/O
b. interrupt-driven I/O
c. DMA
d. isolated I/O
Correct Answer: (b)
In the _______ method for synchronizing the operation of the CPU with an I/O device, the CPU
is idle until the I/O operation is finished.
a. programmed I/O
b. interrupt-driven I/O
c. DMA
d. isolated I/O
Correct Answer: (a)
In the _______ method for synchronizing the operation of the CPU with an I/O device, a large
block of data can be passed from an I/O device to memory directly.
a. programmed I/O
b. interrupt-driven I/O
c. DMA
d. isolated I/O
Correct Answer: (c)
The _______ layer of the TCP/IP protocol suite provides services for end users.
a. data-link
b. transport
c. application
d. physical
Correct Answer: (c)
The _______ layer of the TCP/IP protocol suite transmits a bit stream over a physical medium.
a. physical
b. data-link
c. network
d.transport
Correct Answer: (a)
The _______ layer of the TCP/IP protocol suite is responsible for node-to-node delivery of a frame
between two adjacent nodes.
a. transport
b. network
c. data-link
d. session
Correct Answer: (c)
The _______ layer of the TCP/IP protocol suite is responsible for source-to-destination delivery
of the entire message.
a. transport
b. network
c. data-link
d. session
Correct Answer: (b)
_______ is a multi-programming method in which multiple programs are entirely in memory with
each program occupying a contiguous space.
a. Partitioning
b. Paging
c. Demand paging
d. Demand segmentation
Correct Answer: (a)
In _______, the program can be divided into equally sized sections called pages, but the pages
need not be in memory at the same time for execution.
a. partitioning
b. paging
c. demand paging
d. demand segmentation
Correct Answer: (c)
A process in the _______ state can go to either the ready, terminated, or waiting states.
a. hold
b. virtual
c. running
d. hold or running
Correct Answer: (c)
A process in the ready state goes to the running state when _______.
a. it enters memory
b. it requests I/O
c. it gets access to the CPU
d. it finishes running
Correct Answer: (c)
A program becomes a _______ when it is selected by the operating system and brought to the hold
state.
a. job
b. process
c. deadlock
d. partition
Correct Answer: (a)
The _______ scheduler creates a process from a job and changes a process back to a job.
a. job
b. process
c. virtual
d. queue
Correct Answer: (a)
The _______ scheduler moves a process from one process state to another.
a. job
b. process
c. virtual
d. queue
Correct Answer: (b)
The items are divided into two lists (sorted and unsorted) _____ sort.
a. only in a selection
b. only in a bubble
c. only in an insertion
d. in selection, bubble, or insertion
Correct Answer: (d)
In _______ sort, the item that goes into the sorted list is always the first item in the unsorted list.
a. selection
b. bubble
c. insertion
d. every
Correct Answer: (c)
In _______ sort, the smallest item from the unsorted list is swapped with the item at the beginning
of the unsorted list.
a. selection
b. bubble
c. insertion
d. every
Correct Answer: (a)
In ______ sort, the smallest item moves to the beginning of the unsorted list. There is no one-to-
one swapping.
a. selection
b. bubble
c. insertion
d. every
Correct Answer: (b)
_______ is a basic algorithm in which we want to find the location of a target in a list of items.
a. Sorting
b. Searching
c. Product
d. Summation
Correct Answer: (b)
Defining the users, requirements, and methods is part of the _______ phase.
a. analysis
b. design
c. implementation
d. testing
Correct Answer: (a)
In the system development process, writing the program is part of the _______ phase.
a. analysis
b. design
c. implementation
d. testing
Correct Answer: (c)
In the system development process, structure charts are tools used in the _______ phase.
a. analysis
b. design
c. implementation
d. testing
Correct Answer: (b)
_______ is a measure of how tightly two modules are bound to each other.
a. Modularity
b. Coupling
c. Interoperability
d. Cohesion
Correct Answer: (b)
_______ is an ordered collection of data in which each element contains the location of the next
element.
a. An array
b. A record
c. A linked list
d. A file
Correct Answer: (c)
The _______ is a pointer that identifies the next element in the linked list.
a. link
b. node
c. array
d. data
Correct Answer: (a)
Given a linked list called children, the pointer variable children identifies ________ element of the
linked list.
a. the first
b. the second
c. the last
d. any
Correct Answer: (a)
If A is the first data element input into a stack, followed by B, C, and D, then _______ is the first
element to be removed.
a. A
b. B
c. C
d. D
Correct Answer: (d)
If A is the first data element input into a queue, followed by B, C, and D, then _______ is the first
element to be removed.
a. A
b. B
c. C
d. D
Correct Answer: (a)
The pop operation _______ of the stack.
a. deletes an item from the top
b. deletes an item from the bottom
c. inserts an item at the top
d. inserts an item at the bottom
Correct Answer: (a)
When a sequential file is updated, the ______ file gets the actual update.
a. new master
b. old master
c. transaction
d. error report
Correct Answer: (a)
When a sequential file is updated, the ______ file contains a list of all errors occurring during the
update process.
a. new master
b. old master
c. transaction
d. error report
Correct Answer: (d)
When a sequential file is updated, the ______ file contains the changes to be applied.
a. new master
b. old master
c. transaction
d. error report
Correct Answer: (c)
After a sequential file is updated, the _______ file contains the most current data.
a. new master
b. old master
c. transaction
d. error report
Correct Answer: (a)
If the transaction file key is 20 and the first master file key is 25, then we _______.
a. add the new record to the new master file
b. revise the contents of the old master file
c. delete the data
d. write the old master file record to the new master file
Correct Answer: (a)
If the transaction file key is 20 with a delete code and the master file key is 20, then we _______.
a. add the transaction to the new master file
b. revise the contents of the old master file
c. delete the data
d. write the old master file record to the new master file
Correct Answer: (c)
In the _______ hashing method, selected digits are extracted from the key and used as the address.
a. direct
b. division remainder
c. modulo division
d. digit extraction
Correct Answer: (d)
In the _______ hashing method, the key is divided by the file size, and the address is the remainder
plus 1.
a. direct
b. modulo division
c. division remainder
d. digit extraction
Correct Answer: (b)
_______ are keys that hash to the same location in the data file.
a. Collisions
b. Buckets
c. Synonyms
d. Linked lists
Correct Answer: (c)
When a hashing algorithm produces an address for an insertion key and that address is already
occupied, it is called a _______.
a. collision
b. probe
c. synonym
d. linked list
Correct Answer: (a)
The _______ area is the file area that contains all the home addresses.
a. probe
b. linked
c. hash
d. prime
Correct Answer: (d)
In the ______ collision resolution method, we try to put data that cannot be placed in location 123
into location 124.
a. open addressing
b. linked list
c. bucket hashing
d. random hashing
Correct Answer: (a)
In a three-level DBMS architecture, the layer that interacts directly with the hardware is the
_______ level.
a. external
b. conceptual
c. internal
d. physical
Correct Answer: (c)
In a three-level DBMS architecture, the _______ level determines where data is actually stored on
the storage devices.
a. external
b. conceptual
c. internal
d. physical
Correct Answer: (c)
The _______ level of a three-level DBMS architecture defines the logical view of the data.
a. external
b. conceptual
c. internal
d. physical
Correct Answer: (b)
The data model and the schema of a DBMS are often defined at the _______ level.
a. external
b. conceptual
c. internal
d. physical
Correct Answer: (b)
In a three-level DBMS architecture, the _______ level interacts directly with the users.
a. external
b. conceptual
c. internal
d. physical
Correct Answer: (a)
Of the various database models, the _______ model is the most prevalent today.
a. hierarchical
b. network
c. relational
d. linked list
Correct Answer: (c)
A unary operator is applied to _______ relation(s) and creates an output of ________ relation(s).
a. one, one
b. one, two
c. two, one
d. two, two
Correct Answer: (a)
A binary operator is applied to _______ relations (s) and creates an output of ________ relation(s).
a. one, one
b. one, two
c. two, one
d. two, two
Correct Answer: (c)
The unary _______ operation always results in a relation that has exactly one more row than the
original relation.
a. insert
b. delete
c. update
d. select
Correct Answer: (a)
If you want to change the value of an attribute of a tuple, you use the _______ operation.
a. project
b. join
c. update
d. select
Correct Answer: (c)
The operation that takes two relations and combines them based on common attributes is the
_________ operation.
a. join
b. project
c. union
d. intersection
Correct Answer: (a)
If you need to delete an attribute in a relation, you can use the _______ operation.
a. join
b. project
c. union
d. intersection
Correct Answer: (b)
You want to create a relation called New that contains tuples that belong to both relation A and
relation B. For this, you can use the _______ operation.
a. select
b. union
c. project
d. intersection
Correct Answer: (d)
In __________cryptography, the same key is used by the sender and the receiver.
a. symmetric-key
b. asymmetric-key
c. public-key
d. open-key
Correct Answer: (a)
___________ means that the data must arrive at the receiver exactly as they were sent.
a. Nonrepudiation
b. Message integrity
c. Authentication
d. Secrecy
Correct Answer: (b)
In ___________, the identity of a party is verified once for the entire duration of system access.
a. entity authentication
b. message integrity
c. message authentication
d. message encryption
Correct Answer: (a)
In the asymmetric-key method used for confidentiality, which key(s) is (are) publicly known?
a. encryption key only
b. decryption key only
c. both encryption and decryption keys
d. neither encryption key nor decryption key
Correct Answer: (b)
In RSA, if user A wants to send an encrypted message to user B, the plaintext is encrypted with
the public key of _______.
a. user A
b. user B
c. the network
d. a third party.
Correct Answer: (b)