WorksheetsDECI - Week 5 - Time Machine
Total questions: 12
Worksheet time: 6mins
Which is NOT a programming language?
Microsoft
Python
JavaScript
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.
What type of coding is Scratch?
Textual
Non-Textual
What kind of programming language is Python?
High Level & Object Oriented
Low Level & Object Oriented
High Level & Procedural
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 is the term used to describe the language of zeros and ones that computers understand?
Assembly language
Machine language
High-level language
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 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 a "conditional statement" in programming?
variable that constantly changes its value during program execution.
Programming language reserved keyword.
Programming construct that executes a block of code based on a specified condition.
What is a loop?
Refers to the intricate weaving of different programming languages.
Mathematical concept applied in graphics programming for creating.
Control structure that repeats a group of statements based on a specified condition.
Which for loop is correct?
For (1; x < 5; i--)
For(int i = 0; i < 5; i++)
For(x; 5; ++1)
What is Programming?
Programming is the manual for assembling a computer.
Programming is the language used by computers for solving hardware problems.
Programming is the process of designing and building executable computer code to accomplish specific tasks.
