The concept of stack came into limelight with the usage of terms “bury” and “unbury” where those corresponds to calling and returning from the subroutine functions. To be clear in the concepts of Stack and Stack Pointer, initially, we need to understand the terms what is an“Array” and “Linked list”? An array is defined as the randomly accessible data structure where one can easily access the elements in this and in steady time. Binary search is a clear example of a random-access data structure. … [Read more...]
Octal Numbering System,Conversion of it to Binary
Octal Numbering System The numbering system that consists of ‘8’ digits of numbers in it can be known as Octal Numbering System. This system is almost the same as that of the Hexadecimal system. In this, each number is encoded with three bits grouped. In similar to another system the coding is based on positions. The position allotment starts from the LSB. The weight of each position is the power value of 8. The numbers present in this system are 0, 1,2,3,4,5,6,7. During the earlier stages … [Read more...]
Decimal Numbering System and Binary Numbering System Conversions
Decimal Numbering System is an extension of the Hindu-Arabic Numeral Numbering system. Earlier Counting of larger number was difficult but by the introduction of Decimal Numbering System it became easier. This system is represented with the radix 10 or base 10. This number system came into existence after the invention of zero by an indian mathematician. This is the widely used number system throughout the world. Likewise in the machine to machine communication or man to machine … [Read more...]
Binary Numbering System Conversion into Hexadecimal Numbering System
Binary Numbering System is the simple representation of decimals in terms of '0' and '1'. The hexadecimal system is the compact way of representing the decimals. When the large values of decimals are considered the representation of it in terms of binary becomes lengthy. The binary system is based on the position of the digits starts from the right-hand side as its first preferred digit. This system dependency on the position value makes this system to refer to as 'weighted or position … [Read more...]