HT2 Algorithms + Programming Flashcards

1
Q

Encryption

A

software scrambles data in such a way that only someone with a key can read it

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

Defragmentation

A

Rearranging the information on a disk so that files appear in continuous sequences of clusters

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

Data compression

A

reducing the size of a file so that it takes up less storage space or bandwidth when it is transmitted

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

Backup

A

copying the files to a second medium such as a disc, tape or a storage company on the internet .other utilities include software updates ,system cleanup, Antivirus

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

what is an application software

A

a general purpose software that you can buy/download. Helps you to complete tasks on the computer

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

what is primary storage - memory

A

Memory is the area where the computer store or remembers data. Memory provides the CPU with its instructions. there are different types of memory, and each one plays an important role in the running of a computer system. E.g RAM,ROM and cache

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

what are the four cornerstones to computational thinking

A

decomposition = breaking down complex problem or system into smaller, more manageable parts.
Pattern Recognition = looking for similarities among and within problems.
Abstraction= focusing on the important information only, ignoring all irrelevant detail.
algorithms = developing a step by step solution to problem

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

what is optical storage

A

when data is written on the disc by a laser and is read from the disc by another laser

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

what is magnetic storage

A

uses a surface which can be magnetised with a pattern of north and south areas to represent the binary data

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

what is solid state storage

A

having no moving parts.Used in mobile phones and tablets. these store the binary data switches to either 1 or 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
4 bits
8 bits
1024 bytes
1024 kilobytes
1024 megabytes
1024 gigabytes
1024 terabytes
A
1 nibble
1 byte
1 kilobyte
1 megabyte
1 gigabyte
1 terabyte
1 petabyte
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

which is more efficient merge or bubble

A

merge

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