NEW
Font size
WorksheetsRound 2 - Week5
Total questions: 12
Worksheet time: 7mins
What is programming?
Programming is the process of designing and building executable computer code to accomplish specific tasks
Programming is the manual for assembling a computer
Programming is the language used by computers for solving hardware problems
Which is NOT a programming language?
Microsoft
Python
JavaScript
What is a loop?
Control structure that repeats a group of statements based on a specified condition.
Refers to the intricate weaving of different programming languages.
Mathematical concept applied in graphics programming for creating.
What is a variable?
A constant value that never changes throughout the program.
Storage location that holds a value and its contents can be changed during the program execution.
Programming language designed specifically for handling numerical calculations.
Which of the following is a type of loop?
Dynamic Loop is a loop that adjusts its iteration count based on runtime conditions.
Graphic Loop is a loop used in graphic design to create repetitive patterns.
Infinite Loop is a loop that repeats indefinitely without an exit condition.
What is the term used to describe the language of zeros and ones that computers understand?
Assembly language
Machine language
High-level language.
What is the primary function of an interpreter in programming?
Translating the entire code at once.
Converting code to binary code.
Translating and executing high-level code line by line
What type of coding is Scratch?
Textual
Non-Textual
In Scratch programming, where does the program store its data?
In Scratch, data is retained in a virtual database.
In Scratch, data is cached within a programming construct.
In Scratch, data is encrypted within a digital container.
Which for loop is correct?
For (1; x < 5; i--)
For (int i = 0; i < 5; i++)
For (x; 5; ++1)
What is a "conditional statement" in programming?
Programming construct that executes a block of code based on a specified condition.
Variable that constantly changes its value during program execution.
Programming language reserved keyword.
What kind of programming language is Python?
High Level & Object Oriented
Low Level & Object Oriented
High Level & Procedural
