Computer Systems

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Fetch(Decode) - Execute Cycle

the fundamental process by which a CPU processes instruction:

  1. Fetch – The computer gets (fetches) the next instruction from its memory.

  2. Decode – It figures out (decodes) what the instruction means.

  3. Execute – It carries out (executes) the instruction, like doing a calculation or moving data.

This cycle repeats to run programs.

<p><span>the fundamental process by which a CPU processes instruction:</span></p><ol><li><p><span>Fetch – The computer gets (fetches) the next instruction from its memory.</span></p></li><li><p><span>Decode – It figures out (decodes) what the instruction means.</span></p></li><li><p><span>Execute – It carries out (executes) the instruction, like doing a calculation or moving data.</span></p></li></ol><p><span>This cycle repeats to run programs.</span></p>
2
New cards

Logic gates

Basic electronic components that perform logical operations on one or more binary inputs to produce a binary output.

3
New cards

Von Neumann Architecture

knowt flashcard image
4
New cards

Clock Speed

Refers to the rate at which a computers central processing unit (CPU) executes instructions. It is measured in Hertz (Hz).

5
New cards

Overclocking

Overclocking is the process of increasing a CPU’s clock speed beyond its factory-set maximum to improve performance.

6
New cards

Random Access Memory (RAM)

Type: Volatile memory (data is lost when power is off).

Purpose: RAM temporarily stores data that is actively being used or processed by the CPU.

7
New cards

Read Only Memory (ROM)

Type: Non-volatile memory (data remains even when the power is off).

Purpose: ROM permanently stores essential instructions for the computer, such as the BIOS (Basic Input/Output System) firmware that helps start the system when it is powered on.

8
New cards

Volatile Memory

A type of computer memory that requires power to maintain the stored data.

9
New cards

Non-Volatile Memory

A type of computer memory that retains data even when the power is turned off.

10
New cards

Operating System

A system that consists of a collection of programs that control the operation of the computer, application programs and any attached devices.

11
New cards

Functions of Operating Systems

  • Managing how data is received from input devices and sent to output devices.

  • Managing how the computer interacts with other computers.

  • Controlling where programs and data are located in the computers memory.

  • Providing the interface between the user and the computer, referred to as the “user interface”. This allows the user to interact with the computer.

  • Managing the file system on the computer.

  • Controlling access and security.

12
New cards

Transistors

A switch in a circuit that converts a mechanical charge to a change in electric current.

13
New cards

Resistors

A device that reduces current flow.

14
New cards

Capacitators

A component that stores electrical energy (in the form of electric charge.)

15
New cards

Function of general registers

General registers temporarily store data and instructions to help the CPU process tasks quickly and efficiently.

16
New cards

MAR (Memory Address Register)

Holds the address of the memory location that is to be read from or written to.

17
New cards

MDR (Memory Data Register)

Holds the data being transferred to or from memory. This could be the instruction being fetched.

18
New cards

Accumulator

During the execute stage, the Accumulator stores the result of calculations or operations performed by the ALU.

19
New cards

What are registers?

Small memory locations inside the CPU that hold temporary data or instructions during processing.

20
New cards

Function of the control unit

The Control Unit directs the CPU by fetching, decoding, and managing instructions, making sure all parts of the computer work together properly.

21
New cards

In computing terms, what is meant by software?

The part of a computer made up of programs and applications which tells the computer what to do and how to use its hardware.

22
New cards

Function of the ALU component of the CPU

The ALU performs all the arithmetic (like addition and subtraction) and logic (like comparisons) operations in the CPU.

23
New cards

Integrated Circuits

A tiny chip made of silicon that contains many electronic parts, like transistors and resistors, all working together to help devices like computers run.

24
New cards

Voltage of a Circuit

pressure(work done) from an electrical circuit's power source to push current through an electronic circuit

25
New cards

Current of a circuit

Rate of flow of charge at a point on an electronic circuit.

26
New cards

Hardware of a computer system

Hardware is the physical parts of a computer system, like the keyboard, mouse, screen, and the internal parts such as the CPU and memory that help the computer run and do tasks.

27
New cards

USB (Universal Serial Bus)

A standard way to connect devices to a computer. It’s used to transfer data, power, or both between devices.

28
New cards

Program Counter

A register in the CPU that holds the address of the next instruction to be fetched from memory. It’s role is to keep track of where the next instruction is in a program.

29
New cards

What are Buses in a CPU?

Physical connections that carry data/ instructions from the CPU to the memory unit and vice versa.

30
New cards

Differentiate between Primary and Secondary storage.

  • Primary: directly accessible by the CPU I.e. RAM, ROM and Registers.

  • Secondary: Not directly accessible by the CPU I.e. HDD and SSD.