Day 01 - Welcome to Web Development

Day 01 - Welcome to Web Development

Professional Development

8 Qs

quiz-placeholder

Similar activities

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 Qs

ELT Session #3 - Quiz

ELT Session #3 - Quiz

Professional Development

7 Qs

JavaScript - Introdução

JavaScript - Introdução

Professional Development

11 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

Seguridad y desarrollo

Seguridad y desarrollo

Professional Development

9 Qs

Reposição

Reposição

Professional Development

6 Qs

IT2

IT2

KG - Professional Development

12 Qs

Quizizz DOM + Event

Quizizz DOM + Event

Professional Development

13 Qs

Day 01 - Welcome to Web Development

Day 01 - Welcome to Web Development

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

Rita Mustafa

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is programming?

Writing random text for computers

Giving instructions to a computer to solve problems

Drawing pictures for web design

Typing commands directly in binary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT part of a website’s structure?

HTML

CSS

JavaScript

Browser

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Computer Style Syntax

Creative Style Sheets

Cascading Style Sheets

Code Styling System

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you type a URL into a browser?

The browser shuts down

The browser sends a request to a server and displays the response

The browser connects directly to your computer’s files

Nothing happens

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct sequence of web development building blocks?

HTML → JavaScript → CSS

CSS → HTML → JavaScript

HTML → CSS → JavaScript

JavaScript → CSS → HTML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of JavaScript in a website?

To define the structure of the page

To add styles and colors

To make the page interactive

To store the website on a server

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents a simple "Hello, World" in HTML?

<p>Hello, World</p>

Hello, World!

<style>Hello, World</style>

<div>Hello, World!</div>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What’s the best mindset for learning programming?

Avoid making mistakes

Be curious, consistent, and patient

Memorize everything

Finish coding as quickly as possible