wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Adventure III Part-4 Flash Card

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What symbol is often used to represent "equal to" in programming?

a)

=

b)

==

c)

===

d)

!=

2.

Which statement about coding is FALSE?

a)

Coding is only for math experts

b)

Coding is a skill that can be learned by anyone

c)

Coding requires advanced computer science knowledge

d)

Coding is only useful for software development

3.

What is a variable in programming?

a)

A container that stores data

b)

A type of programming language

c)

A function that executes code

d)

A method for debugging errors

4.

What is the purpose of comments in code?

a)

To explain what the code does

b)

To make the code run faster

c)

To increase the size of the code

d)

To confuse the reader

5.

Which symbol is commonly used for multiplication in most programming languages?

a)

/

b)

x

c)

*

d)

%

6.

What is an algorithm?

a)

A random guess

b)

A step-by-step set of instructions

c)

A type of computer virus

d)

A programming language

7.

What is a conditional statement in programming?

a)

A statement that tests if something is true or false

b)

A command that executes a loop

c)

A function that returns a value

d)

A variable that stores data

8.

What does the term "debugging" mean in coding?

a)

Finding and fixing errors

b)

Writing new code

c)

Compiling the code

d)

Testing the application

9.

Which of these is a good programming practice?

a)

Writing clear comments

b)

Using complex variable names

c)

Ignoring error messages

d)

Hardcoding values directly

10.

What does "input" mean in programming?

a)

Information provided by the user

b)

Data processed by the computer

c)

Instructions given to the compiler

d)

Output generated by the program

11.

What is the purpose of a function in programming?

a)

To group related code that performs a specific task

b)

To store data permanently

c)

To create user interfaces

d)

To manage memory allocation

12.

What is the primary purpose of a loop in coding?

a)

To repeat a set of instructions

b)

To store data temporarily

c)

To create a user interface

d)

To manage memory allocation

13.

What does GUI stand for?

a)

Graphical User Interface

b)

General User Interface

c)

Graphical Universal Interface

d)

Global User Interface

14.

Which of these is a common type of loop in programming?

a)

While loop

b)

Do-while loop

c)

For loop

d)

Switch loop

15.

Which of these is NOT a common data type in programming?

a)

Integer

b)

String

c)

Picture

d)

Boolean