Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. We have Software Development and Powershell automation in store for you all this term.
  2.  
  3. There are a few things that we would like you to do before you come into class Next Tuesday:
  4.  
  5. Install Visual Studio 2015 onto your Laptops in preparation for coding next week.
  6. You can install the 2015 version off Microsoft Imagine
  7. Link: https://e5.onthehub.com/WebStore/Security/Signin.aspx?ws=b2216327-9e9b-e011-969d-0030487d8897&vsro=8&action=signout
  8. Username:Student ID
  9. Password: Password1
  10. Or
  11. Download Visual Studio 2015 community from google and put in a product key from Microsoft Imagine
  12.  
  13. There is a newer version available (2017) but you need to install the 2015 version as the book you will be using has the 2015 version for their labs.
  14. This needs to be installed and up and running by next week Tuesday.
  15.  
  16. Research the following:
  17. What does the term programming mean?
  18.  
  19. Programming is a profession in which their job is to create, edit, and test programs to make sure the program is functioning normally.
  20.  
  21. What are validations in regards to coding?
  22.  
  23. A process to make sure the program is functioning on clean, correct and useful data.
  24.  
  25.  
  26.  
  27. How can you explain this diagram?
  28.  
  29. If the command is correct/answer, then head to B. If the command is incorrect, then go to C. End.
  30.  
  31. What does programming loops mean?
  32.  
  33. A loop is a repeating step which a command is following until it is allowed to go through.
  34.  
  35.  
  36. Explain the following Data types and give examples of each:
  37. Boolean
  38. Integer
  39. String
  40. Double
  41.  
  42. Boolean: a variable that contains 2 possible conditions, true & false.
  43. Integer: An integer is a whole number that can be a positive, negative, or 0.
  44. String: a sequence of letters that is constant or a kind of other variables.
  45. Double: The double is a core data type built in the compiler and used to define numeric variables.
  46.  
  47.  
  48.  
  49. We will post some more Course work tomorrow.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement