Computer Science Principles Lists Loops Traversals

Computer Science Principles Lists Loops Traversals

9th - 12th Grade

33 Qs

quiz-placeholder

Similar activities

Python quiz

Python quiz

2nd Grade - University

29 Qs

PowerPoint Quiz

PowerPoint Quiz

12th Grade

30 Qs

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

BÀI KIỂM TRA CHỦ ĐỀ F_ICT LỚP 11

BÀI KIỂM TRA CHỦ ĐỀ F_ICT LỚP 11

11th Grade

28 Qs

Lesson three (Collecting projects data using spreadsheets )

Lesson three (Collecting projects data using spreadsheets )

10th Grade

28 Qs

Quarter 2 Quiz 2

Quarter 2 Quiz 2

12th Grade

35 Qs

PROGRAMMING(MIDTERM EXAM)

PROGRAMMING(MIDTERM EXAM)

12th Grade

35 Qs

Computers Are Your Future

Computers Are Your Future

9th Grade

30 Qs

Computer Science Principles Lists Loops Traversals

Computer Science Principles Lists Loops Traversals

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Thomas Martinez

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

.

Media Image
Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Jasmine is writing a shopping app. She has created a variable to keep track of the number of items in the shopping cart. Every time someone clicks the "addItemButton", she would like the variable to increase by 1.


What code should Jasmine insert where it says <missing code> in order for her app to work?

cart total = 1;

cartTotal + 1;

cartTotal = cartTotal +1;

var cartTotal = cartTotal + 1;

var cartTotal + 1;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Jose is writing a reply function for a text messaging app. He'd like to swap the sender and receiver so that the value currently in variable From ends up as the value in To and To ends up in From


Which of the following code segments will correctly swap the values as described?

Media Image
Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer wrote an essay for his history class, and realized he has confused the names of Benjamin Franklin and Alexander Graham Bell. Instead of going through the whole paper and changing the names, he used the following incorrect algorithm in an attempt replace every occurrence of "Benjamin Franklin" with "Alexander Graham Bell" and vise versa:

First, change all occurrences of "Benjamin Franklin" to "apple" Then, change all occurrences of "apple" to "Alexander Graham Bell". Then, change all occurrences of "Alexander Graham Bell" to "Benjamin Franklin".

Here is an example of one of the sentences from the paper:

Alexander Graham Bell was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.

Which of the following is the result of running the described incorrect algorithm on the sentence above?

Benjamin Franklin was born 141 years before Alexander Graham Bell, so he was never able to telephone his neighbors.

apple was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.

Alexander Graham Bell was born 141 years before apple, so he was never able to telephone his neighbors.

Benjamin Franklin was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.

Alexander Graham Bell was born 141 years before Alexander Graham Bell, so he was never able to telephone his neighbors.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following images is the most likely outcome of the drawing?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is displayed by the console.log statement after the following code segment executes?

value is: 2

value is: 2.3333333

value is: 3

value is: 4

value is: c

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A student decides to draw a series of three dots (sort of like a snowman) as shown in the diagram. She wants each dot to be half the radius of the previous dot, and for the center to be on the edge of the dot below it. She writes the following code segment to do it.

Media Image
Media Image
Media Image
Media Image
Media Image

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?