Examination questions with verified answers
Backup Ans✓✓✓ It can be made by copying files under a different
name or by copying them to another directory, another drive, or a
different storage media. It is used to replace or restore files if they
should become lost or corrupted.
Bandwidth Ans✓✓✓ The range of frequencies that a communication
cable or channel can carry. In the computer world, it generally refers to
the amount of data that can be carried by a specific cable or bus
Binary Number System Ans✓✓✓ In our everyday lives we use a
decimal numbering system containing 10 digits, 0 through 9. Computers
use a _______________ which contains only 2 numbers, 0 and 1, called
binary digits or bits.
Bootable Disk Ans✓✓✓ A floppy disk that contains the necessary
system files that will complete the computers boot up sequence and load
a basic Operating System.
Bus Ans✓✓✓ The electronic pathways that link different devices to
each other. In a computer, these pathways can carry data and
information in digital form (binary digits or 'bits') to and from each of
the different components (CPU, RAM, expansion cards, etc.) The
amount of data that can be moved along a bus is determined by the
number of lines or connections it has for moving binary information. For
instance, a 32-bit bus will have 32 connectors and be able to move 32
bits at a time. It would be considered 32 bits wide.
,Cable Ans✓✓✓ Wires or a bundle of wires in a protective plastic or
rubber covering, with connectors used to join the different components,
peripherals and resources associated with your computer system.
Cache Ans✓✓✓ An area of high speed memory set aside to store
frequently accessed data. When data is accessed, a copy (and its address
in memory) is stored in cache memory. The next time the CPU looks for
information, it first checks the cache. If the data is there (called a hit), it
can retrieve it from the much faster cache memory. If it is not, then it
accesses system memory, puts a copy of the new data in the cache, and
processes the information. Disk caching and memory caching
significantly improves the overall speed of the computer but there are
limits.
Card Ans✓✓✓ Refers to a printed circuit board (adapter board or
expansion card) that installs into one of the expansion slots in your
computer, expanding the capabilities of your system, allowing it to
communicate with external devices such as monitors or speakers.
Circuit Board Ans✓✓✓ Boards used in electronic devices that are made
from an insulating material and contain electronic components that are
interconnected to form a circuit or group of circuits that perform a
specific function.
Client-Server Networks Ans✓✓✓ A type of network in which a server
directs the clients' requests for resources.
, CMOS (Complimentary Metal-Oxide Semiconductor) Ans✓✓✓ This is
one of two technologies used to produce or manufacture microchips. The
other is TTL or Transistor Transistor Logic. Although ______ is a little
slower and much more susceptible to ESD or static electricity, it uses
less power and generates a lot less heat and has replaced the bulkier
chips in PCs. All of today's CPUs and memory chips are ______ chips.
Because your computer's configuration or setup is stored in a _____
chip, it has sometimes been labeled _____ setup, or just plain ______.
So if someone suggests you check your ______, they mean you should
look in your setup program.
Cold Boot Ans✓✓✓ Starting the computer from a power-off status. If
your computer is off, and you turn the switch on, you're performing a
_______..
Communication Ans✓✓✓ Information transferred between user agents
and servers on a network.
CPU - Central Processing Unit Ans✓✓✓ The _______________ is an
integrated circuit chip (IC) that controls and directs the activities of the
computer. Considered the 'brain' of your computer, it is identified by
manufacturer, model, and processing speed in megahertz (MHz). Major
manufacturers include Intel, Motorola, Cyrix, AMD(Advanced Micro
Devices), and IBM. Intel is considered to be the #1 manufacturer and
sets the standards for processors.
Device Driver Ans✓✓✓ Individual programs can access
communication ports or expansion slots either directly or via the OS or
BIOS. However, there is such a vast number of different devices