SDD and Data Representation Glossary Flashcards

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

1/38

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing SDD and Data Representation glossary terms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

39 Terms

1
New cards

Algorithm

Steps to solve a problem.

2
New cards

Arithmetic operator

Math symbol (+, -, *, /).

3
New cards

Assignment

Storing a value in a variable.

4
New cards

BODMAS

Order of operations: Brackets, Orders, Division, Multiplication, Addition, Subtraction.

5
New cards

Boolean

TRUE or FALSE.

6
New cards

Comparison operator

Compares data (>, <, =).

7
New cards

Concatenation

Joining strings together.

8
New cards

Condition

Variable compared to a value.

9
New cards

Conditional loop

Loop that repeats based on a condition.

10
New cards

Data Type

How a variable's value is stored (Integer, Real, String, Boolean).

11
New cards

Declaration

Setting up a variable.

12
New cards

Exceptional test data

Unacceptable test data.

13
New cards

Expression

Calculates a value.

14
New cards

Extreme test data

Test data at the limit.

15
New cards

Fixed loop

Loop that repeats a set number of times.

16
New cards

Flowchart

Diagram of processes and decisions.

17
New cards

Input

Data entered into a program.

18
New cards

Integer

Whole number.

19
New cards

Internal commentary

Explanations in code for programmers.

20
New cards

Normal test data

Acceptable test data.

21
New cards

Output

Result of a program.

22
New cards

Process

Calculations or comparisons.

23
New cards

Program

Instructions for a computer.

24
New cards

Real (Single)

Number with a decimal.

25
New cards

Repetition construct

Loop to repeat code.

26
New cards

Selection construct

Decides whether to run code.

27
New cards

String

Text.

28
New cards

Structure Diagram

Diagram of processes.

29
New cards

Test table

Data to test program.

30
New cards

Variable

Storage for data.

31
New cards

Wireframe

Layout of a program.

32
New cards

ASCII

Text format using binary.

33
New cards

Attributes

Properties of vector graphic objects.

34
New cards

Binary number system

Computer's number system.

35
New cards

Bit

Binary digit (1 or 0).

36
New cards

Bit depth

Bits per pixel for color.

37
New cards

Bitmap image

Grid of coloured pixels.

38
New cards

Character

Letter or symbol.

39
New cards

Character Set

A collection of characters known to the computer is called its character set. This can be different in countries that use a different alphabet than English.