Hardware Flashcards

1
Q

Describe three differences between RAM and ROM.

A

RAM
• loses contents when power turned off/volatile memory/temporary memory
• stores files/data/operating system currently in use
• data can be altered/deleted/read from and written to
• memory size is often larger than ROM
ROM
• doesn’t lose contents when power turned off/non-volatile memory/permanent memory
• cannot be changed/altered/deleted/read only
• can be used to store BIOS/bootstrap

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

DVD-RAM and flash memory are two examples of storage devices.
Describe two differences in how they operate.

A

DVD-RAM
• data is stored/written using lasers/optical media
• DVD-RAM uses phase changing recording, in which varying laser intensities cause
targeted areas in the phase change recording layer to alternate between an amorphous
and a crystalline state.
• uses a rotating disk with concentric tracks
• allows read and write operation to occur simultaneously
flash memory
• most are NAND-based flash memory
• there are no moving parts
• uses a grid of columns and rows that has two transistors at each intersection
• one transistor is called a floating gate
• the second transistor is called the control gate
• memory cells store voltages which can represent either a 0 or a 1
• essentially the movement of electrons is controlled to read/write
• not possible to over-write existing data; it is necessary to first erase the old data then
write the new data in the same location

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

State three differences between Dynamic RAM (DRAM) and Static RAM (SRAM).

A

• DRAM has to be refreshed / charged
// SRAM does not request a refresh
• DRAM uses a single transistor and capacitor
// SRAM uses more than one transistor to form a memory cell
// SRAM has more complex circuitry
• DRAM stores each bit as a charge
// SRAM each bit is stored using a flip-flop / latch
• DRAM uses higher power( because it requires more circuitry for refreshing)
// SRAM uses less power (no need to refresh)
• DRAM less expensive (to purchase / requires fewer transistors )
// SRAM is more expensive (to buy as it requires more transistors)
• DRAM has slower access time / speed (because it needs to be refreshed)
// SRAM has faster access times
• DRAM can have higher storage / bit / data density
// SRAM has lower storage / bit / data density
• DRAM used in main memory
// SRAM used in cache memory

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

State the purpose of the double brackets.

A

The contents of the MAR is an address, it is the contents of that address
which is transferred to MDR
• The contents of the address pointed to by the MAR is transferred to the
MDR

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

State what is meant by an interrup

A

A signal from a source / device
• Telling the processor its attention is needed

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

Describe the internal operation of a microphone.

A

The microphone has a diaphragm / ribbon (accept equivalent)
• The incoming sound waves cause vibrations (of the diaphragm)
• «causing a coil to move past a magnet (dynamic microphone) //
changing the capacitance (condenser microphone) // deforms the
crystal (crystal microphone) etc.
• An electrical signal is produced

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

Describe the internal operation of a laser printer.

A

The revolving drum is initially given an electrical charge
• A laser beam (bounces off moving mirrors) scans back and forth across
the drum
• …discharging certain points (i.e. ‘drawing’ the letters and images to be
printed as a pattern of electrical charges)
• The drum is coated with oppositely charged toner (which only sticks to
charged areas)
• The drum rolls over electro-statically charged paper // Electro-statically
charged paper is fed (towards the drum)
• The ‘pattern’ on the drum is transferred to the paper
• The paper is passed through the fuser to seal the image
• The electrical charge is removed from the drum // the excess toner is
collected

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

Describe progressive encoding.

A

Stores all the scan lines for an entire frame // displays / records all the
frame data at the same time // not split into fields
• Complete frames are displayed in sequence
• The rate of picture display is the same as the frame rate.

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

Define the term copyright.

A

Formal or legal recognition of ownership of the program // Formal or legal
restriction / permissions on use of the program // The intellectual property
rights to the program

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

Explain why Shazia does not want to use an open source licence

A

She does not wish to release the source code
• She does not want anyone to be able to edit / modify / share the source
code/program
• She wants to make money from the program

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

Explain why Shazia does not want to use an open source licence.

A

Commercial Software
• The program is purchased for a fee
• It restricts the number of users/possible time period for use // Limited
number of installations allowed // Software key needed to install
• Source code not provided // source code protected / cannot be edited
• Anyone can purchase/download if agree to the terms
Shareware
• The program is free for a trial period // The (free) program may have
limited functionality // Need to purchase / enter details after trial
• Users do not have access to the source code // source code may not be
edited
• Users may re-distribute the software.
Freeware
• There is no charge for the software
• The software could still be copyrighted
• She can set her own restrictions on what a user can do with the
program

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

Give one reason why the tablet computer needs secondary storage.

A

To store files / software long term

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

Describe solid state memory.

A

No moving parts
• Solid state memory is non-volatile
• Makes use of blocks / arrays of
• « Semiconductors // NAND gates // NOR gates // transistors // integrated
circuits
• SSD Controller manages the components
• Uses a grid of columns and rows that has two transistors at each intersection
• One transistor is called a floating gate
• The second transistor is called the control gate
• Memory cells store voltages which can represent either a 0 or a 1
• Essentially the movement of electrons is controlled to read/write
• Not possible to overwrite existing data // it is necessary to first erase the old
data then write the new data in the same location

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

State the purpose of RAM and ROM memory in the computer.

A

RAM stores currently running parts of files / programs / processes / OS
• ROM stores boot up instructions / OS kernel // data permanently // store the
firmware for the tablet

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

Describe how the images and sound are encoded into a digital form

A

Images
• The images are stored as bitmaps
• Each image is made up of pixels
• « each pixel is of a single colour
• Each colour has a unique binary number
• Store the sequence of binary numbers for each image / frame // store the
binary value of each pixel
Sound
• Measure the height/amplitude of the sound wave
• A set number of times per second // at regular time intervals
• Each amplitude has a unique binary number
• Store the sequence of binary numbers for each sample

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

Describe the terms interlaced encoding and progressive encodin

A

Interlaced encoding
• The data from a single frame are encoded as two separate fields
• One containing the data for the even numbered rows / lines and the other
has the data for the odd numbered rows / lines
• The image is rendered by alternating between the even field and the odd
field of each successive frame
• The viewer sees data from two frames simultaneously
• The rate of picture display (the field rate) is twice the rate of image frame
display (the frame rate)
• Produces what appears to the eye to be a high refresh rate
• Halves the transmission bandwidth requirements
Progressive encoding
• Stores the data for an entire frame
• Displays all the frame data at the same time
• The rate of picture display is the same as the frame rate
• High bandwidth requirements

17
Q

Describe the following video terms.
Temporal redundancy. Spatial redundancy

A

Temporal Redundancy
• Pixels in a sequence of consecutive video frames have the same value in
the same location
Spatial Redundancy
• A sequence of consecutive pixels in a single video frame have the same
value