Which of the following best compares the values displayed by programs A and B?
3B - AP CSP

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Inez아라 Inez아라
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Program A and Program B display identical values.
Program A and Program B display the same values in different orders.
Program A and program B display the same number of values, but the values differ.
Program A and Program B display a different number of values.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A code segment is intended to transform the list utensils so that the last element of the list is moved to the beginning of the list.
Which of the following code segments transforms the list as intended?
len ← LENGTH(utensils)
temp ← utensils[len]
REMOVE(utensils, len)
APPEND(utensils, temp)
len ← LENGTH(utensils)
REMOVE(utensils, len)
temp ← utensils[len]
APPEND(utensils, temp)
len ← LENGTH(utensils)
temp ← utensils[len]
REMOVE(utensils, len)
INSERT(utensils, 1, temp)
len ← LENGTH(utensils)
REMOVE(utensils, len)
temp ← utensils[len]
INSERT(utensils, 1, temp)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A team of programmers is designing software. One portion of the project presents a problem for which there is not an obvious solution. After some research, the team determines that the problem is undecidable. Which of the following best explains the consequence of the problem being undecidable?
The problem can be solved algorithmically, but it will require an unreasonably long amount of time.
The problem can be solved algorithmically, but it will require an unreasonably large amount of data storage.
There is no possible algorithm that can be used to solve all instances of the problem.
There are several different possible algorithms that can solve the problem, but there is controversy about which is the most efficient.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A city planner is using simulation software to study crowd flow out of a large arena after an event has ended. The arena is located in an urban city. Which of the following best describes a limitation of using a simulation for this purpose?
The model used by the simulation software cannot be modified once the simulation has been used.
The model used by the simulation software often omits details so that it is easier to implement.
Running a simulation requires more time to generate data from trials than observing the crowd exiting the arena at various events.
Running a simulation requires a large number of observations to be collected before it can be used to explore a problem.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following describes the possible values of ans as a result of executing the code segment?
An integer value from 1 to 8, inclusive
Any integer value from 1 to 16, inclusive
Any integer value from 4 to 8, inclusive
Any integer value from 7 to 16, inclusive
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following procedures would be most useful as part of a program to determine whether a word appears in two different text files?
A procedure getWords, which takes a positive integer n and a text file as input and returns the first n words in the text file.
A procedure isFound, which takes a word and a text file as input and returns true if the word appears in the text file
A procedure textMatch, which takes two text files as input and returns true if the two text files are identical.
A procedure sameSize, which takes two text files as input and returns true if the two text files contain the same number of words.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A sorted list of numbers contains 200 elements. Which of the following is closest to the maximum number of list elements that will need to be examined when performing a binary search for a particular value in the list?
5
8
100
200
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Pemrograman

Quiz
•
11th Grade
20 questions
Information Technology

Quiz
•
9th - 12th Grade
20 questions
PEMOGRAMAN DASAR

Quiz
•
10th Grade
18 questions
National 4/5 Programming (VB)

Quiz
•
9th - 11th Grade
15 questions
Python Unit 8 Quiz

Quiz
•
9th - 12th Grade
17 questions
Micro:bit Python #1

Quiz
•
9th - 12th Grade
20 questions
Python First Steps Homework Quiz

Quiz
•
7th - 9th Grade
20 questions
Java Conditional Constructs

Quiz
•
9th - 10th Grade
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