2025 QUESTIONS AND ANSWERS
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 COPYRIGHT © 2025 SIRJOEL ALL RIGHTS RESERVED
, 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
5. Debugging the code
2 COPYRIGHT © 2025 SIRJOEL ALL RIGHTS RESERVED