Top answers


Convert -58 into 8bit twos compliment binary

-128 64 32 16 8 4 2 1 1 1 0 0 0 1 1 0 Therefore 11000110
HB
Answered by Hamish B. Computing tutor
3077 Views

Within the systems life cycle, describe what events might take place in the Analysis stage.

The analysis stage of the systems life cycle is the stage in which a specification for a new system is created. In order to create this specification a range of sources may be considered including a question...
LP
Answered by Liam P. Computing tutor
2695 Views

What is the difference between data and information?

Information is data that has been processed. So, it is data with a meaning.
MT
Answered by Marjola T. Computing tutor
2929 Views

How would you convert the Binary number 01001101 into both Hexadecimal and Decimal?

Into Decimal (Base 10): Write the values for each bit above the number to be converted (128, 64, 32, 16, 8, 4, 2, 1). For each bit in the number to be converted, if it is a 1, circle the value that you wrote...
GM
Answered by George M. Computing tutor
13591 Views

What is the use of a web-server on the internet?

A webserver is a computer that has been set up to listen for incoming requests from a client, find appropriate data for that request and return a response to that client. This is similar to a 'chatbot' on Fa...
JP
Answered by Jack P. Computing tutor
2991 Views