wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MLP - ICTAK Skill Quiz - Coding Skills

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Transfer Markup Language

b)

Hyper Text Markup Language

c)

High-level Text Markup Language

d)

Hyperlinks and Text Markup Language

2.

Which programming language is often used for building dynamic web applications?

a)

HTML

b)

Python

c)

JavaScript

d)

Java

3.

In Python, how do you print "Hello, World!" to the console?

a)

print "Hello, World!"

b)

console.log("Hello, World!")

c)

System.out.println("Hello, World!"

d)

print("Hello, World!"

4.

What is the result of the following expression in JavaScript: 3 + "2"?

a)

5

b)

32

c)

6

d)

'32'

5.

Which data type in Python is used to store a sequence of elements?

a)

'string'.

b)

'tuple'.

c)

'dictionary'.

d)

'list'.

6.

In programming, what is a loop used for?

a)
A loop is used to change the color of text in a program.
b)
A loop is used to delete code from a program.
c)
A loop is used to repeat a block of code multiple times.
d)
A loop is used to play music in a program.
7.

What is the purpose of a function in programming?

a)

To define a variable

b)

To display a message on the screen

c)

To perform a specific task or set of tasks

d)

To comment on code

8.

Which operator is used for equality comparison in Python?

a)
===
b)
==
c)
!=
d)
<>
9.

Which of the following is NOT a valid data type in most programming languages?

a)
Integer
b)
Boolean
c)
Array
d)

Fraction

10.

What does the term "version control" refer to in software development?

a)

the practice of controlling the speed at which software updates are released

b)

to the process of naming different versions of software after different animals

c)

the management of changes to documents, computer programs, large web sites, and other collections of information.

d)

to the act of controlling the visual appearance of software interfaces