Bases, Shifts and Conversions: Computer Science OCR: GCSE (9:1)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

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.

20 Terms

1
New cards

Binary

A base 2 number system in which all numbers are made from 2 digits (0-1), it can be processed by the computer's logic gates

2
New cards

Denary

The base 10 number system in which all numbers are made from 10 digits (0-9), also called decimal

3
New cards

Hexadecimal

The base 16 number system in which all numbers are made from 16 characters (0-9 and A-F)

4
New cards

Base

The number of digits used by a number system. This is 2 in binary and 10 in denary

5
New cards

2

Binary is the Base ___ number system

6
New cards

10

Denary is the Base ___ number system

7
New cards

16

Hexadecimal is the base ___ number system

8
New cards

Left shift

Moving the bits to the left. Multiplies a binary number by two.

9
New cards

Right Shift

An operation that divides the binary number by two by moving the bits to the right.

10
New cards

FF

Hexadecimal representation of denary number 255

11
New cards

1A

Find the hexadecimal representation of denary number 26

12
New cards

1111

4-bit binary representation of the hexadecimal digit F

13
New cards

1100

Find the 4-bit binary for denary number 12

14
New cards

1000 0000

Convert the decimal number 128 to binary

15
New cards

1111 1111

Binary representation of the largest number we can store in 1 byte

16
New cards

Most significant bit

The leftmost bit of a binary number, it's the column with the largest place value (128 in an 8-bit number)

17
New cards

Least significant bit

The furthest right bit in a binary number, in an integer it is the 1's column.

18
New cards

4

Left shift the binary number 0010 by 1 place and show the answer in denary

19
New cards

0011

Convert the denary number 12 to binary and then right shift 2 places

20
New cards

161

Convert A1 to denary