Computing Year 10 Mid Years Spec

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

What base is decimal?

10

2
New cards

What base is binary?

2

3
New cards

What base is hexadecimal?

16

4
New cards

What is binary?

a system where numbers and values are represented as 0 or 1

5
New cards

Why do computers use binary?

To represent all data and instructions

6
New cards

Why is hexadecimal often used in computer science?

-Large numbers can be represented in fewer digits

-it is easier for humans to understand, write and check than binary.

7
New cards

How many columns on a nibble table?

4

8
New cards

How many columns on a byte table?

8

9
New cards

What does a small b represent?

bit

10
New cards

What does a big B represent?

byte

11
New cards

What range can represented in 8 bits?

0 to 255

12
New cards

What is a bit?

fundamental unit of information

13
New cards

1KB/kilobyte is

1000 bytes.

14
New cards

1MB/megabyte is

1000 kilobytes

15
New cards

1GB/gigabyte is

1000 megabytes

16
New cards

1TB/terabyte is

1000 gigabytes

17
New cards

What is a character set?

A collection of characters that a computer recognises from their binary representation

18
New cards

What is ASCII?

7 bit code that can hold 128 characters

19
New cards

What is Unicode?

16 bit code that can hold 65,536 characters

20
New cards

Advantage of ASCII over Unicode

Takes up less storage

21
New cards

Advantage of Unicode over ASCII

Has more characters

22
New cards

Unicode uses the same codes as ASCII up to ...

127

23
New cards