code.org Unit 3 Review

code.org Unit 3 Review

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Grade 10 Quiz chp# 1

Grade 10 Quiz chp# 1

10th Grade

32 Qs

AP Computer Science Principles Practice Module

AP Computer Science Principles Practice Module

11th - 12th Grade

35 Qs

ITF Domains 3 and 4

ITF Domains 3 and 4

9th Grade

30 Qs

AP CSP Unit 3 Review (code.org)

AP CSP Unit 3 Review (code.org)

10th - 12th Grade

31 Qs

Scratch quiz

Scratch quiz

9th Grade

30 Qs

PLTW CSIM Lesson 1 Assessment

PLTW CSIM Lesson 1 Assessment

5th - 9th Grade

35 Qs

Python programming

Python programming

11th Grade

30 Qs

Karel Programming

Karel Programming

10th Grade - University

39 Qs

code.org Unit 3 Review

code.org Unit 3 Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Megan Cullen

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will the "background-color" of the "bottomButton" be when the program is finished running?

red

orange

blue

green

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

The following program is run. Then the user clicks the "bottomButton" ONCE and then clicks the "topButton" ONCE. What will be displayed in the console?

aaa bbb ccc

aaa ccc bbb

bbb aaa ccc

ccc bbb aaa

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

The following program is run. Then the user clicks the "bottomButton" TWO TIMES. What will be displayed in the console?

aaa bbb ccc ddd

bbb ddd ccc ccc

bbb ddd aaa aaa

bbb ccc ccc ddd

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following BEST describes the differences between sequential and event-driven programming?

In sequential programming commands run one at a time. In event-driven programming all commands run at the same time

In sequential programming commands run faster than in event-driven programming.

In sequential programming each command is run many times in sequence. In event-driven programming all commands are run a single time as an event.

In sequential programming commands run in the order they are written. In event-driven programming some commands run in response to user interactions or other events.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT a reason to include comments in programs

Comments help the computer decide whether certain components of a program are important.

Comments help programmers debug issues in their own code

Comments help document how code was written for other programmers to use

Comments enable programmers to track their work throughout the development process

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Select the correct code.

A

B

C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line of code produces the message?

1

2

3

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?