Questions 2024/2025 Exam Questions
Marking Scheme New Update | A+ Rated
The robotics team has created a solid design that can physically accomplish all
of their tasks for competition. Now they must create the program that will
control the robot. The code could be massive, and be difficult for them to write
and for the computer to execute. They decide to break problems into smaller,
logical problems to make them easier to execute. Which type of programming is
this? - 🧠ANSWER ✔✔Structured
The set of rules that must be followed when writing program instructions for a
specific programming language is called: - 🧠ANSWER ✔✔syntax.
Mario has begun learning a programming language. He thought that he would
write the code in plain English. However, programming languages require that
he learn and follow a special set of rules referred to as: - 🧠ANSWER ✔✔syntax.
Julia has an idea. She wants to use a computer to create a list of daily "to-do"
suggestions based on the previous activity on her calendar. To create this, she
Page 1 of 28
COPYRIGHT©JOSHCLAY 2025/2026. YEAR PUBLISHED 2025. COMPANY REGISTRATION NUMBER:
619652435. TERMS OF USE. PRIVACY STATEMENT. ALL RIGHTS RESERVED
,needs to develop a set of instructions to tell the computer what to-do to
accomplish this task. This is known as: - 🧠ANSWER ✔✔a computer program.
A set of instructions that tells a computer what to do to accomplish a particular
task is called: - 🧠ANSWER ✔✔a computer program.
Charles is stuck. He knows that computers use zeros and ones in a sequence to
represent data, but he cannot remember the name of this term. His teacher
reminds him that it is referred to as: - 🧠ANSWER ✔✔binary.
Computers organize the zeros and ones that represent an instruction into a
series of eight pieces. This series of eight ones or zeros is known as: - 🧠ANSWER
✔✔a byte.
Basic mathematics taught in elementary school is a base 10 number system
(which makes it easy if you are using your fingers). Computers use a different
number system, known as: - 🧠ANSWER ✔✔base 2
Rosie has created a computer program, tested it and made revisions. To grade
it, her professor runs it and watches the code. What is it called when the
computer performs the instructions contained in the program? - 🧠ANSWER
✔✔Executing
Page 2 of 28
COPYRIGHT©JOSHCLAY 2025/2026. YEAR PUBLISHED 2025. COMPANY REGISTRATION NUMBER:
619652435. TERMS OF USE. PRIVACY STATEMENT. ALL RIGHTS RESERVED
, Olivia thinks that her first program code is quite good and that it will run well.
She is surprised to learn that the computer, however, is not able to understand
the language her code is written in, without first translating it. What is the only
language that a computer can understand without needing to be translated? -
🧠ANSWER ✔✔Machine language
Haruto is a high school student who has never taken a programming course. He
wants a programming language that is easy to learn, that contains English words
and phrases, as well as easily recognized symbols. The counselor recommends a
Javascript course. What type of programming language is this? - 🧠ANSWER
✔✔High-level language
Anne decides to learn Javascript. This language translates a number of program
instructions, waits for the computer to execute them and then translates the
next series until the program is fully executed. To do this, it must use a(n): -
🧠ANSWER ✔✔interpreter
Ravi is programming in C++. This type of language is translated entirely into
machine language before use. What type of language is Ravi programming in? -
🧠ANSWER ✔✔Compiled
Page 3 of 28
COPYRIGHT©JOSHCLAY 2025/2026. YEAR PUBLISHED 2025. COMPANY REGISTRATION NUMBER:
619652435. TERMS OF USE. PRIVACY STATEMENT. ALL RIGHTS RESERVED