Switch case

Switch case

8th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 5: Input in Java

Unit 5: Input in Java

9th - 10th Grade

14 Qs

Swift Playgrounds  Part 2

Swift Playgrounds Part 2

9th Grade

15 Qs

IT Essentials Networking Concepts and Applied Networking

IT Essentials Networking Concepts and Applied Networking

9th - 12th Grade

11 Qs

Lessons 19 - 21 Apple Swift Coding I

Lessons 19 - 21 Apple Swift Coding I

9th - 12th Grade

11 Qs

Switches

Switches

KG - University

6 Qs

Java - Switch case

Java - Switch case

9th Grade

5 Qs

Conditional Statements JavaScript

Conditional Statements JavaScript

8th - 12th Grade

10 Qs

Module 1-Basic Device Configuration, Part 1

Module 1-Basic Device Configuration, Part 1

9th Grade - University

9 Qs

Switch case

Switch case

Assessment

Quiz

Computers, Education

8th - 9th Grade

Hard

Created by

Learn CSharp with Sharpi

Used 28+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

By the ? keyword, the other cases will not be executed and the program continues executing the code after the switch case if there is more code.

Which is the "?" keyword?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The code inside the ? case will be executed if the expression doesn't correspond to the other cases.

Which is the "?" case?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What we can use, if we want to execute certain code in situation, that the expression doesn't corresponds to the other cases that we have?

The default case

The break case

If case

We can't execute that code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword that we use, when we want to have different cases based on the expression's value?

switch

Switch

if

default

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can I make a switch case without inserting code to be executed in the default case?

No

Yes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you use if case instead of switch case?

Yes

No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is that correct?

switch (number < 10) ...

Yes

No

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?