Modulo and Booleans - Java

Modulo and Booleans - Java

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Unit 3 Review AP CSP with Python

Unit 3 Review AP CSP with Python

9th - 12th Grade

29 Qs

UTS DASPRO

UTS DASPRO

1st - 10th Grade

20 Qs

Java Review 2

Java Review 2

9th - 12th Grade

20 Qs

Computer Science

Computer Science

9th - 12th Grade

20 Qs

CodeHS Fundamentals of CS Unit 8

CodeHS Fundamentals of CS Unit 8

8th - 10th Grade

22 Qs

Unit 4 Code.org Csd

Unit 4 Code.org Csd

9th - 12th Grade

19 Qs

Python Concatenation

Python Concatenation

11th Grade

21 Qs

Bài 1 Excel - thẻ Home

Bài 1 Excel - thẻ Home

12th Grade

20 Qs

Modulo and Booleans - Java

Modulo and Booleans - Java

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Alexandria BrenonHodas

Used 1+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int a = 2;

int b = 3;

System.out.println( a == b );

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int a = 2;

int d = 5;

int e = 10;

System.out.println( e/a == d );

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int c = 4;

int d = 5;

System.out.println( c != d );

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int d = 5;

int e = 10;

System.out.println(e < d );

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

11 % 5

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

12 % 4

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

14 % 3

0

2

1

3

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?