Computer Internals Flashcards

1
Q

System Clock

A

It generates a continuous sepquence of clock pulses to keep the CPU through its operations.

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

Clock Speed

A

It generates regular time pulses that is used to synchronize the various steps during the fetch-execute cycle.

A processor speeds is determined by clock speed, word size, bus size and architecture.

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

Registers

A

This are small fast memory units within a CPU, holding the data that needs to be accessed quickly such as instructions, addresses and immediate resulst of calculations.

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

Types of Registers

A
  1. Data Registers: holds data that the CPU is currently working on.
  2. Address Registers: Hold memory addressess. It points to which point in data in main memory.
  3. Instruction Registers: it holds current instructions being executed by the CPU.
  4. Statics Register: tracks CPUS state and control information, such as flags indicating the outcome of operations.
  5. General Purpose Registers:
    They are used to perform arithmetic operations in some computers only 1 exist the accumulator.

[check fig 1.3]

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

Motherboard

A

Allows devices to receive power and communicate with one another.

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

Form Factor

A

this is the shape and layout of a mother board. it affects where components go and shapes the computer case.

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

The socket

A

For the microprocessor determines what kind of control processing.

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

The Chipset

A

it is part of the motherboard logic system and usually made up of tow parts northbridge and the southbridge. These two bridges connect the CPU to other parts of the computer.

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

Basic I/O System (BIOS)

A

It controls the most basic function of the computer and perform a self test when even the computer boots up.

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

Real time clock chip

A

This chip maintains the settings and system time and it is battery operated.

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

Northbridge

A

Its a crucial part of the computer motherboard. it acts as a communication hub, connecting the CPU to high-speed devices like the RAM and the graphics card.

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

Southbridge

A

it works with the northbridge to marriage communications between CPU and other parts of the computer.
The southbridge takes charge of slower peripherals and I/O functions.

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

Peripheral Component interconnect (PCI)

A

This is a standard for connecting devices to the computer motherboard. It allows for attachments of hardware devices such as graphic cards, sound cards, network cards and etc.

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

Buses

A

This are sets of parrallel wires connecting tow or more component of a computer together.
the computer is made up of 3 buses, address bus, data bus and control bus.

[check fig 1.4]

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

Control Bus

A

This is a bi-directional bus. it ensures that addresses and data shared by components in the computer doesn’t result to any conflict. Its main role is to transmit commands timing and specific status information between system components such as memory, processor, keyboard,input controller, VDU ( video display units)

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

Data bus

A

Is is bidirectional providing movement of data and instructions between system components. A typical data bus consist of 8, 16 or separate lines. its width determines the speed.

17
Q

Address bus

A

It is used to coomunicate memory location that the requesting unit wants to access (read/write). the width determines what amount of data can be accessed.

18
Q

Word size

A

This is number of bits. a computer can process. A typical processor can process 8, 16, 32, 64 or even larger. This determines the speed of the computer.