Module 1.1 - Hardware (Pg 2– 19) Flashcards

1
Q

What do we call the very large circuit board that has many slots and connectors inside the computer casing?

A

The motherboard.

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

Give the three main functions of a motherboard.

A

The motherboard provides connectors to allow other circuits (CPU, RAM, etc.) to connect to it.
It ensures that all components of the computer can communicate with one another.
It distributes power to the parts that connect to it.

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

What do mean by the term modular design?

A

The term modular design refers to the fact that the computer is made up of many parts or
‘modules’ that can be added together.

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

What are the three main advantages of modular design?

A

~The slots and connectors on the motherboard allow you to plug different components in and therefore you can change how your computer is configured.
~It is therefore it easy to repair the computer by replacing a broken or faulty part.
~It makes it easier to upgrade the computer by adding new parts or replacing existing ones with more powerful versions.

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

What is a ZIF (Zero Insertion Force) socket used for?

A

It is where you connect the CPU to the motherboard.

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

DIMMs.

A

Dual Inline Memory Modules
Thin rectangular electronic boards which contain banks of RAM chips, inserted to DIMM slots on the motherboard, and the means by which memory of a computer is upgraded.

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

What are the advantages of DIMM slots?

A

DIMM slots allow you to add or upgrade the memory of your computer easily.

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

With which hardware device would you associate a SATA connector?

A

A storage device like a hard drive.

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

SATA Connectors

A

Connectors on the motherboard for attaching cables for storage devices.

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

With which hardware device would you associate a VGA connector?

A

monitor.

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

Expansion slots are seldom used these days. Name the two ways that are currently used to connect most devices to a computer.

A

USB or wireless.

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

What would be virtually the only reason to add an expansion card to a computer these days?

A

Expansion cards are usually only used for devices that need very fast and high bandwidth data transfer, such as video cards.

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

Expansion Slots

A

Slots on the motherboard for attcahing additional circuit boards in order to ‘expand’ capabillities of the computer.

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

What do the numbers on PCI-Express expansion cards and slots refer to?

A

They refer to their relative speed ratings or bandwidth capacity. As usual, higher numbers imply better performance and higher cost.

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

The CPU does (almost) all the work in the computer. List the four steps (of the machine cycle) it
typically goes through to carry out an instruction.

A

It fetches an instruction and data from the memory (RAM).
It decodes the instruction.
It then executes the instruction.
Finally, it transfers data back to memory.

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

CPU

A

Central Processing Unit- a chip that can contain more than one ‘core’(complete processor) and which connects to the motherboard using the ZIF socket. Responsoble for all processing

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

Is the CPU the only processor in a computer? Briefly motivate your answer.

A

No, it is not the only processor in a computer, for example some powerful video cards have a
processor on the video card to do some of the work.

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

What is the main difference between RAM and ROM?

A

ROM holds whatever is stored in it even when the power is switched off, whereas RAM does
not.

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

What does the ‘readonly’ part of ROM refer to?

A

The contents of ROM are not meant to be written to – that’s why it is called ‘Read-Only’ – you can read the instructions on it, but you can’t write to it.

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

Firmware

A

Software that is permantly installe, or Hard-Code on a ROM chip, and used to control the basic operation of a device e’g printer

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

Which ROM chip on the motherboard contains the lowest level of firmware?

A

The BIOS chip (Basic Input Output System).

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

BIOS

A

The essential startup instructions of a computer, in ROM chips on the motherboard, and representing the lowest level of programming in firmware

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

Give the four functions that the firmware of the BIOS chip performs.

A

It controls hardware at a ‘low’ level.
It provides the user with a menu or set of options to configure the computer at the lowest level
(you can change the settings stored in the CMOS).
It checks that all the important hardware (RAM, hard drive etc.) is present and working, which is called the POST (Power On SelfTest).
It locates and loads the operating system.

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

Briefly explain why other devices such as printers also have firmware on a ROM chip.

A

The actual instructions that a printer understands are stored in the firmware on the ROM of the printer. The printer driver will receive a print command from the operating system and will then translate it into the commands understood by the printer that are stored in the firmware.

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

Give two reasons why you would want to upgrade the firmware on a ROM chip of a device.

A

You would want to upgrade the firmware to make the device work faster (especially video
cards), or to add some new features.

26
Q

What is the name of the type of ROM which is used in most modern devices?

A

EEPROM (Electronically Erasable Programmable Read-Only Memory).

27
Q

What do we mean when we say we ‘flash’ a ROM chip?

A

The firmware stored on the EEPROM is erased electronically, which leads to a loss of its contents. A new ‘image’ of the contents is then written back to the EEPROM.

28
Q

Briefly explain why RAM is essential for the operation of a computer.

A

All data and instructions (programs or applications) have to be loaded into the RAM before the CPU can work with them.

29
Q

Give four of the main differences between RAM and storage, besides their function.

A

RAM is electronic and has no moving parts.
RAM is much faster than any mechanical part (like a hard drive or optical storage).
RAM is volatile because it is electronic – i.e. it loses its contents if the power supply is
interrupted or removed.
RAM is more expensive per GB than storage.

30
Q

Your friend added an extra 8 GB of RAM, but the computer only ‘sees’ the original 4 GB of RAM.
Assume that there is nothing wrong with the new memory and it has been installed correctly
and then explain what the problem and the solution to this problem might be.

A

A 32-bit operating system (such as most consumer versions of Windows) can only ‘see’ and use
4 GB of memory. It doesn’t matter if you have 32 GB of RAM on the motherboard, your
computer will only ever use 4 GB of RAM. To use more RAM, you MUST have a 64-bit operating
system.

31
Q

Which expansion slot is a video or video card plugged into?

A

It is plugged into a PCIE expansion slot on the motherboard.

32
Q

What is a GPU and what is it used for?

A

It is a dedicated graphics processor unit (GPU) on the video card which is used to work with the images it has rendered or created.

33
Q

Give two benefits which a separate video card provides, besides producing better quality images (output) that are displayed on your monitor.

A

Without a separate processor on the video card, the CPU has to do the job of the video card as
well as carrying out the instructions of the program you are running.
Without a dedicated video card, graphics software (such as video editing, photo editing, CAD,3D and games) can be very slow and unresponsive.

34
Q

Why do many laptops have a built-in (or integrated) video adapter and a video card?

A

This is so that the builtin video is used when doing normal tasks because it uses much less
power and battery life. When you start using programs that need good graphics, the laptop will
switch over to the video card.

35
Q

RAM

A

Temporary Viotile storage area for all running programs and data being processed.

36
Q

ROM

A

permanent, non viotile memory associated with Firmware; typically found in the ROM chip, which holds the startup instructions (bios) of the computer

37
Q

What is the system clock and how does it regulate the timing and speed of components’ data transmission?

A

The system clock is a very small quartz crystal that pulses at a regular frequency measured in GHz. At every pulse of the system clock, data can be transmitted from one component to the
next on the motherboard.

38
Q

How can some parts, like the CPU, work at different speeds (faster or slower) than the system clock?

A

They do this by using a technique called ‘clock multiplication’. If the system clock runs at 300MHz then a 6 x multiplier means that the CPU runs at 2.4 GHz (Gigahertz or billions of ticks per second). In the same way, slower components can use a fractional multiplier (e.g. a 0.11 multiplier will convert 300 MHz to 33 MHz).

39
Q

What is a bus in terms of data transfer in a computer?

A

A bus is a set of wires or paths used to transfer data between the parts of a computer. The
wires or paths in a bus are shared between more than one component.

40
Q

What do we mean when we say bus-style connections are ‘legacy’?

A

They are an older technology which is still used for backwards compatibility with older components, but they have generally been replaced with pointtopoint connections.

41
Q

Explain why it is critical to have a pointtopoint connection for transferring data between the CPU and the RAM.

A

It is crucial to have a pointtopoint connection because it is dedicated to transferring data and it
can operate at maximum speed without being interrupted by data for other devices. The
RAMtoCPU connection on the motherboard is the most important one because the speed with
which data is transferred between the CPU and RAM directly affects the performance of the
computer as a whole.

42
Q

If point to point connections are serial, how can we send more than one bit at a time?

A

Multiple connection lines can be added as motherboards develop to allow for a greater data
throughput.

43
Q

What is the most popular and frequently used connection option that almost every new device you can think of connects to the computer with?

A

A USB (Universal Serial Bus).

44
Q

Name two other connection options (besides USB) that have evolved to provide fast data transfer to devices.

A

Firewire and Thunderbolt.

45
Q

Plug and Play.

A

the ‘technology’ or ‘process’ whereby a device that is added to a
computer is automatically configured so that it is ‘recognised’ by the system and can communicate with the rest of the computer?

46
Q

What is a hardware interrupt or IRQ?

A

A hardware interrupt is a means whereby a device can indicate that it needs attention from the
CPU.

47
Q

Plug and Play automates the configuration process when you connect a device.
Briefly describe what happens during this process.

A

The operating system allocates an IRQ and an area of memory to the device that it can use
without conflicting with any other devices.
The operating system then checks to see if it has driver software for the device. If it finds the
driver, it loads it – otherwise it prompts the user to install the driver.

48
Q

What is the main aim of caching, irrespective of where it occurs?

A

It usually involves adding / keeping parts of a faster medium aside to hold data that reduces the
need to access a slower medium as often.

49
Q

What is cache memory?

A

It is really high speed memory in the CPU that is used to store some data that has been
accessed recently or that is likely to be used in the near future.

50
Q

Briefly explain how disk caching on a hard drive works.

A

RAM is faster than a hard drive or other storage mediums. That’s why every hard drive has a
certain amount of RAM cache built into it and it’s also why all operating systems set aside a part
of the RAM to cache data that has recently been read from disk.

51
Q

Explain how web caching works and how it speeds up access to certain web pages.

A

Web pages that have been recently accessed are stored locally on the hard drive so that they are quicker to retrieve the next time they are needed. The next time you go and visit the website the browser will check if anything on the site has changed and, if there are no changes, it will load the site from the copy in the local storage.

52
Q

What do the terms primary memory and secondary memory refer to?

A

Primary memory refers to ‘normal’ memory or RAM and secondary memory refers to storage.

53
Q

Name two commonly used external ports used to connect external hard drives.

A

USB, Firewire and Thunderbolt.

54
Q

Give three ways in which storage differs from memory, other than their functions.

A

Storage is nonvolatile or permanent.
It is very slow compared to RAM.
The cost per GB for a storage device is substantially less than the cost per GB of RAM.
Most storage devices are mechanical – i.e. they contain moving parts that are used to store
data on magnetic or optical material.

55
Q

Why are devices such as flash drives and SSDs faster and more robust than mechanical storage?

A

They use a type of EEPROM technology, which means they have no moving parts.

56
Q

A hard drive has a specification of 10000 rpm. Briefly explain what this means.

A

It means that the platters of the drive spin at a minimum of 10 000 rpm (rotations per minute).

57
Q

Why should you never move a computer (or portable hard drive) while it is on?

A

You shouldn’t move a computer whilst it is on because the heads are so close to the platters that any kind of shock or bump can cause the heads to collide with the surface of the platter. This will damage the disk and cause you to lose data.

58
Q

Internal hard drives come in two sizes – 2.5 and 3.5. What, besides their physical sizes, are the main differences between these types of drives?

A

The 3.5 drive is the standard size for drives found in desktop computers and the smaller 2.5 drives are optimised for use in laptops. The top of the range 3.5 drives are usually faster and
have a larger capacity than the top of the range 2.5 drives. You will also tend to pay more for a 1 TB (or any other size) 2.5; drive than for the same capacity 3.5 drive.

59
Q

Give three reasons why optical drives are not of as much importance as they were in the past.

A

A lot of software is now sold as direct downloads on the Internet.
Flash drives and portable hard drives are faster, easier to use and have a larger capacity than
optical storage.
Writing data to an optical drive is tedious, slow and often unreliable.

60
Q

What is the main advantage of an SSD (Solid State Drive) when compared to a conventional hard drive?

A

Speed of access.

61
Q

What are the two main disadvantages of an SSD when compared to a conventional hard drive?

A

SSDs are still very expensive and they have a much smaller capacity than conventional hard drives.

62
Q

Give one advantage and one disadvantage of a 3.5 portable hard drive when compared to a portable hard drive.

A

3.5 portable drives have a much larger capacity than 2.5 drives, but need their own power source to work (which means that you need to carry around a separate power brick for the drive). 2.5 drives get power from the computer over the USB, Firewire or Thunderbolt cable.