Top answers

All subjects
All levels

How is memory used in a computer system?

Memory is most computers that use the Von Neuman architecture is used to store program instructions and data. When any program or process is doing something inside a computer the computer used RAM (random...

Answered by Computing tutor
2006 Views

How do I convert decimal to binary?

There are 2 ways I know to convert decimal to binary, the first way I learnt to use is done by removing the highest power of 2 from the decimal value we have. Lets take 154 as an example. The powers of 2 ...

Answered by Computing tutor
2091 Views

Write the number 195 in binary

Binary is base 2, which means that all binary numbers are represented as sequences of 0's and 1'sEach time you to add a zero to the end of a binary number, you multiply it by 2E.g. 1 = 20 = 1, ...

Answered by Computing tutor
1956 Views

What is the difference between RAM & ROM and the ways they are used within a computer system?

In a computer system, RAM is used to temporarily hold programs & data while they are required by the CPU. Storing them in RAM, due to its rapid access times and close proximity to the CPU, means its c...

Answered by Sam P. Computing tutor
2656 Views

Simplify the boolean expression ¬(A.B)+A.

¬(A.B)+A -- given in question. =(¬A+¬B)+A -- using De Morgan's Law. =¬A+¬B+A -- can remove the brackets. =1+¬B -- using identity ¬A+A = 1.=1 -- using identity 1 + anything = 1.

Answered by Computing tutor
1569 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences