Assignment
Question 1
Is computer programming (like Python) a useful skill for a computer user? Why or why not?
Question 2
Now that you have experienced computer programming, why do you think it is so difficult for companies to produce error-free software?
Question 3
Do you think Wi-Fi and other wireless techonogies put us on the brink of a communication revolution? Why or why not?
Question 4
A function in programming is a piece of prewritten code that performs an operation. Explain how the Python programming language will use a function to display the following statement on the screen: I am programming.
Question 5
Python allows us to display multiple items, called arguments, with a single call to the function print. Explain how these arguments are arranged within the ( ) of the print function.