get started with python coursera week 1 quiz answers

Test your knowledge: Get started with the course

1. Fill in the blank: Computer _____ refers to the process of giving instructions to a computer to perform an action or set of actions.

  • visualizing
  • programming
  • analyzing
  • science

2. In Python, what is a library?

  • The words and symbols used to write instructions for computers to follow
  • A reusable collection of code
  • A sequence of data visualizations
  • A chain of transistors

3. Python is a low-level programming language.

  • True
  • False

Test your knowledge: The power of Python

4. Fill in the blank: Jupyter Notebook is an open source _____ for creating and sharing documents containing live code, mathematical formulas, visualizations, and text.

  • web application
  • dot notation
  • library
  • programming language

5. In object-oriented programming, objects can contain both data and useful code that manipulates that data.

  • True
  • False

6. What are examples of classes in Python? Select all that apply.

  • Integers
  • Floats
  • Strings
  • Cells

Test your knowledge: Using Python syntax

7. Variables can only store values of numeric data types.

  • True
  • False

8. What are best practices when assigning a new variable? Select all that apply.

  • Determine the variable’s name
  • Determine the variable’s data type
  • Determine the variable’s starting value
  • Determine the variable’s keyword

Shuffle Q/A 1

9. Fill in the blank: An _____ is a combination of numbers, symbols, or other variables that produce a result when evaluated.

  • object
  • argument
  • expression
  • attribute

10. Which data type represents numbers that contain decimals?

  • Boolean
  • Integer
  • String
  • Float

Leave a Reply