JAVA Programming 3rd Quarter Exam SY22-23

JAVA Programming 3rd Quarter Exam SY22-23

12th Grade

60 Qs

quiz-placeholder

Similar activities

Final Class Test - Information Technology

Final Class Test - Information Technology

9th - 12th Grade

60 Qs

Search Skills

Search Skills

8th - 12th Grade

57 Qs

BTEC National ICT U2 LAB - Queries 1

BTEC National ICT U2 LAB - Queries 1

12th Grade

60 Qs

Form 1 Pre-Test Computer Basics

Form 1 Pre-Test Computer Basics

3rd - 12th Grade

60 Qs

ICT 10 Quiz for Microsoft Word

ICT 10 Quiz for Microsoft Word

9th - 12th Grade

55 Qs

CBT

CBT

11th - 12th Grade

60 Qs

Logos & Spreadsheets Review

Logos & Spreadsheets Review

12th Grade

61 Qs

Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

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?