FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
During testing, your development team identified some problems in the first program draft. What is the next step you need to complete?
A
Test the plan.
B
Use logic to plan a solution.
C
Review the result of the solution.
D
Revise the plan until a solution is found.
Explanation: 

Detailed explanation-1: -What is the next step that your development team should take? Your development team needs to create and execute revisions to the game that address the suggestions and issues identified by the testing team.

Detailed explanation-2: -To develop a game idea, you must first create a storyboard. Storyboards help plan out every step of the game animation.

Detailed explanation-3: -Game Design Process: Early Stages. The first step to a game design process is to prototype a concept. Make early decisions around the core ideas.

Detailed explanation-4: -One of the most difficult kinds of runtime errors to find is called a logic error. A logic error does not throw an error, but is an error because the output you get is not the solution you expect.

Detailed explanation-5: -A syntax error will happen, and this will stop the program from running.

There is 1 question to complete.