• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/36

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

36 Cards in this Set

  • Front
  • Back

Translate 10011(bin) into decimal

19

Translate 2E (hex) into decimal

16

Represent the bit pattern 1111 0100 1001 1011 in hexadecimal notation

F 8 9 B

What is the result of the following addition problem?




1111


+1011

26

Each memory cell in a computer's main memory is identified by a numeric value called the cell's?

Address

How many different bit patterns can be formed if each pattern must consist of exactly 4 bits?

16

Which of the following data storage systems provides the most efficient random access to individual data items?




A) Main Memory


B) Magnetic disk


C) CDs/DVDs


D) Flash drives

A) Main memory

Which of the following mass storage systems do not require physical motion?




A) Magnetic tape


B) Magnetic disk


C) CDs/DVDs


D) Flash drives

D) Flash Drives

Which of the following provides a compressed representation pf an image by limiting the number of different pixel colors to 256, thereby enabling each pixel in an image to be represented by a single byte.




A) ASCII


B) MPEG


C) JPEG


D) GIF

D) GIF

A system developed b the American Standards Institute for encoding text, is known as what?

ASCII

A digital circuit capable a single digit

Flip-flop

A means of encoding numeric values that may involve fractions

Floating-Point notation

A means of encoding music in terms of notes and instruments rather than actual audio

MIDI

AND, OR, XOR, NOT is consider what type of function?

Boolean operation

Which step of machine cycle examines the op-code of the next instruction to be executed?




A) Load


B) Fetch


C) Decode


D) Execute

C) Decode

In which of the following locations is information most readily available for manipulation by the CPU?




A) Mass storage


B) General-purpose registers


C) Main memory


D) Cache memory

B) General-purpose registers

Which of the following is not contained in a CPU?




A) Memory cell


B) General-purpose register


C) Program counter


D) Instruction register

A) Memory cell

Which of the following is not an activity performed entirely within a CPU?




A) Move data between registers


B) Perform Boolean operations


C) Fetch instructions


D) Perform arithmetic operations

C) Fetch instructions

The following table shows a portion of machine's memory containing a program written in the language described in the language description table. Assuming that the machine is started with its program counter containing 00, what bit pattern will be in register 1 when the machines halts?



Address Content


001 21


01 0B


02 14


03 04


04 C0


05 00


0B

Used by the CPU to keep its place in the program, is known as what?

Program Counter

A technique of recording programs in main memory from where they can be accessed and executed, is called what?

Stored-program concepts

The communication path's maximum capacity for transferring data

Bus

The process of fetching and executing instructions that is repeated over and over by the CPU

Machine cycle

Execution of an operating system is initiated by a program called the




A) Boot loader


B) Scheduler


C) Window manager

A) Boot loader

A section of a program that should be executed by at most one process at a time is called a




A) Utility


B) Critical region


C) Privileged instruction

B) Critical region

Multitasking in a computer with own one CPU is accomplished by a technique called




A) Bootstrapping


B) batch processing


C)Multi programming

C) Multi programming

Which of the following events is detrimental to an operation system's performance?




A) Deadlock


B) Interrupt


C) Booting

B) Interrupt

Which of the following would be concern of the file manager in a multi-user computer system that would not be concern in a single- user system?




A) Maintain records regarding the location of files


B) Maintain records regarding the ownership of files


c) Maintain records regarding the size of files


D) None of the above

B) Maintain records regarding the ownership of files

Which of the following items of information would not be contained in an operating system's process table?




A) The location of the memory area assigned to the process


B) The priority of each process


C) Whether the process is ready or waiting


D) The machine language instructions being executed by the process

D) The machine language instructions being executed by the process

Which of the following is a task that is not performed by the kernel of an operating system?




A) Communicate with the user


B) Schedule processes


C) Allocate resources


D) Avoid deadlock

A) Communicate with the user

Which of the following is a technique for controlling access to a critical region?




A) Spooling


B) Time sharing


C) Semaphore


D) Booting

C) Semaphore

Places new entries in the process table, is known as what?

Scheduler

Protects files from unauthorized access, is know as what?

File Manager

Performs the switching from one process to another, is known as what?

Dispatcher

Performs the actual communication with I/O units, is called what?

Device drivers

Maintains a record of memory allocations, is known as what?

Memory manager