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
10754 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
2191 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
2604 Views

What is data validation and data verification?

Data Validation Data validation is the process of comparing data with a set of rules to find out if data is reasonable. There are many types of data validation such as: -Format check: Checks data is in the r...
CO
Answered by Carlota O. Computing tutor
35890 Views

Explain the difference between the cache memory and the buffer.

The cache memory aims to reduce the memory access time and thus increase your computer speed by storing frequently accessed data. A buffer, such as a printing buffer, is just a temporary memory storage that ...
CF
Answered by Cesar F. Computing tutor
9427 Views