Java commands

Java commands

1st - 3rd Grade

7 Qs

quiz-placeholder

Similar activities

Information and Communication technology

Information and Communication technology

1st Grade - Professional Development

12 Qs

ICT

ICT

2nd - 4th Grade

10 Qs

Structures

Structures

1st Grade

10 Qs

Assurance 1.3

Assurance 1.3

1st Grade

10 Qs

ESL Technology Vocab

ESL Technology Vocab

KG - 5th Grade

12 Qs

Coding: Block Based Concept

Coding: Block Based Concept

1st Grade

10 Qs

phastar quiz 1

phastar quiz 1

1st - 12th Grade

8 Qs

Computing Quizz

Computing Quizz

1st - 12th Grade

6 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