49.1k views
2 votes
Programming is the process of ________. Select one: a. gathering and organizing information from users and managers b. testing the integration of multiple modules of a system c. transforming raw data inputs into new or modified information d. testing the correctness of individual modules of a system e. transforming the system design into a working computer system

User Conan Lee
by
5.2k points

2 Answers

6 votes

Answer: i think its e. transforming the system design into a working computer system

Explanation:Programming is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer.

User Adrian Hristov
by
5.5k points
3 votes

Answer:

c. Transforming raw data inputs into new or modified information

Step-by-step explanation:

When you create a program what you are doing is making something that can take what a person does on say a website and then transform it into something else that can most of the time be clearly understood and defined.

User Vimukthi
by
5.3k points