wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Translation Quiz Instructions

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

The task described in the Translation Quiz instructions is to:

a)

Translate a given text into another language to make a quiz.

b)

Identify grammatical errors in a text.

c)

Summarize a given passage.

d)

Answer comprehension questions.

2.

List the key steps involved in creating the Scratch program for the translation quiz.

a)

Design the user interface, Add translation logic, Test the program

b)

Write the code, Compile the program, Debug the errors

c)

Create a database, Connect to the server, Deploy the application

d)

Plan the project, Gather resources, Launch the program

3.

What should the 'startup' subroutine do according to Task 1 and 2?

a)

Start the quiz by speaking to the user.

b)

Perform a system check and diagnostics

c)

Load user preferences and settings

d)

Start all necessary background tasks.

4.

The purpose of the 'quiz' subroutine in Task 3 is:

a)

To create variables for the quiz.

b)

To handle user input

c)

To process data for the quiz.

d)

Add words to the quiz for the user to translate.

5.

How many words should be added to the 'words' list for the quiz?

4 lines
6.

What should your program include for startup instructions and quiz code?

a)

Startup instructions and quiz code blocks to run.

b)

The word list to run.

c)

All quiz code should be run all at once.

d)

Neither startup instructions nor quiz code

7.

In the 'quiz' subroutine, what variable should be set to locate the first word in the 'words' list?

a)

The variable that should be set to locate the first word in the 'words' list is typically an index variable, often named 'i' or 'index'.

b)

The variable that should be set to locate the first word in the 'words' list is typically a string variable, often named 'word'.

c)

The variable that should be set to locate the first word in the 'words' list is typically a boolean variable, often named 'found'.

d)

The variable that should be set to locate the first word in the 'words' list is typically a float variable, often named 'position'.

8.

What block is used to display the word in the chosen language using the Translate Extension?

a)

Display Block

b)

Translate Block

c)

Language Block

d)

Word Block

9.

What should you do to prevent cheating in the quiz?

a)

Implement strict supervision during the quiz, stop students using the internet to cheat.

b)

Allow open book quizzes, so that students can access their work.

c)

Ignore cheating incidents

d)

Encourage collaboration among students, so that they can share answers.

10.

What is the first step to use the Translate Extension in Scratch?

a)

Click on the green flag.

b)

Click on the Translate Extension that you can find in the add extension section.

c)

Drag the Translate block to the coding area.

d)

Test the Translate block with a phrase.

11.

The purpose of the 'score' variable in the translation quiz is to:

a)

track the number of correct answers

b)

store the user's name

c)

record the time taken for each question

d)

provide hints for questions

12.

Which block should be used to display the word using the Translate Extension?

a)

Display Block

b)

Translate Block

c)

Word Block

d)

Show Block

13.

What should be done after the quiz to display the score out of ten?

a)

Calculate the total score and display it.

b)

Review the answers and provide feedback.

c)

Send the results to the teacher.

d)

Store the results for future reference.

14.

In the translation quiz, what should be done to the 'word' and 'index' variables during the quiz?

a)

The 'word' variable should be translated and the 'index' variable should be incremented by +1.

b)

The 'word' variable should be deleted and the 'index' variable should be reset.

c)

Both 'word' and 'index' variables should remain unchanged.

d)

The 'word' variable should be stored and the 'index' variable should be decremented.

15.

What is the first step in creating a background for your quiz?

a)

Clicking on the backgrounds in Scratch?

b)

Clicking on Sprites in Scratch.

c)

Clicking on Code in Scratch?

d)

Clicking on the scene viewer in Scratch.