Coding Adventure III Quiz

Coding Adventure III Quiz

6th Grade

10 Qs

quiz-placeholder

Similar activities

Review Materi

Review Materi

1st Grade - University

10 Qs

TIK SD NURUL ISLAM

TIK SD NURUL ISLAM

5th Grade - University

10 Qs

Latihan

Latihan

6th Grade

10 Qs

Boolean Operators & Comparison Operators

Boolean Operators & Comparison Operators

6th Grade

6 Qs

Excel Basics and Functions

Excel Basics and Functions

6th Grade

11 Qs

ICT BEL 1

ICT BEL 1

1st Grade - University

10 Qs

ICT 7 Module 3

ICT 7 Module 3

6th - 8th Grade

13 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st 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 11+ 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?