1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
USPshnik [31]
4 years ago
6

Place the basic steps in the order that programmers would perform them when creating a new program.

Computers and Technology
2 answers:
Alisiya [41]4 years ago
7 0

Answer:

Defining the program

Planning the program

Coding the program

Testing the program

Documenting the program

Explanation:

Defining the program is the first step in creating a computer program. Here the problem is defined, what are we creating? What is the objective or what problem are we solving? The second step is paining or design of the program. This has to do with creating algorithms for the programs which constitute the step by step logical arrangement that the program would need to solve the problem. The third step is coding the program which entails bringing the algorithm to live in a way that the computer would understand. The fourth and final step have to do with debugging/testing the program for effectiveness and documenting for commercial and programmers use respectively.

krek1111 [17]4 years ago
3 0

Answer:

Planning, Analyzing, Designing, Coding, Testing, Deployment, Maintenance

Explanation:

Here is an overview of what happens in each step:

Planning -> The purpose of the system is defined

Analyzing -> Requirements are analyzed

Designing -> According to the requirements, specifications are designed

Coding -> Actual coding starts

Testing -> The code is tested if it satisfies the requirements

Deployment -> The code is released

Maintenance -> Bug fixes and upgrades

You might be interested in
14. Which now-established technology went through the “emerging” phase in the early 2000s and makes the sharing of ideas much ea
ELEN [110]
<span>14. Which now-established technology went through the “emerging” phase in the early 2000s and makes the sharing of ideas much easier?
The correct answer is: </span><span>social media

</span><span>15. One of the elements that make the internet such a significant development is its ability to do which of the following? 
The correct answer is: </span><span>connect people all around the world</span>
3 0
3 years ago
Write three statements to print the first three elements of array runTimes. Follow each statement with a newline. Ex: If runTime
yawa3891 [41]

Answer:

Following are the code to this question:

for (i = 0; i <3; ++i)//defining loop to print value

{

cout<<runTimes[i]<<endl;//print value

}

Explanation:

Full program code to this question:

#include<iostream>//defining header file

using namespace std;

int main() //defining main method

{

const int NUM_ELEMENTS = 5;//defining const integer variable

int runTimes[NUM_ELEMENTS]; //defining integer array

int i;//defining integer variable

for (i = 0; i < NUM_ELEMENTS; ++i)//defining loop to input value

{

cin >> runTimes[i];//input value  

}

cout<<"print three elements value of array: "<<endl;

for (i = 0; i <3; ++i)//defining loop to print value

{

cout<<runTimes[i]<<endl;//print value

}

return 0;

}

Output:

Please find the attachment.

Description:

  • In the above code, an integer const variable "NUM_ELEMENTS" is declared, that assign value "5" which is array size, in the next step, an array "runTimes" is declared.
  • In the next step, for loop is used, that uses an integer variable "i", which is used to input all array elements.
  • In the next line, another for loop is used, which uses "i" variable, which starts from 0 and ends when its value less than 3, inside the loop print method, used that prints 3 array elements.  

8 0
3 years ago
A printer is considered to be in the category of
borishaifa [10]

Answer:

D

Explanation:

I got it correct on my test.

6 0
3 years ago
Read 2 more answers
You should not define a class field that is dependent upon the values of other class fields: Group of answer choices In order to
Ymorist [56]

Answer:

The answer is "In order to avoid having stale data".

Explanation:

In this question, only the above-given choice is correct because follows the class-object concept, and the wrong choices can be defined as follows:

  • In this question, the second and third choices are wrong because its class field data value is not redundant, it should not define in another class.
  • The third choice is also wrong because it can't define the class field to keep it current.  
4 0
3 years ago
HELP PLEASE!!!
CaHeK987 [17]
We could create stuff to replace plastic like straws,Six pack rings, and other stuff so pollution would go down and less plastic in the ocean
4 0
3 years ago
Other questions:
  • What are some innovations that a cell phone has undergone since its original invention?
    14·1 answer
  • When activated, an Excel object has all the features of an Excel
    8·2 answers
  • What are the differences between the various EHRs?
    9·1 answer
  • Stella is surfing the Internet to look for affordable apartments in New York City. Every time she clicks on a link to a webpage,
    9·1 answer
  • Managers can use __ software to discuss financial performance with the help of slides and charts
    11·1 answer
  • The keyboard shortcut to enter the current date in a field is
    11·1 answer
  • Expresa tu reflexión sobre la necesidad de un código de etica para la IA (inteligencia artificial) , oponia sobre los bots en la
    15·1 answer
  • What is string literal in Java?
    5·1 answer
  • Guys how can i video my self from my laptop <br> my laptop is (lenovo)
    8·2 answers
  • Private notes about individual slides that you leave for yourself or for others who might use the presentation file is called __
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!