Search Header Logo
Number System

Number System

Assessment

Presentation

Computers

9th Grade

Hard

Created by

Siddhik Karki

FREE Resource

5 Slides • 10 Questions

1

Multiple Choice

What is binary number?

1

0 and 1

2

1 and 2

3

5 and 6

4

21 and31

2

Chapter:2 Number System
[Binary Number]

By Siddhik Karki

3

Chapter:2 Number System
[Binary Number]

By Siddhik Karki

4

​ What is Binary Number?
Binary numbers are the foundation of all digital systems, including computers and other digital devices. Unlike the decimal system, which is based on ten digits (0-9), the binary system uses only two digits: 0 and 1.

This simplicity makes it ideal for computers, as they operate using two states, often represented as "on" and "off," or 1 and 0. Binary numbers are written using the base-2 numeral system. Each digit in a binary number is known as a bit. By combining bits, we can represent any number or perform any calculation, just like we do with decimal numbers. Let’s dive into how binary arithmetic works!

5

​ Binary Addition Introduction:

Binary addition is similar to decimal addition but with only two digits, 0 and 1. - Rules of Binary Addition:
- 0 + 0 = 0
- 0 + 1 = 1
- 1 + 0 = 1
- 1 + 1 = 10 (this means you carry 1 to the next higher bit)

6

Multiple Choice

What is the base of the binary number system?

1

2

2

10

3

8

4

16

7

Multiple Choice

Calculate the binary addition:
01
11

1
101
2
11
3
111
4
100

8

Multiple Choice

Calculate the binary addition:
1001
1011

1
10100
2
010101
3
011100
4
01010011

9

Multiple Choice

Calculate the binary addition:
1111
1011

1
110101
2
11110
3
11011
4
11010

10

Multiple Choice

Calculate the binary addition:
01111
11011

1
101010
2
11101001
3
11001011
4
1010101111

11

Multiple Choice

Question image

Calculate the binary addition:

1
10100100
2
10010100
3
11000100
4
01011110

12

Multiple Choice

Question image
Add binary numbers shown?
1
10010000
2
10001000
3
10000100
4
10100000

13

Binary Subtraction Introduction:

Binary subtraction follows a similar principle to decimal subtraction but incorporates the concept of *borrowing*.
- Rules of Binary Subtraction:
- 0 - 0 = 0
- 1 - 0 = 1
- 1 - 1 = 0
- 0 - 1 = 1 (borrow 1 from the next higher bit)

14

Multiple Choice

What is the value of

100011-1001

1

000000

2

1010

3

00101

4

101010

15

Multiple Choice

What is the value of

10101010-10101010

1

1

2

10010

3

0000

4

0011

What is binary number?

1

0 and 1

2

1 and 2

3

5 and 6

4

21 and31

Show answer

Auto Play

Slide 1 / 15

MULTIPLE CHOICE