Day 01 - Welcome to Web Development

Day 01 - Welcome to Web Development

Professional Development

8 Qs

quiz-placeholder

Similar activities

La Tecnología en la Actualidad

La Tecnología en la Actualidad

Professional Development

10 Qs

PC wizard

PC wizard

Professional Development

10 Qs

Kurukshetra Quiz of September 2021

Kurukshetra Quiz of September 2021

Professional Development

10 Qs

Differences between JDK, JRE, JVM

Differences between JDK, JRE, JVM

Professional Development

9 Qs

Latihan 1 Kelas 9

Latihan 1 Kelas 9

12th Grade - Professional Development

10 Qs

Apps & Systemprogramme

Apps & Systemprogramme

Professional Development

10 Qs

Introducción Desarrollo Android

Introducción Desarrollo Android

Professional Development

10 Qs

Job Lab 2019, 10-11 Dicembre - Assago - Survey Conoscitiva

Job Lab 2019, 10-11 Dicembre - Assago - Survey Conoscitiva

Professional Development

10 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