1.2-1.3 Quick Review

1.2-1.3 Quick Review

10th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Java by Mr Sam

Java by Mr Sam

10th Grade

16 Qs

Word 2016

Word 2016

10th Grade

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

ASJ_XII_UH1

ASJ_XII_UH1

1st - 12th Grade

15 Qs

Kuis Webinar Cerdas Bertelekomunikasi OTP Fraud

Kuis Webinar Cerdas Bertelekomunikasi OTP Fraud

6th Grade - Professional Development

10 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Sistem Mikrowave TJKT

Sistem Mikrowave TJKT

10th Grade

10 Qs

Bài tập Tin học 11 (Tiết 6)

Bài tập Tin học 11 (Tiết 6)

11th Grade

13 Qs

1.2-1.3 Quick Review

1.2-1.3 Quick Review

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Emmett Conlon

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What categories of data types exist in Java

primitive

qualitative

reference

numerical

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What 3 primitive data types do you need to know about in AP Java?

int

String

boolean

double

triple

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are valid ways to declare variables and give them values?

double x = 2.0;

final int y = 3;

y = 4;

boolean z = false;

int x = 1;

double y = 2.0;

boolean z = true;

int x;

double y;

boolean z;

x = 1;

y = 2.0;

z = false;

int x = 1;

int x = 2;

boolean y = 8;

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What does every Java statement end with?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Division of int variables in Java always...

Rounds up to the nearest whole number

Rounds down to the nearest whole number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

13 % 4 = ______

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What gets printed below?


int n = 10;

n = n + 5;

n = n - 4;

n = n*2;

System.out.println(n);

11

15

20

22

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers