subject

Edit: this is a high school question, and i have fixed the error on my profile.
read the following scenarios about how three different programmers approach programming a computer game. identify which type of programming design approach each represents
a) yolanda first breaks down the whole game she needs to program into modules. she then breaks these modules into smaller modules until the individual parts are manageable for programming. she writes the smallest modules, and then recombines them into larger parts.
b) isabella takes the game process and groups together sets of related data involved in the process. she then identifies the messages the data should respond to. after writing the code for each set of data, isabella then combines, tests, and refines the subsets until the software runs properly.
c) christopher breaks down the whole game process into modules. he then organizes these small parts into a conditional structure where problems are solved by choosing correct conditions. christopher can then solve, or program, the structure and recombine it into the whole program.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
Which of the following is true of operations within a spreadsheet program’s built-in functions? a. operations within parentheses, then multiplication and division, and then addition and subtraction are computed. b. operations within parentheses, then addition and subtraction, and then multiplication and division are computed. c. multiplication and division, then addition and subtraction, and then operations within parentheses are computed. d. addition and subtraction, then multiplication and division, and then operations within parentheses are computed
Answers: 2
question
Computers and Technology, 22.06.2019 21:40
Develop a function to create a document in the mongodb database “city” in the collection “inspections.” be sure it can handle error conditions gracefully. a. input -> argument to function will be set of key/value pairs in the data type acceptable to the mongodb driver insert api call b. return -> true if successful insert else false (require a screenshot)
Answers: 2
question
Computers and Technology, 22.06.2019 23:00
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
question
Computers and Technology, 23.06.2019 06:00
What makes myhexadecimalnumber a child of mynumber? which methods does myhexadecimalnumber inherit directly from the mynumber class? what can an instance of the mynumber class do? what can an instance of the myhexadecimalnumber class do? which methods are overridden? why are they overridden? how many examples of overloading are there? why was this done? where is the super keyword used? what is it doing? why isn’t the incoming value set immediately in the second myhexadecimalnumber constructor? how many examples can you find of an inherited method being called?
Answers: 1
You know the right answer?
Edit: this is a high school question, and i have fixed the error on my profile.
read the follo...
Questions
question
Mathematics, 18.10.2019 21:30
question
Biology, 18.10.2019 21:30
Questions on the website: 13722363