Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

To fully understand computer networking, you require to have a good knowledge of the Decimal, Binary, Octal and Hexadecimal number systems. This lab work will

  1. To fully understand computer networking, you require to have a good knowledge of the Decimal, Binary, Octal and Hexadecimal number systems. This lab work will assist you to become proficient with the following four number systems:
  • Binary number system
  • Decimal number system
  • Octal number system
  • Hexadecimal

All students should able to convert between number systems without using a computer or calculator.

  1. The following table shows binary numbers. Convert each binary number to its decimal equivalent manually.

Binary number

Decimal number

1000

1 1001

1100

1 1110

11111111

  1. The following table shows binary numbers. Convert each binary numbers to its hexadecimal and octal manually.

Binary number

Hexadecimal number

Octal number

1011 1101

1011 1011 1100 0010

0000 0011

0001 0010 0100

1110 1110 0001

  1. The following table shows decimal numbers. Convert each decimal numbers to its binary manually.

Decimal number

Binary number

19

255

63

  1. Perform the following unsigned binary additions and determine the validity of the result for 8 bits, for verification convert the numbers & results to decimal (you can use calculator or computer to convert from binary to decimal):

0111 10012

+ 0100 00012

----------------------------

1110 11102

+1110 11012

----------------------------

  1. Perform the following unsigned binary subtractions and determine the validity of the result, for verification convert the numbers & results to decimal (you can use calculator or computer to convert from binary to decimal):

0101 11102

- 0011 01102

----------------------------

1100 11112

- 1101 00012

------------------------------

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

More Books

Students also viewed these Databases questions