
Java Programming Quiz

Quiz
•
Information Technology (IT)
•
12th Grade
•
Hard
Dina Sharawy
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to take input from the user in Java?
System.out.println()
Scanner input = new Scanner();
Scanner input = new Scanner(System.in);
System.in.read()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to print output in Java?
System.out.input()
System.out.println()
System.out.read()
System.println()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code do?
Scanner scanner = new Scanner(System.in);
int age = scanner.nextInt();
System.out.println("Your age is: " + age);
It takes an integer input and prints "Your age is: " followed by the input.
It gives an error because of incorrect syntax.
It prints the user's age without taking input.
It prompts the user for their name.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you take a string input from the user in Java?
input.nextString()
scanner.next()
scanner.nextLine()
scanner.input()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does System.out.println() do in Java?
Takes input from the user.
Prints a message to the console.
Reads a file.
Terminates the program.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly reads an integer value from the user?
int num = input.readInt();
int num = scanner.nextInt();
int num = input.nextInt();
int num = scanner.read();
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which package is needed to use the Scanner class for input in Java?
java.util.io
java.scanner.util
java.io
java.util.Scanner
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Основи програмування Екз

Quiz
•
12th Grade
20 questions
Kuiz Peranti Periferal KP9

Quiz
•
12th Grade
24 questions
Python Midterm Review

Quiz
•
9th - 12th Grade
20 questions
QUIZ in JAVA METHOD

Quiz
•
12th Grade
25 questions
Comp Sci Primitive Types

Quiz
•
9th - 12th Grade
21 questions
4tos Formativa

Quiz
•
4th Grade - University
18 questions
IT tutor

Quiz
•
12th Grade
25 questions
C Programming Concepts Challenge

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Video Games

Quiz
•
6th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
13 questions
BizInnovator Startup - Experience and Overview

Quiz
•
9th - 12th Grade
16 questions
AP Biology: Unit 1 Review (CED)

Quiz
•
9th - 12th Grade
20 questions
Parallel lines and transversals

Quiz
•
9th - 12th Grade
9 questions
Geometry and Trigonometry Concepts

Interactive video
•
9th - 12th Grade
10 questions
Angle Relationships with Parallel Lines and a Transversal

Quiz
•
9th - 12th Grade