0% found this document useful (0 votes)
368 views

Programming For Everybody (Getting Started With Python) - Home - Coursera - 1 PDF

The document is a quiz summary from Chapter 1 of the Coursera course "Programming for Everybody (Getting Started with Python)". It indicates that the user passed the 10 question quiz with a score of 10/10 (100%). The quiz covered basic Python concepts introduced in Chapter 1 such as the Python prompt, printing output, script file extensions, reserved words, saying goodbye to Python, computer components, code definition, USB drives, syntax errors, and programming patterns.

Uploaded by

DeezNuts
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
368 views

Programming For Everybody (Getting Started With Python) - Home - Coursera - 1 PDF

The document is a quiz summary from Chapter 1 of the Coursera course "Programming for Everybody (Getting Started with Python)". It indicates that the user passed the 10 question quiz with a score of 10/10 (100%). The quiz covered basic Python concepts introduced in Chapter 1 such as the Python prompt, printing output, script file extensions, reserved words, saying goodbye to Python, computer components, code definition, USB drives, syntax errors, and programming patterns.

Uploaded by

DeezNuts
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

03/05/2019 Programming for Everybody (Getting Started with Python) - Home | Coursera

Chapter 1 10/10 points (100%)


Quiz, 10 questions

Congratulations! You passed! Next Item

1/1
 point

1. 
When Python is running in the interactive mode and displaying the chevron prompt (>>>) - what question
is Python asking you?

1/1
 point

2. 
What will the following program print out:

1 >>> x = 15
2 >>> x = x + 5
3 >>> print(x)

1/1
 point

3. 
Python scripts ( les) have names that end with:

1/1
 point

4. 
Which of these words are reserved words in Python ?

1/1
 point

5. 

https://www.coursera.org/learn/python/exam/WiLXL/chapter-1 1/2
03/05/2019 Programming for Everybody (Getting Started with Python) - Home | Coursera

What is the proper way to say “good-bye” to Python?


Chapter 1 10/10 points (100%)
Quiz, 10 questions

1/1
 point

6. 
Which of the parts of a computer actually executes the program instructions?

1/1
 point

7. 
What is "code" in the context of this course?

1/1
 point

8. 
A USB memory stick is an example of which of the following components of computer architecture?

1/1
 point

9. 
What is the best way to think about a "Syntax Error" while programming?

1/1
 point

10. 
Which of the following is not one of the programming patterns covered in Chapter 1?

https://www.coursera.org/learn/python/exam/WiLXL/chapter-1 2/2

You might also like