Top answers


What is batch processing?

Batch processing is when a series of jobs are exectued without any human interfering. This means that in batch processing, all necessary information is collected first and given to the processor as the input...
SG
4846 Views

What is the denary representation of the binary number 10110110?

182
GB
Answered by George B. Computing tutor
4814 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
3414 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
7657 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
26374 Views