Programming Flashcards

Understand key terms related to computer science

1
Q

What does CAD stand for?

A

Computer Aided Design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does CAM stand for?

A

Computer Aided Manufacturing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Programming languages:

A

Python
HTML
CSS
JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Algorithm

A

A set of instructions that achieve a task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Sequence

A

Following instructions one after the other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Variable

A

A named container for a value which can be inspected or altered by the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Iteration

A

A repeated set of instructions.
Also known as loops (forever, while true, while x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Selection

A

A choice of which set of instructions to follow dependent on a question with a Boolean answer (true or false question). Common selection statements include “if then else”, “when… do”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Program

A

A set of algorithms created to solve a problem, commonly known as apps (applications or application software)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Input

A

A method of entering data onto a computer system, usually with an input device, such as a keyboard or mouse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Output

A

A method of displaying information to a user (e.g. a screen)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CPU

A

Central processing unit, every command passes through here

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Volatile

A

Data is lost when machine is turned off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

RAM

A

Random access memory - fast, volatile data storage; contains operating system, current programs and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ROM

A

Read only memory, non-volatile memory, contains boot strap and BIOS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

BIOS

A

Basic input/output system.
Manages data flow between computer’s operating system and external/attached devices (mouse, keyboard, printer, hard disk, video adapter, speakers)

17
Q

OS

A

Operating system (of a computer)