Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEWBT Units 5-9

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
WBT Units 5-9

Descripción:
No está completo

Autor:
AVATAR

Fecha de Creación:
27/05/2021

Categoría:
Informática

Número preguntas: 18
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
URL routing: what is the first thing done?: The server receives a request (GET/POST) The framework interprets the route (URL) and determines the controller The framework interprets the route (URL) and determines the controller The controller returns a response (view).
Two approaches on data model abstraction Active record pattern Data mapper pattern Controller record pattern Model mapper pattern.
True fact about active record pattern A table or a view is encapsulated into a class It is not an architecture pattern Classes and tables are independent.
False fact about data mapper pattern Abstracts database CRUD operations Some Active Record implementations are first based on Data Mappers The goal of the pattern is to keep the in-memory representation and the persistent data store dependent of each other and the data mapper itself.
One example of scaffolding is Codeigniter True False.
What does a blueprint do? Automatically generates an API from models a CRUD operations Handles access to model Nothing Print a blue page on the printer.
Example of blueprint CodeIgniter ASP.Net Django FUSE.
Is it convenient for us to use HTML templates on the view part? Yes, it allows embedding of variables into HTML code No, it makes our application deployment more difficult.
Types of caching Data caching, fragment caching, full page caching Model caching, fragment caching, full page caching Controller caching, model caching, fragment caching Data caching, controller caching, model caching.
What is data caching? Data caching is about storing some PHP variable in cache and retrieving it later from cache. Data caching is about saving cookies on the HDD Data caching is about storing data base model backups.
Development using a framework is discouraged because they don't evolve with time and get obsolete soon True False.
None of the frontend frameworks provide their own routing mechanism True False.
Component-based design Relationships are not event-based Uses PAC pattern Encapsulates models/events/views in the whole deployment Univoque, non-reusable code.
Tokens are alphanumeric elements which follow a pattern based on the username True False.
Order the token authentication process Next_calls_using_token Back-end_returns_a_granted_token Front-end_sends_credentials_to_server_(user/password_or_certificate).
Two-way binding: Variables and DOM elements are independent and they aren't synchronized False True.
Server side rendering Web app sends the information required for the browser to render HTML correctly Components HTML and JS are pregenerated in the server side, instead of fully integrated by the browser Components HTML and JS are rendered in the server side, but have to be rerendered on the client.
TypeScript is based on JavaScript HTML CSS Angular.
Denunciar test Consentimiento Condiciones de uso