code.org Unit 3 Review

code.org Unit 3 Review

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

OCR J277 2.5 Programming Languages and IDEs

OCR J277 2.5 Programming Languages and IDEs

11th Grade

34 Qs

Basic Programming Concepts Quiz New

Basic Programming Concepts Quiz New

6th Grade - University

30 Qs

uCertify Chapter 5 UID Test

uCertify Chapter 5 UID Test

8th - 12th Grade

30 Qs

AP CSP| S2 Final Exam Review

AP CSP| S2 Final Exam Review

12th Grade

30 Qs

2.2 j277 computer science programming techniques (iteration)

2.2 j277 computer science programming techniques (iteration)

9th - 10th Grade

30 Qs

AP CSP - Standard 3 Review

AP CSP - Standard 3 Review

12th Grade

33 Qs

Introduction to Computer Science Unit 3 Review

Introduction to Computer Science Unit 3 Review

9th - 12th Grade

38 Qs

Code.org INTRO TO APP DESIGN REVIEW

Code.org INTRO TO APP DESIGN REVIEW

9th Grade

35 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?