MCQGeeks
0 : 0 : 1
CBSE
JEE
NTSE
NEET
English
UK Quiz
Quiz
Driving Test
Practice
Games
Quiz
Computer Science
Vue Js
Quiz 2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Q.1
An object that defines which operations will be intercepted.
handler
target
key
data
Q.2
JavaScript proxy parameter that holds the original object being proxied.
target
handler
data
key
Q.3
Vue utilized JavaScript proxy which enables Vue to perform dependency tracking and change notification when properties are accessed or modified.
True
False
Q.4
Vue is a framework designed for the frontend and the backend?
False
True
Q.5
How to bind a click event?
<button @ click = "methodAccept"> Accept </button>
<button: click = "methodAccept"> Accept </button>
Q.6
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?
<input type = "text" v-bind = "message">
<input type = "text" v-model = "message">
<input type = "text" v-on: click = "message">
Q.7
Jak wyświetlić zmienną zapisną w data?
{{zmienna}}
${zmienna}
$zmienna
Q.8
Jak wykonać warunek if w vue.js?
vue-if
vif
v-if
Q.9
Jak wykonać pętle?
v-for='var in vars'
v-for(vars)=>var
for(var<vars)
Q.10
Jak zadeklarować zmienną w vue?
data: {zmienna:'zmienna'};
data(){zmienna:'zmienna'};
data({zmienna:'zmienna'});
All of above
Q.11
Jak utworzyć nowy komponent?
Vue.component('new component,
Vue new=component('new component,
var newCompeonet=new componenet
Q.12
Czym jest v-bind?
Reaktywnie aktualizuję drzewo DOM
wywołuje funkcje on-click
v-bind nie istnieje
Q.13
1 Jak zainicjować nową instancje aplikacji w Vue.js?
=new aplciation vue.js({..
=new app vue({..
=new vue({..
Q.14
Vue es un framework del lenguaje:
Python
Java
Ruby
Ninguna de las anteriores
Q.15
(miEdad > ? “Sí, eres mayor de edad” :“No, sigue intentando”;La expresión anterior se nombra como
Condicional básico
Condicional ternario
Condicinal plano
Ninguna de las anteriores
Q.16
Una de las diferencias entre la directiva v-if y v-show es:
v-show no es compatible con la etiqueta template
v-if no trabaja con la etiqueta template
v-show no es compatible con la etiqueta div
Todas las anteriores
Q.17
Para pasar información de un componente hijo a un componente padre lo puede hacer a través de:
$emit
EventBus
$on
Both A & B
Q.18
La directiva v-show cuando esta en estado false opera a nivel de css de la siguiente manera
Desaparece el código HTML
Deshabilita el código a través del atributo disabled
Usa el atributo hidden para dejar invisible la etiqueta
Usa el atributo display:none para ocultar la etiqueta
Q.19
La directiva v-bind tiene como abreviatura el siguiente símbolo que va antes del atributo para volverlo dinámico
Un punto y coma ( ; )
Dos puntos ( : )
Dos puntos seguidos ( ..)
Ninguna de las anteriores
Q.20
Vue es un framework diseñado para el frontend y el backend?
Falso
verdadero
0 h : 0 m : 1 s
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Report Question
×
What's an issue?
Question is wrong
Answer is wrong
Other Reason
Want to elaborate a bit more? (optional)
Support mcqgeeks.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page