Unit 3 Review

Unit 3 Review

9th Grade

13 Qs

quiz-placeholder

Similar activities

Keyboarding Orientation Quiz Questions

Keyboarding Orientation Quiz Questions

9th - 12th Grade

15 Qs

Operating System

Operating System

4th Grade - University

15 Qs

Business Basics

Business Basics

9th - 12th Grade

12 Qs

Lesson 01 Unit 1 Excel 2019/365 MOAC

Lesson 01 Unit 1 Excel 2019/365 MOAC

9th - 12th Grade

10 Qs

Banking

Banking

9th - 12th Grade

12 Qs

Inventory Management Quiz

Inventory Management Quiz

9th Grade

18 Qs

Word Lesson 2

Word Lesson 2

9th - 12th Grade

9 Qs

Business and Finance

Business and Finance

KG - 12th Grade

10 Qs

Unit 3 Review

Unit 3 Review

Assessment

Quiz

Business

9th Grade

Medium

Created by

Zachary Wilson

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the onMouseMove event?

It is called when the mouse is clicked.

It is called every time the mouse is moved and not pressed.

It is called when the mouse is double-clicked.

It is called when the mouse is stationary.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the onMouseDrag event triggered?

When the mouse is moved without pressing.

When the mouse is pressed and moved.

When the mouse is clicked once.

When the mouse is double-clicked.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does an if statement do?

Runs code only if a test is false.

Runs code only if a test is true.

Runs code regardless of any test.

Runs code only if a test is undefined.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks if x is less than y?

x > y

x <= y

x < y

x == y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks if x is equal to y?

x != y

x == y

x = y

x > y

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the operator x != y check?

If x is greater than y.

If x is less than y.

If x is not equal to y.

If x is equal to y.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which statement best describes how the "else" part of a conditional statement works? (See the example conditional statement.)

It runs if the condition in the if statement is true.

It runs if the condition in the if statement is false.

It runs regardless of the if statement.

It never runs.

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?