Back-end development Flashcards

1
Q

Which of the following best describes the Waterfall approach to the software development lifecycle (SDLC)?

A

Waterfall is a sequential approach to the SDLC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Question 3
Which of the following best describes non-functional testing?

A

Non-functional testing tests attributes like performance, security, scalability, and availability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following technologies can you use to create websites that work across different web browsers?

A

CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is performed by a build tool?

A

A build tool is used to transform source code into binaries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or false? Software stacks always consist of the following three layers: presentation, business logic, and data.

A

False. Software stacks can consist of many layers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or false? Compiled programming languages are versatile and can be used across platforms as long as there is the correct interpreter.

A

False. Review the Comparing Compiled and Interpreted Programming Languages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly