Font size
WorksheetsYear 6 ICT | Progression Test 2
Total questions: 18
Worksheet time: 32mins
Which QBASIC command is used to clear the screen before the program output is displayed?
What is the primary QBASIC statement used to obtain data from the user during the execution of a program?
In a QBASIC IF...THEN...ELSE structure, what is the purpose of the ELSE keyword?
The relational operator for 'greater than or equal to' in QBASIC is.
In QBASIC which operator has a higher precedence
Subtraction(-)
Addition(+)
Multiplication(*)
Division (/)
What does HTML stand for?
Which HTML tag is used to display the largest heading?
<h1>
<h2>
<h3>
<h6>
Which tag is used to create a hyperlink?
<a>
<link>
<href>
<hyper>
What is the correct HTML tag for inserting an image?
<image>
<img>
<pic>
<src>
Which attribute specifies the URL of the page a link goes to?
src
link
href
url
What will be the output of the following codes?
(a)
What will be the output of the codes? And explain why.
Explain shortly, what does the following program do.
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.
What is the title of this web page?
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?
Write a single line of HTML code that displays the text "ICT Progression Test Two" using the smallest available standard heading element.
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.
