Computer Hardware Flashcards

1
Q

What is a computer?

A

An electronic device that uses digitalized data, software and hardware components to perform various functions such as running applications, storing and processing data.

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

Relationship between Hardware, System Software and Application Software.

A

Draw the diagram

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

System Software

A

Facilitates the connection between the hardware and the application software.

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

Where does the Application Software run?

A

System Software

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

Application Software Layer

A

Is used to run specific software applications that are optionally available to download later.

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

Hardware

A

Devices that contribute to completing the user’s task.

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

Motherboard

A

Is the spine of the Computer that works like a circuit.

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

Function of the Motherboard

A

Facilitates the communication between the CPU and other hardware components, storage devices and peripheral Hard-disks.

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

ATX

A

Advanced Technology eXtended

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

Purpose of ATX

A

It is a standard that specifies the physical dimensions, mounting points, and correct standards of components to ensure compatibility with devices.

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

Parts of the Motherboard

A
  • RAM Slot
  • Chipset
  • CPU
  • GPU
  • Cable Ports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Function of RAM Slot

A

Used when extending the RAM with a new RAM card.

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

Which is the ideal RAM Slot to insert the first RAM card and why?

A

The slot closest to the CPU for easier access therefore better performance.

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

Which is the ideal RAM Slot to insert the later inserted RAM cards and why?

A

The slot that has the same color of the initially picked slot.

This is due to the dual channeling where there is parallel access between the RAM and CPU.

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

What is DDR?

A

Double Data Rate - its a type of RAM.

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

Features of DDR

A

Doubles the data transfer rate by allowing the transfer of data on the rising and falling edge of the clock cycle.

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

What is the latest version of DDR?

A

DDR5

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

Chipset

A

Is integrated onto the Motherboard and controls the data flow between the hardware and the (CPU and Motherboard).

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

Types of Chips

A
  • Northern Bridge
  • Southern Bridge
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Function of the Northern Bridge

A

Facilitates the high speed communication between the RAM, CPU and Graphic Card.

21
Q

Location of the Northern Bridge

A

Directly connected to the CPU.

22
Q

Function of the Southern Bridge

A

Facilitates the communication between the CPU and peripheral devices.

23
Q

Location of the Southern Bridge

A

Housed in the Platform Controller Hub

24
Q

Function of Control Unit

A

Provides instructions and produces control signals to coordinate the communication between the other CPU components, memory modules and hardware.

25
Q

GPU

A

Is a circuit that accelerates the process of generating images and videos in computers.

26
Q

Functions of the GPU

A
  • Rendering Graphics
  • Displaying images and graphics
27
Q

RTX

A

Real Time Ray Tracing

28
Q

What is RTX?

A

It is a rendering technique that stimulate how light interacts with objects.

29
Q

Differentiate CPU from GPU

A
  • Is non specific about tasks.
  • Fewer Cores
  • Very Powerful Cores
  • Sequential processing
  • Higher Clock Speed
30
Q

Differentiate GPU from CPU

A
  • Is specific to graphical content
  • High number of Cores
  • Less Powerful Cores
  • Parallel Processing
  • Slower Clock speed
31
Q

Von Neumann Computer Architecture

A
  • Is a stored program structure.
  • It is a fixed programming device that can perform only one task.
32
Q

Stored Program Strucure

A

Instruction set that can be saved on the computer.

33
Q

What does the Von Neumann comprise of?

A
  • CPU
  • I/O Units
  • Store (Memory)
34
Q

Von Neuman Diagram

A

Draw the diagram

35
Q

What does the CPU consist of?

A
  • CU
  • ALU
  • Registers
  • Buses
36
Q

What are the CPU Registers?

A
  • IR (Instruction Register)
  • IMR (Instruction Memory Register)
  • ACC (Accumulator)
37
Q

Function of the ALU

A

Processes and executes the instructions.

38
Q

Function of the Store/Memory

A

Shared Memory location to store both the Data and Instructions.

39
Q

Function of the I/O Units

A
  • Reads user inputs
  • Provides user with outputs
40
Q

Types of Buses

A
  • Control Bus
  • Address Bus
  • Data Bus
41
Q

Control Bus

A

Sends control signals to the Store/Memory and I/O Units.

Is Uni-directional.

42
Q

Address Bus

A

Transfers the memory address between the CU and Memory.

Is Bi-directional.

43
Q

Data Bus

A

Transfers data and instructions between the CU & Memory and the CU & I/O Units.

Is Bi-directional

44
Q

What is the issue that the Von Neumann structure faces?

A

The Bottle Neck issue.

45
Q

Bottle Neck Issue

A

Has limiting factors:
- Only one data bus to transfer both data and instructions
- One location for both the data and instructions

Due to those factors, the long waiting time cannot be handled by the CU.

46
Q

CPU Cycle

A
  1. CU fetches the instruction from the Memory.
  2. The CU decodes the instruction.
  3. The ALU executes the instruction.
  4. Results are stored in the memory (optional).
47
Q

What is the issue with the old CPU Cycle?

A

It cannot execute multiple instructions simultaneously because there is only one pathway between the memory and CPU.

48
Q

Interrupt

A

It is a signal that is sent to the processor to temporarily halt execution to address a higher priority task. Once the task has been handled, the processor will resume it’s previous activities.