Top answers


Which are the parts of a compuer?

Hard drive output devices such as printer, screen processor CD/DVD driver input devices such as keyboard, mouse
PQ
Answered by Pablo Q. Computing tutor
2332 Views

What is 55 using 8-bit unsigned binary?

Answer: 00110111 Thinking: Two possible ways of answering this question expected for A Level and even at GCSE, let's start with the most common. - Method one - consider the column headers for binary numbers....
JC
Answered by Joseph C. Computing tutor
22077 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
3399 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
7621 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
26328 Views