Java's questions

Java's questions

3rd Grade

5 Qs

quiz-placeholder

Similar activities

Microsoft PowerPoint Review Quiz

Microsoft PowerPoint Review Quiz

1st - 3rd Grade

10 Qs

Quiz 9 (15.09.2021)

Quiz 9 (15.09.2021)

1st - 12th Grade

10 Qs

Scrum Quiz

Scrum Quiz

1st - 5th Grade

10 Qs

Computer Latest Developments 2020-21

Computer Latest Developments 2020-21

2nd - 5th Grade

6 Qs

ECMA

ECMA

1st - 3rd Grade

10 Qs

1.1.6 Embedded Systems

1.1.6 Embedded Systems

1st Grade - University

10 Qs

Information Technology 1 Unit 12 Web Design

Information Technology 1 Unit 12 Web Design

1st - 9th Grade

10 Qs

Vocabulary in Software Development

Vocabulary in Software Development

3rd Grade

10 Qs

Java's questions

Java's questions

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

Leonardo Ramirez

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's is the mean of "enum"

indicates that a value is either true or false

jumps out of a loop or switch

indicates that a value is an 8-bit whole number

creates a newly defined type – a group of values that a variable can have

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Introduces statements that are executed when the condition in an if statement isn’t true

else

if

final

while

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what's is the mean of "do"

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

Reuses the functionality from a previously defined interface

Causes the computer to repeat some statements over and over again (for example, as long as the computer keeps getting unacceptable results)

indicates that the details of a class, method, or interface are given elsewhere in the code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Creates a subclass – a class that reuses functionality from a previously defined class

extends

for

float

int

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what's is the mean of "final"

tells the computer to follow one of many possible paths of execution (one of many possible cases), depending on the value of an expression

introduces statements that are watched (during runtime) for things that can go wrong

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

introduces statements that are executed when something interrupts the flow of execution in a try clause