NEW
Font size
WorksheetsTech Quiz (Grade-8)
Total questions: 20
Worksheet time: 10mins
What type of program is Google Docs?
presentation
spreadsheet
word processing
drawing
Match the word to the definition:
Finding and fixing problems in code.
Computer Science
Conditional
Algorithm
Debugging
Match the word to the definition:
A statement that is either true or false depending on what is being said
Function
Conditional
Algorithm
Data
<body>
contains the visible page content
Is the root element of an HTML page
Defines the paragraph
defines a large heading
If you wanted the largest heading, which tag would you use?
<h1>
<h2>
<h3>
<h4>
Which is the right code for this paragraph?
<p>
This is a paragraph.
</p>
<p>
This is a paragraph.
<p>
<p>
This is a paragraph.
<p/>
</p>
This is a paragraph.
<p>
What tags do you use to prepare the computer that you are going to use a list with numbers? (this is your first step in making a list)
<ul></ul>
<li></li>
<ol></ol>
<list></list>
What is the code to put this image in?
file name: sumo.jpg
caption: Happy Sumo
<img src="img_chania.jpg" alt="Flowers in Chania">
<img src="sumo.jpg" alt="Happy Sumo">
<img src="happy sumo" alt="sumo.jpg">
<img src="happy.jpg" alt="happy sumo">
Which of the following are NOT an extension file name for an image?
.jpg
.bmp
.docx
.gif
Machine code is a series of
letters and symbols
words
ones and zeros
Who was one of the world's first programmers?
Mark Zuckerberg
Ada Lovelace
Bill Gates
The popular game Minecraft was written in which computer language?
Java
C
Python
Diamond shaped symbol is used in flowcharts to show the-
decision box
statement box
error box
if-statement box
What punctuation is used to signal the beginning and end of code blocks?
{ }
-> and <-
BEGIN and END
( and )
What is artificial intelligence?
The idea that a robot, video game character, or computer can think like a person
An android that looks like a person
computer code
Taking a picture of yourself on the computer
Which one of the following is a typical example of a web address?
http:telko@info.uk
alex@intellect.co.za
http://www.eaglewood.co.za
C:/computers.za
