wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Round 2 - Week5

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

What is programming?

a)

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

b)

Programming is the manual for assembling a computer

c)

Programming is the language used by computers for solving hardware problems

2.

Which is NOT a programming language?

a)

Microsoft

b)

Python

c)

JavaScript

3.

What is a loop?

a)

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

b)

Refers to the intricate weaving of different programming languages.

c)

Mathematical concept applied in graphics programming for creating.

4.

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.

5.

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.

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.

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

8.

What type of coding is Scratch?

a)

Textual

b)

Non-Textual

9.

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.

10.

Which for loop is correct?

a)

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

b)

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

c)

For (x; 5; ++1)

11.

What is a "conditional statement" in programming?

a)

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

b)

Variable that constantly changes its value during program execution.

c)

Programming language reserved keyword.

12.

What kind of programming language is Python?

a)

High Level  & Object Oriented

b)

Low Level & Object Oriented

c)

High Level & Procedural