Unit 1 Labs 1-4 Vocab Flashcards

1
Q

Computer

A

A machine that processes information and performs computations.

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

Input

A

Information or signals entered into a computer system (e.g., keyboard, mouse).

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

Output

A

he information or signals a computer sends out (e.g., display on a screen, sound from speakers).

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

Processing

A

The action a computer takes to transform input into output.

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

Storage

A

Saving data to be used later (e.g., hard drive, cloud storage).

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

Abstraction

A

Simplifying complex systems by focusing on the main idea and hiding details.

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

Algorithm

A

A step-by-step set of instructions for solving a problem or performing a task.

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

Sequencing

A

The order in which steps or instructions are executed in an algorithm.

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

Iteration

A

Repeating a process or a set of instructions in an algorithm (e.g., loops).

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

Selection

A

Making decisions in an algorithm using conditions (e.g., if/else statements).

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

Procedure(function)

A

A named sequence of instructions that performs a specific task; can be reused in different parts of a program.

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

Parameters

A

Variables used to pass information to procedures or functions.

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

Return Value

A

The output that a procedure or function provides when it is called.

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

Modularity

A

The design principle of breaking a program into separate, reusable sections or modules.

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

Data

A

Information that is collected, stored, and processed by a computer.

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

Binary

A

A number system using two digits, 0 and 1, representing digital data.

17
Q

Bit

A

The smallest unit of data in a computer, represented as 0 or 1.

18
Q

Byte

A

A group of 8 bits, representing a larger piece of data.

19
Q

Encoding

A

The process of converting data into a particular format for efficient transmission or storage (e.g., converting text to binary).