Java basics quiz

Java basics quiz

University

9 Qs

quiz-placeholder

Similar activities

VKU JF - Bộ 2

VKU JF - Bộ 2

University

14 Qs

Web by R202 no.1

Web by R202 no.1

University

13 Qs

Java Arrays

Java Arrays

5th Grade - University

10 Qs

Struktur Data

Struktur Data

University

12 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

PYTHON BASICS

PYTHON BASICS

University

7 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

Data Types in C++

Data Types in C++

University

10 Qs

Java basics quiz

Java basics quiz

Assessment

Quiz

Other

University

Hard

Created by

Garth Frederiksen

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is there a error in this code?

System.out.print("hello world");

YES

NO

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many variable types are there

4

10

9

5

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

complete the statement

System.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is not a characteristic of primitive data types?

has a specifies size

can only be one type

has methods

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what data type is this

6.783649

double

float

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

finish the statement to import the scanner

import java.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which is not a data type

String

int

float

large

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is how to declare a int varible

int x =18;

int x;

x as int;

int x = new int;

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

type int is the largest whole number variable type?

YES

NO