Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

S3 What do you remember from S2?

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.
Which of the following is an input device?
a)
Digital projector
b)
Touchscreen
c)
Printer
d)
Hard disk drive
2.
Which of the following is not an example of software?
a)
A computer cable
b)
MS Word
c)
A document that you save to the computer
d)
A web page
3.
Which part of the computer stores data permanently?
a)
RAM
b)
ROM
4.
Which of the following is false about RAM?
a)
It stands for Random Access Memory.
b)
If you switch off the power, the contents in RAM are lost.
c)
It stores important data and programs.
d)
It is read-only.
5.
Which units are used to measure processor speed?
a)
GB
b)
GHz
c)
Bits
d)
MB
6.
Which part of the processor does calculations?
a)
CPU
b)
ALU
c)
RAM
d)
HDD
7.
Which  software is used to display web pages?
a)
Web browser
b)
Search engine
c)
Web design
d)
Google
8.
Which language is used to create web pages?
a)
Visual Basic
b)
Search engine
c)
HTML
d)
Assembler
9.
What should replace the ? below:
<html>
<body>
?
</html>
a)
<\body>
b)
Main page content
c)
</body>
d)
<html//>
10.
What does the code below do?
Dim myName As String
a)
Creates a text box.
b)
Declares a variable.
c)
Sets out text in a web page.
d)
Stores a value as a number.
11.
Which is the best way to complete the following Visual Basic code?
Select the answer that should replace the ? below.
Dim postCode As ?
a)
Integer
b)
Single
c)
String
d)
Text
12.
Which is the best way to complete the following Visual Basic code?
Select the answer that should replace the ? below.
Dim age As ?
a)
Integer
b)
String
c)
Number
d)
Text
13.
Select the code that will fill in the blank correctly?
myName= ________________ ("Enter your name")
a)
lstBox
b)
InputBox
c)
MsgBox
d)
txtOutput
14.
What is shown below?
Dim names(10) As String
a)
A variable
b)
An array
c)
An input box
d)
None of these
15.
Which function would be used to generate a number? Select the CORRECT code.
a)
Randomise()
b)
Randomize()
c)
Int()
d)
RND
16.
Which example below shows the correct way to name the interface in Visual Basic?
a)
frmFortuneCookie
b)
form FortuneCookie
c)
frm FortuneCookie
d)
formFortuneCookie
17.
Here is an advanced question you might not yet know:
What is "binary"?
a)
The numbering system that is used to store all computer data.
b)
A new type of hard drive.
c)
A CPU with twice the speed.
d)
A USB stick with two outputs.
18.
A type of malware that attempts to look like helpful or harmless software that will damage your computer or data is known as
a)
Scareware
b)
Phishing
c)
A Trojan
d)
Bloatware