Concept check: What is recursion?
Choose an option to check your answer.
Recursion solves a problem through smaller self-similar calls and a base case.
Practice GAT Subject Computer Science questions with answers and explanations.
Choose an option to check your answer.
Recursion solves a problem through smaller self-similar calls and a base case.
Choose an option to check your answer.
A byte conventionally contains eight bits.
Choose an option to check your answer.
Decimal 10 equals 8 + 2, giving binary 1010.
Choose an option to check your answer.
A queue removes elements in the order they were inserted.
Choose an option to check your answer.
A stack removes the most recently inserted element first.
Choose an option to check your answer.
An algorithm is an ordered and finite problem-solving procedure.
Choose an option to check your answer.
AND produces true only when both operands are true.
Choose an option to check your answer.
NOT changes true to false and false to true.
Choose an option to check your answer.
A router selects paths and forwards packets between networks.
Choose an option to check your answer.
CPU means Central Processing Unit.
Choose an option to check your answer.
RAM is volatile memory and requires power to retain data.
Choose an option to check your answer.
The processor executes machine instructions encoded in binary.