wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BhubCES_Test

Total questions: 70

Worksheet time: 37mins

Name
Class
Date
1.
According to the image, when you click on the green flag, this sprite will....
a)
Show and when the backdrop changes, it will hide and say "Hi!"
b)
Hide and when the backdrop changes, it will show and say "Hello!"
c)
Show and when the backdrop changes, it will  change the backdrop again
d)
hide and show the Tittle
2.

What will happen when the green flag is clicked?

a)

Add a new sprite

b)

Make the character spin

c)

Move the character 15 steps

d)

Nothing

3.
The Scratch logo contains a....
a)
Koala
b)
Cat
c)
Lion
d)
Dog
4.

Which block is a variable?

a)

If Touching Colour

b)

Change level by 1

c)

Forever

d)

Go to x: -212 y: -156

5.

Which block is iteration?

a)

Forever

b)

if Touching Colour

c)

Change level by 1

d)

Go to x: -212 y: -156

6.

What name is given to a set of instructions for carrying out a task?

a)

Logarithm

b)

Algorithm

c)

Algorism

d)

Polyrythm

7.

What type of block is this?

a)

Iteration

b)

Sequence

c)

Selection

d)

Variable

8.

What type of block is this?

a)

Iteration

b)

Variable

c)

Sequence

d)

Selection

9.

If I want to move my goody to the right, which set of blocks would I need?

a)
b)
c)
d)
10.

What shape will this code draw?

a)

Circle

b)

Square

c)

Triangle

d)

Rectangle

11.

What does HTML stand for?

a)

Hyperlink Text Making Language

b)

Hyper Text Markup Language

c)

How The Media Loads

d)

Hyperlinks, Text, and Media Language

12.

Which is the correct order for these list tags?

a)

<li>

<ul> </ul>

</li>

b)

<ul>

</ul> <li>

</li>

c)

<ul>

<li> </ul>

</li>

d)

<ul>

<li> </li>

</ul>

13.

Which section of a web page does the content go into?

a)

HTML

b)

Head

c)

Body

d)

Style

14.

What does the <title> tag do?

a)

Makes the text bold like a page title

b)

Adds a heading to the page with the text in it

c)

Displays the title of the page in the browser tab

d)

Allows you to save the file as a web page

15.

What is the difference between a <h1> and a <h3> tag?

a)

<h1> is bigger than <h3>

b)

<h3> is bigger than <h1>

c)

<h1> cannot be used for titles

d)

<h3> cannot be used for titles

16.

How do you add a blank line to a web page?

a)

<hr>

b)

<blank>

c)

<br>

d)

<break>

17.

In a <table>, what does the <td> tag do?

a)

it defines the table row

b)

It displays the data for that cell on screen

c)

It doesn't do anything

d)

Makes the data in that cell bold like a heading

18.

What does <hr> do?

a)

Adds a horizontal line across the page

b)

Adds the current time in hours to the page

c)

It is a placeholder for blank content

d)

It adds a heading to the page

19.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

20.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
21.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
22.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
23.

What is the correct HTML for creating a hyperlink?

a)

<a href="http://www.w3schools.com">W3Schools</a>

b)

<a url="http://www.w3schools.com">W3Schools.com</a>

c)

<a>http://www.w3schools.com</a>

d)

<a name="http://www.w3schools.com">W3Schools.com</a>

24.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
25.
Which is the correct HTML element for underlining text?
a)
<ul>
b)
<uline>
c)
<u>
d)
<under>
26.

Which of the following is the correct HTML syntax for inserting an image

a)

<img>apple.jpg</img>

b)

<img src="apple.jpg">

c)

<image src="apple.jpg">

d)

<img ="apple.jpg">

27.

How many HTML elements are in this example?

a)

3

b)

5

c)

7

d)

6

28.

Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"

a)

Tim Berners-Lee

b)

Tim Cook

c)

Tim Sweeney

29.

What language is used to add style to a webpage?

a)

HTML

b)

CSS

c)

JavaScript

d)

French

30.

What language is used to define the structure of a webpage?

a)

HTML

b)

CSS

c)

JavaScript

d)

French

31.

Which is correct CSS syntax?

a)

{body; colour = black;}

b)

body: colour = black

c)

body {

colour : black;}

d)

{body colour is black}

32.

What symbols go around the properties for each CSS selector?

a)

< >

b)

[ ]

c)

{ }

d)

( )

33.

What does CSS stand for?

a)

Cascading style sheets

b)

Certain Sumer stand

c)

Color selctor stand

d)

Cascading style selctor

34.

A program in HTML can be rendered and read by

a)

A. Web browser

b)

B. Server

c)

C. Interpreter

d)

D. None of the above

35.

Which tag is an end tag?

a)

<body>

b)

</body>

c)

<p>

d)

<img>

36.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
37.

The blue is called an _____________

a)

Declaration

b)

Selector

c)

Property

d)

Value

38.

Identify the CSS code use to create this border.

a)

p {border: 5px solid pink;

border-radius:25px; }

b)

p {border: 5px double pink;

border-radius:25px; }

c)

p {border: 5px solid pink; }

d)

p {border: 5px dotted pink;

border-radius:25px; }

39.

How can you open a link in a new browser window?

a)

<a href="url" new>

b)

<a href="url" target="new">

c)

<a href="url" target="_blank">

d)

<a href="url" target="">

40.

Why doesn't the second rule work?

a)

Missing bracket

b)

Spelling error

c)

Wrong selector

41.
A boolean;
a)
Expresses a true false statement
b)
can contain letters, numbers, spaces, and symbols.
c)
takes in an input, does something with it, and then returns an output.
d)
Runs a boolean (true/false) statement based on data entered
42.
What surrounds an if/else statement?
a)
Quotations
b)
Curly Brackets
c)
Parenthesis
d)
Square Brackets
43.
An array is;
a)
Shapes
b)
Sizes
c)
Options
d)
Lists of data
44.
What surrounds an array?
a)
Quotations
b)
Curly Brackets
c)
Parenthesis
d)
Square Brackets
45.

Which of these is a loop?

a)

if(x<10)

b)

while(x<10)

c)

var x=10;

d)

text(x,10;10)

46.

Which of these will increase the value of the variable X?

a)

increment (x)

b)

x++;

c)

x=x;

d)

x+1;

47.

His name is Fred and he is less than 16 years old

a)

if (name = "fred" && age < 16 )

b)

if (name === "fred" && age < 16 )

c)

if (name = "fred" || age < 16 )

d)

if (name === "fred" || age < 16 )

48.

What is a variable

a)

Store values in containers so we can use them later.

b)

Store values in containers so we can use them never.

c)

Store values in containers so we can use them once.

d)

Store values in containers so we can't use them later.

49.

What would alert(6 + '2') show?

a)

8

b)

62

c)

6+'2'

d)

6'2'

50.

Look at the following code:


let attendees = 568;

attendees++

document.write(attendees)


What will print to the browser?

a)

568

b)

570

c)

569

d)

An error message

51.

Look at the following code:


let total_price = 40;

total_price--

--total_price

document.write(total_price)


What will print to the browser?

a)

39

b)

40

c)

38

d)

42

52.

Read the code below:


alert(true || false);


What would the output be?

a)

True

b)

False

53.

Read the code below:


alert(false && true);


What would the output be?

a)

True

b)

False

54.

Read the code below:


alert(!false);


What would the output be?

a)

True

b)

False

55.
Which message will the user see?
a)
"Hello user"
b)
No message
c)
"Goodbye user"
d)
"message + user"
56.

Look at this code. What is name called in Python?

a)

function

b)

variable

c)

name

d)

answer

57.

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)  

58.

What symbol is used for multiplication in Python coding?

a)

x

b)

+

c)

#

d)

*

59.

if you type print("4"+"9") what result would you get

a)

49

b)

13

c)

error

d)

0

60.

Which operator checks if a value is equal to another value?

a)

+

b)

=

c)

==

d)

!=

61.
Where is a webpage stored?
a)
On your hard disk
b)
On a web server
c)
Inside the wires
d)
On a satellite
62.

Select correct input devices

a)

Keyboard

b)

Mouse

c)

WebCam

d)

LCD

63.

Website is hosted on ______

a)

Webpage

b)

Web browser

c)

Webserver

d)

Weburl

64.

The Home Page is the first page of the website, which usually tells visitors what the site is about.

a)

True

b)

FALSE

65.

WWW stands for

a)

World Wide Web

b)

World Wide Webdesign

c)

World Wider Web

d)

None

66.

What am I?

a)

Desktop PC

b)

Smart phone

c)

Laptop

d)

Mainframe computer/server

67.

What is the device shown in the picture?

a)

A keyboard

b)

A monitor

c)

A mouse

d)

A printer

68.
What type of computer is this?
a)
Dsektop computer
b)
Tablet
c)
Laptop
d)
Net book
69.

What's the tech term for this nifty gadget?

a)

memory stick

b)

folder

c)

mouse

d)

router

70.

What is this type of computer?

a)

Desktop

b)

Laptop

c)

Tablet

d)

Games Console