EoY CS Yr 7 Flashcards

(23 cards)

1
Q

What is an algorithm?

A

A sequence of instructions or a set of ules that are followed to complete a task or solve a problem

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

What is the difference between telling a person vs computer what to do?

A

Computers need exact instructions and cannot judge for themselves . They also need to be given instructions by code.

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

What is programming/coding?

A

It is making a list of instructions for a computer

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

Sequence defintion

A

A series of instructions executed one after another in order

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

Iterations/Loops

A

Repeating a block of code multiple times until a condition is met

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

Selection/if-else statements

A

Making decisions in code by executing different blocks based in conditions

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

Variables

A

Named containers that store data (liek numbers, text, etc.) which can change during program execution

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

Why do modern computers all use binary?

A

It’s the simplest and most reliable way to represent data electronically:
- In computers ther are 2 stable states so can easily be ON (1) or OFF (0)
- noise resistance; it’s harder for elctrical signals to get confused between 2 clear states vs. Multiple levels
- simpler logic; binary works perfectly with Boolean algebra, making computations efficient

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

What does it mean to digitise information?

A

Converting real-world data (like text, sounds, or images) into binary numbers (0 + 1) so computers can store, process and transmit it

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

Converting units of storage:
Bits to nibbles
Bits to bytes
Bytes to kilobytes
Kilobytes to megabytes
Megabytes to gigabytes
Gigabytes to terabytes

A

4 bits to 1 byte
8 bits to 1 byte
All else are 1000 to 1

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

Storage capacity of:
Ipad
Iphone

A

64 GB
128 GB

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

Size:
Word doc, pic, mp3 song, DVD film, Blu-ray film

A

50-350KB, 10MB, 3-6MB, 5GB, 15-30GB

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

What is the cloud?

A

A network of servers that you access through the internet

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

Main function of motherboard

A

central hub that connects and allows communication between all critical components of a computer, making them work together

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

Main function of CPU (Central Processing Unit)

A

brain of the computer, executing instructions and performing calculations that make all software and hardware work. works a lot with RAM

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

Main function of Heat Sink

A

help keep the processor (CPU) cool otherwise it may burn

17
Q

Main function of RAM (Random Access Memory)

A

main memory of computer. is volatile as if computer is switched off, all memory is erased, as it needs power to work. works a lot with CPU

18
Q

Main function of hard disk drive

A

used to save bits permanently for Second Memory/Storage

19
Q

Main function of CD/DVD/Blu-ray Drive

A

These are called Optical discs. we do not use these as much these days as we have more efficient and portable devices that have the same function

20
Q

Main function of USB connector

A

Connect input or output devices to the computer

21
Q

Diff. between input and output devices

A

input- receives information from the physical world (e.g. sound button, apple pencil, touch id, controller)
output- gives out information (e.g. playing music, screens)

22
Q

Amount of bits in a nibble

23
Q

Secondary storage

A

Data is stored here here permanently, even when the computer is off