April Revision APCSP

Quiz
•
Computers
•
12th Grade
•
Hard
Diana Mousa
Used 2+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing statement?
item=3 OR item=6 OR item=9
item MOD 3=0 AND item > 0 AND item <9
item>3 AND ITEM <9
item MOD 3=1 AND item MOD 5=1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can replace <missing condition> to complete the last column of the table?
A AND B
A OR B
NOT (A OR B)
A AND NOT (B)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value displayed after the following algorithm is run?
1 2 3
7 6 5 4
4
7 6 5
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Consider the following program , which is intended to display the number of times a number target appears in a list, select TWO answers
The program correctly displays the count when the target is not the list
The program never correctly displays the correct value for count
The program correctly displays the count if the target appears once within the list and at the end of the list
The program always correctly displays the correct value for count
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Consider the following program. It is intended to display the index of the location where a target is located or to display -1 if the target is not in the list.
The target will not appear twice in the list. For which of the following test cases would the above program display the correct index if the target number is 356? select TWO answers
List(2,34,356,54)
List(2,34,54,356)
List(1,1,35,6)
List(2,356,11,54)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code segments will correctly search for a value using a binary search?
list1<--Sort(list1)
list2<--Sort (list2)
resultList<-- combine (list1,list2)
BinarySearch(resultList,value)
resultList<--combine(list1,list2)
BinarySearch(resultList,value)
resultList<-- combine(list1,list2)
resultList<--Sort(resultList)
BinarySearch(resultList, value)
BinarySearch(list1,value)
BinarySearch(list2,value)
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
The question below uses a robot in a grid of squares. The robot is represented as a triangle, which is initailly facing toward the top of the grid. Which of the following codes would move the robot one square forward 1% of the time? Select TWO answers
if(RANDOM(1,100)=4)
MOVE_FORWARD( )
if(RANDOM(0,100)=4)
MOVE_FORWARD( )
if(RANDOM(1,100)<2)
MOVE_FORWARD( )
if(RANDOM(1,100)<=2)
MOVE_FORWARD( )
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Unit 8 Quiz

Quiz
•
9th - 12th Grade
14 questions
Python Quiz-Code sample

Quiz
•
9th - 12th Grade
18 questions
Computer Science LISTS

Quiz
•
12th Grade
19 questions
JavaScript Data Structures

Quiz
•
9th - 12th Grade
15 questions
JavaScript and Graphics

Quiz
•
9th - 12th Grade
15 questions
PCEP Section 2B: Perform different types of iterations

Quiz
•
12th Grade
15 questions
Understanding Lists in Python

Quiz
•
12th Grade
16 questions
Lists

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade
21 questions
9th Grade English Diagnostic Quiz

Quiz
•
9th - 12th Grade
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University