Search over 10,000 free study notes
Over a million students use our free study notes to help them with their homework
Top answers
What is meant by the term spooling? Give an example of when it can be used.
Spooling refers to the use of a temporary storage area, a buffer held in memory for a peripheral device to access when it's ready to process the instruction. This is because devices access data at different ...
ZN
Answered by
Zoe N.
•
Computing tutor
9901 Views
What is the range of denary numbers that can be represented using 8-bit two’s complement binary integers?
In the two's complement notation - the first bit is used to display whether a number is positive or negative. This leaves us with 7 bits to work with to signify the magnitude(size of the number). To calculat...
JB
Answered by
Juris B.
•
Computing tutor
17068 Views
When a stack is implemented using a 1-D array, adding a valid item can cause an execution error. Explain why an execution error can occur in this situation.
The key thing to remember here is that an array is a fixed size data structure so any attempt to exceed this size will cause an error during execution e.g. trying to add an item to an already full stack will...
TT
Answered by
Thomas T.
•
Computing tutor
2680 Views
What is the difference between simplex, half duplex and full duplex?
These are different forms of data transfer. Simplex means that data can only travel in one direction between an interface. An example of this would be a keyboard - you type into the computer which is registe...
MM
Answered by
Matthew M.
•
Computing tutor
20899 Views
Project Euler Question 3: What is the largest prime factor of the number 600851475143?
To answer this question you must first fully understand what prime factors are. Any positive integer number can be 'split' down into a product of its prime factors, that is, the number can only be made by mu...
TE
Answered by
Tom E.
•
Computing tutor
4454 Views
←
17
18
19
20
21
→