1 |
The ............. is where we create the program in scratech. |
Sprite list
Block paletter
Script area
Stage
|
2 |
The character is Scratch is called. |
Kodu
Cat
Sprite
Program
|
3 |
A------- is a value that remains consistent durng the execution of a program. |
Numbers
Variable
Constant
Algorithm
|
4 |
------- is a visual programming software. |
Word
Excel
Scratch
Microsfot Windows
|
5 |
A----------- is a set of instructions tha tar eused by the computer to perform a specific task. |
Decision smaking
Tasks
Program
Instructions
|
6 |
What is the final step in most algorithms. |
Start
Input
Output
Stop
|
7 |
What is the main purpose of an algorithm. |
To store information
To solve a specific problem
To perform a specific task
To automatte the decision making process
|
8 |
What type of flow is used to print a table of given number up to 10. |
Sequntial flow
Conditional flow
Repetitive flow
None of the above
|
9 |
Which of the followig is NOT a benefit of algorithmic thinking. |
Decomposition
Abstraction and Generalization
Visualization
Pattern Recognition
|
10 |
What is the purpose of the "modulus" operation in analgorithm |
To stor evalues in a varibale
To determing the remainder of a division
To compare two numbers
To perform arithmetic operations
|