Grade IX Syllabus Revision Test

Grade IX Syllabus Revision Test

20 Qs

quiz-placeholder

Similar activities

Python

Python

KG - University

15 Qs

Quiz - 5 on Increment and Decrement Operators

Quiz - 5 on Increment and Decrement Operators

KG - University

15 Qs

Unit 6 - Ancient India Quiz

Unit 6 - Ancient India Quiz

KG - University

23 Qs

JFo Seção 3: Quiz 2 - L3-L5

JFo Seção 3: Quiz 2 - L3-L5

KG - University

16 Qs

NARRATIVE TEXT

NARRATIVE TEXT

KG - University

15 Qs

Pre-test CTCC0323

Pre-test CTCC0323

KG - University

16 Qs

C++ Biến, hằng số - Cấu trúc lập trình tuần tự

C++ Biến, hằng số - Cấu trúc lập trình tuần tự

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?