Java commands

Java commands

1st - 3rd Grade

7 Qs

quiz-placeholder

Similar activities

"Coding" Review Game

"Coding" Review Game

1st - 5th Grade

11 Qs

Introduction to computer systems. Architecture of computer s

Introduction to computer systems. Architecture of computer s

1st Grade

5 Qs

Yr2 Digital Systems

Yr2 Digital Systems

2nd Grade

10 Qs

Software and Hardware

Software and Hardware

3rd - 4th Grade

11 Qs

Storage Capacity of Computers

Storage Capacity of Computers

KG - 4th Grade

12 Qs

Assurance 1.3

Assurance 1.3

1st Grade

10 Qs

History of Computers

History of Computers

3rd Grade

10 Qs

Being a Good Digital Citizen

Being a Good Digital Citizen

1st - 5th Grade

10 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