wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Day 01 - Welcome to Web Development

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What is programming?

a)

Writing random text for computers

b)

Giving instructions to a computer to solve problems

c)

Drawing pictures for web design

d)

Typing commands directly in binary

2.

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

a)

HTML

b)

CSS

c)

JavaScript

d)

Browser

3.

What does CSS stand for?

a)

Computer Style Syntax

b)

Creative Style Sheets

c)

Cascading Style Sheets

d)

Code Styling System

4.

What happens when you type a URL into a browser?

a)

The browser shuts down

b)

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

c)

The browser connects directly to your computer’s files

d)

Nothing happens

5.

Which is the correct sequence of web development building blocks?

a)

HTML → JavaScript → CSS

b)

CSS → HTML → JavaScript

c)

HTML → CSS → JavaScript

d)

JavaScript → CSS → HTML

6.

What is the role of JavaScript in a website?

a)

To define the structure of the page

b)

To add styles and colors

c)

To make the page interactive

d)

To store the website on a server

7.

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

a)

<p>Hello, World</p>

b)

Hello, World!

c)

<style>Hello, World</style>

d)

<div>Hello, World!</div>

8.

What’s the best mindset for learning programming?

a)

Avoid making mistakes

b)

Be curious, consistent, and patient

c)

Memorize everything

d)

Finish coding as quickly as possible