Java Level 1 - C

Java Level 1 - C

12th Grade

15 Qs

quiz-placeholder

Similar activities

Loops

Loops

9th - 12th Grade

10 Qs

Java-Chapter 12 Exam

Java-Chapter 12 Exam

9th - 12th Grade

20 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

CSP Arrays

CSP Arrays

10th - 12th Grade

20 Qs

Java Quiz 1: Introduction

Java Quiz 1: Introduction

6th - 12th Grade

10 Qs

Unit 6 Computer Science Arrays

Unit 6 Computer Science Arrays

10th - 12th Grade

14 Qs

CSA 1.1.2 Variables & Data Types

CSA 1.1.2 Variables & Data Types

11th - 12th Grade

13 Qs

Loops 101 DW Quiz

Loops 101 DW Quiz

9th - 12th Grade

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