Back-end development Flashcards
Which of the following best describes the Waterfall approach to the software development lifecycle (SDLC)?
Waterfall is a sequential approach to the SDLC.
Question 3
Which of the following best describes non-functional testing?
Non-functional testing tests attributes like performance, security, scalability, and availability.
Which of the following technologies can you use to create websites that work across different web browsers?
CSS
Which of the following is performed by a build tool?
A build tool is used to transform source code into binaries.
True or false? Software stacks always consist of the following three layers: presentation, business logic, and data.
False. Software stacks can consist of many layers.
True or false? Compiled programming languages are versatile and can be used across platforms as long as there is the correct interpreter.
False. Review the Comparing Compiled and Interpreted Programming Languages.