Question: 10. When a programmer breaks tasks down into smaller pieces, this is called: a. floweharting b. modular programning c. the program developtent cycle d. hierarchical
10. When a programmer breaks tasks down into smaller pieces, this is called: a. floweharting b. modular programning c. the program developtent cycle d. hierarchical programming 11. Given the following statements from a certain program: Call Purchase Price module Write "Come back soon" What statement is executed immediately after the Call statement? a. Write "Come back soon" b. The first statement in a Purchase Price module c. Nothing is executed; this is an illegal Call d. It is impossible to tell; not enough information is given 12. A diagram that uses special symbols to display pictorially the flow of execution of a program or program module is a(n): a. hierarchy chart b. pseudocode listing c. application chart d. flowchart 13. What does it mean to "declare" something in programming? a. To write a comment that explains your calculation b. To write a hypothesis that you believe to be true c. To set a requirement on a performance measurement d. To give a name to something for the first time 14. If X= True and Y= False, which of the following will give a result of True? a. XAND Y b. XOR Y c. NOT XOR Y d. NOT X AND NOT Y 15. The second line below has a "use of unresolved identifier " error. What does that mean? let playgroundName = "My Playground" Elet welcomeMessage = "Come and play in VplayGroundName)" a. The string interpolation is done wrong; it should use a/ b. playGroundName isn't a String c. You can't repeat names d. Names need to match capital and lowercase letters; it should be playgroundName
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
