ENGSCI Week 1 Lesson 1 | Computer Architecture

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:41 PM on 8/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

Computer Architecture

The art of building the computer.

“…How much memory should I put into this computer?”

“…Which type of Instruction set should I use in this computer?”

“…What machine instructions should there be?”

2
New cards

Computer Organization

Is the way the hardware components operate and the way they are connected to each other.

It is composed of I/O devices, memory system and a processor.

3
New cards

Processor

Used to solve mathematical problems.

4
New cards

Memory

Used to save all those processes and finally the I/O devices to interact with the processor.

5
New cards

Arithmetic Logic Unit

Is a part of the processor that performs mathematical and logical operation. It is a digital circuit and a fundamental building block of a CPU.

Mathematical operations: addition (+), subtraction (-), multiplication(x) and division (÷)

Logical operations: AND, OR, NOT

6
New cards

Processor

Aside from ALU and registers, it contains a control unit(CU).

7
New cards

Control unit

Is responsible for sending electrical signals to the ALU, memory, I/O devices and directs the operation of a processor.

8
New cards

Control unit

Gives commands to the ALU which operation is to be used on the data and the ALU stores the result to the register.

9
New cards

Processor

May use one or more ALUs and retrieve data from the register.

10
New cards

Register

Is a storage with a small amount of memory and is also a part of a processor.

11
New cards

Binary

The language a computer uses to process instructions.

12
New cards

0 and 1

All information in a computer is stored and operates as binary numbers and is manipulated by transistor switches.

13
New cards

8 bit or 1 byte

Equivalent of one character.

Characters, symbols or numbers have an equivalent set of binary numbers.

14
New cards

ASCII Table

A table that displays the equivalent binary value of the alphabet or other symbols