Question

In: Computer Science

NOT a direct goal of the structured programming movement of the 60s? A : to facilitate...

NOT a direct goal of the structured programming movement of the 60s?

A : to facilitate the creation of concurrent programs

B : to improve program readability

C : to make it easier to maintain code

D : to reduce software costs

Solutions

Expert Solution

Structured programming movement of the 60s:

In the early 60s, a new concept of using structured controls was introduced where the various control structure as: if-else, while, do-wile, switch statements were added to control the flow of the code execution and add exit point OR return point when a certain condition is satisfied OR not satisfied.

Let’s consider the given option to find which one was NOT direct goal of this movement:

--------------------------------------------------

A: to facilitate the creation of concurrent programs

This is not a correct option as structured programming enabled the concurrent execution of various sub-routines and return to its calling sub-routine once the execution of sub-routine is done.

B: to improve program readability

This is not the correct option, as structured programming introduced the better readability of the program as the 100’s of lines of code was easy to be maintained in structured way so that any other developer can easily understand the flow by reading the structure.

C: to make it easier to maintain code

This is incorrect option, as structure programming enhances the possibility to maintain the code in a better way having various blocks and sections in it.

D: to reduce software costs

This is correct option, as direct goal of the structured programming movement was to make the programming easy from developer’s point of view rather than from economic side. The goal was to make programming easy to write, easy to understand and easy to update. The focus was not to reduce the cost, but yes, it ultimately reduced the code lines, coding efforts and thus reduced the cost.


Related Solutions

One goal of EHRs is to facilitate providers
One goal of EHRs is to facilitate providers
what was the most significant goal of the Civil Rights Movement? Was that goal accomplished? Why...
what was the most significant goal of the Civil Rights Movement? Was that goal accomplished? Why or why not?
What prevents a free trade global practice? How can governments facilitate this movement?
What prevents a free trade global practice? How can governments facilitate this movement?
Building a Command Line Interpreter (myshell) 1.Goal of this programming assignment The primary goal of this...
Building a Command Line Interpreter (myshell) 1.Goal of this programming assignment The primary goal of this assignment is to understand and gain some familiarity with the system call interface in Unix Environment. In this assignment you will be implementing your own command line interpreter like a Unix shell program. YOU ARE NOT IMPLEMENTING COMMANDS! YOUR program should just FORK off programs and EXECUTE them. 2. Requirements (1) Programming language: You have to use either C or C++ to develop your...
Examine the effectiveness of the NAACP and the club movement in furthering the goal of equality...
Examine the effectiveness of the NAACP and the club movement in furthering the goal of equality for African-Americans.
What is the primary goal of Fair Trade? How does the movement accomplish this in a...
What is the primary goal of Fair Trade? How does the movement accomplish this in a world where commodity markets seem to be in continual decline?
What was the goal of the 1960s counter-culture movement and did they achieve their dream?
What was the goal of the 1960s counter-culture movement and did they achieve their dream?
What is the primary goal in using a scripting language for programming work?
What is the primary goal in using a scripting language for programming work?
1. INTRODUCTION The goal of this programming assignment is for students to write a Python program...
1. INTRODUCTION The goal of this programming assignment is for students to write a Python program that uses repetition (i.e. “loops”) and decision structures to solve a problem. 2. PROBLEM DEFINITION  Write a Python program that performs simple math operations. It will present the user with a menu and prompt the user for an option to be selected, such as: (1) addition (2) subtraction (3) multiplication (4) division (5) quit Please select an option (1 – 5) from the...
ASM Programming instructions: For this week the student’s goal is to write an occurrence finding function...
ASM Programming instructions: For this week the student’s goal is to write an occurrence finding function that builds off of the past two weeks of assembly programming. The requirements for this function are as follows. The user is allowed to type in 10 positive integers plus an occurrence value (meaning 11 inputs). The 10 integers should be handled in a loop where each value input by the user (as in week 1) is stored into memory in an array like...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT