Py4e: Chapter 1 Questions and Answers|
Latest Update
Which of these words are reserved words in Python ? if, break, while
What is the proper way to say "good-bye" to Python? quit()
Which of the parts of a computer actually executes the program instructions? Central
Processing Unit (CPU)
What is "code" in the context of this course? A sequence of instructions in a programming
language
A USB memory stick is an example of which of the following components of computer
architecture? Secondary Memory
What is the best way to think about a "Syntax Error" while programming? The computer
did not understand the statement that you entered
Which of the following is not one of the programming patterns covered in Chapter 1?
Random steps
When Python is running in the interactive mode and displaying the chevron prompt (>>>) - what
question is Python asking you?
Latest Update
Which of these words are reserved words in Python ? if, break, while
What is the proper way to say "good-bye" to Python? quit()
Which of the parts of a computer actually executes the program instructions? Central
Processing Unit (CPU)
What is "code" in the context of this course? A sequence of instructions in a programming
language
A USB memory stick is an example of which of the following components of computer
architecture? Secondary Memory
What is the best way to think about a "Syntax Error" while programming? The computer
did not understand the statement that you entered
Which of the following is not one of the programming patterns covered in Chapter 1?
Random steps
When Python is running in the interactive mode and displaying the chevron prompt (>>>) - what
question is Python asking you?