QUIZ02

QUIZ02

University

27 Qs

quiz-placeholder

Similar activities

Java Basics

Java Basics

University

23 Qs

Fun Java Final Assignment

Fun Java Final Assignment

University

30 Qs

Java basic

Java basic

University

25 Qs

A+102

A+102

10th Grade - University

25 Qs

ARRAY

ARRAY

University

22 Qs

java

java

University

24 Qs

Repaso Diseño Web

Repaso Diseño Web

12th Grade - University

22 Qs

Pertemuan 2 Pemrograman Dasar Q2

Pertemuan 2 Pemrograman Dasar Q2

University

30 Qs

QUIZ02

QUIZ02

Assessment

Quiz

Computers

University

Hard

Created by

Kyrene Capuli

Used 11+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.       //This is a comment

JavaDoc Comment

Block Comment

Single line Comment

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

These are terms that programmers use to properly identify a name, a class, a procedure, methods, or variables.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

string eCode = ‘’RED”;

Identify what is "RED"

variable name

method name

string literal

character literal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.       Every line of code that runs in Java must be inside a method.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.       The variable salary and SALARY are not the same with each other.

False

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BufferedReader io = new _______________( new _____________(System.in));

BufferedStreamReader : InputReader

InputStreamReader : BufferedReader

BufferedReader : InputStreamReader

Buffered Reader: InputStream Reader

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use the ______ keyword to use a package from the library.

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?