Powtórzenie

Powtórzenie

1st Grade

53 Qs

quiz-placeholder

Similar activities

Sharing file

Sharing file

1st Grade

58 Qs

Thiết kế web

Thiết kế web

1st Grade

50 Qs

TIK SD/MI

TIK SD/MI

1st - 5th Grade

50 Qs

soal tik kelas 4 23012024

soal tik kelas 4 23012024

1st - 5th Grade

55 Qs

Python Knowledge Check

Python Knowledge Check

1st - 5th Grade

55 Qs

Ôn tập ic3 spark sau mùa covid-19

Ôn tập ic3 spark sau mùa covid-19

1st - 2nd Grade

49 Qs

Quiz kl8 html

Quiz kl8 html

1st - 6th Grade

51 Qs

Sistemas Operativos Infocal

Sistemas Operativos Infocal

1st Grade

50 Qs

Powtórzenie

Powtórzenie

Assessment

Quiz

Computers

1st Grade

Hard

Created by

E abc

FREE Resource

53 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Oceń prawdziwość stwierdzenia:

"Wszystkie zdarzenie obsługiwane w JavaScript muszą być zainicjowane przez użytkownika"

prawda

fałsz

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Zdarzenie związane z dokumentem to:

onSelect

onBlur

onLoad

onChange

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Oceń poprawność twierdzenia:

" Obiekt form jest obiektem potomnym (jest potomkiem) obiektu link"

prawda

fałsz

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wskaż poprawną wersję skryptu JS, w którym po kliknięciu w przycisk "myBtn" uruchomi się funkcja displayDate()

<script>

document.getElementById("myBtn").onclick = displayDate();

</script>

<script>

document.getElementById("myBtn").onclick = displayDate;

</script>

<script>

onclick=document.getElementById("myBtn").displayDate();

</script>

<script>

document.getElementById("onclick").myBtn = displayDate;

</script>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do zdarzeń generowanych przez elementy formularza nie należy

onFocus

onBlur

onSubmit

onSelect

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Oceń poprawność twierdzenia:

"Poniższy kod spowoduje wywołanie funkcji uppercase() po wysłaniu formularza"

<input type="text" id="fname" onchange="upperCase()">

prawda

fałsz

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dany jest fragment kodu html, tworzący formularz:

<form id="f1" name="form1" method=" " actions=" ">

...

</form>

Wskaż niepoprawny sposób odwołania się do tego formularza. Przyjmij, że jest to jedyny formularz na stronie!

document.forms[0]

document.form1

document.getElementById('f1')

document.getElementById('form1')

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?