with Answers Graded A
Which of the following are the steps involved in computer programming? - Ans -
Categorizing which parts of a task a digital device can perform.
Describing the task in a precise manner.
Translating the task into the language the computer's CPU can use.
Even though computer programming is is an extremely challenging field requiring a great
deal of study and a particular mindset, two reasons to study programming is that coders
___ . - Ans -can often make time-saving small programs called macros that increase
their efficiency
tend to be well compensated
The first step of the software development process analyzes the goals of the project and
feasibility of the project from an economic and technical perspective. - Ans -planning
The beta version of software is sent out to beta testers who are asked to use the software
and report any issues they find. - Ans -beta testing
The fixing/removing of errors in a computer program. - Ans -debugging
The writing of instructions in a specific computer language. - Ans -programming
1
Page
, Defining the problem, creating a plan, writing the code, testing the code, debugging the
code, and documenting the program are the six steps of the Program ________ Life Cycle
(PDLC). - Ans -Development
The first step of the PDLC is __. - Ans -defining the problem
Converting a task into commands that a computer can use to perform the task is one
definition of ________ - Ans -programming
The set of steps (the plan) that describe exactly what the computer program must do to
complete the work is called ___. Creating this plan is the second step of the Program
Development Life Cycle. - Ans -ana algorithm
Two advantages of studying computer programming include: - Ans -a basic
understanding of computer programming can make you more knowledgeable when
selecting software to meet your computing needs.
an understanding of programming allows you to join teams that create new applications or
purchase new software.
The second phase of the software design process, the writing of software instructions in a
specific computer language is called __. - Ans -programming
Place the steps of the Program Development Life Cycle in the correct order with the first
step at the top. - Ans -1. Defining the problem
2. Creating the plan
3. Writing the code
4. Testing the code
2
Page
5. Debugging the code