Coding Adventure III Quiz

Coding Adventure III Quiz

6th Grade

10 Qs

quiz-placeholder

Similar activities

Ch6字典-綜合演練選擇題

Ch6字典-綜合演練選擇題

6th - 8th Grade

10 Qs

Roblox Studio Quiz

Roblox Studio Quiz

6th Grade

10 Qs

Chanrous

Chanrous

6th - 8th Grade

14 Qs

Document Formatting

Document Formatting

6th Grade

10 Qs

Smart Choices Online: Test Your Knowledge!

Smart Choices Online: Test Your Knowledge!

1st - 6th Grade

10 Qs

JS Loops and Functions

JS Loops and Functions

6th Grade

10 Qs

Finals

Finals

6th Grade

15 Qs

 BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

2nd Grade - University

15 Qs

Coding Adventure III Quiz

Coding Adventure III Quiz

Assessment

Quiz

Information Technology (IT)

6th Grade

Medium

Created by

Chimi Lhamo

Used 22+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Boolean operator 'not' do?

Returns a value for further use

Compares two values

Reverses the result of a condition

Triggers actions based on user input

Answer explanation

The Boolean operator 'not' reverses the result of a condition. If a condition is true, 'not' makes it false, and vice versa, effectively inverting the logical value.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks if two values are equal?

not

==

>

<

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comparison operators?

To trigger events

To compare values

To return values

To define functions

Answer explanation

Comparison operators are used to compare values, determining their relationship (e.g., equal, greater than). This is essential in programming for decision-making and control flow.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the function 'health()' return?

If the banana is rotten

Whether the monkey is near an object

The monkey's health

The distance to an object

Answer explanation

The function 'health()' specifically returns the monkey's health, indicating its well-being. This is the most relevant choice among the options provided.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which event is triggered when a key is pressed?

onKey

onClick

onHover

onMouseMove

Answer explanation

The event triggered when a key is pressed is 'onKey'. This event specifically captures keyboard actions, while 'onClick', 'onHover', and 'onMouseMove' relate to mouse interactions.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the operator '<' do?

Checks if the left value is greater than the right

Checks if two values are equal

Checks if the left value is less than the right

Reverses a condition

Answer explanation

The operator '<' checks if the left value is less than the right value. Therefore, the correct choice is that it checks if the left value is less than the right.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of 'onMouseMove'?

Triggered when the mouse is clicked

Triggered when the mouse is moved

Triggered when a key is pressed

Triggered when the game starts

Answer explanation

The 'onMouseMove' function is specifically designed to respond to mouse movements, making the correct answer 'Triggered when the mouse is moved'. The other options refer to different events.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?