Test 1 Theory (22/10/24) Flashcards

1
Q

Taking a problem and solving it in a series of instructions and steps is what type of thinking

A

Computational thinking

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

What does a parallelogram mean in a flow chart

A

Input / output

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

What is the shape that needs to be around an assigned variable / anything in a flow chart that may affect the desision

A

A diamond

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

What is a Boolean statement

A

Where your only allowed to answer with true or false

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

The process of converting a numeric data type such as integer into a string data type is called

A

Casting

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

Can the string of ‘sixty eight’ be converted into an integer type

A

No. The computer cannot recognise that ‘sixty eight’ = ‘68’

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

What symbol is used for assignment

A

=

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

What programming keyword divides one number by another and returns the remainder

A

MOD / modulus operator

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

What symbol means less than

A

<

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

What symbol means greater than

A

>

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

When writing ‘greater than or equal to’ or ‘less than or equal to’ how would you write it

A

‘<=‘ or ‘>=‘

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

An OS communicates with both internal and external hardware using

A

Device drivers

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

The operating system allows the computer to interact with the user and the user to interact with the computer. What is the name given to this interface?

A

User interface

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

What is the difference between GUI and UI

A

GUI is a type of UI

there can be user interfaces that are not graphic, meaning you can’t see the icons and cursor, and there may be different types of GUI

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

Operating systems manage users by allowing user _______ to be created and deleted

A

Profiles

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

The operating system keeps track of all free disk space and decides where to _____ data

17
Q

T or F

Each file is saved on its own small area of the hard disk, with all of the related bytes next to eachother

A

False

This is because the file would be fragmented, and all the different parts of the file would be stored across separate locations which may be next to each other or may be spread out

18
Q

The OS organises and maintains a hard disk with the help of what type of software

A

Utility software