Java Programming

Java Programming

12th Grade

16 Qs

quiz-placeholder

Similar activities

Java - arrays and String methods

Java - arrays and String methods

9th - 12th Grade

12 Qs

Topic 4.5 Method Part 2

Topic 4.5 Method Part 2

12th Grade

19 Qs

CSA 1.1.2 Variables & Data Types

CSA 1.1.2 Variables & Data Types

11th - 12th Grade

13 Qs

Java 1 Practice

Java 1 Practice

9th - 12th Grade

21 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

C++ cap. 4

C++ cap. 4

9th - 12th Grade

15 Qs

Java-Chapter 10 Exam

Java-Chapter 10 Exam

9th - 12th Grade

20 Qs

Java-Chapter 12 Exam

Java-Chapter 12 Exam

9th - 12th Grade

20 Qs

Java Programming

Java Programming

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Izzy Paulsenn

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does IDE stand for?

Insanely Duplicated Elephant

Internal Development Engine

Integrated Development Environment

Interesting Delicate Egg

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print?
System.out.println("hello");

System.out.println("iD/ntech")

hello

iD/ntech

helloiD

tech

hello

iD

tech

hello

iDtech

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank:

_____ x = 3.4;

String

int

boolean

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is this?

("Hello " + 34 + " iDtech 39")

int

String

int String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to create a scanner?

Scanner myScanner = Scanner(System.in);

Scanner myScanner = new Scanner(System.in)

Scanner (System.in);

Scanner myScanner = new Scanner(System.in);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does (10 % 4) evaulate to?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement evaluates to True?

(4 < 8)

(9 == 6)

(7 > 12)

(6 <= 3)

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?