AP Computer Science A #2

This one is a gridded odd one out quiz! Have fun!
Quiz by DankQuizzer16
Rate:
Last updated: October 2, 2023
You have not attempted this quiz yet.
First submittedOctober 2, 2023
Times taken20
Average score75.6%
Report this quizReport
4:00
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Question 1 of 5
Select the odd one out
possible way of successfully storing stuff in a variable
char d = "d";
double qwertyuiop = "I hate DankQuizzer16!";
int num = 23456;
String wordy = "This is the wrong answer";
double hello = 0.1134;
String innocent = "I am the correct answer, EVERYTHING ELSE IS WRONG.";
String qwerty = "Subscribe to DankQuizzer16 for more amazing quizzes!";
int hi = 18749875;
double num = 3.5;
YES
NO
Question 2 of 5
Select the odd one out
printing statements that failed to print JetPunk
System.out.print.JetPunk
Print("PunkJet");
System.out(JetPunk);
System.out.println(JetPunk);
System.out.println("JetPunk");
System.out.println(Jetpunk");
System.out.println("Jetpunk)
System.out.println("PunkJet");
System.print("JetPunk")
YES
NO
Question 3 of 5
Select the odd one out
Non-existent data types
quadruple
quintuple
word
java
triple
single
double
python
number
YES
NO
Question 4 of 5
Select the odd one out
Successful java code statements
.substring(3,6);
.quality(0,10);
int x = 4
Scanner scanScan = new Scanner(System.in);
double decimal = 4/5
System.out.println("Hi");
double y = 4
int num = 5*4
return("number");
YES
NO
Question 5 of 5
Select the odd one out
Math symbols used in java
=
==
-
%
/
+=
*
-=
@
YES
NO
Comments
No comments yet