computer class output upto for loop

computer class output upto for loop

9th Grade

15 Qs

quiz-placeholder

Similar activities

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

"switch" Java Statement - 1

"switch" Java Statement - 1

9th - 10th Grade

17 Qs

Java Conditional Constructs

Java Conditional Constructs

9th - 10th Grade

20 Qs

Java If/else/ switch

Java If/else/ switch

9th - 12th Grade

20 Qs

STATIC KEYWORD IN JAVA

STATIC KEYWORD IN JAVA

9th - 12th Grade

18 Qs

Compound Operators in Java

Compound Operators in Java

9th - 12th Grade

12 Qs

For Loops

For Loops

9th - 12th Grade

10 Qs

Computer Science Unit 3 Test

Computer Science Unit 3 Test

9th - 12th Grade

15 Qs

computer class output upto for loop

computer class output upto for loop

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Vivek Chamaria

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

2 * 3 % 4 - 100 / (10*3) / 2 + 100 % 11 * 2

solve the expression.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

2 - 10 * 3 % 2 - 10 / 9 * 3 % 2

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

2 * 3 % 4 -100 / 10 * (3/2) + 6*11%10

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

5 + 3 > 7 && 7 >= 4 + 3

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

5 != 5 && 3 == 4

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

int x =20, y = 10, z;

What is the value of z in

z = ++x * (y––)- y ;

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

int a = 10, x = 20, b;

b = a++ + ++a + a++ + ++a;

System.out.println(b+“ ” + a);

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?