Presja Czasu INF.03

Presja Czasu INF.03

11th Grade

60 Qs

quiz-placeholder

Similar activities

BÀI 3: XÁC ĐỊNH SẢN LƯỢNG CÂN BẰNG QUỐC GIA

BÀI 3: XÁC ĐỊNH SẢN LƯỢNG CÂN BẰNG QUỐC GIA

University

61 Qs

Quiz Informatika BAB1 Kelas 9

Quiz Informatika BAB1 Kelas 9

9th - 12th Grade

57 Qs

G11_Programming Implementation Quiz

G11_Programming Implementation Quiz

11th Grade

55 Qs

2639

2639

11th Grade

63 Qs

Core 2 Practice exam #3

Core 2 Practice exam #3

12th Grade

56 Qs

UTS Manajemen Sistem Informasi

UTS Manajemen Sistem Informasi

University

60 Qs

Kiến thức Microsoft Office

Kiến thức Microsoft Office

12th Grade

65 Qs

Quiz về lập trình Tynker

Quiz về lập trình Tynker

12th Grade

58 Qs

Presja Czasu INF.03

Presja Czasu INF.03

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

Aleksandra Stopel

Used 13+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Który sposób komentowania jednoliniowego jest dozwolony w języku JavaScript?

!

//

<!

#

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

W skrypcie JavaScript zastosowano metodę DOM getElementsByClassName('akapit'). Metoda ta odwoła się do akapitu:


<p id="akapit">akapit</p>


<p href="akapit">akapit</p>


<p>akapit</p>


<p class="akapit">akapit</p>

3.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Za pomocą których słowów kluczowych deklaruje się zmienną w języku JavaScript?


let

new

var

zmienna

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Aby użyć zewnętrznego skryptu JavaScript o nazwie skrypt.js, należy zapisać w kodzie HTML:


<script> skrypt.js </script>


<link rel="JavaScript" type="js" href="skrypt.js" />


<script src="skrypt.js"></script>


<link rel="script" href="skrypt.js" />

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Warunek zapisany w JavaScript jest prawdziwy, gdy zmienna x przechowuje


pusty napis

wartość nieliczbową

dowolną dodatnią wartość liczbową


dowolną całkowitą wartość liczbową

6.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Zdarzenie JavaScript, będące reakcją na pojedynczo kliknięty dowolny element strony, nosi nazwę:

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Wybierz poprawną definicję funkcji w języku JavaScript:

typ_funkcji nazwa_funkcji(argumenty) {instrukcje;}

new nazwa_funkcji(argumenty) {instrukcje;}

function nazwa_funkcji(argumenty) {instrukcje;}


nazwa_funkcji(argumenty) {instrukcje;}

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?