chapter 5 computing compenents Flashcards

1
Q

what are the two types of memory

A

Main memory (or primary memory) is fast and expensive
– data is stored as electric signals in circuitry, used to store active
data
– examples: Random Access Memory (RAM), cache

*Secondary memory is slower but cheaper
– use different technologies (magnetic signals on hard disk, reflective
spots on CD)
– examples: hard disk, flash drive, compact disk (CD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is ram?

A

RAM = random access memory

Considered as “Main Memory”
* The term “random” means any memory location
can be accessed in very nearly the same amount
of time for any storage location, regardless of its
position in the memory.

  • Volatile Memory
    ( Power Lost → All Data Lost)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is a cache ?

A

Cache is much faster than RAM but its more
expensive
* The cache goes between the processor and
the slower, main memory.
* It keeps a copy of the most frequently used
data from the main memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are cpu ?

A

The CPU is the “brains” of the computer, responsible for controlling
its inner workings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is a CD and what are the different forms?

A

CD - A compact disk that uses a laser to read information stored
optically on a plastic-coated disk; data is evenly distributed around
spiral track
CD-ROM read-only memory
CD-DA digital audio
CD-WORM write once, read many
RW or RAM both read from and written to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are registers ? what are the three type?

A

Fast stand-alone storage locations that hold data
temporarily in CPU.

  • PC (Program Counter)
  • Contains the address of the next instruction to be
    executed
  • Incremented after execution of the instruction.
  • Instruction Register
  • Store the instruction currently being executed
  • Data/ Accumulator Registers
  • Hold data before it can be processed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are input and output units ? name examples?

A

input: A device through which data and programs from
the outside world enter the computer system;

keyboard, mouse, microphone, touchscreen

Output unit
A device through which results stored in the
computer memory are made available outside the computer system

speakers, monitor, touchscreen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

whats the memory hierarchy

A

CPU
cache
ram
storage device types
input sources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the fetch-execute cycle?

A
  • Fetch the next instruction
  • Decode the instruction
  • Get data if needed
  • Execute the instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly