WebXam Programming Quiz for Grade 11

WebXam Programming Quiz for Grade 11

11th Grade

15 Qs

quiz-placeholder

Similar activities

Introduction to HTML

Introduction to HTML

11th Grade

18 Qs

Web Design Standard 2 - Web Development Fundamentals Quiz

Web Design Standard 2 - Web Development Fundamentals Quiz

11th Grade

10 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

Programação html, css e javascript

Programação html, css e javascript

11th Grade

15 Qs

Web 3.4-3.5 Quiz

Web 3.4-3.5 Quiz

11th Grade

10 Qs

Основы веб-разработки

Основы веб-разработки

11th Grade

15 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?