Top answers


What is an operating system.

An operating system is a system software found within a computer system which ensures that the computer peripherals and softwares installed onto the system are functioning properly. The operating acts as a s...
AA
Answered by Awais A. Computing tutor
2839 Views

Explain the difference between lossless and lossy data compression techniques.

as the name implies , a lossless compression technique is designed so that the original file exactly as it was . maximum comparisson possible is about 50% . lossless algorithms use some sort of replacing tec...
NP
Answered by Nikolas P. Computing tutor
6117 Views

Convert the following binary number into hexadecimal : 10111000

To convert a binary number into hexadecimal we first break the binary number into substrings of 4 binary numbers , in this case our binary number becomes 1011 | 1000 We then recall that hexadecimal numbers r...
NP
Answered by Nikolas P. Computing tutor
3357 Views

Outline the differences between how a compiler and an interpreter works, and explain the advantages and usage of of each [12 marks]

Compilers work by translating all the program code into source code (machine code) first, which is then ran by the computer. Alternatively, an interpreter works by reading and translating each line of code a...
RP
Answered by Russell P. Computing tutor
6197 Views

What is the difference between a compiler and an interpreter?

Both compilers and interpreters are used to translate high level programming languages to machine code. Compilers do this by converting all of the high level code into machine code before running the program...
JP
Answered by Joel P. Computing tutor
11458 Views