CERTIFICATION TEST 2026 QUESTIONS AND
VERIFIED ANSWERS ALREADY PASSED
◉ block.
Answer:
◉ character.
Answer: storing character, strictly speaking only integer types
◉ cin.
Answer: input
◉ comment.
Answer: help explain
◉ Compiler.
Answer: translates source code into executable code
◉ cout.
Answer: output
, ◉ debugger.
Answer: a programming utility that helps programmers test and
correct a computer program
◉ do-while loop.
Answer: post-test loop, expression is tested after each iteration
◉ elements.
Answer: common to programming languages
◉ end1.
Answer: a stream manipulator that can be used to advance the
cursor to the next line on the computer screen
◉ EOF.
Answer: return true(nonzero) if eofbit flag is set, otherwise return
false.
◉ escape sequence.
Answer: An escape character, \, followed by one or more printable
characters used to designate a nonprintable character.