wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scripting Workspace Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Where is the Text Editor located in the scripting workspace?

a)

Bottom right side

b)

Bottom left side

c)

Center of the scripting workspace

d)

Top left side

2.

What is the primary function of the Console?

a)

To edit scripts

b)

To enter single-line Python commands

c)

To save scripts

d)

To display 3D models

3.

What can you do in the Info Area?

a)

Edit existing scripts

b)

Run scripts

c)

View feedback on operations

d)

Write new scripts

4.

What is the purpose of the 'Run Script' button?

a)

To save the script

b)

To open an existing script

c)

To execute the currently active script

d)

To create a new script

5.

What should you type in the Console to see a greeting message?

a)

echo('Hello, Blender!')

b)

print('Hello, Blender!')

c)

print('Hello, World!')

d)

display('Hello, Blender!')

6.

What does the Info Area record?

a)

Only script executions

b)

Only manual actions

c)

Both manual actions and script executions

d)

Only errors in scripts

7.

Where is the Active Workspace displayed?

a)

Top left side

b)

Bottom left side

c)

Top right side

d)

Center of the workspace

8.

What happens when you click 'New' in the Text Editor?

a)

It opens an existing script

b)

It runs the current script

c)

It creates a new text file

d)

It deletes the current script

9.

What is the Console useful for?

a)

Debugging and quick tests

b)

Viewing 3D models

c)

Creating new scripts

d)

Saving scripts

10.

What type of environment is the Python Console?

a)

Static

b)

Interactive

c)

Visual

d)

Text-based

11.

What can you observe in the Info Area after moving an object?

a)

The object's size change

b)

The Python command executed

c)

The object's new position

d)

The object's color change

12.

What is the first step to create a new script in the Text Editor?

a)

Click on 'Save'

b)

Click on 'Run'

c)

Click on 'New'

d)

Click on 'Open'

13.

What does the Text Editor allow you to do?

a)

Only view scripts

b)

Only delete scripts

c)

Only run scripts

d)

Write, edit, and save scripts

14.

What feedback does the Info Area provide?

a)

Only errors

b)

Only successful operations

c)

Feedback on operations performed

d)

Only script outputs

15.

What is the benefit of using the Console for code snippets?

a)

It allows for quick testing and experimentation

b)

It saves the snippets automatically

c)

It formats the code for you

d)

It runs scripts in the background