QUIZ02

QUIZ02

University

27 Qs

quiz-placeholder

Similar activities

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

University

26 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Post Test 2A (bag. 2) (Java)

Post Test 2A (bag. 2) (Java)

University

25 Qs

Java Introduction

Java Introduction

University

25 Qs

Programming Java

Programming Java

University

25 Qs

Java Lab

Java Lab

University

25 Qs

Introduction to Java Programming

Introduction to Java Programming

University

25 Qs

C++ Mini Quiz

C++ Mini Quiz

12th Grade - University

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