subject
Computers and Technology, 16.10.2020 22:01 jamya62

2. Read the following scenarios about how three different programmers approach programming a computer game. Identify which type of programming design approach
each represents (3 points):
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.
you donā€™t have to answer them all itā€™s okay if you donā€™t :)) just please answer one if you can

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Write a function so that the main program below can be replaced by the simpler code that calls function original main program: miles_per_hour = float( minutes_traveled = float( hours_traveled = minutes_traveled / 60.0 miles_traveled = hours_traveled * miles_per_hour print('miles: %f' % miles_traveled) sample output with inputs: 70.0 100.0 miles: 116.666667
Answers: 3
question
Computers and Technology, 23.06.2019 11:50
While preforming before operation pmcs, you notice the front right tire appears slightly under-inflated. what is the proper action?
Answers: 3
question
Computers and Technology, 23.06.2019 21:30
Write a fragment of code that reads in strings from standard input, until end-of-file and prints to standard output the largest value. you may assume there is at least one value. (cascading/streaming logic, basic string processing)
Answers: 3
question
Computers and Technology, 24.06.2019 03:00
Using a conditional expression, write a statement that increments numusers if updatedirection is 1, otherwise decrements numusers. ex: if numusers is 8 and updatedirection is 1, numusers becomes 9; if updatedirection is 0, numusers becomes 7.
Answers: 1
You know the right answer?
2. Read the following scenarios about how three different programmers approach programming a comput...
Questions
question
Mathematics, 05.02.2021 21:10
question
Physics, 05.02.2021 21:10
Questions on the website: 13722360