Search over 10,000 free study notes
Over a million students use our free study notes to help them with their homework
Top answers
Define the terms CU and ALU and briefly explain their roles in the CPU.
The two terms are acronyms for "Control Unit" and "Arithmetic and Logic Unit". The ALU handles all arithmetic operations (for example, addition) and all logical operations (for example, c...
JD
Answered by
João D.
•
Computing tutor
10865 Views
What are adventages and disadventages of encryption network security?
Network security focused on encryption are strong in raw computer security - the computers can encrypt data fast enough and the encryption is reliable and difficult to break. However, it has its downfalls - ...
SJ
Answered by
Sara J.
•
Computing tutor
2245 Views
What is encapsulation?
Encapsulation is restricting data and actions to object they are defined in. In other words, no other object can access and modify them directly. In Java encapsulation can be achieved by making an object or ...
SJ
Answered by
Sara J.
•
Computing tutor
2667 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
17174 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
2760 Views
←
32
33
34
35
36
→