
FMR Quiz #1

Quiz
•
Computers
•
1st - 10th Grade
•
Hard
Cezary Modzelewski
Used 6+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Do zespołu devów Spectrum ma dołączyć nowy narybek.
Trzeba stworzyć nowy array devów, który będzie zawierał zarówno Maćka, Agatę jak i nowe nazwiska. W jaki sposób?
newArray = ['Agata Pytka', 'Maciej Krogulec', data.newDevs[...]];
newArray = ['Agata Pytka', 'Maciej Krogulec', data.newDevs];
newArray = ['Agata Pytka', 'Maciej Krogulec', data.newDevs...];
newArray = ['Agata Pytka', 'Maciej Krogulec', ...data.newDevs];
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
W jakiej kolejności będą wyświetlone wiadomości w konsoli po naciśnięciu guzika?
"blue"
"green"
"red"
"blue"
"red"
"green"
"green"
"red"
"blue"
"green"
"blue"
"red"
Answer explanation
parametr w addEventListener to 'useCapture', który domyślnie jest false, więc bez niego event się odpala w fazie bubbling, a z nim na true odpala się w fazie capture.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Maciek chce obczaić kod komponentu używając ChromeDevTools. W zakładce 'Sources' znalazł odpowiedni plik .js, lecz niestety kod jest 'minified' i nie da się tego czytać. Co powinien zrobić Maciek?
Kliknąć ikonkę "Pretty-Print" na dole edytora.
Kliknąć prawym przyciskiem myszy na kod i wybrać "Format Code".
Kliknąć "Convert Code" na górze edytora.
Nie da się tego uładnić w tym narzędziu. Należy skorzystać z innego edytora.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
W ChromeDevTools można ustawić breakpoint na zmiany w strukturze HTML.
Prawda
Nieprawda
Answer explanation
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Mamy dwa arraye: array1 i array2. Co wyprodukuje podany pod nimi array?
[array1, array2]
[array1, array2].flat()
concat(array1, array2)
array1.concat(array2)
[...array1, ...array2]
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Maciek robi komponent LWC i wyświetla zmienną tekstową (String) w html'u. Bardzo by chciał, żeby ta zmienna była reaktywna, czyli jeżeli zmieni się jej wartość, to żeby było to odzwierciedlone w widoku. Czego powinien użyć Maciek?
dekoratora @api
dekoratora @track
dekoratora @wire
Maciek nie musi używać dekoratora
Answer explanation
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Mamy dwa komponenty: rodzica 'App' i dziecko 'Child'. Co zostanie wyświetlone?
connectedCallBackChildLabel
connectedCallBackAppLabel
renderedCallBackAppLabel
childLabel
constructorChildLabel
Answer explanation
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Bezpieczeństwo w sieci

Quiz
•
10th - 12th Grade
18 questions
Bezpieczeństwo w sieci

Quiz
•
4th - 8th Grade
10 questions
PowerPoint test

Quiz
•
1st - 5th Grade
10 questions
Que Tanto Sabes de Tecnologia

Quiz
•
KG - University
18 questions
Prawa autorskie

Quiz
•
9th Grade
10 questions
Chmura OneDrive

Quiz
•
1st - 2nd Grade
11 questions
MS Excel wstęp

Quiz
•
1st - 6th Grade
10 questions
Lekcja14

Quiz
•
3rd - 6th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade