Java Basics MP1 Test 3

Quiz
•
Computers
•
11th Grade
•
Hard
Patrick Bryar
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
double
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
It is a data type used to hold multiple characters, like words and sentences.
float
char
date
String
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What output will be produced by:
System.out.println("Hello");
System.out.print("Karel");
Hello
Karel
HelloKarel
Hello\nKarel
Error
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What does the code segment output?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of x after this code runs?
int x = 5;
x = 10;
x = 4;
5
10
4
true
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print? int n = 5; n++; n++; n += n; System.out.println(n);
12
40
14
18
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Refer to the following code segment:
The student wanted the output to be: 1 / 4 = 0.25
Which change to the first line would get the correct answer?
int myDouble = 1/4;
double myDouble = (double) 1/4;
double myDouble = (int) 1/4;
double myDouble = (int) (1.0/4.0);
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Tipe Data dalam Basisdata

Quiz
•
1st - 12th Grade
15 questions
Progamming - Java Syntax

Quiz
•
11th - 12th Grade
15 questions
Casting in Java

Quiz
•
11th - 12th Grade
22 questions
AP CSA Primitive Types Practice

Quiz
•
11th Grade
15 questions
Java Math

Quiz
•
9th - 12th Grade
15 questions
C# alapok 2

Quiz
•
11th Grade
17 questions
Java-Basics

Quiz
•
9th - 12th Grade
22 questions
C# start

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade