WebXam Programming Quiz for Grade 11

WebXam Programming Quiz for Grade 11

11th Grade

15 Qs

quiz-placeholder

Similar activities

Комбинаторы CSS

Комбинаторы CSS

11th Grade

15 Qs

Web 3.4-3.5 Quiz

Web 3.4-3.5 Quiz

11th Grade

10 Qs

Python

Python

9th - 12th Grade

20 Qs

HTML & CSS Quiz

HTML & CSS Quiz

10th Grade - University

19 Qs

Teste de programação

Teste de programação

11th Grade

15 Qs

Unit 3 Karel Programming Review 2

Unit 3 Karel Programming Review 2

9th - 12th Grade

15 Qs

Fundamentos de Programación

Fundamentos de Programación

11th Grade

20 Qs

A- Web Development  Review

A- Web Development Review

11th Grade

20 Qs

WebXam Programming Quiz for Grade 11

WebXam Programming Quiz for Grade 11

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

Joanna Call

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following JavaScript code snippet? ```javascript console.log(typeof null); ```

"object"

"null"

"undefined"

"boolean"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create a hyperlink?