Chapter 4: Business Hardware Flashcards
______ refers to the physical components of computers and related electronic devices.
Hardware
________ receives signals from outside the computer and transfer them into the computer.
Input devices
The _________ is the most important part of any computer. It accepts instructions and data, decodes and executes instructions, and stores results (output) in memory for later display.
central processing unit (CPU)
______ is also called primary memory, is located near the CPU and stores data and instructions just before and immediately after the CPU processes them.
Internal memory
________ holds data and program instructions, and is volatile by design, that is, it’s contents are cleared when the computer is turned off.
RAM (random access memory)
______ is nonvolatile. It contains data and instruction that do not change.
ROM (read-only memory)
The ______ is the circuit board containing the CPU and primary memory.
Motherboard
______ is different types of media that store data and information permanently.
Storage
_______ is the storing of data on remote devices over the Internet or a private network.
Cloud storage
_______ are devices that deliver information from the computer to the user.
Output devices
A ______ is a binary digit, a 0 or 1.
bit
A ______ is a combination of eight bits.
byte
________ are the most powerful computers at any given time, but are built especially for assignments that require arithmetic speed.
Supercomputers
________ is when multiple processors (CPUs) are processing different data simultaneously. It is sometimes called multiprocessing.
Parallel processing
Instead of a single machine with multiple processors, _______ uses the CPU power of multiple computers, with the same effect.
clustering
_______ are less powerful in computational speed and significantly less expensive than supercomputers. However, they do store large amounts of data and business transactions.
Mainframe computers
A midrange category of computers, often referred to as _______, are smaller than mainframes and less powerful. They are usually used as a shared resource, connecting hundreds of users to a variety of computers from desktops, laptops, and other servers.
servers
_________ is the collective name for several types of computers: notebook computers, desktops etc.
Personal computers (PCs)
More powerful personal computers are sometimes called _______. These are normally used for CAD, CAM, complex simulation etc.
Workstations
The ______ (also called laptop) is a compact, light, personal computer that can be powered by a rechargeable battery.
notebook computer
Handheld computers called _______ were small enough to fit in the palm of your hand.
personal digital assistants (PDA)
A _____ is a pen-like pointing and drawing device used to enter data through a touch screen.
stylus
By the mid 2000s, almost all new PDAs also served as mobile phones, and were increasingly called by the new term, ________.
smartphone
_______ is a mobile computing device that uses a touch screen to execute commands.
Tablet computer
________ means building several technologies into a single piece of hardware.
Technology convergence
The CPU consists of two units: the ______ and the _____. These units store and process data.
control unit
arithmetic logic unit (ALU)
A CPU is often called a ______ because the chip is so small.
microprocessor
_______ are processors that combine two or more CPU or “cores” on a single chip.
Multicore processors
Processing more than one program, or processing several parts of a program, at the same time is often called _______, whereby each process is a thread.
multithreading
A _______ is a semiconductor that can represent binary code’s two states.
transistor
______ refers to the four operations performed every cycle by the CPU. They are fetch, decode, execute, and store.
Machine cycle
________ is a special circuitry on the processor that synchronizes all tasks.
CPU clock
The number of pulses per second is called frequency, or _______.
clock rate
The _______ is the maximum number of bits that the control unit can fetch from primary memory in one machine cycle.
data word (or “word” for short)