Search Header Logo

Coding 2 Final Review #Educreator12

Authored by Heather Coombs

Computers

7th - 8th Grade

Used 2+ times

Coding 2 Final Review #Educreator12
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A specific action that a computer knows how to perform. A function must be defined somewhere in the code and when a function is called, it will use the instructions that are stored in the function definition.

Function

Function Call

Program/Code

Argument

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An instruction that tells the computer to perform a specific function. The function call must use the name of the function followed by a set of parentheses. A function call may or may not have a value inside the parentheses, depending on the function definition.

Function

Function Call

Program/Code

Argument

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of instructions that a computer will execute

Function

Function Call

Program/Code

Argument

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value that is inside the parentheses when a function call is made. For example, in the function call print(42), the argument is the value 42.

Function

Function Call

Program/Code

Argument

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A specific data type that stores a whole number

Integer

String

Float

Comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A specific data type that stores a series of letters or characters.

Integer

String

Float

Comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Certain symbols in code communicate to the computer that anything after them should be ignored when it executes your program. This allows you to document your code by adding comments, which will help you debug your work and help other people understand what your code does. In Python, single-line comments are started with a pound sign (#).

Integer

String

Float

Comment

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?