CS1 - Unit 6

CS1 - Unit 6

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

32 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is a benefit of organizing code into functions?
Options:
It makes code more readable,
It allows you to cut down on repetitive code,
It lets you abstract complex code,
All of the above

Back

All of the above

2.

FLASHCARD QUESTION

Front

What order will the print statements run? Options: blue, red green, blue, green, red, blue, red, green, blue, red

Back

blue, green, red

3.

FLASHCARD QUESTION

Front

What will happen if we run the following program? (You can assume that there is no other code in the file.) Options: a) "Hello World!" will print to the console, b) The program will crash due to a syntax error, c) Nothing will print to the console, d) console infinitely until we force quit the program

Back

Nothing will print to the console

4.

FLASHCARD QUESTION

Front

Type the entire function signature:

Back

def greeting(name):

5.

FLASHCARD QUESTION

Front

What are the arguments to the user-defined function? (List arguments in the order they appear, separate with commas and no spaces)

Back

# , 5 , & , 3 , # , 5 , & , 3

6.

FLASHCARD QUESTION

Front

What are the parameters in the following code snippet? (List parameters in the order they appear, separate with comma and no space)

Back

symbol,num

7.

FLASHCARD QUESTION

Front

What should go on line 6 so that this function returns the total summed value?

Back

return total

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?