Search Header Logo

Powtórzenie

Authored by E abc

Computers

1st Grade

Powtórzenie
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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')

Access all questions and much more by creating a free account

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

Already have an account?