Computer Engineering Articles

Page 35 of 36

How to Convert Decimal to Hexadecimal?

Arjun Thakur
Arjun Thakur
Updated on 31-Oct-2023 65K+ Views

Decimal system is most familiar number system to the general public. It is base 10 which has only 10 symbols − 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. Whereas Hexadecimal system is most familiar number system color representation in Computers or digital systems. It is base 16 which has only 16 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A, B, C, D, E, F. These A, B, C, D, E, F use as single digit in place of double digits, 10, 11, 12, 13, 14, 15 respectively.Conversion from Decimal to Hexadecimal ...

Read More

Difference Between Constant and Control

Vineet Nanda
Vineet Nanda
Updated on 02-Jun-2023 5K+ Views

In the fields of science, engineering, and mathematics, the terms "constant" and "control" are frequently used. They are used to describe two different concepts, which are often used together in experiments and studies. However, despite their frequent usage, there is still some confusion around the meanings of these terms. In this essay, we will explore the difference between constant and control and examine their significance in various fields. What are Constants? A constant is a variable that remains unchanged throughout an experiment or study. It is a factor that does not vary, regardless of any other changes that may occur ...

Read More

Difference between EIGRP and OSPF

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 28-Jul-2022 2K+ Views

EIGRP stands for Enhanced Interior Gateway Routing Protocol. It is used to share information between routers lying in the same region. It can be easily implemented in small as well as large networks.OSPF stands for Open Shortest Path first. It is used on variable-length subnet masking (VLSM) and discontinuous networks. It is a classless routing protocol.Read through this article to find out more about EIGRP and OSPF and how these two protocols are different from each other.What is EIGRP?EIGRP is an advanced distance-vector routing protocol for automating routing decisions and configuration on a computer network. Cisco Systems designed the protocol ...

Read More

Why are online shopping sites becoming mobile shopping apps?

Dev Kumar
Dev Kumar
Updated on 19-May-2022 332 Views

An online shopping site is a website which can be accessed through a computer which can be either a desktop or laptop. The website can also be accessed through a smartphone or tablet and both are mobile devices. In computers, because of higher data processing capacity and more functionality, all you need to do to access a shopping site is type the URL of the site in the browser and press 'enter'. However, on a mobile device like a smartphone or tablet, you may be able to open a shopping site but won't be able to make transactions, unless you ...

Read More

What is Carrier Sense Multiple Access (CSMA)?

Moumita
Moumita
Updated on 21-Sep-2020 27K+ Views

Carrier Sense Multiple Access (CSMA) is a network protocol for carriertransmission that operates in the Medium Access Control (MAC) layer. It senses or listens whether the shared channel for transmission is busy or not, and transmits if the channel is not busy. Using CMSA protocols, more than one users or nodes send and receive data through a shared medium that may be a single cable or optical fiber connecting multiple nodes, or a portion of the wireless spectrum.Working PrincipleWhen a station has frames to transmit, it attempts to detect presence of the carrier signal from the other nodes connected to ...

Read More

Why are the keys on the keyboard not arranged in alphabetical order?

Dev Kumar
Dev Kumar
Updated on 26-Jun-2020 4K+ Views

The arrangement of keys in a typing keypad that we have today is nearly a century and half old. Initially, in the olden days the typewriter machines did have the keys arranged alphabetically but because the machines were too slow in comparison to the speed at which users learned to master them, it presented a different problem.Swift UsersThe users turned out to be way faster than the machines and this resulted in the mechanical character arms getting jumbled up all over. Therefore, the makers of typewriters in response to customer experience and feedback designed a completely new keyboard where the ...

Read More

How to Convert Hexadecimal to Decimal?

Ankith Reddy
Ankith Reddy
Updated on 26-Jun-2020 18K+ Views

Whereas Hexadecimal number is one of the number systems which has value is 16 and it has only 16 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A, B, C, D, E, F. Where A, B, C, D, E and F are single bit representations of decimal value 10, 11, 12, 13, 14 and 15 respectively. Whereas Decimal system is most familiar number system to the general public. It is base 10 which has only 10 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.Conversion from Hexadecimal to Decimal number systemThere are various ...

Read More

Decimal Number System

Chandu yadav
Chandu yadav
Updated on 26-Jun-2020 4K+ Views

Number System represents value of number with respect to its given base. Based on its Base value, a number has unique representation and different number systems have different representation of the same number. For example, Binary, Octal, Decimal and Hexadecimal Number systems are used in microprocessor programming.If the Base value of a number system is 10, then it is called Decimal number system which has most important role in the development of science and technology. This is the weighted (or positional) number representation, where value of each digit is determined by its position (or their weight) in a number. This ...

Read More

Hexadecimal Number System

George John
George John
Updated on 26-Jun-2020 16K+ Views

Hexadecimal Number System is one the type of Number Representation techniques, in which there value of base is 16. That means there are only 16 symbols or possible digit values, there are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. Where A, B, C, D, E and F are single bit representations of decimal value 10, 11, 12, 13, 14 and 15 respectively. It requires only 4 bits to represent value of any digit. Hexadecimal numbers are indicated by the addition of either an 0x prefix or an h suffix.Position of every ...

Read More

Binary Number System

Arjun Thakur
Arjun Thakur
Updated on 26-Jun-2020 10K+ Views

Binary Number System is one the type of Number Representation techniques. It is most popular and used in digital systems. Binary system is used for representing binary quantities which can be represented by any device that has only two operating states or possible conditions. For example, a switch has only two states: open or close.In the Binary System, there are only two symbols or possible digit values, i.e., 0 and 1. Represented by any device that only 2 operating states or possible conditions. Binary numbers are indicated by the addition of either an 0b prefix or an 2 suffix.Position of ...

Read More
Showing 341–350 of 353 articles
Advertisements