Java commands

Java commands

1st - 3rd Grade

7 Qs

quiz-placeholder

Similar activities

Assurance 1.3

Assurance 1.3

1st Grade

10 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

Week 7

Week 7

1st - 5th Grade

10 Qs

Types of Weather

Types of Weather

3rd - 10th Grade

10 Qs

Scratch Sequencing

Scratch Sequencing

3rd - 4th Grade

11 Qs

Coding - Sequence

Coding - Sequence

3rd - 5th Grade

10 Qs

"Coding" Review Game

"Coding" Review Game

1st - 5th Grade

11 Qs

Software and Hardware

Software and Hardware

3rd - 4th Grade

11 Qs

Java commands

Java commands

Assessment

Quiz

Education, Instructional Technology

1st - 3rd Grade

Easy

Created by

Damian Cubillos

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gets the computer to repeat some statements over and over again (for example, a certain number of times).

if

switch

while

for

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Indicates that a value is a 32-bit number with one or more digits after the decimal point.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Tests to see whether a condition is true. If it’s true, the computer executes certain statements; otherwise, the computer executes other statements.

for

else if

while

if

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Indicates that a value is a 32-bit whole number.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Reuses the functionality from a previously defined interface.

implements

import

return

def

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Enables the programmer to abbreviate the names of classes defined in a package.

new

class

import

println

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicates that a variable’s value cannot be changed, that a class’s functionality cannot be extended, or that a method cannot be overridden.

final

void

public

printf