A machine rearranges a sequence of numbers based on the input rule: ‘Alternate numbers are halved and the rest are doubled’. If the input sequence is 4, 8, 12, 16, 20, what is the output sequence?
MCQ Subject: Input Output & Machine Input
-
Machine Y processes numbers by first grouping them into ‘A’ (numbers ≤…
Machine Y processes numbers by first grouping them into ‘A’ (numbers ≤ 5) and ‘B’ (numbers > 5). It then outputs the sum of B followed by the product of A. Given Input: 2, 9, 4, 7 → Output:
-
A robot is placed at the origin (0,0) facing North. It follows…
A robot is placed at the origin (0,0) facing North. It follows these instructions in sequence: Move 5 units forward, turn 90 degrees right, move 3 units forward, turn 90 degrees left, move 2 units forward. Where is the robot finally located?
-
In a Machine Input scenario for Input-Output, you have 5 items: A,…
In a Machine Input scenario for Input-Output, you have 5 items: A, B, C, D, E. The rules are: A must come before B, C must come before D, and E must be last. If the initial input is E, A, C, B, D and the machine rearranges them according to the rules, what is the final output?
-
A machine can process 5 inputs in a sequence. If 3 inputs…
A machine can process 5 inputs in a sequence. If 3 inputs are identical of Type A and 2 are distinct (Type B and Type C), how many unique sequences can be generated?
-
A librarian needs to input 5000 book records into the library’s database.…
A librarian needs to input 5000 book records into the library’s database. Which input method would be most efficient for this task?
-
A machine takes 8 hours to process 1000 units of data with…
A machine takes 8 hours to process 1000 units of data with 2 processing units. Assuming perfect parallel processing and no bottlenecks, how long would it take to process the same data with 4 processing units?
-
A computer program processes input data through four sequential steps: (1) Multiply…
A computer program processes input data through four sequential steps: (1) Multiply by 2, (2) Add 5, (3) Subtract 3, (4) Divide by 4. If the input is 10, what is the final output?
-
Which machine input device is typically used in libraries and retail stores…
Which machine input device is typically used in libraries and retail stores to quickly read and enter product or book information encoded in a series of parallel lines?
-
A machine processes a sequence of numbers as follows: Input: 1, 2,…
A machine processes a sequence of numbers as follows: Input: 1, 2, 3, 4, 5; Output: 1, 4, 9, 16, 25. If the input is 6, 7, 8, 9, 10, what will be the output?