Multiple choice

Which of the following is a logical operation that a computer is capable of performing?

  1. Transferring the program from a primary storage unit to a diskette

  2. Accepting a collection of data

  3. Determining if the number 10 is less than the number 8

  4. Adding 6 and 15

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Logical operations involve comparisons and decision-making based on conditions. Determining if one number is less than another (10 < 8) is a comparison operation, which is logical. Options A and B are data transfer operations, while D (adding 6 and 15) is an arithmetic operation, not logical.