Search Header Logo

Big Idea 3 (Portion) Quiz

Authored by Danzel Umapas

Computers

12th Grade

Used 1+ times

Big Idea 3 (Portion) Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the following code segment.

x ← 25

y ← 50

z ← 75

x ← y

y ← z

z ← x

Which of the variables have the value 50 after executing the code segment?

Responses

x
z

x and z

y

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the following code segment.

red ← blue

blue ← yellow

red ← red

blue ← blue

What are the values of first and second as a result of executing the code segment?

blue and red

yellow

blue and red

no changes

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Assume that both lists and strings are indexed starting with index 1.

The list wordList has the following contents.

["abc", "def", "ghi", "jkl"]

Let myWord be the element at index 3 of wordList. Let myChar be the character at index 2 of myWord. What is the value of myChar?

i

h

f

e

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the following code segment.

firstList ← ["guitar", "drums", "bass"]

secondList ← ["flute", "violin"]

thirdList ← []

thirdList ← firstList

firstList ← secondList

secondList ← thirdList

What are the contents of secondList after the code segment is executed?

["flute", "violin", "guitar", "drums", "bass"]

["flute", "violin"]

["guitar", "drums", "bass"]

[]

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Consider the following code segment. (see attached image)

What is displayed as a result of executing the code segment?

10 20 30 40

21 30 40 50

21 40 30 40

21 40 30 50

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code segment.

x = 23

z = x mod y

Which of the following initial values of the variable y would result in the variable z being set to 2 after the code segment is executed?

Responses

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Consider the following procedures for string manipulation.

(see attached image)

Which of the following code segments can be used to store "noon" in the string variable word ?

word ← "no"

word ← concat(reverse(word), word)

word ← "no"

word ← concat(reverse(word), reverse(word))

word ← "on"

word ← concat(reverse(word), word)

word ← "on"

word ← concat(reverse(word), reverse(word))

Access all questions and much more by creating a free account

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

Already have an account?