wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Progressive Web Apps - Unit I Multiple Choice Questions

Total questions: 88

Worksheet time: 47mins

Name
Class
Date
1.

What is the primary focus of web development?

a)

Creating software for desktop

b)

Developing applications for the web

c)

Building mobile applications

d)

Managing databases

2.

Which of the following best describes front-end development?

a)

Server-side programming

b)

User interface design and implementation

c)

Database management

d)

Network configuration

3.

Which tool is commonly used for back-end development?

a)

HTML

b)

CSS

c)

Node.js

d)

Bootstrap

4.

What does "cloud development" involve?

a)

Developing applications in local environments

b)

Using cloud services to develop applications

c)

Writing applications for cloud storage only

d)

Building hardware solutions

5.

Which of the following is NOT a development tool?

a)

Visual Studio Code

b)

Git

c)

HTML

d)

Docker

6.

What does an IDE stand for?

a)

Integrated Development Environment

b)

Internet Development Engine

c)

Internal Development Environment

d)

Interactive Development Environment

7.

What is the purpose of version control systems?

a)

To run applications

b)

To manage code changes over time

c)

To create user interfaces

d)

To optimize performance

8.

Which of the following is a front-end technology?

a)

Python

b)

Java

c)

JavaScript

9.

Which language is primarily used for styling web pages?

a)

HTML

b)

CSS

c)

JavaScript

d)

PHP

10.

Which of the following is a back-end language?

a)

HTML

b)

CSS

c)

PHP

d)

Bootstrap

11.

What does the term "responsive design" refer to?

a)

A fast-loading website

b)

A website that adapts to different screen sizes

c)

A website with animations

d)

A website that uses a grid layout

12.

Which protocol is primarily used for transferring data over the web?

a)

FTP

b)

HTTP

c)

SMTP

d)

SNMP

13.

Which tool is often used for front-end development?

a)

MySQL

b)

React

c)

Express

d)

Node.js

14.

What is the purpose of APIs in web development?

a)

To style web pages

b)

To connect different software applications

c)

To create databases

d)

To manage servers

15.

Which of the following is an example of a cloud service provider?

a)

Microsoft Office

b)

Amazon Web Services

c)

Visual Studio

d)

Adobe Photoshop

16.

What is the purpose of the tag?

a)

To define the title of the document

b)

To provide metadata about the HTML document

c)

To create links to stylesheets

d)

To embed images

17.

What does the
tag do?

a)

Creates a line break

b)

Adds a horizontal rule

c)

Creates a paragraph

d)

Defines a section

18.

Which attribute is used to specify an image's alternate text?

a)

src

b)

alt

c)

title

d)

description

19.

What is the purpose of the tag in the section?

a)

To create hyperlinks

b)

To link to external stylesheets

c)

To define scripts

d)

To provide metadata

20.

What is the correct way to insert an image in HTML?

a)

description

b)

description

c)

d)

21.

Which of the following is a valid HTML element?

a)

b)

c)

d)

22.

How do you create a checkbox in HTML?

a)

b)

c)

d)

23.

Which tag is used to create an ordered list in HTML?

a)

b)

c)

d)

  • 24.

    A dropdown list in HTML is created using which tag?

    a)