ALL Flashcards

(35 cards)

1
Q

What is abstraction?

A

Removing unnecessary details to focus on important information.

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

What is decomposition?

A

Breaking a problem into smaller parts.

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

What is an algorithm?

A

A step-by-step set of instructions to solve a problem.

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

Give one real-life example of decomposition.

A

Breaking a project into smaller tasks.

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

What is pattern recognition?

A

Finding similarities between problems.

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

Which flowchart symbol represents Start/End?

A

Oval.

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

Which symbol represents a Process?

A

Rectangle.

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

Which symbol is shaped like a diamond?

A

Decision symbol.

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

What does the parallelogram represent in a flowchart?

A

Input/Output.

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

What do arrows show in a flowchart?

A

Direction of flow.

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

What is a Boolean data type?

A

TRUE/FALSE.

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

Give an example of text data.

A

A string like ‘Hello’.

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

What is the Excel file extension?

A

.xlsx

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

Write a formula to add A1 and A2.

A

=A1+A2

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

What is a cell reference?

A

The address of a cell, e.g., B3.

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

Why must formulas start with ‘=’?

A

Because Excel identifies it as a formula.

17
Q

Which file type is used for audio?

18
Q

Which file type is used for video?

19
Q

Why is JPEG smaller than PNG?

A

JPEG uses compression that reduces quality.

20
Q

State one document file type.

21
Q

What does LAN stand for?

A

Local Area Network.

22
Q

What does WAN stand for?

A

Wide Area Network.

23
Q

What is a server?

A

A computer that provides resources/services.

24
Q

What is a client?

A

A device that requests resources.

25
Give one logical operator.
AND.
26
What is a Boolean expression?
A statement that is TRUE or FALSE.
27
What does a spreadsheet do?
Organises and processes data in tables.
28
What is data validation?
Rules that restrict what data can be entered.
29
What is conditional formatting?
Formatting applied when conditions are met.
30
What is the purpose of a flowchart?
To visually represent a process.
31
What is a variable?
A named value that can change.
32
What does input() do in Python?
Takes user input.
33
What is a syntax error?
A mistake in Python code structure.
34
What is a runtime error?
An error that occurs when the program is running.
35
What is pseudocode?
Structured English used to plan code.