Python Functions Overview

Python Functions Overview

Assessment

Flashcard

Computers

12th Grade

Easy

Created by

VIJITHA M

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

26 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a function in programming?

Back

A function is a programming block of codes used to perform a single, related, specific task.

2.

FLASHCARD QUESTION

Front

What are parameters in a function?

Back

Parameters are data passed into a function.

3.

FLASHCARD QUESTION

Front

What does it mean that Python treats functions as first-class members?

Back

It means functions in Python can be assigned to variables, stored in collections, or passed as arguments.

4.

FLASHCARD QUESTION

Front

List some advantages of using functions.

Back

1. Reducing duplication of code 2. Decomposing complex problems into simpler pieces 3. Improving clarity of the code 4. Reuse of code 5. Information hiding

5.

FLASHCARD QUESTION

Front

What are the three categories of functions in Python?

Back

1. Built-in functions 2. Functions defined in modules 3. User-defined functions

6.

FLASHCARD QUESTION

Front

What are built-in functions in Python?

Back

Functions whose functionality is predefined in Python, such as len(), type(), int(), input().

7.

FLASHCARD QUESTION

Front

What are user-defined functions?

Back

Functions that allow users to write unique logic defined by the user.

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?