MCQ Mojo
access_time
menu
Quiz
Web Stories
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
Quiz
Quiz
/
Vue js Gate & PSU MCQ Questions With Answers
1.
What is the correct way to bind the data from the data property of the VUE model instance to an input element of a form?
2.
In Vue.js lifecycle hooks, it is recommended to use arrow function to define lifecycle methods.
True
False
3.
Quais são outras vantagens que o Vue.js oferece?
Acessibilidade.
Versatilidade.
Flexibilidade.
Both A & B
4.
This hook runs at the very initialization of your component.
beforeCreate
created
mounted
beforeUpdate
5.
This is used in the template property of the Vue instance to add/create HTML elements.
template string literal
Double quotes
Directives
String interpolation
6.
This tag is used to render property value/corresponding data object to the Vue template.
Mustache
Brackets
String literals
Braces
7.
An object that defines which operations will be intercepted.
handler
target
key
data
8.
Uma das grandes características do Vue é o Single-File Component que permite...
Permite escrever HTML, CSS e JavaScript em um unico arquivo.
Permite instanciar componentes em vários contêiner.
Permite separar todos os tipos de linguagens do nosso componente para vários arquivos.
None of these
9.
Two-way data binding é uma característica do Vue.js que... (3 respostas)
Sincroniza sua model com a interface.
Se houver alterações na interface ele acaba salvando no model.
Se tiver alguma operação no model ele reflete para a interface.
All of above
10.
JavaScript proxy parameter that holds the original object being proxied.
target
handler
data
key
11.
Vue.js foi fortemente inspirado em que tipo de arquitetura?
MVC
MVVM
MVP
SoC
12.
In this lifecycle hook Templates and Virtual DOM are not yet mounted or rendered.
created
beforeCreate
Update
Mounted
13.
O Vue.js é referenciado por ser um framework...
Apenas progressivo.
Apenas reativo.
Progressivo e Reativo.
None of these
14.
Vue utilized JavaScript proxy which enables Vue to perform dependency tracking and change notification when properties are accessed or modified.
True
False
15.
This hook runs after data changes on your component and the DOM re-renders.
updated
created
beforeUpdate
beforeCreate
16.
Por utilizar funcionalidades do ECMAScript 5 o Vue acaba não dando suporte para...
Chrome 23.
IE 8 e suas versões anteriores.
Microsoft Edge.
Firefox 21.
17.
How to bind a click event?
Accept
Accept
18.
Vue.js utiliza o conceito de componentização que tem como vantagem...
Ganho de reutilização e manutenção quando se tem quebra de diversos componentes.
Facilidade de localização ao se ter um componente muito grande.
Rapidez na manutenção por ter apenas um bloco em um único arquivo JavaScript.
All of above
Report Question
Previous
Next
warning
Submit
access_time
Time
Report Question
A bunch of text
Support mcqmojo.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page