Explain the functions of the cu and alu in the cpu of a computer.
Answer / Ashok Kumar Yadav
Control Unit (CU) and Arithmetic Logic Unit (ALU) are essential components of the CPU. The CU interprets program instructions, fetches operands from memory, and controls the flow of data between different parts of the CPU. ALU performs arithmetic and logic operations such as addition, subtraction, multiplication, division, and comparison based on the instruction received from the Control Unit.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to escape from external fragmentation?
Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started?
What do you understand by registers?
What do you mean by parallel processing?
What do you mean by a semaphore?
Tell me what has triggered the need for multitasking in pcs?
List out some reasons for process termination.
What are counting semaphores?
Can a 64 bit run a 32bit program?
Why do we need threads?
what are LRU, LFU in the OS concepts? How they are useful in the scheduling?
What resources are used when a thread created? How do they differ from those when a process is created?