Font size
Worksheetsyear 7
Total questions: 110
Worksheet time: 5hrs 23mins
hero.attack("Kratt") is the same as
Which of these is NOT an AI technology
Facial recognition
Image recognition
Robotics
Animation
Which of these is NOT an AI technology
Facial recognition
Image recognition
Robotics
Animation
What is AI used for?
Healthcare
Transportation
Education
All of the Above
Q8. In which step of the cycle would you pose the question(s) that you will use data to help you answer?
A. Data
B. Analysis
C. Plan
D. Problem
Q15. What is name of the chart pictured below? (1 mark)
Graph chart
Pie chart
Line chart
Bar chart
Q16. What is name of the chart pictured below? (1 mark)
Graph chart
Pie chart
Line chart
Bar chart
The study of computers and algorithmic processes, including their principles, their hardware and software designs, their applications, and their impact on society.
Computer Science
STEM
Political Science
Technology Education
A(n) ______________ is a series of steps in a particular order that describe how to complete a task.
code
algorithm
test
process
A language which the computer is designed to understand.
algorithm
blockly
java
code
A(n) ___________ is a set of instructions given to a computer. These instructions are generally written in code.
code
program
algorithm
loop
A programming technique in which two programmers, a driver, and a navigator work together on a problem.
pair programming
group work
collaborative code
algorithm tech
PROGRAM
a set of instructions that achieves an objective
adding a few blocks of code at a time and testing the program
the view seen by the end user
data bases and user data
What happens in this code?
When back button is clicked, user is sent back to Screen 1.
When back button is clicked, the measles player and meningitis player continue playing.
When the back button is clicked, both players stop playing before the user is sent back to Screen 1.
When back button is clicked, the players are paused and then the user is sent back to Screen 1.
the brains of the computer where most calculations take place.
Algorithm
Program
CPU
Hardware
What does LAN stand for?
Micheal
Little actual area
local area network
Large area network
instructions that can be stored and run by hardware
Software
Bug
Debug
Computer
Which of these is RAM?
Solid state storage has no moving parts?
True
False
The smallest unit of information is ?
a byte (Pronounced: bite)
a bit
a nibble
a block
Fortran
An _____________ is the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware.
Banana
Hardware
Software
Operating System
A list of steps to complete a task
Algorithm
Program
CPU
Hardware
1. which is multimedia?
text
animation
graphic
all of the combination above
Python is a
text language
database language
programming language
Python has a simple syntax similar to the
coding language
english language
spanish language
Code for Hello, World!
print Hello, World!
print("Hello, World!)
print("Hello, World!")
Code for
Five is greater than two!
if 5 > 2:
print("Five is greater than two!")
if 5 = 2:
print("Five is greater than two!")
if 5 > 2: Print("Five is greater than two!")
Code for
257
Hello, World!
x = 257
y = "Hello, World!"
print(y)
print(x)
x = 257
y = "Hello, World!"
print(x)
print(y)
x = 257
y = Hello, World!
print x
print y
Insert the missing part of the code below to output
_________________ "My name is ".
Comments in Python are written with a special character, which one?
brackets
hashtag
coma
Code for
b is greater than a
a = 33
b = 200
if b > a:
print("b is greater than a")
a = 33
b = 200
if b < a:
print("b is greater than a")
a = 330
b = 200
if b > a:
print("b is greater than a")
Python language use
upper case letters
lower case letters
upper and lower case letters
The output of the program
x = 4
x = "Sally"
print(x)
four
Saly
Sally
What is the index number for 'Spain'?
['England','Brazil','Spain','France']
0
1
2
3
List items have an index number. In the following list, which item has the index number of 3?
["John", "Harry", "Jesse", "John", "Harry", "Harry"]
"John"
"Harry"
"Jesse"
Which of these operators means EQUAL TO?
'='
'=>'
'<='
'=='
If you want to create an empty list called islands, which of the following pieces of code is correct?
islands = { }
islands = ( )
islands = [ ]
islands = < >
What is the output of program below?
motorcycles = ['honda', 'yamaha', 'suzuki']
motorcycles.sort()
print(motorcycles)
['honda', 'yamaha', 'suzuki']
['yamaha', 'suzuki', 'honda']
['honda', 'suzuki', 'yamaha']
['suzuki', 'yamaha', 'honda']
Which of these is correct Python conditional statement?
IF answer == "Yes":
if answer == "Yes"
if answer == "Yes":
if answer = "yes":
What is print() called in Python coding?
function
variable
string
output
What is input() called in Python coding?
keyboard
function
variable
string
Look at this code. What is name called in Python?
function
variable
name
answer
Which keyword is used for an infinite loop or ITERATION?
else
if answer == "right":
while True:
elif
What is the correct order of the following?
if
elif
else
if
elif
else
elif
if
else
elif
else
if
What is the name of the cell that is colored blue?
A
B
2B
B2
What does every formula in MS EXCEL start with?
+
-
=
*
The first cell in a worksheet is what?
A1
1A
FX
Cell Name
The intersection of a row and a column is called this.
Active Cell
Chart
Column
Row
