Code.org Unit 3

Code.org Unit 3

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Functions

Python Functions

11th - 12th Grade

12 Qs

Code.org CSA

Code.org CSA

9th - 12th Grade

15 Qs

Unit 3 Review

Unit 3 Review

10th - 12th Grade

15 Qs

Unit 7

Unit 7

9th - 12th Grade

13 Qs

Computer Science Principles Unit 7 Parameters Returns Libraries

Computer Science Principles Unit 7 Parameters Returns Libraries

9th - 12th Grade

13 Qs

Functions In Python

Functions In Python

12th Grade

10 Qs

Structured Programming

Structured Programming

9th Grade

11 Qs

Code.org Unit 3

Code.org Unit 3

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Connie Tenney

Used 388+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ambiguities in natural language necessitate the creation of a more precise language - a programming language- for controlling computers

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Compared to the number of words in a natural language, the number of defined words in a programming language is very small.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are many possible ways to interpret an instruction written in a programming language.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not true about functions?

Functions are reusable programming abstractions

Functions can reduce complexity of writing and maintaining programs

Functions cannot make calls to other functions within the same program

Once defined, a function can be called many times from different parts of the program.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be a well-named function IF we are following all important naming conventions?

#drawStar()

Drawstar()

DrawStar()

drawStar()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two functions in a single program can have different names but contain identical code.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function can change names over the course of a program

True

False

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?