Top answers


What is the purpose of RAM in a computer?

RAM (Random Access Memory) is a form of memory which is used to save data about programs that are currently open. RAM is much faster than a HDD or SSD, and so the CPU has to spend less time in the "fetc...
JG
Answered by Jack G. Computing tutor
39313 Views

Describe how sensors and microprocessors are used to maintain certain conditions.

Information from the sensors is sent to the microprocessor. The ADC (analogue to digital converter) converts the analogue data into digital form. The microprocessor compares this digital data with stored dat...
YO
Answered by Yassin O. Computing tutor
18732 Views

Outline three differences between RAM and ROM

RAM is faster, primary memory, whereas ROM is secondary memoryRAM is volatile, whereas ROM is non-volatile, which is why ROM stores necessary information like the boot-up sequence.RAM stores applications cur...
CO
4340 Views

In terms of programming software, what is a translator? Describe the differences between the following three translators: assembler, compiler, interpreter.

A translator is used to convert high-level code into machine code. This is a set of instructions that can be directly executed by the computer's central processing unit (CPU). An assembler translates assembl...
JL
Answered by Joanna L. Computing tutor
6860 Views

Convert 00110001 to Decimal

Ans = 49To solve:Use the binary place valuesWrite each digit of the binary number under each place valueAdd every place value with a '1'This give the answer
MM
Answered by Max M. Computing tutor
4208 Views