Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. What does the term programming mean?
  2.  
  3. Programming is a profession in which their job is to create, edit, and test programs to make sure the program is functioning normally.
  4.  
  5. What are validations in regards to coding?
  6.  
  7. A process to make sure the program is functioning on clean, correct and useful data.
  8.  
  9.  
  10.  
  11. How can you explain this diagram?
  12.  
  13. If the command is correct/answer, then head to B. If the command is incorrect, then go to C. End.
  14.  
  15. What does programming loops mean?
  16.  
  17. A loop is a repeating step which a command is following until it is allowed to go through.
  18.  
  19.  
  20. Explain the following Data types and give examples of each:
  21. Boolean
  22. Integer
  23. String
  24. Double
  25.  
  26. Boolean: a variable that contains 2 possible conditions, true & false.
  27. Integer:
  28.  
  29.  
  30.  
  31. We will post some more Course work tomorrow.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement