Number Systems Flashcards

OCR GCSE J277 Computer Science specification

Binary

A number system that uses only two digits: 0 and 1. It is base-2 and used by computers to represent data.

1 / 10

Ready to master these flashcards?

Sign in to study with spaced repetition and track your progress.

Sign In to Track Progress

Terms in this set (10)

1

Binary

A number system that uses only two digits: 0 and 1. It is base-2 and used by computers to represent data.

2

Denary

The standard number system humans use, also known as base-10, which includes digits 0 to 9.

3

Hexadecimal

A number system that uses base-16, including digits 0-9 and letters A-F to represent values.

4

Binary to Denary Conversion

To convert binary to denary, multiply each binary digit by 2 raised to its position index (starting from 0 on the right) and sum the results.

5

Denary to Binary Conversion

To convert denary to binary, repeatedly divide the number by 2, recording the remainders, and read the remainders in reverse order.

6

Hexadecimal to Binary Conversion

Each hexadecimal digit is converted into a 4-bit binary equivalent (e.g., A = 1010).

7

Binary to Hexadecimal Conversion

Group binary digits into sets of 4 bits (starting from the right) and convert each group into its hexadecimal equivalent.

8

Binary Addition

Add binary numbers bit by bit, carrying over when the sum exceeds 1 (e.g., 1+1=10).

9

Overflow Error

Occurs in binary addition when the result exceeds the number of bits available to store it.

10

Binary Shift

A left shift multiplies a binary number by powers of 2, while a right shift divides it by powers of 2.

Genie

Want to Learn More?

Get personalised lessons, quizzes, and instant feedback from your AI tutor.

Start Learning