CSP I - Unit 4 – Lessons 9-11 (Functions)

CSP I - Unit 4 – Lessons 9-11 (Functions)

9th Grade

7 Qs

quiz-placeholder

Similar activities

APP Design

APP Design

9th - 12th Grade

10 Qs

Q1 Exam Review (2018)

Q1 Exam Review (2018)

9th - 12th Grade

12 Qs

Python Basics

Python Basics

7th - 9th Grade

10 Qs

SLO Pre/Post Test - code.org - L8,9,10,12 -P

SLO Pre/Post Test - code.org - L8,9,10,12 -P

9th - 12th Grade

10 Qs

CodeHS 2.13 Short-Circuit Evaluation

CodeHS 2.13 Short-Circuit Evaluation

9th - 12th Grade

11 Qs

If Then Statements

If Then Statements

9th - 12th Grade

11 Qs

ITC: 3.4 3.4 Motherboard Troubleshooting

ITC: 3.4 3.4 Motherboard Troubleshooting

9th Grade

10 Qs

CSP I - Unit 4 – Lessons 9-11 (Functions)

CSP I - Unit 4 – Lessons 9-11 (Functions)

Assessment

Quiz

Computers

9th Grade

Medium

Used 8+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A named group of programming instructions. Also referred to as a “procedure”.

variable

conditional

function

function call

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This picture represents a?

variable

conditional

function

function call

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This picture represents a...

variable

conditional

function

function call

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A command that executes the code within a function

variable

conditional

function

function call

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The user interacts with a screen element and triggers an event . The event changes the values stored in variables and the screen is updated to reflect the change. This is known as?

string concatenation pattern

updateScreen pattern

counter Pattern

sequential program language

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why use functions?

What is the BEST answer choice?

to compare a value on the left with a value on the right

to see if something is true or false

to see if something is even or odd

removing repetition

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the name of the function in the code segment?

updateScreen

buyApple

BuyApple

UpdateScreen