Java basics quiz

Java basics quiz

University

9 Qs

quiz-placeholder

Similar activities

funciones en c++

funciones en c++

University

10 Qs

Java set 1

Java set 1

University

10 Qs

Junk Genius

Junk Genius

University

11 Qs

Aaruth Quiz

Aaruth Quiz

University

10 Qs

Praktisi Mengajar - Java Test

Praktisi Mengajar - Java Test

University

10 Qs

QUIZ W9 - FUNCTION

QUIZ W9 - FUNCTION

University

10 Qs

Java Lesson 7

Java Lesson 7

5th Grade - University

10 Qs

Array - C++ Programming

Array - C++ Programming

University

9 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