Top answers


What is the denary representation of the binary number 10110110?

182
GB
Answered by George B. Computing tutor
4863 Views

When data is transmitted over long distances, latency can become an issue. Explain what latency is.

Latency is the time delay between something being initiated and the moment it's first effect begins
GB
Answered by George B. Computing tutor
3473 Views

Some problems are intractable. What does it mean for a problem to be described as intractable?

An intractable problem is a problem that is solvable, but not in polynomial time or less. Such problems cannot be solved in time considered to be reasonable (i.e. not solvable quick enough to be 'useful').
HB
Answered by Henry B. Computing tutor
7781 Views

Explain how the even parity system works when transmitting ASCII codes. Include a description of the roles of the sending device and the receiving device during transmission.

The sender's role is to add the parity bit . ASCII characters are represented using a 7-bit binary string. A parity bit is added to the beginning of the binary string (i.e. at the most significant bit, or MS...
HB
Answered by Henry B. Computing tutor
26555 Views

What is the denary equivalent of the hexadecimal number A7?

Let's start by looking at the denary (i.e. base 10) number system. In base 10, you have a column for each digit in a number. For example, with the number 5,867 you have a 5 in the 1,000' s column, an 8 in th...
HB
Answered by Henry B. Computing tutor
27320 Views