Second Semester Online Quiz

Second Semester Online Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

PYTHON PROGRAMMING

PYTHON PROGRAMMING

11th - 12th Grade

15 Qs

Week 6 - CP1

Week 6 - CP1

12th Grade

20 Qs

Selection Quiz 2

Selection Quiz 2

12th Grade

15 Qs

Break the fear

Break the fear

11th - 12th Grade

10 Qs

Project Stem Python Unit 1 Test Review

Project Stem Python Unit 1 Test Review

9th - 12th Grade

17 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Unit 5 Data

Unit 5 Data

9th - 12th Grade

15 Qs

Variables and Functions

Variables and Functions

KG - University

10 Qs

Second Semester Online Quiz

Second Semester Online Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Franz Napone

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

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

a.) int 1;

b.) float numFloat = "10.23";

c.) String model = 'cell';

d.) char value = 'a';

Answer explanation

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Which data type is used to store whole number in Java?

a.) int

b.) char

c.) String

d.) boolean

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What values can a boolean variable store?

a.) whole number

b.) text

c.) true

d.) character

4.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

The value 'a' would be best stored in a blank type of variable.

a.) String

b.) char

c.) double

d.) integer

5.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What type of variable is used to store texts?

a.) String

b.) char

c.) double

d.) integer

6.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

To output or display data on the screen we use:

a.) System.out.print()

b.) System.display

c.) System.in.println

d.) System.print.display()

7.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What is the correct syntax to output "Hello World" in Java

a.) Console.WriteLine("Hello World");

b.) display("Hello World");

c.) echo("Hello World");

d.) System.out.print("Hello World");

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?