Font size
WorksheetsBhubCES_Test
Total questions: 70
Worksheet time: 37mins
What will happen when the green flag is clicked?
Add a new sprite
Make the character spin
Move the character 15 steps
Nothing
Which block is a variable?
If Touching Colour
Change level by 1
Forever
Go to x: -212 y: -156
Which block is iteration?
Forever
if Touching Colour
Change level by 1
Go to x: -212 y: -156
What name is given to a set of instructions for carrying out a task?
Logarithm
Algorithm
Algorism
Polyrythm
What type of block is this?
Iteration
Sequence
Selection
Variable
What type of block is this?
Iteration
Variable
Sequence
Selection
If I want to move my goody to the right, which set of blocks would I need?
What shape will this code draw?
Circle
Square
Triangle
Rectangle
What does HTML stand for?
Hyperlink Text Making Language
Hyper Text Markup Language
How The Media Loads
Hyperlinks, Text, and Media Language
Which is the correct order for these list tags?
<li>
<ul> </ul>
</li>
<ul>
</ul> <li>
</li>
<ul>
<li> </ul>
</li>
<ul>
<li> </li>
</ul>
Which section of a web page does the content go into?
HTML
Head
Body
Style
What does the <title> tag do?
Makes the text bold like a page title
Adds a heading to the page with the text in it
Displays the title of the page in the browser tab
Allows you to save the file as a web page
What is the difference between a <h1> and a <h3> tag?
<h1> is bigger than <h3>
<h3> is bigger than <h1>
<h1> cannot be used for titles
<h3> cannot be used for titles
How do you add a blank line to a web page?
<hr>
<blank>
<br>
<break>
In a <table>, what does the <td> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
What does <hr> do?
Adds a horizontal line across the page
Adds the current time in hours to the page
It is a placeholder for blank content
It adds a heading to the page
What goes in the <head> section?
A brain
the title
hair
the body
What is the correct HTML for creating a hyperlink?
<a href="http://www.w3schools.com">W3Schools</a>
<a url="http://www.w3schools.com">W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a name="http://www.w3schools.com">W3Schools.com</a>
Which of the following is the correct HTML syntax for inserting an image
<img>apple.jpg</img>
<img src="apple.jpg">
<image src="apple.jpg">
<img ="apple.jpg">
How many HTML elements are in this example?
3
5
7
6
Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"
Tim Berners-Lee
Tim Cook
Tim Sweeney
What language is used to add style to a webpage?
HTML
CSS
JavaScript
French
What language is used to define the structure of a webpage?
HTML
CSS
JavaScript
French
Which is correct CSS syntax?
{body; colour = black;}
body: colour = black
body {
colour : black;}
{body colour is black}
What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )
What does CSS stand for?
Cascading style sheets
Certain Sumer stand
Color selctor stand
Cascading style selctor
A program in HTML can be rendered and read by
A. Web browser
B. Server
C. Interpreter
D. None of the above
Which tag is an end tag?
<body>
</body>
<p>
<img>
The blue is called an _____________
Declaration
Selector
Property
Value
Identify the CSS code use to create this border.
p {border: 5px solid pink;
border-radius:25px; }
p {border: 5px double pink;
border-radius:25px; }
p {border: 5px solid pink; }
p {border: 5px dotted pink;
border-radius:25px; }
How can you open a link in a new browser window?
<a href="url" new>
<a href="url" target="new">
<a href="url" target="_blank">
<a href="url" target="">
Why doesn't the second rule work?
Missing bracket
Spelling error
Wrong selector
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
Which of these will increase the value of the variable X?
increment (x)
x++;
x=x;
x+1;
His name is Fred and he is less than 16 years old
if (name = "fred" && age < 16 )
if (name === "fred" && age < 16 )
if (name = "fred" || age < 16 )
if (name === "fred" || age < 16 )
What is a variable
Store values in containers so we can use them later.
Store values in containers so we can use them never.
Store values in containers so we can use them once.
Store values in containers so we can't use them later.
What would alert(6 + '2') show?
8
62
6+'2'
6'2'
Look at the following code:
let attendees = 568;
attendees++
document.write(attendees)
What will print to the browser?
568
570
569
An error message
Look at the following code:
let total_price = 40;
total_price--
--total_price
document.write(total_price)
What will print to the browser?
39
40
38
42
Read the code below:
alert(true || false);
What would the output be?
True
False
Read the code below:
alert(false && true);
What would the output be?
True
False
Read the code below:
alert(!false);
What would the output be?
True
False
Look at this code. What is name called in Python?
function
variable
name
answer
There is a mistake on line 1 of this program. Write the instructions with the corrections.
Be careful with spaces when writing your answer or the quiz will not recognise your answer!
(a)
What symbol is used for multiplication in Python coding?
x
+
#
*
if you type print("4"+"9") what result would you get
49
13
error
0
Which operator checks if a value is equal to another value?
+
=
==
!=
Select correct input devices
Keyboard
Mouse
WebCam
LCD
Website is hosted on ______
Webpage
Web browser
Webserver
Weburl
The Home Page is the first page of the website, which usually tells visitors what the site is about.
True
FALSE
WWW stands for
World Wide Web
World Wide Webdesign
World Wider Web
None
What am I?
Desktop PC
Smart phone
Laptop
Mainframe computer/server
What is the device shown in the picture?
A keyboard
A monitor
A mouse
A printer
What's the tech term for this nifty gadget?
memory stick
folder
mouse
router
What is this type of computer?
Desktop
Laptop
Tablet
Games Console
