wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Number system

Total questions: 30

Worksheet time: 19mins

Name
Class
Date
1.

Which number system uses only the digits 0 and 1?

a)

Decimal

b)

Octal

c)

Binary

d)

Hexadecimal

2.

The base (radix) of the octal number system is:

a)

2

b)

8

c)

10

d)

16

3.

Which of the following is a valid hexadecimal digit?

a)

9

b)

G

c)

H

d)

8GH

4.

What is the decimal equivalent of the binary number 1011?

a)

9

b)

10

c)

11

d)

12

5.

What is the binary equivalent of the decimal number 13?

a)

1100

b)

1101

c)

1110

d)

1011

6.

In binary addition, what is the sum of 1 + 1?

a)

1

b)

0

c)

10

d)

11

7.

The process of collecting information from users to understand their needs is called:

a)

Coding

b)

Testing

c)

Maintenance

d)

Information gathering

8.

Feasibility analysis mainly checks whether a project is:

a)

Easy to code

b)

Error-free

c)

Well documented

d)

Profitable and practical

9.

A Data Flow Diagram (DFD) is used to represent:

a)

Program logic

b)

Data movement in a system

c)

Database structure

d)

Hardware layout

10.

Input/output design focuses on:

a)

Data storage

b)

User interaction with the system

c)

Software testing

d)

Program debugging

11.

The Software Development Life Cycle (SDLC) includes all EXCEPT:

a)

Planning

b)

Analysis

c)

Design

d)

Hacking

12.

Which of the following is a valid octal number?

a)

457

b)

789

c)

128

d)

19

13.

What is the hexadecimal equivalent of the decimal number 15?

a)

E

b)

F

c)

D

d)

10D

14.

What is the decimal equivalent of the binary number 11001?

a)

23

b)

24

c)

25

d)

26

15.

Which number system uses the digits 0–7?

a)

Binary

b)

Octal

c)

Decimal

d)

Hexadecimal

16.

What is the binary equivalent of the octal number 7?

a)

101

b)

110

c)

111

d)

100

17.

What is the result of binary addition: 101 + 11 = ?

a)

1001

b)

1000

c)

1100

d)

1110

18.

How many hexadecimal digits are there?

a)

10

b)

16

c)

15

d)

AF

19.

One octal digit is equivalent to three binary bits.

a)

true

b)

false

c)

Both A and B

d)

Cannot be determined

20.

Hexadecimal number system is more compact than binary for representing large values.

a)

True

b)

False

c)

Depends on the value

d)

None of these

21.

Binary division always produces an exact result without remainder.

a)

True

b)

False

c)

None of the above

d)

Only for odd numbers/even

22.

The hexadecimal number system uses symbols A–F to represent values 10–15.

a)

True

b)

False

c)

Only A–E

d)

Only A–G

23.

The first phase of the Software Development Life Cycle (SDLC) is:

a)

Design

b)

Planning

c)

Coding

d)

Testing

24.

Information gathering is done mainly to:

a)

Understand user requirements

b)

Write program code

c)

Design hardware

d)

Test software

25.

convert binary 101 to decimal

a)

4

b)

8

c)

5

d)

6

26.

write decimal 14 as binary number

a)

1100

b)

1010

c)

1110

d)

1111

27.

1010 + 0101 = binary addition?

a)

10101

b)

1010

c)

1101

d)

1111

28.

1011 + 1011 = Bianry addition?

a)

2022

b)

10110

c)

1110

d)

1010

29.

101 X 100 = Binary multiplication?

a)

10100

b)

10110

c)

101100

d)

101

30.

DBMS stands for:

a)

Data Backup Management System

b)

Database Management System

c)

Digital Base Management Software

d)

Data Business Management System