Computer Science for CAPE Examinations: Unit 1

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

1/26

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards to aid in the review of Computer Science concepts for CAPE Examinations.

Last updated 6:47 PM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Computer Architecture

The structure of all or part of a computer system, including the design of system software and the combination of hardware.

2
New cards

Input Device

A hardware component capable of providing information to a computer, e.g., keyboard, mouse.

3
New cards

Output Device

A hardware component capable of receiving information from a computer, e.g., printer, monitor.

4
New cards

Memory Types

Classifications of computer memory that store data either temporarily (volatile) or permanently (non-volatile).

5
New cards

Random Access Memory (RAM)

Volatile memory used by the CPU to store and manipulate data.

6
New cards

Read Only Memory (ROM)

Non-volatile memory used to store essential system instructions that cannot be modified.

7
New cards

Storage Device

A hardware component used to deposit, retain, or retrieve computer data.

8
New cards

Volatility

The characteristic of memory to lose its data when power is turned off.

9
New cards

Supercomputers

High-end computers designed to solve complex problems rapidly using many processors.

10
New cards

Mainframe

Large computers that support thousands of users simultaneously, often used in industries like banking.

11
New cards

Microcomputer

Inexpensive computers designed for general use by a single person.

12
New cards

Logic Gate

A digital switch that performs a logical operation on one or more inputs to produce a single output.

13
New cards

Truth Table

A mathematical table used to compute the functional values of logical expressions.

14
New cards

Flip Flop

A digital circuit with two output lines that store a single bit of information.

15
New cards

Multiplexor

A device that selects one of several input signals and forwards the selected input to a single output line.

16
New cards

Encoder

A digital circuit that converts a set of signals into a binary code.

17
New cards

Decoder

A digital circuit that decodes an input code, producing a set of output signals.

18
New cards

Bit

The smallest unit of information in computing, representing a binary state (0 or 1).

19
New cards

Byte

A group of eight bits, used as a basic data storage unit.

20
New cards

Signed Magnitude

A representation of binary numbers that allows for positive and negative values.

21
New cards

1's Complement

A binary number representation that flips all bits to represent negative values.

22
New cards

2's Complement

A method for representing negative binary numbers by inverting bits and adding one.

23
New cards

Floating Point

A method of representing real numbers in computing that can handle a wide range of values.

24
New cards

ASCII

A standard character encoding scheme that assigns binary values to letters, digits, and symbols.

25
New cards

C Programming Language

A high-level programming language used for system and application software development.

26
New cards

Function

A modular segment of code designed to perform a specific task within a program.

27
New cards

Array

A data structure consisting of a collection of elements, each identified by at least one array index.