Ceis100 Week 5

Submitted by: Submitted by

Views: 10

Words: 726

Pages: 3

Category: Science and Technology

Date Submitted: 04/02/2016 12:21 PM

Report This Essay

Course Project Week #5

Kurt Tandoc

DeVry University

Author Note

This paper was prepared for CEIS-100

taught by Professor. Faramarz Mortezaie

Course Project Week #: 5

Study the following Python code. This code adds two numbers. Then increments each number by 1 and displays the result:

x=int(input("Enter the value for x:"))

y=int(input("Enter the value for y:"))

z=x+y

print("x + y = ", z)

x = x + 1

y = y + 1

z = x + y

print ("Add 1 to x and add 1 to y, now z equals ", z)

The program running looks like this:

Walk through the code and explain what the result will be if the input is:

x=4, y = 5

x=-1, y = 3

x = 4, y = 5

x = -1, y = 3

x = 4 -1 = 3

y = 5+3 = 8

y + x = 11

("Add 1 to x and add 1 to y, now z equals ", z) z = 13

What are the benefits of learning to program even if you are not planning on programming as a career?

There are many benefits to learning computer coding. And even if you didn’t learn how to program computers in your youth, you can definitely still learn in college. One of the main benefits of knowing computer code is that you have many career paths available to you. There is not just one career that you can do if you study computer programming. Programmers are needed in almost every career field in existence. Not only are programmers needed, but they are in high demand because not very many people know how to code.

How will basic business skills play a role in your professional life?

What you don't know will hurt you. As a professional it couldn't hurt to know as much information as possible regarding not only in your trade but also general business knowledge. Ask yourself, what makes a successful professional? In any professional setting their are common key behaviors, actions, and way of thinking that are universal that are used to craft yourself into the ideal expert in your career. Basic business skills can sometimes be easily looked over in this process. Business skills are vital because they...