AP CSP Unit 6 -#2

AP CSP Unit 6 -#2

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Do You Know Your Keyboard?

Do You Know Your Keyboard?

5th - 10th Grade

15 Qs

Pointers

Pointers

12th Grade

20 Qs

Exam Style Questions

Exam Style Questions

10th - 11th Grade

18 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

12AIT - All About W3C <3

12AIT - All About W3C <3

10th Grade - University

18 Qs

Advantages and Disadvantages of Collecting Data

Advantages and Disadvantages of Collecting Data

10th Grade

20 Qs

TO PAS AIJ

TO PAS AIJ

11th Grade

20 Qs

ESBWB Workbook Domain 1 Lesson 2

ESBWB Workbook Domain 1 Lesson 2

9th - 12th Grade

15 Qs

AP CSP Unit 6 -#2

AP CSP Unit 6 -#2

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Brian Ranallo

Used 317+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value that is assigned in any list is considered...

Element

Index

String

Integer

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Lists reference their values by using which of the following?

Index

Element

Variables

Loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to place a new element anywhere in a list, I would use which of the following methods?

appendItem

insertItem

addItem

joinItem

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What is the output of word1?

var word="APComputerScience";

var word1=word.substring(2,word.length-7);

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When creating lists, sometimes you will need to create a “scrolling pattern”. 

Which of the following will not scroll beyond the end of a list?

if  (index < myList.length-1) {

Index++

}

if  (index > myList.length-1) {

Index++

}

if  (index < myList.length) {

Index++

}

if  (index > myList.length) {

Index++

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following programming constructs is an example of an iteration?

Lists

Loops

Functions

Conditionals

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is a benefit of using a simulation instead of an experiment to make a prediction?

A simulation produces results that are more accurate than experimental results.

A simulation always produces the same output, so its results can be verified.

A simulation can be used to model real-world events that are impractical for experiments.

A simulation allows investigation of a phenomenon without the real-world limitations on time, safety, or budget.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers