Computer Systems

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

1/30

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.

31 Terms

1
New cards

specification

configuration of a computing system, such as:

  • hardware components

  • technical characteristics

2
New cards

secondary storage

a set of components that store programs and data

  • it still retains content when the power is off. e.g. hard disks or USB drives

  • all types except RAM and ROM

3
New cards

main memory

the component that stores programs/data currently in use.

  • these are volatile, meaning they are lost when the computer is off

  • this is known as RAM(random access memory)

4
New cards

RAM

random access memory—- accessed from any location in memory

5
New cards

ROM

read-only memory, non-volatile.

  • ideal for storing instructions and data that are needed for the computer to run.

6
New cards

processor

the component that executes program instructions

e.g. arithmetic operations, input/output of data, control program flow

7
New cards

CPU

central processing unit

8
New cards

how processors work

instructions are fetched one by one from memory, the processor executes each instruction, data is moved to memory/

9
New cards

a program’s execution

storage » memory » processor

  • yarns and needles on a shelf

  • resources temporarily moved to a coffee table

  • knitter looks at knitting pattern and does the knitting

10
New cards

communication components

how computer systems exchange and share information

11
New cards

input/output

how computing systems interact with the user and their surroundings.

12
New cards

input

data received, e.g. keyboard and mouse

13
New cards

output

data transmitted, e.g. printer, headphones

14
New cards

transistors

located inside processors, storing zeroes and ones.

15
New cards

early computers

  • no single memory for everything

  • no general purposes

  • programs weren’t stored in memory

  • slow and inflexible

16
New cards

Von Neumann architecture

a computer architecture where both instructions and data are stored in a single, shared memory space.

17
New cards

Von Neumann architecture characteristics

  • single processor

  • one memory for instructions & data

  • programs & data implemented one at a time

18
New cards

structure diagram

knowt flashcard image
19
New cards

CPU circuit

integrated circuit that performs calculations

1= current passes through

0= current doesn’t pass

20
New cards

controller/ control unit

sends and receives signals from all parts of the computer, ensuring that all processes take place at the right time & in the correct order.

21
New cards

Bus

used to send control signals and data between processor and components

22
New cards

Control bus

manages communication between memory, input and output

23
New cards

data bus

exchange between all components

24
New cards

address bus

gets memory to ALU

25
New cards

ALU

Arithmetic and Logic Unit, processes and manipulates data.

  • performs simple calculations on data that’s temporarily stored in registers

26
New cards

Register

storage location found in CPU where data or control information is temporarily stored.

  • faster than internal memory since they are often accessed

27
New cards

internal memory

data is moved from registers to internal memory when not actively used.

  • (cache memory)

  • fast access, temporary storage on CPU.

28
New cards

main memory(in circuit)

describes computer memory used to store programs & data while being used by the CPU

  • only directly access data & programs if they’re in main memory

  • mainly RAM, ROM when computer is first turned on

29
New cards

cache memory

used between main RAM & CPU

  • improves performance by holding data that will be/has been processed

30
New cards

factors affecting CPU

processor speed = clock speed, measured in Hz

  • the faster that is, the faster a processor can run the fetch-decode-execute cycle.

1 tick per second = 1 Hz

c

31
New cards

core

used to describe the processing components within the CPU