Font size
WorksheetsJunior Quiz
Total questions: 100
Worksheet time: 1hrs 15mins
What is a computer algorithm?
A list of step-by-step instrution to tell the computers what to do
A set of guidelines that describes how to perform certain tasks
A step-by-step process that needs be followed logically to complete a task
A language which the computer is designed to understand.
algorithm
blockly
java
code
Which of the following is NOT the common type of programming languages?
Python
Java
C++
Windows
What is the term: descibe a position x,y?
Conditional loops
Events
Function
Coordinates
putting commands in order so computer can read them
looping
sequencing
parametering
functioning
find and fix error while coding
sprite
bug
debug
ant
using computers to solve problems
event
binary
computer science
shopping
an algorithm that has been coded so it can be run by a machine
parameter
program
algorithm
altogether
an example of pattern recognition in computational thinking
identifying commonalities in the given information and similar problem.
seeing what information is static and unimportant to the problem.
determining most helpful data to solve the problems.
outlining all posible way to solve the problems
AI is abbreviations for ...
art intelligence
awesome innovation
artificial intelligence
awesome investment
which part of computer is the brain?
rom
ram
cpu
hard drive
machine learning means learning from?
machines
datas
books
cars
which command will display the text "hello,world!" on the screen
print(Hello, world!)
print"Hello,world!"
print("Hello, world!")
print = "Hello, world!"
which command will correctly ask user for their age?
age = input ("How old are you?")
age = input (How old are you?)
input(How old are you?)
How old are you? = input
which function will convert a number to a string?
int()
str()
ord()
chr()
which function will convert a string to containing only digits into a number?
int()
str()
ord()
chr()
which decision statement will be triggered if the variable x is less than 20?
if x > 20:
if x <> 20:
if x == 20:
if x < 20:
what is a variable?
a piece of data you cannot change
a coding technique
a special line
a piece of data that can change
what does input do?
it allows user to change the program
it convert data types
it allows a user to solve a task
it allows user to enter data
what data type is 3.95?
integers
float
string
character
what is html?
hyper thermal maximum language
hypertext nathematic language
hypertext markup language
who invented html?
bill gates
steve jobs
mark zuckerberg
tim berners lee
html is a language of ...
tags
tagged
commands
this tag is used to create a paragraphs in my web page?
<br>
<p>
<hr>
<html>
... tag is used for giving title to our webpages
<head>
<html>
<title>
<body>
tag used to give a line break in a webpage?
<p>
<hr>
<br>
<line>
what is a syntax error?
occurs when an unexpected input is received.
occurs because of an invalid command
the program doesn't produce the correct output
the code isn't finished and stop before the task complete
what is a booleans?
a datatype
a bus
an error
a constant
a list in python using what type of bracket?
()
[]
{}
what does LAN stand for?
Lone Area Network
Log Area National
Local Area Name
Local Area Network
I need to decide between two path in python, i should use...
if statement
for loops
while loops
list
a string can be...?
just text
numbers displayed as text
text and numbers
all of the above
how many bits in a byte?
8
16
2
6
a firewall is designed to?
eliminated virus
block suspicious network connections
send email over port 80
allow control over your PC
a variable name should...
contain at least 3 numbers
user all upercase letters
give a sense of what is contained in it
link to a function name
what is the study of computers and computational system?
biomechanical engineering
computational thinking
robotics
computer science
when writing a computer code, what should your first step always be?
start writing and hope you get complete what you are aiming for?
rely on other people to create your code for you
determine what you want your final product to be
ask the computer to create the code for you
why were errors in coding called bug?
a moth was found in computer in the 1940s
ant took over computer
a group of cockroaches invaded a laptop
spider caused a short circuit in the motherboard of a desktop computer
you need to use computational thinking while you are coding in computer science?
true
false
which of the following is not a programming language?
Java
Scratch
Python
Microsoft
is integer a number
true
false
chose which is a floating point
14
15.5
chose a string
"tim"
"tim
'tim'
"tim
tim
is boolean a data type or a condition
data type only
data type and condition only
condition only
is boolean true or false
true only
false only
true and false only
Which of these is the correct code for creating a list of names?
nameList = John, Harry, Jesse, John, Harry, Harry
nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
nameList = [John, Harry, Jesse, John, Harry, Harry]
Which of these pieces of code would return the name "Harry" from the following list?
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
nameList()
nameList[1]
NameList(4)
nameList["4"]
The list needs one more name added to the end - "Felipe". Which piece of code below would do this?
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
nameList.append(Felipe)
append(nameList,"Felipe")
nameList.append["Felipe",7]
nameList.append("Felipe")
nameList = ["John", "Harry", "Jesse", "John", "Marry", "Larry"]
The list will be slice and show Harry and Jesse only. Which piece of code below would do this?
print(nameList[1:3])
print(nameList[0:1])
print(nameList[1:2])
print(nameList["Harry":"Jesse"])
To insert an the string "Pedro" in the first position of a the nameList we use
nameList.append("Pedro, 1")
nameList.insert("Pedro",0)
nameList.insert(1, "Pedro")
nameList.insert(0, "Pedro")
variable.sort() will do what?
Sort the list into alphabetical order
Sort the list into reverse order
Create a new list
Error
print("Hello world!")
What would this print?
print("3+4")
Print("Hello world!")
print("Hello" + "world" + "today")
print("Hello world!\nHello world!")
Hello world!
print("Hello world!" * 2)
"dog" < "Dog"
numbers = [5, 14 ,9, 17]
for number in numbers:
if number >= 9:
print (number)
The output will be?
17
9
14
9
17
14
17
for number in range(6):
print(number)
word= "computer"
for num in range(1,6):
print(word)
Which of the following best describes the purpose of a for loop?
A for loop is for doing something an indeterminate number of times.
A for loop is doing something an infinite number of times.
A for loop is for doing something a fixed number of times.
A for loop is for doing something three times.
What would be the output of the following code:
for i in range(3):
print(i)
1 2 3
i i i i
i i i
0 1 2
What is the output?
condition
True
Program has a syntax error.
3 > 2
What is the output?
more than 7
more than 23
spam
7
What part of an if statement should be indented?
All of it
The statements within it
the first line
the lines within the brackets
The device with many buttons is called ....
monitor
CPU
keyboard
A _____ helps us to choose button in monitor.
CPU
mouse
keyboard
The set of program instructions, including related data and documentation
Computer Software
Computer Hardware
Computer
Websites
print"What football team do you support?"
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br/>
<break>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
In HTML a color can be specified by using what?
HEX value
Color name
RGB value
All of these
<a> is use to
Define the area
Define the link destination
Define an article tag
Define an HTML link
Google Chrome, Mozilla Firefox, Microsoft Edge are examples of?
Websites
Search engines
Text editors
Web browsers
ROBLOX Studio is used to...
play ROBLOX games.
make ROBLOX audio.
make ROBLOX graphic designs.
make ROBLOX games.
How do you move around in studio?
Arrow Keys
Shift + F
W, A, S, D
W, A, S, D or the Arrow Keys
How do you inscrease your FPS (descrease your lag) in Roblox?
Find the game that has less assets
Go to your settings and higher your graphics
Go to settings and lower your graphics, set it to manual
Go to settings, lower your graphics, set it to automatic.
How much healths does "Humanoid" normally have?
100
50
200
300
How do you build an obby?
Remove your template, insert parts, make sure its not anchored
Remove your template, insert parts, scale it, move it.
Insert parts, move it, anchor it
Remove your template, insert parts, scale it, anchor it, move it to position you want, choose any colors or materials you want.
