wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 6 ICT | Progression Test 2

Total questions: 18

Worksheet time: 32mins

Name
Class
Date
1.

Which QBASIC command is used to clear the screen before the program output is displayed?

a)
CLEAR
b)
RESET
c)
CLS
d)
ERASE
2.

What is the primary QBASIC statement used to obtain data from the user during the execution of a program?

a)
RECEIVE
b)
INPUT
c)
FETCH
d)
GET
3.


In a QBASIC IF...THEN...ELSE structure, what is the purpose of the ELSE keyword?

a)
The ELSE keyword is used to repeat the IF condition.
b)
The ELSE keyword terminates the IF statement immediately.
c)
The ELSE keyword defines a new variable in the scope.
d)
The ELSE keyword allows for an alternative action when the IF condition is false.
4.

The relational operator for 'greater than or equal to' in QBASIC is.

a)
>
b)
>=
c)
<=
d)
=>
5.

In QBASIC which operator has a higher precedence

a)

Subtraction(-)

b)

Addition(+)

c)

Multiplication(*)

d)

Division (/)

6.

What does HTML stand for?

a)
HyperText Markup Language
b)
HyperText Markup Code
c)
HighText Markup Language
d)
HyperText Markup List
7.

Which HTML tag is used to display the largest heading?

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h6>

8.

Which tag is used to create a hyperlink?

a)

<a>

b)

<link>

c)

<href>

d)

<hyper>

9.

What is the correct HTML tag for inserting an image?

a)

<image>

b)

<img>

c)

<pic>

d)

<src>

10.

Which attribute specifies the URL of the page a link goes to?

a)

src

b)

link

c)

href

d)

url

11.

What will be the output of the following codes?

(a)  

12.

What will be the output of the codes? And explain why.

4 lines
13.

Explain shortly, what does the following program do.

4 lines
14.

Israel is writing a QBASIC program to calculate a user's age. The user will input the current year and the year he or she was born. Then, the program will display the user's age. Israel made a mistake in the code. Identify the line with the mistake and correct it.

4 lines
15.

What is the title of this web page?

4 lines
16.

Based on the code snippet provided, what is the exact text a user will see on the webpage, and what action will occur when the user clicks on that text?

4 lines
17.

Write a single line of HTML code that displays the text "ICT Progression Test Two" using the smallest available standard heading element.

4 lines
18.

Write an HTML code that displays the following paragraph using the correct paragraph tags:

This is our first progression test that is done online. It covers two important topics, which are QBASIC and HTML, allowing students to demonstrate their understanding of basic programming concepts and web design skills.

4 lines