Grade IX Syllabus Revision Test

Grade IX Syllabus Revision Test

20 Qs

quiz-placeholder

Similar activities

Ancient India Fill in the Blank Activity

Ancient India Fill in the Blank Activity

KG - University

15 Qs

Quiz - 8 on conditional/ternary operator

Quiz - 8 on conditional/ternary operator

KG - University

15 Qs

Python Quiz

Python Quiz

10th Grade - University

15 Qs

Pre-test CTCC0323

Pre-test CTCC0323

KG - University

16 Qs

Direction locations

Direction locations

6th Grade

20 Qs

COMPUTER ORGANIZATION - CLASS XI

COMPUTER ORGANIZATION - CLASS XI

KG - University

20 Qs

Grade IX Syllabus Revision Test

Grade IX Syllabus Revision Test

Assessment

Quiz

others

Hard

Created by

Namrata Boob

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.If ((c>b) && (a
true
false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which of the following are logical operators
&&
||
!
All of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.Which of the following is not a primitive data types
int
float
boolean
class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the following is mandatory for switch statement
break
case
continue
default

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. int sale=1200; discount = If (sale>1500) > 10% : 20%; System.out.print(discount);
10%
20%
none of them
true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. int number =0; result = (number >= 0) ? "Positive" : "Negative"; System.out.println(result);
Positive
Negetive
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

8. int ch=1; switch(ch) { case 1: System.out.print(“Red”); case 2: System.out.print(“Blue”); break; }
Red
Blue
Red Blue
Blue Red

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?