top of page

Digital Computer Organization

Welcome to the course on computer organization. In this course we will try to find out that what are the resources that are available in a computer. Specifically the hardware resources and how those resources are interconnected or how the data path that go from one resource to another resource to accomplish a particular task. Now to start with let us have a high level view of a computer. As you all know that to get a task done by a computer, the computer must have some hardware resources and some software resources.

NUMBER SYSTEM

BINARY NUMBER SYSTEM:-

                                               Binary number is used by any degital device. the base of binary number is two. it means it supports only two digits (0,1).

convertion of decimal number into binary number:-

      i>

2 108 0

2  54  0

2  27  1

2  13   1

2   6   0

2   3   1

     1

=1101100

convert binary number to decimal

Least singnificant bit

Most singnificant bit

OCTAL NUMBER SYSTEM:-

                                                    It is a most commonly used number system in digiatal world. The base of octal number system is  8 it means it supports 8 different symbols/digits i.e Zero to seven(0-7).

convertion of decimal number into octal number:-

convertion of decimal number into octal number:-

       i>

8 108 4

8  13   5

     1 

=154

bottom of page