CT_Topic1_Notes (1)

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

1/18

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.

19 Terms

1
New cards

Computer Hardware

The physical components of a computer system that can be touched.

2
New cards

Central Processing Unit (CPU)

The main component of a computer that performs most of the processing inside a computer.

3
New cards

Integrated Circuit (IC)

A set of electronic components and circuits on a single semiconductor material, usually silicon.

4
New cards

Moore's Law

The observation that the number of transistors in a dense integrated circuit doubles approximately every two years.

5
New cards

NOT-gate

A logic gate that outputs true or 1 only when its input is false or 0.

6
New cards

AND-gate

A logic gate that outputs true or 1 only if all its inputs are true or 1.

7
New cards

OR-gate

A logic gate that outputs true or 1 if at least one of its inputs is true or 1.

8
New cards

NAND-gate

A logic gate that outputs false or 0 only when all its inputs are true or 1.

9
New cards

fetch-decode-execute cycle

The basic operational process of a computer where an instruction is fetched from memory, decoded, and then executed.

10
New cards

Volatile Memory

Memory that requires power to maintain the stored information, such as RAM.

11
New cards

Non-volatile Memory

Memory that can retain the stored information even when not powered, such as a hard disk.

12
New cards

Assembly Language

A low-level programming language that is closely related to machine code, making it easier to read and write than binary.

13
New cards

Process Control Block (PCB)

A data structure used by the operating system to store all the information about a process.

14
New cards

Context Switching

The process of storing the state of a process so that it can be resumed later, allowing multiple processes to share a single processor.

15
New cards

Binary World

A conceptual framework in computing where all data is represented in two states: 0 and 1.

16
New cards

Von Neumann Architecture

A computer architecture where a single memory holds both instructions and data.

17
New cards

Microarchitecture

The design and organization of the components in a CPU, including its data paths, storage elements, and control logic.

18
New cards

Operating System (OS)

Software that manages hardware resources and provides services for computer programs.

19
New cards

Instructions Set Architecture (ISA)

The part of the processor that defines the instructions it can execute and the functions those instructions perform.