Grade IX Syllabus Revision Test

Grade IX Syllabus Revision Test

20 Qs

quiz-placeholder

Similar activities

Fahrenheit 451 Pages 1-15 Quiz

Fahrenheit 451 Pages 1-15 Quiz

KG - University

17 Qs

SOAL-SOAL PERANGKAT KOMPUTER

SOAL-SOAL PERANGKAT KOMPUTER

KG - University

20 Qs

UAS TIK SMA YAKPESMI DEKAI SEMESTER GANJIL  2024

UAS TIK SMA YAKPESMI DEKAI SEMESTER GANJIL 2024

KG - University

15 Qs

2024 Construction Safety exam

2024 Construction Safety exam

KG - University

15 Qs

Reviewer in Computer

Reviewer in Computer

8th Grade

15 Qs

SS DA

SS DA

6th Grade

20 Qs

4.4 Volcanoes

4.4 Volcanoes

KG - University

16 Qs

India Test Review

India Test Review

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?