System Architecture Test 3

Unlock all answers in this set

Unlock answers
question
The ______ of a Display is the number of pixels displayed per linear measurement unit.
answer
Resolution
question
In the United States, resolution is generally stated in ____
answer
DPI - Dots Per Inch
question
Written Western Languages are based on systems of symbols called _____________
answer
Characters
question
_____ is a process that generates color approximations by placing small dots of different colors in an interlocking pattern.
answer
Dithering
question
In Graphics, a __________ is a line segment with a specific angle and length in relation to a point of orgin
answer
Vector
question
Components of a video game controller include display generator circuitry, software stored in ROM, a video processor, and ______
answer
RAM
question
Video Display panels are connected to a ______ that's connected to a port on the system bus or a dedicated video bus
answer
Video Controller
question
The number of refresh cycles per second is normally stated in hertz and called the _____
answer
Refresh Rate
question
A _____ contains a matrix of liquid crystals sandwiched between two polarized filter panels that block all light except light approaching from a specific angle
answer
LCD - Liquid Crystal Display
question
_______ displays use excited gas and phosphors to generate colored light
answer
Plasma
question
Modern _____ displays achieve high-quality color display with organic compounds
answer
LED
question
A _______ printer moves a print head containing a matrix of pins over the paper
answer
Dot Matrix
question
A _____ operates with an electrical charge and the attraction of ink to this charge
answer
Laser Printer
question
A _____ is a printer that generates line drawings on wide sheets or rolls of paper
answer
Plotter
question
Pointing Devices can be used to enter drawings into a computer system or control the position of a _____ on a display device
answer
Curser
question
Touch position sensing in a touch screen is usually based on ______
answer
Capacitance
question
A ______ detects specific patterns of bars and boxed
answer
Bar-Code Scanner
question
Bar-Code readers use _____ that sweep a narrow beam back and forth across the bar code
answer
Scanning Laser
question
A ______ generates bitmap representations of printed images
answer
Optical Scanner
question
____ devices combine optical-scanning technology with a special-purpose processor of software to interrupt bitmap content
answer
Optical Character Recognition (OCR)
question
The process of converting analog sound waves to digital representation is called _____
answer
Sampling
question
____ is a standard for storing and transporting control information between computers and electronic musical instruments
answer
Musical Instrument Media Interface - (MIDI)
question
As _____ pixels size increase image quality improves
answer
Pixel
question
A stored set of numbers describing the content of all pixels in an image is called a ______
answer
Bitmap
question
The _____ plays a dual role as a high-level manager and a tireless low-level worker
answer
Operating System
question
The _____ is the user interface to the OS
answer
Shell
question
Through the _____layer, a user or system administrator can run application and OS utility programs and manage system resources, such as files, folders, and I/O devices
answer
Command
question
A set of commands and syntax requirements is called a _______
answer
Command Language
question
The _____ of the OS contains thousands of reusable components that provide functions ranging from a file and folder manipulation to accessing I/O devices, starting and stopping programs, and creating, moving, and resizing GUI windows
answer
Service Layer
question
The _____ is the OS portion that manages resources and interacts directly with computer hardware
answer
Kernal
question
The resources consumed by resources allocation procedures are sometimes referred to as ______
answer
System Overhead
question
As allocated by the OS, the resources that are apparent to a program or user are called _____
answer
Virtual Resources
question
A _____ is an OS that enables dividing a single physical computer or cluster into multiple virtual machinces
answer
Hypervisor
question
A process or program that divides itself into multiple treads is said to be ______
answer
Multithreaded
question
Threads in the ______ are idle, pending availability of a CPU
answer
Ready State
question
In _____, a thread can be removed involuntarily from the running state
answer
Primitive Scheduling
question
______ scheduling chooses the next thread to be dispatched based on the expected amount of CPU time needed to complete process
answer
Shortest Time Remaining
question
A _____ can execute instructions to process a single transaction, retrieve and store data from an I/O device, or retrieve and analyze one set of process variables
answer
Thread Cycle
question
______ is the assignment of specific memory addresses to system software, application programs, and data
answer
Memory Allocation
question
A CPU's or computer's ______ is the highest numbered storage byte that can be represented.
answer
Addressable Memory
question
When memory allocation is ____, it means all portions of the program and OS are loaded into sequential locations in memory
answer
Contiguos
question
The difference between the first address in physical memory and the address of the first process instruction is called the _____
answer
Process Offset
question
_____ uses memory address operands that refer to actual physical memory locations
answer
Absolute Addressing
question
The process of determining the physical memory address that corresponds to a memory reference is called
answer
Address Mapping
question
The OS maintains a _____ and updates it each time a partition is allocated or freed.
answer
Memory Partition Table
question
_____ Occurs when memory partitions allocated to a single process or purpose are scattered throughout physical memory.
answer
Fragmentation
question
In ______ memory allocation, each process partition has its own offset value
answer
Noncontiguos
question
In virtual memory management, a ______ is a small fixed-size portion of a program, normally between 1 and 4KB.
answer
Page
question
Each memory page in virtual memory management is called a ______
answer
Page Frame
question
A reference to a page held in memory is called a ______
answer
Page Hit
question
A secondary storage region, called the _____, is reserved for the task of storing pages not held in memory
answer
Swap Space
question
______ store information about page locations, allocated page frames, and secondary storage space.
answer
Page Tables
question
An Intel CPU maintains a ______ containing descriptors for all memory segments.
answer
Global Distributor Table
question
Intel Core CPUs implement virtual memory management tables in ______
answer
Hardware
question
OS ______ functions ensure that overall system objectives are achieved efficiently and effectively.
answer
Resource Allocation
question
The _______ layer encapsulates hardware resources, thus controlling and managing access by users and applications
answer
Kernal Intermost
question
The _______ layer encapsulates hardware resources, thus controlling and managing access by users and applications
answer
Shell
question
The command layer of an OS is sometimes called the _______
answer
Shell
question
A request to execute a service-layer function is called a _____
answer
Service Call
question
OS support for running multiple programs simultaneously is called ________
answer
Multi-Tasking
question
A ________ is a unit of executing software that's managed independently by the OS and can request and receive hardware resources and OS services
answer
Process
question
A _______ is a portion of a process that can be scheduled and executed independently.
answer
Thread
question
A ________ is generated at regular intervals of between several dozen and several thousand CPU cycles to give the scheduler an opportunity to suspend the currently executing thread
answer
Timer Interrupt
question
A computer system's _______ memory is the actual number of memory bytes that are physically installed in the machine
answer
Physical
question
After ______, all free partitions form a contiguous block in upper memory.
answer
Compation
question
______ memory allocation uses small fixed-size partitions, usually no larger that 64KB.
answer
Noncontiguos
question
If all page frames are allocated, a page currently in memory, called the ______, must be written to the swap space before the reference page is loaded into a page frame
answer
Victim
question
The _____ is the part of the kernel that accesses storage locations and manages data movement between storage devices and memory.
answer
Storage I/O layer
question
The ____ layer is the bridge between logical and physical views of secondary storage
answer
File Control
question
On a desktop or laptop computer, a ______ is usually and entire physical secondary storage device, a partition of the device, or a removable storage device such as a DVD or Flash drive
answer
Sector
question
Among other things, ______ type determines naming restrictions, allowable operations, and physical organizations
answer
File
question
The relationship between file types and the programs or OS utilities that manipulate them is called ______
answer
File Association
question
A ______ is a data structure that records which allocation units are free and which belong to files.
answer
Storage Allocation Table
question
A ____ is a collection of data items, or fields, that an application program accesses as a single unit
answer
Logical Record
question
A _____ is the unit of storage transferred between the device controller and memory in a single operation.
answer
Physical Record
question
A _____ is a temporary holding area for extracting logical records from physical records
answer
Buffer
question
When a _____ is preformed, the FMS copies all files and directories for an entire storage volume
answer
Full Backup
question
A ____ archives only files that have been modified since the previous incremental backup or full backup
answer
Incremental Backup
question
_____ is a disk storage technique that improves performance and fault tolerance
answer
RAID
question
The ____ layer provides service functions for manipulating files and directories
answer
File Control
question
Via the _____ layer, users preform common file management functions, such as copying, moving, and renaming files
answer
Command
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New