ITE Quiz 1
8 Bits
A byte is normally considered to be _____.
The BIOS is best described as _____.
A computer program used to start up the computer
The BIOS does which of the following?
All of these
The CMOS is best described as _____.
An area of RAM kept powered by a battery
Which UP disciplines identifies how the user works and what the user needs?
Business Requirements and Modeling Disiplines
These bytes as a character string from top to bottom would read: 01000011 01001110 01000010 00000000
CNB
Which UP discipline is charged with selecting hardware, network components, and system software?
Design Disipline
Which of the following provides low level control of computer hardware and a standard interface in the Kernel?
Device Driver
Primary memory is usually hard disk.
False
Processors with higher clock speeds must be faster than processors with lower clock speeds
False
Approximately, how much space in needed to hold a Library?
Gigabyte
The CMOS does which of the following:
Holds data for the BIOS
If we shift the bits in a binary integer left one place we will
Multiply by two
What is an instance or variable of a class called?.
Object
The term paging usually means the swapping of _____.
Physical with Virtual RAM
The process of copying a program from hard disk to RAM in order to process it is called ____.
Running the program
What is the term that describes the collection of storage devices that hold large quantities of of data for long periods?
Secondary Storage
Which of the following best describes a device driver?
Software to control a device
If this byte (01100111) was holding a character its value would be
g
What occurs when the result of an arithmetic operation exceeds the number of bits available to store it?
overflow
These two bytes XORed as singed integers gives: 01100011 11111111
-99
The only binary digits are _____.
0 and 1
A megabyte is enough space to hold about _____.
1 book
A kilobyte is enough space to hold about _____.
1 page
Approximately, how many kilobytes are in a megabyte?
1000
The two's complement 8 bit binary equivalent of -128 is:
10000000
How many Kilobytes are in a Megabyte?
1024
How many bytes are in a Kilobyte?
1024
The HEX number E0 would be written in binary as:
11100000
The HEX number F0 would be written in binary as
11110000
The highest unsigned 8 bit integer is:
11111111
The two's complement 16 bit binary equivalent of -128 is:
1111111110000000
These two bytes added as integers gives: 01100011 00100000
131
If this byte (11111111) were an 8 bit unsigned integer its value would be:
255
How many different binary digit combinations can be arranged in 8 bits?
256
This 16 bit unsigned integer 0000000100000001 is:
257
If the contents of this byte (01000001) were written in hexadecimal the value would be:
41
If the top byte represents an integer and the bottom byte is used on the top byte with a bitwise logical AND. 01000001 11100111
65
If the contents of this byte (01100111) were written in hexadecimal the value would be:
67
These two bytes added as integers gives the integer: 00100011 00100010
69
How many bits are in a byte:
8
If the top byte is an 8 bit integer then a bit wise OR with the bottom byte gives: 01100011 01000010
99
OR operations are usually used to set bits to 1, while AND operations are usually used to set bit to 0.
TRUE
Secondary memory is usually Hard Disk
TRUE
Which is a ROM Based program that starts a computer?
The BIOS
Adding more physical RAM can sometimes make certain program run faster.
True
What is the name of the coding table which combines the ASCII-7 coding table with an additional 128 Western European multinational characters?
Unicode
What technique is used to enable a single computer to simultaneously host multiple OSs?
Virtualization
What combination of logic and arithmetic operators would you use to produce the 2s complement of a integer?
XOR then ADD
If the top byte is a character then a bit wise OR with the bottom byte gives: 01000001 00100000
a
If the top byte is a character then a bit wise OR with the bottom byte gives: 01100011 00100010
c