COMPREHENSIVE EXAMINATION TEST
2026 COMPLETE QUESTIONS AND
CORRECT ANSWERS
◉event handler. Answer: A block of code that reacts to an event like
a button click.
◉char. Answer: data type that stores a single character
◉algorithm. Answer: A precise sequence of instructions for
processes that can be executed by a computer
◉binary. Answer: The binary number system is base 2, using only
bits 0 and 1.
◉bit. Answer: A contraction of "Binary Digit". A bit is the single unit
of information in a computer, typically represented as a 0 or 1.
◉byte. Answer: A group of eight bits.