Pascal Bartl
Test por , creado hace más de 1 año

TYPO3 CD 2020 (zweite Auflage) Test sobre 2.8 Extension Software Architecture, creado por Pascal Bartl el 29/03/2021.

1
0
0
Pascal Bartl
Creado por Pascal Bartl hace más de 3 años
Cerrar

2.8 Extension Software Architecture

Pregunta 1 de 3

1

What does the abbreviation MVC stand for? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • The software design pattern “Model-View-Controller”

  • The interface between one or multiple models: “Model-Versatile-Connector”

  • A versioning concept used in the TYPO3 core: “Master-Version-Concept”

  • The names of the original developers who invented TYPO3: Mathias, Volker and Christian

Explicación

Pregunta 2 de 3

1

Which statements about the MVC design pattern are correct? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • The controller acts as an interface between model and view components

  • The MVC design pattern for PHP is specified in the PSR-15 standard

  • A model has always exactly one view and cannot have multiple views

  • MVC separates the business logic and presentation layer from each other

  • The controller reads data from the model and passes it on to the view

Explicación

Pregunta 3 de 3

1

How is the control unit in MVC named? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • Delegator

  • Bootstrap

  • Controller

  • View

  • Factory

Explicación