3.1.8 Computer Structure Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what is volatile memory?

A

computer memory the requires a power supply in order to maintain stored data
the moment that the power is turned off the information is lost.

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

give an example of volatile memory

A

RAM (random access memory)

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

what is non-volatile memory?

A

computer memory that retains its information whether the power being supplied to it is turned off or on

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

give an example of non-volatile memory

A

read only memory (ROM) and flash memory, as well as most types of magnetic hard disks and optical disks.

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

what is ROM?

A

(read only memory)

non-volatile, the data is pre-installed and cannot be changed

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

what is RAM?

A

(random access memory) - volatile
When a program is opened, it get loaded from the hard drive into the RAM, because reading data from RAM is much quicker, making the program’s use quicker.

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

Why is it important for computers to have a sufficient amount of RAM?

A

A large amount of RAM enables more instructions to be loaded from the secondary storage into RAM, so they can be executed by the processor.

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

what is Cache Memory?

A
  • memory closest to the CPU.
  • stores recently used data that can be accessed quickly at a later time
  • larger amount of data means more cache-hits likely (CPU finds stored data), so processes will operate faster
  • very expensive so is limited in capacity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain why having cache memory can improve the performance of the central processing unit (CPU)

A

Frequently used data/instructions are stored in the cache
Meaning they don’t have to be fetched from main memory.
Therefore data/instructions stored in the cache memory can be accessed faster

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

what is virtual memory?

A
  • memory management procedure used when RAM is insufficient. stored temporarily on the hard drive (extends RAM capacity)
  • much slower than RAM as it takes up more processing power to move the data around.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is a CPU?

A

Central Processing unit

processes data and undertakes instructions given by applications and inputs

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

the CPU undertakes instructions it receives from programs in what is called …

A

a cycle, measured in Hertz (Hz)

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

how is the speed of a CPU measured?

A

by how many cycles it can perform in a second

(clock speed)

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

what instructions does a CPU’s control unit perform?

A

Fetch, Decode and Execute instructions then Store results.

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

factors improving performance of a CPU {5}

A
  • the cache size
  • the type of cache memory
  • the number of cores/processors
  • the processing clock speed
  • the bus width
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is the clock speed and how does it affect the CPU’s performance?

A
  • Speed at which the a microprocessor (meaning contained on one chip) executes instructions
  • A higher clock speed means a process will be completed quicker
  • However increased clock speed means increased heat produced and more power consumed
17
Q

how does the number of cores affect the CPU’s performance?

A

[multiple CPU cores on a single chip are called multi-core processors]
multiple cores can run multiple instructions at any given time, so they’re effective when the user is multitasking.
However, software must specifically written to cater for multiple cores

18
Q

what is a graphics card?

A

contain a processor like the CPU and can be used to process the graphic portion of the processing load.

19
Q

Developments in hardware have made smart phones possible to include: {4}

A
  • More power efficient processors
  • Smaller form memory
  • Solid state memory
  • Affordable touch screens
20
Q

what is the purpose of a Motherboard?

A

links the CPU to the memory and other hardware.

21
Q

what is (high) reliability?

A

when a computer system can be depended on to work almost all of the time

22
Q

what is robustness?

A

the ability of a computer system to cope with execution errors

23
Q

why is high reliability and robustness important?

A

mean that the computer system can be depended on at all times without any chance of failure

24
Q

what would happen if a system wasn’t reliable or robust?

A

the user may not be able to use the program when required, which, depending on the situation, could have severe consequences.

25
Q

how can computer systems be made reliable?

A

duplication of the whole system so that if there is an error, there is always a backup to replace it in case it stops working.

26
Q

what is a computer system?

A

a combination of hardware and software

27
Q

what is secondary storage?

A

non-volatile memory that is used to store large amount of data permanently.

28
Q

examples of secondary storage {3}

A
Flash memory
  > Solid State Memory
  > USB Memory sticks
Optical media
  > CDs
  > DVDs
Magnetic media
  > Hard disk drives
  > Floppy disks
29
Q

how does Optical Media work? {6 steps}

A
  • Digital optical discs store binary data as pits and lands on the disc’s surface
  • Bits are encoded as transitions between lands and pits.
  • An infrared laser is beamed through the CD’s material to read the data
  • The light that bounces off the mirror-like reflective backing is then measured.
  • An opto-electric sensor can read the stamped pattern by detecting fluctuations in the reflected beam as the laser scans the groove. - - These measurements can then be translated back into binary
30
Q

how does Magnetic Media work? {for magnetic tape and discs}

A
  • Data is stored as tiny magnetised dots.
  • These dots are created, read and erased using magnetic fields created by tiny electromagnets.
    In the case of magnetic tape the dots are arranged along the length of a long plastic strip which has been coated with a magnetisable layer
    In the case of magnetic discs (e.g. floppy disc or hard-drive), the dots are arranged in circles on the surface of as disc that has a magnetisable coating.
31
Q

how does Solid State work? {4 steps}

  • no moving parts (solid)
A
  • A SSD (solid state drive) uses microscopic electronic switches to store data.
  • Millions of transistors are either on or off and remain so as long as electricity is applied to the system.
  • SSDs use switches called floating gate transistors. These create a special cage that traps the electron flow within it.
  • This effect continues whether there is electricity in the system or not, and so storage remains when the power is removed.
32
Q

Advantages of Solid state media over Magnetic Media {4}

A
  • Speed of read access is higher in solid state drives because data can often be read more quickly
  • Solid state media can be more compact than magnetic media which enables better portability
  • Magnetic media has mechanical parts so it’s unsuitable for mobile use because the mechanical parts are less robust during movement.
  • Solid state battery will last longer as it uses less power
33
Q

what does VGA mean?

A

video graphics array

34
Q

why is bus speed in a motherboard important?

A

controls how much data the motherboard bus can handle at any one time. more data = faster system

35
Q

why are computer system are essential in modern society?

A
  • They allow people to contact and work with those all around the world
  • They allow people to access their data securely from anywhere
  • They improve quality of life, e.g. those without limbs can have then replaced with bionic
  • They help save lives, e.g. emergency response teams can coordinate rescues quicker