Basic Computer Fundamentals Flashcards

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/23

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering fundamental topics in computer hardware, primary and secondary memory, language translators, numerical systems, algorithms, and flowcharts based on lecture notes.

Last updated 1:16 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Computer

An electronic device capable of processing data and producing information, comprising an input device, central processing unit (CPU), and output device.

2
New cards

Arithmetic Logic Unit (ALU)

A component of the Central Processing Unit (CPU) responsible for performing arithmetic operations and logical decisions.

3
New cards

Input

The task of sending data and commands to the computer.

4
New cards

Processing

Work done by the computer with the help of processing hardware and software to produce results.

5
New cards

Output

The result displayed by the computer.

6
New cards

Storage

A place inside or outside the computer used to save results.

7
New cards

Primary Memory

The computer's main, working memory that stores data temporarily and can be directly accessed by the CPU.

8
New cards

Secondary Memory

External memory that saves data permanently, operates slower than primary memory, and cannot be directly accessed by the CPU.

9
New cards

RAM (Random Access Memory)

A read-and-write type of volatile primary memory that stores information currently being processed, which is immediately accessible by the CPU.

10
New cards

ROM (Read Only Memory)

A read-only, non-volatile primary memory that preserves its contents after power is turned off and contains boot-up instructions.

11
New cards

Floppy Disk

A magnetic disk enclosed in a square plastic box used to store and transfer information, available in 3.53.5\text{-inch} (1.44MB1.44\,\text{MB}) and 5.255.25\text{-inch} (1.2MB1.2\,\text{MB}) sizes.

12
New cards

Hard Disk

A storage device made of stacked platters covered in a magnetic coating that holds large amounts of data, available in internal and external types.

13
New cards

Platters

Collections of disks stacked on top of one another inside a hard disk, covered in magnetic coating and composed of invisible circles with identical core tracks.

14
New cards

SD Card

A type of memory card utilizing memory chips with no moving parts, commonly used in portable devices like cameras and cell phones.

15
New cards

Compiler

A translator that converts high-level programming language code into low-level machine code or assembly language by scanning the entire program at once.

16
New cards

Interpreter

A program that translates high-level programming language code into an intermediate language by processing one statement at a time.

17
New cards

Number System

A system of writing and notation used for representing numbers of a given set using digits or other symbols in a consistent manner.

18
New cards

Decimal Number System

A base-1010 number system that uses ten digits from 00 to 99, where successive positions to the left represent powers of 1010.

19
New cards

Binary Number System

A base-22 number system that uses only two binary digits, 00 and 11.

20
New cards

Octal Number System

A base-88 number system that uses digits from 00 to 77 to represent numbers.

21
New cards

Hexadecimal Number System

A base-1616 number system that uses digits from 00 to 99 and alphabetic characters from AA to FF.

22
New cards

Algorithm

A step-by-step set of rules or instructions to be followed in calculations or other problem-solving operations to achieve an expected result.

23
New cards

Flowchart

A graphical representation of an algorithm using connected symbols to indicate the flow of information and processing.

24
New cards

Flowcharting

The process of drawing a flowchart to represent an algorithm.