wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

coding quiz

Total questions: 20

Worksheet time: 2hrs 50mins

Name
Class
Date
1.
True or False: HTML is a coding language used to create web pages.
a)
True
b)
False
2.
True or False: A web browser translates text-based HTML into a graphical web page.
a)
True
b)
False
3.
Which of the following tags is used to insert a blank line?
a)
<br>
b)
<h1>
c)
<hr>
d)
<p>
4.
Images in your webpage may have the following extensions except
a)
.png
b)
.gif
c)
.jpg
d)
.psd
5.

What is the "language" of computer programming?

a)

Spanish

b)

English

c)

Code

d)

Latin

6.
What is an algorithm that has been coded into something that can be run by a machine?
a)
Algorithm
b)
Program
c)
Bug
d)
Code
7.
A program is 
a)
a show on TV.
b)
an algorithm that has been coded into something that can be run by a machine.
c)
a professional graham cracker.
d)
part of a smore.
8.
The action of doing things over and over again.
a)
loop
b)
program
c)
variable
d)
conditionals
9.
What electronic component is shown here?
a)
Fixed Resistor
b)
LED Light emitting diode
c)
Solderless Breadboard
d)
None of the above
10.
What electronic component is shown here?
a)
Arduino Microprocessor
b)
LED 
c)
Solderless Breadboard
d)
Jump Wire
11.

A condition is

a)

a statement that is either True or False

b)

a string

c)

an integer

d)

a list

12.

Code that makes the sprite create the same movements over and over again is called:

a)

Variable

b)

Conditional

c)

Loop

13.

Which of these would create a loop?

a)
b)
c)
14.

What is the essential part of finishing a line of code

a)

:

b)

'

c)

()

d)

;

15.
A field of science in which people use the power of computers to solve big problems.
a)
command
b)
computer science
c)
code
d)
program
16.

which language does Arduino use?

a)

Sketch c++

b)

html

c)

c++

d)

python

17.

What is the extension of Arduino program

a)

.c

b)

.java

c)

.ino

d)

html

18.

How many type of loops are there in Sketch C++

a)

1

b)

2

c)

3

d)

4

19.

Which language is Minecraft written in ?(latest edition)

a)

C++

b)

C

c)

Java

d)

html

20.

Choose the different types of conditional statements.

a)

If..then..else

b)

If..then..elseif..else

c)

if..then