EXAM SCRIPT 2026 QUESTIONS WITH
SOLUTIONS GRADED A+
◉list. Answer: stores multiple items under one variable name and
uses an index to number and access them
◉concatenate. Answer: Putting two strings together to make a new
string
◉operator. Answer: Symbols like +,-,*,/ used for addition,
subtraction, multiplication, division
◉variable. Answer: names a memory location to hold different
values in your program
◉index. Answer: the number or position of an element in the list
◉string. Answer: A sequence of characters that can be stored in a
variable or list
, ◉algorithm. Answer: step-by-step procedures for solving a
particular problem
◉abstraction. Answer: provides a general way to access a collection
of data
◉expression. Answer: involves values, variables, and operators for
example (a+b)/2
◉pixel. Answer: short for a picture element, a single point in a
graphic image
◉data type. Answer: for example number, string, boolean, or list
◉pseudocode. Answer: A blend of English and code used to write
down an algorithm for a program
◉debugging. Answer: The process of removing errors from
computer hardware or software
◉modeling. Answer: process of representing a real-world object of
phenomenon as a set of mathematical equations
◉boolean. Answer: A single value of either TRUE or FALSE