Introduction to Java Programming

Introduction to Java Programming

10th Grade

18 Qs

quiz-placeholder

Similar activities

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Quiz sobre el ornitorrinco y la programación

Quiz sobre el ornitorrinco y la programación

8th Grade - University

15 Qs

Video Game Programming and Design Questions

Video Game Programming and Design Questions

9th - 12th Grade

20 Qs

CodeHS Unit 1 - Lessons 1.2-1.9

CodeHS Unit 1 - Lessons 1.2-1.9

10th Grade

20 Qs

Python for loop/lists

Python for loop/lists

9th Grade - University

15 Qs

Mock-Up Academy Programming Online Test

Mock-Up Academy Programming Online Test

6th Grade - University

20 Qs

Sistematizacija gradiva IX

Sistematizacija gradiva IX

9th Grade - University

16 Qs

CSI - U2L3 - Understanding Compiled and Interpreted Languages

CSI - U2L3 - Understanding Compiled and Interpreted Languages

10th Grade - University

17 Qs

Introduction to Java Programming

Introduction to Java Programming

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

JUSILDA VREKA

Used 4+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print 'Hello, World!' in Java?

Console.WriteLine('Hello, World!');

print('Hello, World!');

System.out.println("Hello, World!");

echo 'Hello, World!';

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would you use to store a whole number in Java?

int

boolean

char

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Java?

var variableName = value;

dataType: variableName;

To declare a variable in Java, use the syntax: dataType variableName; or dataType variableName = value;

variableName dataType;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Java?

my-variable

1stVariable

myVariable1

myVariable!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used to store a single character in Java?

int

char

boolean

string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: System.out.println(5 + 3);?

6

8

9

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of the byte data type in Java?

-128 to 127

0 to 255

-128 to 0

-256 to 255

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?