Programming For Everybody (Getting Started With Python) - Home - Coursera - 1 PDF
Programming For Everybody (Getting Started With Python) - Home - Coursera - 1 PDF
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
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