Launch tower
Hope that helps
Answer:
SAN
Please Mark Brainliest If This Helped!
Answer:
PNG, GIF
Explanation:
On a Web page, we'll assume he'll have simple graphic elements like icons, or other simple low-resolution and a lower number of colors (256-), these are usually better saved in GIF format to take less space, just because of the smaller color map, but PNG could also do a great job and it offers transparency as well (like GIF does).
For more complex elements (larger size and/o more colors like photos), the best format to save them is probably the PNG one. They will be compressed but still offer a great quality.
Answer:
1. Modularity.
2. Refinement.
3. Structural partitioning.
4. Data Structure.
Explanation:
A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are six (6) main stages in the creation of a software and these are;
1. Planning.
2. Analysis.
3. Design.
4. Development (coding).
5. Deployment.
6. Maintenance.
One of the most important steps in the software development life cycle (SDLC) is design. It is the third step of SDLC and comes immediately after the analysis stage.
Basically, method design is the stage where the software developer describes the features, architecture and functions of the proposed solution in accordance with a standard. Some of the models or techniques used in the design of a software are;
- Modularity: refers to the concept that software architecture has the ability to divide into modules and that each
- module can be examined independently.
- Refinement: is a process that elaborates on each design component until it reaches the coding details.
- Structural partitioning: allows designers to split a program structure horizontally and vertically.
- Data Structure: represents logical relationships between individual data elements.