NEW
Font size
S
M
L
XL
WorksheetsCSP Review
Total questions: 22
Worksheet time: 17mins
Name
Class
Date
1.
The world’s largest computer network which connects millions of computer all over the world is...
a)
the Internet
b)
Time Warner
c)
the Web
d)
the telephone
2.
When clicked, this will display a webpage.
a)
Web page
b)
Hyperlink
c)
Internet
d)
Web browser
3.
The Internet and the Web are the same thing.
a)
True
b)
False
4.
How does info travel across the Internet?
a)
Packets
b)
Bundles
c)
Bubbles
d)
Minions
5.
Mozilla Firefox is an example of a(n)
a)
Search Engine
b)
Browser
c)
ISP
d)
Server
6.
This number is an example of
a)
a web address
b)
a mailing address
c)
a DNS
d)
an IP address
7.
Short for picture element; it is a single dot of color.
a)
API
b)
Tree
c)
Node
d)
Pixel
8.
112 is equal to
a)
110
b)
210
c)
310
d)
410
9.
A set of step by step instructions
a)
algorithm
b)
abstraction
c)
iteration
d)
invitation
10.
One time through a series of steps that get repeated is called _________.
a)
iteration
b)
sequencing
c)
processing
d)
execution
11.
Which of the following is an example of abstraction?
a)
Writing a function for code you repeat often
b)
Using logic symbols like < and >
12.
The number system used by computers
a)
binary
b)
decimal
c)
octal
d)
hexadecimal
13.
Which is a subdomain of example.com?
a)
example.com
b)
example.co.uk
c)
example.com.org
d)
about.example.com
14.
Why do we use functions?
a)
Make the program easier to read
b)
Avoid retyping the same lines of code
c)
Both
d)
Neither
15.
"George" is a(n)...
a)
String
b)
Integer
c)
Float
d)
Boolean
16.
A loop repeated if the condition is true / false
a)
While loop
b)
For loop
c)
Repeat loop
d)
If...else
17.
Which statement will check to see if a is equal to b?
a)
if a == b
b)
if a = b:
c)
if a != b:
d)
if a == b:
18.
Numbers with a decimal point belong to a type called...
a)
boolean
b)
integer
c)
fancy
d)
float
19.
Which of the following can be used to combine two strings to create a new string?
a)
concatenation
b)
algorithm
c)
conditional
d)
variable
20.
What is pseudocode?
a)
simplified programming language
b)
specific syntax in a programmming language
c)
code that can be used on a computer
d)
a debugging toolcode
21.
Which statement best describes this block?
a)
uses a test condition
b)
infinite loop
c)
a set number of iterations
d)
stops scripts
22.
Indentation in Python is
a)
Extremely important
b)
Not important at all
Reset
