0% found this document useful (0 votes)
14 views8 pages

Number System

Uploaded by

indominus12rex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views8 pages

Number System

Uploaded by

indominus12rex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

CSIT111(Number System)

Joevic T. Pecate
CS/IT Faculty
October 29, 2021

Computer Programming 1
Number System (Decimal to
Binary)
2048 1024 512 256 128 64
32 16 8 4 2 1
1. 87310 =
Ans: 1101101001
2. 165710 = Computer Programming 1
Number System (Binary to
Decimal)
2048 1024 512 256 128 64
32 16 8 4 2 1
1. 1 1 1 0 1 0 1 1 2

Ans: 235
2. 1 1 1 0 1 0 1 0 1
Computer Programming 1
Number System (Binary to
Octal)

0 0 1 1 1 0 1
0 1 12

Computer Programming 1
Number System (Octal to
Binary)

1. 4235 8 = ____________ 2
2. 7120 8 = ____________ 2

1. Ans: 100 010 011 101


Ans:
2. Computer 111
Programming 1 001 010 000
Number System (Binary to
Hexadecimal )

0 0 1 1 1 0
1 0 1 12

1. Ans: 0 E B or simply EB
Computer Programming 1
Number System
(Hexadecimal to Binary)

1. CA89116 = ______________ 2

2. FAD3716 = ______________ 2

Ans: 1100 1010 1000 1001 0001


Ans: 1111 1010 1101 0011 0111
Computer Programming 1
Assignment

Decimal to Octal
Octal to Decimal
Decimal to Hexadecimal
Hexadecimal to Decimal
Computer Programming 1

You might also like