Java Level 1 - C

Java Level 1 - C

12th Grade

15 Qs

quiz-placeholder

Similar activities

Susulan PBO XIRPL (2021/2022)

Susulan PBO XIRPL (2021/2022)

11th Grade - University

20 Qs

Misconceptions Check

Misconceptions Check

9th - 12th Grade

15 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

Basic Python

Basic Python

10th - 12th Grade

20 Qs

MK Java for-Loop Quiz 2

MK Java for-Loop Quiz 2

8th - 12th Grade

10 Qs

Java Basics

Java Basics

12th Grade

17 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

Java Level 1 - C

Java Level 1 - C

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Tom Dawson

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What commands can execute a block of code until a specified condition is reached?

floats

Loops

System.out

Arrays

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A while loop is a control flow statement that allows code to be executed repeatedly based on what type of condition.

Loop

int

Boolean

else

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What statement can be used to jump out of a loop condition?

if

char

switch

break

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What statement can break an iteration in the loop, if a specified condition occurs, then continue to the next iteration in the same loop?

i++

continue

while

int

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which keyboard character is used to define a variable type in a statement?

{ }

[ ]

( )

// //

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Create an array of type String called cars?

_____ cars = {"Volvo", "BMW", "Ford"};

Char[]

string[]

String[]

/double/

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is Java case sensitive?

Yes

No

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?