Consider the following program. [Diagram: x ← 2; REPEAT 4 TIMES { x ← x * 3 }] Which of the following expressions represents the value stored in the variable x as a result of executing the program?
AP Computer Science Principles Practice Exam

Quiz
•
Computers
•
12th Grade
•
Hard
Amber Fowler
Used 19+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
2 * 3 * 3 * 3
2 * 4 * 4 * 4
2 * 3 * 3 * 3 * 3
2 * 4 * 4 * 4 * 4
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A small team of wildlife researchers is working on a project that uses motion-activated field cameras to capture images of animals at study sites. The team is considering using a “citizen science” approach to analyze the images. Which of the following best explains why such an approach is considered useful for this project?
Distributed individuals are likely to be more accurate in wildlife identification than the research team.
The image analysis is likely to be more consistent if completed by an individual citizen.
The image analysis is likely to require complex research methods.
The image analysis is likely to take a longer time for the research team than for a distributed group of individuals.
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
An algorithm is intended to display the following output. red red blue red red blue red red blue Which of the following code segments can be used to display the intended output?
REPEAT 2 TIMES [ REPEAT 3 TIMES [ DISPLAY "red" ] DISPLAY "blue" ]
REPEAT 2 TIMES [ REPEAT 3 TIMES [ DISPLAY "blue" ] DISPLAY "red" ]
REPEAT 3 TIMES [ REPEAT 2 TIMES [ DISPLAY "red" ] DISPLAY "blue" ]
REPEAT 3 TIMES [ REPEAT 2 TIMES [ DISPLAY "blue" ] DISPLAY "red" ]
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In a certain computer program, two positive integers are added together, resulting in an overflow error. Which of the following best explains why the error occurs?
The program attempted to perform an operation that is considered an undecidable problem.
The precision of the result is limited due to the constraints of using a floating-point representation.
The program can only use a fixed number of bits to represent integers; the computed sum is greater than the maximum representable value.
The program cannot represent integers; the integers are converted into decimal approximations, leading to rounding errors.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The diagram below shows a circuit composed of three logic gates. Each gate takes two inputs and produces a single output. For which of the following input values will the circuit have an output of true?
A = true, B = true, C = true, D = false
A = true, B = false, C = false, D = true
A = false, B = true, C = true, D = true
A = false, B = false, C = true, D = true
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The question below uses a robot in a grid of squares. The robot is represented as a triangle, which is initially in the bottom left square of the grid and facing right. The following programs are each intended to move the robot to the gray square. Program II uses the procedure GoalReached, which returns true if the robot is in the gray square and returns false otherwise. Program I: REPEAT 2 TIMES MOVE_FORWARD ROTATE_LEFT MOVE_FORWARD MOVE_FORWARD ROTATE_RIGHT Program II: REPEAT UNTIL GoalReached IF CAN_MOVE forward MOVE_FORWARD ELSE ROTATE_LEFT Which of the following statements best describes the correctness of the programs?
Program I correctly moves the robot to the gray square, but program II does not.
Program II correctly moves the robot to the gray square, but program I does not.
Both program I and program II correctly move the robot to the gray square.
Neither program I nor program II correctly moves the robot to the gray square.
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Flight simulation software, which imitates the experience of flying, is often used to train airline pilots. Which of the following is LEAST likely to be an advantage of using flight simulation software for this purpose?
Flight simulation software allows pilots to practice landing in a variety of different terrains and weather conditions without having to physically travel.
Flight simulation software could save money due to the cost of maintenance and fuel for actual training flights.
Flight simulation software provides a more realistic experience for pilots than actual training flights.
Flight simulation software allows for the testing of emergency air situations without serious consequences.
Create a free account and access millions of resources
Similar Resources on Quizizz
30 questions
Programming launchpad: JS practice

Quiz
•
12th Grade
30 questions
APCSP Exam Review

Quiz
•
9th - 12th Grade
40 questions
Scratch Exam

Quiz
•
9th - 12th Grade
35 questions
Unit 9.1 - Textual Programming

Quiz
•
8th Grade - University
30 questions
BCHS Y9 Python Topic 6 Quiz

Quiz
•
9th - 12th Grade
40 questions
ASAS SAINS KOMPUTER T2 [ULANGKAJI]

Quiz
•
1st Grade - University
35 questions
Attainment 4 - Classroom Activity (Grade 10)

Quiz
•
9th Grade - University
30 questions
Computer Terminology

Quiz
•
1st Grade - Professio...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University