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
2343 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
2445 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
2345 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
1775 Views

Calculate the file size in bits for a two minute sound recording that has used a sample rate of 1000 Hertz (Hz) and a sample resolution of 5 bits.

First, calculate time in seconds:2 minutes * 60 = 120 secondsFile size (bits) = time (seconds) * sample rate (Hz) * sample resolution (bits)File size = 120 * 1000 * 5 bit...

JG
Answered by James G. Computing tutor
4296 Views

We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning