
6.06 Part 1 Challenge Exam
Authored by Michael Courtright
Computers
9th - 12th Grade
Used 58+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
If String str1 = "Forest" and String str2 = "School"
what is the value of str1.compareTo(str2);?
1
-1
0
a value less than 0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assume that age has been declared as an int variable. Which expression is true whenever age indicates that the person is a teenager?
((age < 20) && (age >= 13))
((age < 20) || (age >= 13))
((age <= 19) && (age < 13)
((age <= 19) || (age >= 13))
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
!((x > y) || (y <= 0)) is equivalent to which of the following expressions in the image?
I
II
III
I and III only
II and III only
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Assume that these String variables have been declared:
String str1 = "fred";
String str2 = "Fred";
What is the value of the following expression?
str1.equals(str2);
true
false
fred
equal
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
When is the following expression true?
!(!a || b) || (!a && b)
If and only if a and b have different values
If and only if a and b have the same value
If and only if both a and b are true
If and only if both a and b are false
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is output by the following segment of code in the image?
int i = 6;
while (i >= 2)
{
System.out.print (i + " ");
if ((i % 2) == 0)
{
i = i / 2;
} else
{
i++;
}
}
6 7 4 2
6 3 4 2
6 2 4 1
6 5 4 3 2
6 3 5 2
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Given the following code:
if (n == 2)
{
k -= 2;
}
else if (n == 3)
{
k -= 3;
}
can be rewritten as
if (< condition >)
{
< assignment statement >;
}
where < condition > and < assignment statement > are chosen so that the rewritten code
performs the same task as the original code. Assume that both n and k are integer
variables.
Which of the following could be used as < condition >?
I. (n == 2) || (n == 3)
II. (n == 2) && (n == 3)
III. (n >= 2) && (n <= 3)
I
II
III
I & III only
II and III only
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
25 questions
Av. Teórica HTML
Quiz
•
10th Grade
25 questions
Year 9 Hardware Assessment
Quiz
•
9th Grade
25 questions
2.3 Robust Programs
Quiz
•
9th - 11th Grade
22 questions
одномерные массивы
Quiz
•
10th Grade
22 questions
1.1.3 Input, output and storage
Quiz
•
11th Grade - University
22 questions
Documental: Historia secreta de los piratas informáticos
Quiz
•
10th - 12th Grade
23 questions
Cyber Security Study Guide
Quiz
•
10th Grade
22 questions
Questions on lesson 1 in Cybersecurity
Quiz
•
11th Grade
Popular Resources on Wayground
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
9 questions
FOREST Perception
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
Discover more resources for Computers
10 questions
Navigating Digital Citizenship and Online Safety
Interactive video
•
6th - 10th Grade
20 questions
Computer / Internet Companies
Quiz
•
9th Grade
10 questions
Exploring the Basics of Google Sheets
Interactive video
•
9th Grade
10 questions
Exponent Rules
Quiz
•
9th - 12th Grade
20 questions
JavaScript - Karel
Quiz
•
9th - 10th Grade