
CS402 T02b

Quiz
•
Computers
•
Professional Development
•
Hard
Mike Wong
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
1. What would happen if you attempt to store a value of 1000 in a byte variable?
It will store successfully.
A compilation error occurs.
A runtime error occurs.
It will store the value as 127.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
2. What is the correct way to represent a floating-point literal in Java?
100.5L
100
100.5f
100.5
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
3. What is the default type for a floating-point literal in Java?
float
double
long
byte
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
4. Which of the following is true about implicit casting in Java?
It converts a double to int.
It automatically widens a smaller type to a larger type.
It truncates decimal places.
It only works for int and byte types.
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
5. Which operator is used for incrementing a variable by 1 in Java?
++
--
+=
==
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
6. What is the output of the following code?
int i = (int) 3.9;
System.out.println(i);
4
3.9
3
Compilation error
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
7. What will be the output of the following code?
int x = 10;
System.out.println(++x + x++);
11
20
21
22
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
java

Quiz
•
Professional Development
10 questions
Strings quiz

Quiz
•
Professional Development
10 questions
C - Programming ( Output based - Loop )

Quiz
•
Professional Development
10 questions
Day 4 C Programming Quiz

Quiz
•
Professional Development
10 questions
Java SE: Programming I

Quiz
•
Professional Development
12 questions
StreamQuiz

Quiz
•
Professional Development
10 questions
C Code Master lvl 2 A

Quiz
•
Professional Development
10 questions
java 15-10-2023

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade