The following table shows the value of expression based on the values of input1 and input2. Which of the following expressions are equivalent to the value of expression as shown in the table?

AP comp sci test #7

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Sophie Schneider
Used 1+ times
FREE Resource
109 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
(NOT input1) OR (NOT input2)
(NOT input1) AND (NOT input2)
NOT (input1 OR input2)
NOT (input1 AND input2)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following question uses a robot in a grid of squares. The robot is represented by a triangle, which is initially facing toward the top of the grid. Which of the following code segments will move the robot to the gray square along the path indicated by the
arrows?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A student’s overall course grade in a certain class is based on the student’s scores on individual assignments. The course
grade is calculated by dropping the student’s lowest individual assignment score and averaging the remaining scores.
For example, if a particular student has individual assignment scores of 85, 75, 90, and 95, the lowest score (75) is
dropped. The calculated course grade is . A programmer is writing a program to calculate a student’s course grade using the process described. The
programmer has the following procedures available. The student’s individual assignment scores are stored in the list scores. Which of the following can be used to calculate a student’s course grade and store the result in the variable finalGrade?
finalGrade <--- Sum (scores) / LENGTH (scores)
finalGrade <--- finalGrade - Min (scores)
finalGrade <--- Sum (scores) / (LENGTH (scores) - 1)
finalGrade <--- finalGrade - Min (scores)
finalGrade <--- Sum (scores) - Min (scores)
finalGrade <--- finalGrade / LENGTH (scores)
finalGrade <--- Sum (scores) - Min (scores)
finalGrade <--- finalGrade / (LENGTH (scores) - 1)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following question uses a robot in a grid of squares. The robot is represented by a triangle, which is initially facing right. Consider the procedures below. Which of the following code segments will move the robot to the gray square?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Grades in a computer science course are based on total points earned on a midterm exam and a final exam. The teacher provides a way for students to improve their course grades if they receive high scores on the final exam: if a student’s final exam score is greater than the student’s midterm exam score, the final exam score replaces the midterm exam score in the calculation of total points. The table below shows two students’ scores on the midterm and final exams and the calculated total points each student earns.
• Khalil does better on the midterm exam than on the final exam, so his original midterm and final exam scores are added to compute his total points.
• Josefina does better on the final exam than on the midterm exam, so her final exam score replaces her midterm exam score in the total points calculation.
A programmer is writing a procedure to calculate a student’s final grade in the course using the score replacement policy described. The student’s exam scores are stored in the variables and . The procedure returns the larger of and . Which of the following could be used in the procedure to calculate a student’s total points earned in the course and store the result in the variable ?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following code segment is intended to draw the figure.
startX <--- 2
startY <--- 6
endX <--- 8
endY <--- 8
REPEAT 4 TIMES
{
<MISSING CODE>
Which of the following can be used to replace <MISSING CODE> so that the figure is drawn correctly?
DrawLine (startX, startY, endX, endY)
endY <--- endY - 2
DrawLine (startX, startY, endX, endY)
endX <--- endX - 2
endY <--- endY - 2
endY <--- endY - 2
DrawLine (startX, startY, endX, endY)
endX <--- endX - 2
endY <--- endY - 2
DrawLine (startX, startY, endX, endY)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A list of numbers is considered increasing if each value after the first is greater than or equal to the preceding value.
The following procedure is intended to return true if numberList is increasing and return false
otherwise. Assume that numberList contains at least two elements.
Line 1: PROCEDURE isIncreasing(numberList)
Line 2: {
Line 3: count 2
Line 4: REPEAT UNTIL(count > LENGTH(numberList))
Line 5: {
Line 6: IF(numberList[count] < numberList[count - 1])
Line 7: {
Line 8: RETURN(true)
Line 9: }
Line 10: count count + 1
Line 11: }
Line 12: RETURN(false)
Line 13: }
Which of the following changes is needed for the program to work as intended?
In line 3, 2 should be changed to 1.
In line 6, < should be changed to ≥.
Lines 8 and 12 should be interchanged.
Lines 10 and 11 should be interchanged.
Create a free account and access millions of resources
Similar Resources on Quizizz
110 questions
PLTW CSE Unit 3.1/3.2 Review (Python)

Quiz
•
9th - 12th Grade
110 questions
INFORMATIKA SMK SMA MA KELAS 10 11 12 PTS PAS SUMATIF PSAJ

Quiz
•
10th Grade
107 questions
JAVASCRIPT

Quiz
•
11th Grade - University
108 questions
Tech Programming Concepts Quiz

Quiz
•
12th Grade
112 questions
Computer Systems - Assessment

Quiz
•
10th - 11th Grade
105 questions
CP15 2020 - TEST 1-25.11.22

Quiz
•
12th Grade
112 questions
Year 9 - Revision Quiz

Quiz
•
9th Grade
109 questions
Computer Networks

Quiz
•
8th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade