Computer Science
Arithmetic Logic Unit and Control Unit of a computer together are known as …………… .
- Central Processing Unit
- Memory Unit
- I/O Unit
- Operating Unit
Computer System
1 Like
Answer
Central Processing Unit
Reason — Arithmetic and logic unit along with control unit of a computer, combined into a single unit, is known as central processing unit.
Answered By
2 Likes
Related Questions
…………… is logically equivalent to an inverted XOR gate.
- AND
- XNOR
- OR
- NOR
The smallest individual unit in a program is known as …………… .
- Digits
- Tokens
- Literals
- Units
Which of the following is an invalid data type in Python?
- Sets
- Real
- Integer
- None of these
What will be the output of the following code?
import math x = 100 print(x>0 and math.sqrt(x))
- True
- 1
- 10
- 10.0