Java Programming

Java Programming

12th Grade

16 Qs

quiz-placeholder

Similar activities

Programación

Programación

12th Grade

12 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Exam 4 Review

Exam 4 Review

9th - 12th Grade

20 Qs

QUIZ DASAR DASAR PEMROGRAMAN JAVA

QUIZ DASAR DASAR PEMROGRAMAN JAVA

11th Grade - University

20 Qs

CSA Lessons 1-10

CSA Lessons 1-10

10th - 12th Grade

21 Qs

Java Quick Reference

Java Quick Reference

9th - 12th Grade

16 Qs

Variables and Loops Review

Variables and Loops Review

9th - 12th Grade

20 Qs

Java Programming Basics

Java Programming Basics

12th Grade

17 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?