computer class output upto for loop

computer class output upto for loop

9th Grade

15 Qs

quiz-placeholder

Similar activities

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

Unit 4: Operators in Java

Unit 4: Operators in Java

9th - 10th Grade

19 Qs

Loops in Java

Loops in Java

9th - 12th Grade

10 Qs

APCSA Unit 3 Review

APCSA Unit 3 Review

9th - 12th Grade

13 Qs

Arrays

Arrays

9th - 12th Grade

16 Qs

Casting in Java

Casting in Java

9th - 12th Grade

11 Qs

Conditional Construct by Swarn

Conditional Construct by Swarn

9th - 10th Grade

12 Qs

Java Conditional Constructs

Java Conditional Constructs

9th - 10th Grade

20 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?