SDLC
Requirements
Architecture
MySQL
Software engineering
100

The phase where a software designer defines project goals and decides what the software should do.

What are Concept requirements?

100

These requirements include product features and user requirements

What are functional requirements?

100

Program consisting of subtasks at different levels of abstraction.

What is layered?

100

Command used to remove something

What is DELETE?

100

Determine needs and constraints by analyzing system requirements

What is requirement analysis?

200

Phase that shows how the software will meet requirements

What is design?

200

These requirements include product properties and user expectations

What are non-functional requirements?

200

Architecture that includes a client system, server, and connecting network

What is client-server?

200

Column used to uniquely identify each row in a table

What is the primary key?

200

Determine ways to satisfy needs and constraints analyze possible solutions and select the optimum one

What is software design?

300

the phase of the software life cycle where the system is built

What is the development?

300

These requirements place constraints on what goals should be met in the product

what are non-functional requirements?

300

It is otherwise known as MVC

What is model view controller?

300

MySQL command used to combine tables

What is JOIN?

300

Determine product development, precedence, and potential risks

What is process planning?

400

Phase of the cycle that keeps up with the system.

What is maintenance?

400

Designing a program that sends an email when a new customer signs up would be an example

What is a functional requirement?

400

This pattern can be deployed independently

What are microservices?

400

This column is used to relate one table to the primary key of another table

What is the foreign key?

400

Determine methods for controlling project and process, measure progress, and take corrective action when necessary.

What is process control?

500

This phase's output includes program code

What is development?

500

Requiring a payment processing gateway to be PCI DSS compliant is an example

What is a non-functional requirement?

500

This kind of architecture contains different tiers that include the UI framework, business components, and data components

What is layered?

500

What DBMS stands for

What is Database management system?

500

Where you evaluate the final product and documentation

What is verification, validation, and testing