JAVA Programming 3rd Quarter Exam SY22-23

JAVA Programming 3rd Quarter Exam SY22-23

12th Grade

60 Qs

quiz-placeholder

Similar activities

Introduction to Spreadsheets

Introduction to Spreadsheets

7th Grade - Professional Development

60 Qs

Computer Awareness - 8

Computer Awareness - 8

12th Grade

60 Qs

Computer Mixed Quiz-3

Computer Mixed Quiz-3

1st Grade - University

60 Qs

HTML Basics

HTML Basics

11th - 12th Grade

55 Qs

Unit 2: Cryptography

Unit 2: Cryptography

8th Grade - University

64 Qs

RECAP - Y8 U6 Connecting to the internet - Quiz

RECAP - Y8 U6 Connecting to the internet - Quiz

6th - 12th Grade

59 Qs

Introduction to Computers

Introduction to Computers

10th - 12th Grade

59 Qs

JAVA Programming 3rd Quarter Exam SY22-23

JAVA Programming 3rd Quarter Exam SY22-23

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Jeffmark Pinaredondo

Used 2+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Array is a collection of primitive data types

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Declaring a java array using this int arrayName[]; and int[] arrayName; format is the similar

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

java arrays index starts with one

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

while loop in java is best suited when the number of iterations is not known in advance.

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

do-while loop in java is guaranteed to execute at least one.

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

the syntax for loop is:

for(initialization; condition; increment/decrement) { }

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

the syntax for while is:

while (condition;initialization){}

True

False

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?