Font size
WorksheetsOratiloe
Total questions: 135
Worksheet time: 1hrs 22mins
Which of these is Google Drive?
WWW stands for
World Worm Web
World Wide Web
World Word Web
World Wild Web
Name of this input device?
Printer.
Keyboard.
Mouse.
Pen.
What is the Internet?
A local network.
Mobile phone network.
Is the global system of interconnected computer networks that use the TCP/IP protocol to link devices worldwide.
A local computer network providing a variety of information and communication facilities.
What is a Code?
Set of instructions to the computer
Music lessons
A secret language
Music notes
CODE is also called ____________
Note
Program
Answer
Question
The person who writes a code is called
Detective
Inspector
Coder
Writer
Which language does a computer understand?
Sync Language
English language
Programming Language
Note language
Which of the following is a Programming Language
Anaconda
Puppy
Dexter
Python
Which of the following is a Programming Language?
Javascript
Compscript
Interscript
We should give exact instructions to the computer, otherwise it will not work
True
False
Guess the code for this geeky bird
bird.color=green
color.bird=green
color=green
Guess the code for this geeky bird
bird.type=parrot
type.bird=eagle
bird.type=eagle
Both PROGRAM and CODE are same
True
False
With coding , we can make
Games
Apps
Websites
All of these
What is code?
A type of grasshopper
A city in Korea
How we communicate with computers
This is what JavaScript looks like, but what can JavaScript do?
Climb a tree
Create a website
Make a sandwich
Which block makes a sprite talk?
What is coding?
Dancing with a bear
Writing instructions for a computer to follow
The sound a grasshopper makes when it hops
Using computers to solve problems is called ________ ________.
computer science
playing baseball
hard-core gaming
Pick the code that will draw the algorithm in the picture:
Pick the correct code
What is finding and fixing errors in programs?
Debugging
Program
Loop
Code
What is the action of doing something over and over again?
Loop (for example a repeat block)
Algorithm
Typing
Event
If I say the word "Algorithm" I am talking about what?
When we all go to a store called Rithim.
Algae that can DANCE!!!
A new dance move.
A list of steps you follow to finish a task.
In coding an event is what?
An action that causes something to happen.
An item on your calendar.
A way to move air.
A device that blows air into your computer.
Problems or mistakes in the code for an algorithm or program are known as:
Bugs
Slugs
Tugs
Rugs
Code is...
when it's not warm.
the dog from Garfield.
a song or poem dedicated to someone.
specific instructions in a computer program.
A computer program is
a show on TV.
an algorithm that has been coded into something that can be run by a machine.
a professional graham cracker.
part of a S'more.
When you tell the computer to repeat a command or step over and over and over and over and over and over and over and over and over and... oh yeah, over again as many times as you tell to repeat.
Deja Vu
Loop
Repeating
Being annoying
A field of science in which people use the power of computers to solve big problems.
command
computer science
code
program
A user does this to tell the computer start the commands you have written into the program.
event
run program
function
abstraction
Trying again and again, even when something is very hard.
command
iteration (persisting)
program
code
Finding and fixing errors in a program.
debugging
decompose
digital footprint
variables
A piece of code with multiple steps that have been simplified down to one command which you can easily call over and over again.
digital footprint
run program
abstraction
function
Statements that can only run under certain conditions or situations such as: if the seat is taken, then move to the next available seat.
conditionals (if/then statements)
variable
abstractions
binary
A letter or symbol to which a some value can be assigned.
Variable
Output
Bug
Coding is used ...
in robotics
in the automotive industry
in the medical field
all of the above
What are these called in coding?
Tiles
Segments
Actors
Blocks
What is another word for coding?
Typing
Programming
Computing
Commanding
An if-then statement is a ...
input
command
conditional statement
infinite loop
Special instructions in a special language is called
code
directions
function
foreign
What program are we using to code?
Tinker
Scratch
Typing Club
Tynker
What do these blocks help you to do?
Make sound
Repeat Steps
Move Forward
Hide an actor
This is an example of a ...
conditional statement
infinite loop
costume change
stage
To make the monster walk you can ...
add a walk block
add next costume
change stage
hit play
Why are we learning with Tynker?
Just for fun
To learn how to code
To play on computers
To have something to do
What is a character to animate?
stage
background
scene
actor
What is the background called?
(a)
Which is not an Information Coding Scheme?
ASCII
EBCIDIC
UNICODE
EBCDIC
Computer represents data using...
binary
decimal
hexadecimal
octal
Which is true about ASCII?
uses 8 bits to represent a character
uses 7 bits to represent a character
uses 16 bits to represent a character
uses 256 bits to represent a character
Which is true about Unicode?
uses 16 bits to represent a character
uses 8 bits to represent a character
uses 7 bits to represent a character
uses 256 bits to represent a character
Which coding scheme is best used in personal computers?
EBCDIC
UNICODE
ASCII
BINARY
Which coding scheme is best used in mainframes?
EBCIDIC
UNICODE
ASCII
EBCDIC
ASCII and EBCDIC is not large enough to accomodate characters from Asian and other languages.
TRUE
FALSE
Unicode can represent more than ___________ characters.
65536
35536
66536
76536
Which coding scheme is implemented in Operating System?
ASCII
EBCDIC
UNICODE
ASCII uses more memory compared to UNICODE.
TRUE
FALSE
In Unicode , the number of bytes for the phrase given below are :
8*9=72
12
48
6
96
In ASCII, calculate the number of bits for the given phrase.
5^2*9+30
8
64
16
128
Code
a step-by-step procedure for solving a problem
Part of a program that does not work correctly.
to write instructions for a computer.
The art of creating a program.
Event
Part of a program that does not work correctly.
The art of creating a program.
An action that causes something to happen.
Putting commands in correct order so computers can read the commands.
Program
An algorithm that has been coded into something that can be run by a machine.
Putting commands in correct order so computers can read the commands.
a step-by-step procedure for solving a problem
o write instructions for a computer.
Algorithm
Putting commands in correct order so computers can read the commands.
Finding and fixing problems in your algorithm or program.
An action that causes something to happen.
a step-by-step procedure for solving a problem
Bug
Part of a program that does not work correctly.
An algorithm that has been coded into something that can be run by a machine.
The art of creating a program.
An action that causes something to happen.
Debugging
Putting commands in correct order so computers can read the commands.
a step-by-step procedure for solving a problem
to write instructions for a computer.
Finding and fixing problems in your algorithm or program.
Sequencing
Part of a program that does not work correctly.
Putting commands in correct order so computers can read the commands.
An action that causes something to happen.
to write instructions for a computer.
Programming
a step-by-step procedure for solving a problem
The art of creating a program.
An action that causes something to happen.
Finding and fixing problems in your algorithm or program.
Look at the puzzle and the code below. What can you fix in the code to help the bird get to the pig?
Remove a move forward block
Add a move forward block
Change the first turn block to left
Change the second turn block to left
Look at the puzzle. What can you fix in the code so the bird will make it to the pig?
Change the first turn block to left
Remove a move forward block
Add a move forward block
Change the second turn block to left
A bug is
A creepy crawly thing
A vehicle
Part of a program that does not work
A song
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
The art of creating a program.
Artistic
Programming
Looping
Which type of compression ensures that all of the data is kept?
Lossless
Lossy
Lossy compression removes data that isn't needed...
True
False
Compression makes file sizes...
Bigger
Smaller
Keeps them the same
An advantage of lossless compression is...
All data is lost
The file size stays the same
All of the important data is kept
A disadvantage of lossless compression is...
There is a big reduction in file size
There is only a slight reduction in file size
There is no reduction in quality
Cannot be used on text or software files
The correct encoding of the letter C in this tree is...
11
10
01
00
Huffman trees use the _______________ of each character to work out their encoding.
Frequency
Order in ASCII
Number value
How do you move through a Huffman tree?
0 = right 1= left
1 = left 2 = right
0 = left 1 = right
0 = middle 1 = back
How do you calculate the number of bits of a body of text in ASCII?
Number of characters * 7
Number of characters (including spaces) *7
bits in Huffman * 7
bits in Huffman / 7
Which formula shows how to work out the percentage a file has been compressed by?
bits in (Huffman *7) /100
bits in ASCii - bits in Huffman
difference in bits / bits in ASCII * 100
A program is:
a series of steps to complete a task that a computer can understand.
Python, JavaScript, Java, PHP, and Ruby
the action we want the program to take.
a condition that is false.
Coding is:
Python, JavaScript, Java, PHP, and Ruby
the action of writing instructions for a computer in a language that it can understand.
a language that is more precise than English but less precise than a coding language.
a specific action to be taken if the condition is false.
What is syntax?
a catch-all for every other situation besides true.
pieces of code that direct the program to run in different ways depending on what else is happening.
a set of rules for how a language is written.
English, Chinese, or Spanish.
Control flow statements:
pieces of code that direct the program to run in different ways depending on what else is happening.
determine which code is being carried out at a given time.
give the program the flexibility to go down more than one path.
all of these.
Pieces of code that only run "under certain conditions":
conditional statements
control flow statments
syntax
variables
What is a condition?
JavaScript
Something that has to be true in order for an action to be carried out.
syntax
pseudocode
This is a catch-all for every other situation besides the one where the condition is true.
then
do
else
if
What is/are true about pseudocode?
somewhere between English and a coding language.
more precise than English but less precise than a coding language.
used by programmers to figure out the logic and flow of their programs without having to worry about syntax.
all of these
A variable
is a placeholder for a piece of information that can change.
is like a bucket for holding information.
can be written as letters or with longer words.
all of these
Which symbol means "not equal to"?
==
<=
>=
!=
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
Look at this code. How do we call in Python something enclosed in speech marks?
function
string
name
answer
Which function is used to show something on screen as output? Use just the keyword, without brackets
(a)
Which function is used to communicate with the program while running, writing something using the keyboard? Put the keyword without brackets
(a)
There is a mistake on line 1 of this program. Write the instructions with the corrections.
Be careful with spaces when writing your answer or the quiz will not recognise your answer!
(a)
Which keyword is used for an infinite loop or ITERATION?
else
if answer == "right":
while True:
elif
show on screen the sentence "I love cats too" in Python
(a)
Ask the user the question "What is your favourite colour?" and save their answer in a variable called colour. Make sure to be precise or the quiz will discard your answer
(a)
write the Python instruction (just one line of code) that will check the following condition:
if the variable answer is equal to "right"
(a)
write the Python instruction (just one line of code) that will check the following condition:
if the variable answer is equal to "left"
(a)
What is the correct order of the following?
if
elif
else
if
elif
else
elif
if
else
elif
else
if
Which symbols can you use to check if something is equal to something else?
Be careful when typing the answer!
(a)
check this code. What is missing?
(a)
Read these lines of code.
1. x = 2
2. y = 10
3. x = x+y
What is the value of x at the end of the program?
(a)
Read these lines of code.
1. x = "Hello"
2. y = "Hola"
3. z = "Ciao"
4. y = x
5. z = y
What will be the output print(z)?
(a)
