computer class output upto for loop

computer class output upto for loop

9th Grade

15 Qs

quiz-placeholder

Similar activities

APCSA Arrays

APCSA Arrays

9th - 12th Grade

20 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Java March

Java March

KG - University

16 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Loops

Loops

5th - 12th Grade

16 Qs

AP CSA Unit 1 & 2 Review

AP CSA Unit 1 & 2 Review

9th - 12th Grade

10 Qs

Loops Quiz

Loops Quiz

9th - 12th Grade

16 Qs

Basics in Java

Basics in Java

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?