Font size
WorksheetsQuiz cuối khóa Code Monkey + Computer Science + Scratch
Total questions: 86
Worksheet time: 2hrs 36mins
How to define a function..?
Which statement stated below is suitable for this scenario?
Which one is correct?
wait[ ]
wait( )
run( )
Which algorithm is suitable for the scenario above..?
How many function(s) stated inside the program above?
1
2
3
Which statements is correct?
Please fill in the blank in statement 07..
(a)
How to call out the function in the program..?
(a)
What's the best choice for statement 02?
until near b
while near b
goto b
How to define a function in statement 02?
functionname = (r) >
functionName = (r) ->
functionName = (a) ->
functionname = (a) >
Fill in the blank for statement 02?
(a)
Which one is the most suitable for statement 02?
until b.frozen()
if b.frozen()
not b.frozen()
while b.frozen()
Please fill in the blank for the statement 04?
(a)
Read carefully with the program and fill in the blank with suitable answer..
(a)
When we finish writing our code, how do we run it?
Ask Gordo
Press "RUN"
Press "go"
Shout "RUN!!" at our computer screen
TRUE OR FALSE: The ruler can be used only to measure distances.
TRUE
FALSE
I want the turtle to step 10. How can I do that in code?
turtle-step 10
step, turtle 10
10 turtle.step
turtle.step 10
What special coding concept can we use to repeat commands?
Functions
Loops
Arrays
Code comments
I want the monkey to turn left and step 10 3 times. What would that look like in code?
What is a variable?
A storage unit it code. It stores a piece of data!
A group of numbers or objects
A command, like step or turn
Something that changes all the time
What will happen when I run this code?
The turtle will step 10
The monkey will step 10
The monkey will step -10
step x is not a valid command, you can only step a number
choose the correct codes to get the bananas.
step 20
turn right
step 5
step 10
step -20
turn left
step 12
turn right
step 20
Which are functions used to help the rat collect matches?
grab(), drop
grab, drop
grab(), drop()
grab, drop()
Which of the following is a correct function?
Step
turnTo
DistanceTo
Goto
What is goto called?
a variable
a function
a set
a statement
What is correct solution for this challenge?
What is x called?
a statement
a function
a variable
a loop
The function “step -10” will make the monkey
Turn around
step forward
step backward
step distanceTo
Define ALGORITHM
Looking for similarities and trends.
A sequence of instructions.
Breaking a task into smaller tasks.
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
find and fix error while coding
sprite
bug
debug
ant
which part of computer is the brain?
rom
ram
cpu
hard drive
Using this type of technology allows you to connect your device without wires
USB
MP3
Bluetooth
Browser
This symbol on a device represents
Internet
Bluetooth
WiFi
Ethernet
Which one of these is a robot?
What buttons can you press to go on the internet?
What is this?
Avatar
Object
Sprite
What is this?
Blocks
Script Area
Background
Which leading computer software business created programs like Spread Sheet, Word and Power point?
Apple
Microsoft
DELL
What does "www" stand for?
Wicked Wizard Web
Wiked Will West
Were World Was
World Wide Web
You use your computer to chat with a friend who lives in another country.
Which network lets you transfer the messages between your computer and your friend's computer?
Intranet
Internet
Local area Network
Ethernet
What are 2 advantages of Cloud Computing?
You can access your files from a variety of devices and locations
It is safer than using your own hardware
Can access files anywhere you have internet
it is more Expensive than buying hardware
for b in bananas
for c (a) crocodiles
For c. in crocodiles
........................ right
c.turn right
a.turn left
crocodiles.turn right
for i in island[3]
what is the study of computers and computational system?
biomechanical engineering
computational thinking
robotics
computer science
What is this?
Mouse
CPU
Keyboard
Monitor
These are offline storage?
True
False
What function does Ctrl+C perform?
Copy
Save
Undo
Paste
What function does Ctrl+V perform?
Copy
Save
Undo
Paste
11, 15, 19, 23, ___, _?_
Which of these is Google Drive?
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.
Which device will process the given data?
CPU
Keyboard
Monitor
Mouse
AI can be used in
Transportation
Healthcare
Sports
All of the above
8. Can AI compete with the human brain?
yes
no
Which of the following is not an AI application?
Google Maps
Writing suggestion in gmail
Face Recognition
Kahoot
________ is a computer screen that is sensitive to touch.
scroll
touch screen
control keys
all
none
Word Processing Software
Presentation Graphic Software
Spreadsheet Software
Which language does a computer understand?
Sync Language
English language
Programming Language
Note language
A
B
C
D
We cannot add many sprites on the stage.
True
False
In which coding block can you find the following command?
Events
Motion
Looks
Control
We can access the command/script shown in the image from the ------------- coding block.
LOOKS
EVENTS
SENSING
OPERATORS
What can you create using the Scratch Application? (Choose all that apply)
Games
Quizzes
Spreadsheet workbooks
Animated Stories
To start the script, you must click on (a)
If we want the same set of codes, we need to: ____________
Erase
Duplicate
Start coding again
Reorganize
"The following block is used for checking the condition. Which one is it?
To add a new backdrop to your code, you click on: _________.
How many times the code will repeat using this block?
10 times
2 times
1 times
forever
What is the default Sprite when you open Scratch?
Cat
Bat
Lion
Insect
