Which of the following tools translates the source code of a procedural program into binary code?

number of people authorized to use the software

amount of RAM required to run the software

geographic locations where users can run the software

Many programs and apps continue to have additional functionality after the initial release. This enables developers to release a stable, tested version of a product, and then continue to add new features and security functionalities and release them as they become finalized.

Which of the following tools translates the source code of a procedural program?

A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file). Another specialized program, called a linker, combines this object file with other previously compiled object files (in particular run-time modules) to create an executable file.

In which phase of the SDLC is the feasibility study done to determine if the project is worth pursuing?

The preliminary investigation sometimes is called a feasibility study. The goal of this part of the phase is to determine if the project is worth pursuing.

Which software development method uses a linear structured development cycle?

The waterfall methodology uses a sequential or linear approach to software development. The project is broken down into a sequence of tasks, with the highest level grouping referred to as phases.

Which type of software is copyrighted and provided at no cost through the developer retains all rights to the program?

Freeware is copyrighted software that is available at no cost for unlimited usage. The developer retains all rights to the program and controls distribution.