wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DECI - Week 5 - Time Machine

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which is NOT a programming language?

a)

Microsoft

b)

Python

c)

JavaScript

2.

What is a variable?

a)

A constant value that never changes throughout the program.

b)

Storage location that holds a value and its contents can be changed during the program execution.

c)

Programming language designed specifically for handling numerical calculations.

3.

What type of coding is Scratch?

a)

Textual

b)

Non-Textual

4.

What kind of programming language is Python?

a)

High Level & Object Oriented

b)

Low Level & Object Oriented

c)

High Level & Procedural

5.

What is the primary function of an interpreter in programming?

a)

Translating the entire code at once.

b)

Converting code to binary code.

c)

Translating and executing high-level code line by line

6.

What is the term used to describe the language of zeros and ones that computers understand?

a)

Assembly language

b)

Machine language

c)

High-level language

7.

In Scratch programming, where does the program store its data?

a)

In Scratch, data is retained in a virtual database.

b)

In Scratch, data is cached within a programming construct.

c)

In Scratch, data is encrypted within a digital container.

8.

Which of the following is a type of loop?

a)

Dynamic Loop is a loop that adjusts its iteration count based on runtime conditions.

b)

Graphic Loop is a loop used in graphic design to create repetitive patterns.

c)

Infinite Loop is a loop that repeats indefinitely without an exit condition.

9.

What is a "conditional statement" in programming?

a)

variable that constantly changes its value during program execution.

b)

Programming language reserved keyword.

c)

Programming construct that executes a block of code based on a specified condition.

10.

What is a loop?

a)

Refers to the intricate weaving of different programming languages.

b)

Mathematical concept applied in graphics programming for creating.

c)

Control structure that repeats a group of statements based on a specified condition.

11.

Which for loop is correct?

a)

For (1; x < 5; i--)

b)

For(int i = 0; i < 5; i++)

c)

For(x; 5; ++1)

12.

What is Programming?

a)

Programming is the manual for assembling a computer.

b)

Programming is the language used by computers for solving hardware problems.

c)

Programming is the process of designing and building executable computer code to accomplish specific tasks.