Computer science Unit 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What’s the CPU

A

Central processing Unit, it executes programmes stored in main memory

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

What is Cache

A

High speed memory on The CPU, it stores a copy of data and instructions that is frequently used

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

What is Clock Speed

A

Number of processing cycles per second

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

What are cores

A

Cores can independently run a program, multi core means multiple programs can run at once

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

What’s General Purpose Computer able to do

A

Can execute different types of software

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

What’s an embedded system

A

A microprocessor within a larger system

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

What’s Primary Storage

A

Short term storage used when the computer is running

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

What is RAM

A

Random access memory, it’s volatile and stores currently running instructions and data

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

What’s ROM

A

Read only memory it’s non volatile and stored data and instructions that don’t need to be updated and used when the computer is first turned on

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

What’s secondary storage

A

Long term storage in a computer system

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

Examples of optical

A

DVD, CD, Blue-Ray

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

What is binary

A

A numbering system made of 1 and 0, which represents machine code on and off signals

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

List the binary number line

A

128 , 64 , 32 , 16 , 8 , 4 , 2 , 1

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

If you binary shift right what happens

A

You divide in multiples of two

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

What’s overflow

A

It happens when the number you want to store is more than 8 bits

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

If you binary shift left what happens

A

You multiply in multiples of two

16
Q

What’s a character

A

A singular symbol

17
Q

What’s a character set

A

A list of all characters recognised by a computer system

18
Q

What’s ASCII

A

It uses 8 bits, and represents most European languages

19
Q

What’s Unicode

A

Uses 16 bits it gives you access to all languages and emojis but it requires more storage

20
Q

What are images

A

They are divided into pixels containing one colour binary value

21
Q

What’s a pixel

A

Smallest possible unit within an image

22
Q

What is colour depth

A

A measure of how many bits used for a colour, each colour has a unique binary code , the higher the colour depth, the higher the quality and the more storage memory that’s used

23
Q

What’s resolution

A

Number of pixels in an image, height X width, a better resolution means better quality and more storage used

24
Q

What’s metadata

A

Information about the image e.g. date, location, file type

25
Q

How is sound processed by computer

A

Taking regular samples of analogue sound wave

26
Q

How to measure sample rate

A

A measure of samples per second measured in hertz

27
Q

What’s Bit depth

A

How many bits per sample, the higher the bit depth the more storage space required but improves the quality

28
Q

What’s bit rate

A

How many bits are required per second

29
Q

What’s compression

A

Technique to reduce file size

30
Q

What’s lossy compression

A

Making a file smaller by permanently losing data

31
Q

What’s lossless compression

A

Making a file smaller by storing it more efficiently, the original data can be restored