class 16 Flashcards
what are the 4 hardware components of a computer?
input
processing
data storage
output
what is the trend in the computer industry?
the produce smaller, faster and more mobile hardware such as smartphones, laptops and tablets
what is a central processing unit (CPU)?
the part of the computer that sequences and executes instructions
what are the 3 parts of the central processing unit (CPU)?
arithmetic/logic unit
the control unit
register areas
what is memory?
the part that provides the processor with a working storage area to hold program instructions and data
what is the brain of the computer?
the central processing unit (CPU)
what are input/output devices?
devices that provide data and instructions to the computer and receives results from the computer
what is a bus?
a set of electronic circuits through which data and instructions are routed to and from the various components over the bus
what is clock speed?
a series of electronic pulses produced at a predetermines rate that effects the machine cycle time that governs the speed at which instructions are completed
how is clock speed often measured?
in gigahertz GHz
what do many of todays computers operate in today?
the 1-4 GHz range
what is multiprocessing?
involves the simultaneous execution of two or more instructions at the same time
what is an example of multi processing?
typing on word and watching Netflix
what is coprocessor?
speeds processing by executing specific types of instructions while the CPU works on another processing activity
what is multicore processor?
a processor that has two or more independent processing units called cores
what is parallel computing?
the simultaneous execution of the same task on multiple processors to obtain results quickly
what is massively parallel processing systems?
systems with thousands of parallel processing systems and links hundred or thousands of processors to operate at the same time
who mostly uses massively parallel processing systems?
large corporations
what is grid computing?
the use of a collections of computers that works in a coordinated manner to solve a common problem and has a single controlling server
what is a low cost approach to parallel computing?
grid computing
what is main memory?
memory that provides the CPU with a working storage area for programs and data and rapidly provides data and instructions to the CPU
what is storage capacity?
memory devices that contain thousands of circuits imprinted on silicon chips, each circuit is either conducting electrical current (on) or not conducting current (off)
how Is storage capacity measured?
bytes with 1 byte equivalent to one character of data
is is expensive to get more memory?
yes, the more memory the more it costs
what are the 9 kinds of computer storage units?
byte (B)
kilobyte (KB)
megabyte (MB)
gigabyte (GB)
terabyte (TB)
petabyte (PB)
exabyte (XB)
zettabyte ZB)
yottabyte (YB)
how many bytes are in a byte?
1
how many bytes are in a kilobyte?
1000
how many bytes are in a megabyte?
1000 to the power of 2
how many bytes are in a gigabyte?
1000 to the power of 3
how many bytes are in a terabyte?
1000 to the power of 4
how many bytes are in a petabyte?
1000 to the power of 5
how many bytes are in a exabyte?
1000 to the power of 6
how many bytes are in a zettabyte?
1000 to the power of 7
how many bytes are in a yottabyte?
1000 to the power of 8
what are the 2 types of primary memory?
random access memory (RAM)
read-only memory (ROM)
what is ram memory?
memory that is temporary and volatile
what is an example of ram?
storing data for running applications and opening files
what are the 3 types of ram?
static random access memory (SRAM)
dynamic random access memory (DRAM)
double data rate synchronous dynamic random access memory (DDR SDRAM)
what is static random access memory (SRAM)?
used for high speed registers and caches
what us dynamic random access memory (DRAM)?
used for main memory
what are 3 other forms of ram?
DDR2 SDRAM
DDR3 SDRAM
DDR4 SDRAM
what is DDR4 SDRAM?
it is used to reduce the energy required to run portable devices and servers
what is read-only memory (ROM)?
a storage for permanent storage for data and instructions that do not change
what are some examples of what would be stored in read-only memory (ROM)?
programs and data from the computer manufacturer including instructions that tell the computer how to start up when the power is turned off
what is programmable read-only memory (PROM)?
a storage used to hold data and instructions that can never be changed