Class 9 Conditional Statement

Class 9 Conditional Statement

9th Grade

10 Qs

quiz-placeholder

Similar activities

HTML and CMS

HTML and CMS

9th Grade

15 Qs

Networking Quiz

Networking Quiz

8th - 9th Grade

15 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

HARDWARE AND SOFTWARE

HARDWARE AND SOFTWARE

2nd - 10th Grade

10 Qs

HTML

HTML

8th - 12th Grade

15 Qs

ICT - Networks and communication

ICT - Networks and communication

9th Grade

11 Qs

4Q Week3 Review Quiz (Who missed the Quiz ONLY))

4Q Week3 Review Quiz (Who missed the Quiz ONLY))

9th Grade

10 Qs

Cell Phone Vocabulary

Cell Phone Vocabulary

9th - 12th Grade

12 Qs

Class 9 Conditional Statement

Class 9 Conditional Statement

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Laxmi Narayan Gupta

Used 104+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a switch case, when the switch value does not respond to any case then the execution transfers to:

A break statement

A default case

A loop

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a compound statement?

p=Integer.parseInt(in.readLine());

c=++a;

if(a>b )a++; b++;

a=4;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Condition is essentially formed using:

Arithmetic operators

Relational operators

Logical operators

All

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If((a>b) && (a>c)), then which of the following statement is true?

b is the smallest number

b is the greatest number

a is the greatest number

all of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a, b and c are the sides of a triangle then which of the following statement is true for:

if(a==b && a==c && b==c)?

Equilateral triangle

Scalene triangle

Isosceles triangle

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a, b and c are the sides of a triangle then which of the following statement is true for:

if(a!=b && a!=c && b!=c)?

Equilateral triangle

Scalene triangle

Isosceles triangle

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two arithmetic expressions can be compared with if statement, using:

Arithmetic operator

Relational operator

Ternary operator

None

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?