Font size
WorksheetsProgressive Web Apps - Unit I Multiple Choice Questions
Total questions: 88
Worksheet time: 47mins
What is the primary focus of web development?
Creating software for desktop
Developing applications for the web
Building mobile applications
Managing databases
Which of the following best describes front-end development?
Server-side programming
User interface design and implementation
Database management
Network configuration
Which tool is commonly used for back-end development?
HTML
CSS
Node.js
Bootstrap
What does "cloud development" involve?
Developing applications in local environments
Using cloud services to develop applications
Writing applications for cloud storage only
Building hardware solutions
Which of the following is NOT a development tool?
Visual Studio Code
Git
HTML
Docker
What does an IDE stand for?
Integrated Development Environment
Internet Development Engine
Internal Development Environment
Interactive Development Environment
What is the purpose of version control systems?
To run applications
To manage code changes over time
To create user interfaces
To optimize performance
Which of the following is a front-end technology?
Python
Java
JavaScript
Which language is primarily used for styling web pages?
HTML
CSS
JavaScript
PHP
Which of the following is a back-end language?
HTML
CSS
PHP
Bootstrap
What does the term "responsive design" refer to?
A fast-loading website
A website that adapts to different screen sizes
A website with animations
A website that uses a grid layout
Which protocol is primarily used for transferring data over the web?
FTP
HTTP
SMTP
SNMP
Which tool is often used for front-end development?
MySQL
React
Express
Node.js
What is the purpose of APIs in web development?
To style web pages
To connect different software applications
To create databases
To manage servers
Which of the following is an example of a cloud service provider?
Microsoft Office
Amazon Web Services
Visual Studio
Adobe Photoshop
What is the purpose of the tag?
To define the title of the document
To provide metadata about the HTML document
To create links to stylesheets
To embed images
What does the
tag do?
Creates a line break
Adds a horizontal rule
Creates a paragraph
Defines a section
Which attribute is used to specify an image's alternate text?
src
alt
title
description
What is the purpose of the tag in the
section?To create hyperlinks
To link to external stylesheets
To define scripts
To provide metadata
What is the correct way to insert an image in HTML?
Which of the following is a valid HTML element?
How do you create a checkbox in HTML?
Which tag is used to create an ordered list in HTML?
A dropdown list in HTML is created using which tag?
How can you make a list item in HTML?
Which tag is used for creating a bulleted list?
What attribute is used to specify the destination URL of a link?
target
url
href
link
What is the purpose of the
To create a link
To embed another HTML page within the current page
To create an image frame
To display videos
Which HTML element is used to define a footer for a document?
Which of the following is a table tag in HTML?
