chapter 3

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

what is NIC

A Network Interface Card (NIC) is a hardware component required for a computer to connect to a network, allowing it to send and receive data.

2
New cards

T or F: NIC is only wired

FALSE!

3
New cards

what is Network Hardware

selection of essential components that enable the connectivity and communication of devices within computer networks.

4
New cards

what is function of CPU

  • executes instructions

  • consists of ALU, CU, registers (all cats roar)

5
New cards

What is the role of the ALU?

Performs arithmetic and logical operations.

6
New cards

What is the function of the control unit?

  • Manages execution of instructions.

  • Coordinates between hardware and memory.

7
New cards

What is a register in the CPU?

  • Small, fast storage locations.

  • Temporarily hold data and instructions.

8
New cards

Describe the fetch-decode-execute cycle.

  1. Fetch: Retrieve instruction from memory.

  2. Decode: Interpret the instruction.

  3. Execute: Perform the instruction.

9
New cards

What is cache memory?

  • Located within the CPU.

  • Stores frequently accessed instructions and data.

  • Improves CPU performance by reducing access time.

10
New cards

What is the relationship between cache size and performance?

Larger cache size = better performance.

11
New cards

What are cores in a CPU?

  • Independent processing units within the CPU.

  • More cores allow multitasking and parallel processing.

12
New cards

What are the limitations of adding more cores?

  • Increased communication overhead between cores.

  • Diminishing returns for some applications.

13
New cards

How does clock speed affect CPU performance?

  • Higher clock speed = faster execution of instructions.

  • Overclocking can increase performance but risks overheating and instability.

14
New cards

What is RAM?

  • Volatile memory used for temporary data storage.

  • Faster than secondary storage.

15
New cards

What is ROM?

  • Non-volatile memory used for permanent storage.

  • Stores firmware and boot instructions.

16
New cards
17
New cards

HDD compared to SSD

  • slower

  • prone to damage

  • cheaper

  • high power consumption

18
New cards

SSD compared to HDD

  • faster

  • durable

  • expensive

  • low power consumption

19
New cards

A component in the CPU sends signals to manage the fetch-decode-execute cycle. State the name of this component

control unit

20
New cards

characteristics of IP address


  1. Unique identifier 

  2. Can be static or dynamic

  3. Network allocated IP addresses

21
New cards

what is Dynamic IP address

  1. The address changes when a computer connects to a network

  2. it may change everytime the computer connects to the network or once every few times

  3. it can be used to uniquely identify a device (on a network)

22
New cards

Describe how the sensor and the microprocessor are used to automatically refill the water bowl

  1. Sensor continually send digitised data into microprocessor

  2. microprocessor compares data to stored value(s)

  3. if value is outside the range/matches microprocessor sends signal to release water to refill the water bowl

  4. ..bowl is filled by SET AMOUNT / bowl filled for CERTAIN TIME

  5. Actuator used to release water 

  6. Whole process repeats until turned off / stopped

23
New cards

microprocessor

A microprocessor is a type of integrated circuit on a single chip.

24
New cards

True or False?

The terms CPU and microprocessor can be used interchangeably.

TRUE

25
New cards
<p>what is Von Neumann Architecture?</p>

what is Von Neumann Architecture?

a design of the CPU proposed by John Von Neumann in the 1940s, which most general-purpose computers are built upon.

26
New cards
27
New cards

what is role of system clock

generates timing signals on the control bus to synchronize the operations of the CPU and other components.

28
New cards

main role of Processor in CPU

contains ALU and is responsible for executing instructions and performing calculations.

29
New cards

What is the function of the Control Unit (CU) in the CPU?

controls the operation of the memory, processor, and input/output devices by directing the flow of data and instructions within the CPU

30
New cards

function of buses

Carry data through components.

31
New cards

Buses (apple undergo dancing bothways cats bounce daily)

  • Address bus – unidirectional CPU to memory only

  • Data Bus – bi-directional CPU to memory and back to CPU

  • Control Bus – bi-directional Control Unit to other computer components

32
New cards

Immediate Access Store

Stores the instructions that are to be processed, which are fetched by the CPU