Q1

Week 1 Quiz

Introduction to Programming & Python

Student Information

Question 1: Multiple Choice (2 points)

What is programming?

Question 2: Multiple Choice (2 points)

Which symbol is used to start a comment in Python?

Question 3: Code Analysis (3 points)

What will this Python code output?

print("Hello")
print("World")

Question 4: True/False (2 points)

Comments in Python are executed by the computer and affect the program's output.

Question 5: Code Writing (4 points)

Write Python code that prints your favorite color and includes a comment explaining what the code does:

Question 6: Short Answer (3 points)

Explain why comments are important in programming. Give at least two reasons.

Question 7: Application (4 points)

How do you think programming will be useful when we start working with the miniAuto car? Write 2-3 sentences.

← Back to Lesson Semester Overview Next Lesson →