Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions

Question

=+ how might this lead to faster growth in productivity?

Answered: 1 week ago