JAVA Programming 3rd Quarter Exam SY22-23

JAVA Programming 3rd Quarter Exam SY22-23

12th Grade

60 Qs

quiz-placeholder

Similar activities

CSEC IT- Past Paper MCQ- 2020

CSEC IT- Past Paper MCQ- 2020

12th Grade

60 Qs

2.1 Binary Quiz

2.1 Binary Quiz

9th - 12th Grade

56 Qs

CSS Diagnostic - Test

CSS Diagnostic - Test

12th Grade

60 Qs

Intro to CS - Midterm Review

Intro to CS - Midterm Review

9th - 12th Grade

59 Qs

AQA Computer Science GCSE - 3.4 Computer systems

AQA Computer Science GCSE - 3.4 Computer systems

10th - 12th Grade

63 Qs

Word Modules 1 and 2

Word Modules 1 and 2

9th - 12th Grade

56 Qs

kmap

kmap

12th Grade

58 Qs

Computer Programming Function

Computer Programming Function

7th Grade - University

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