NEW
Font size
WorksheetsWeb Development Quiz
Total questions: 60
Worksheet time: 30mins
What does HTML stand for?
HyperText Markdown Language
HyperText Markup Language
Hyper Transfer Markup Language
HyperTool Markup Layout
What does CSS stand for?
Computer Style Sheets
Cascading Style Sheets
Colorful Style Syntax
Creative Style System
What does JS stand for?
JavaSource
JavaScript
JustScript
JServer
AJAX is short for:
Asynchronous JavaScript and XML
Advanced JSON and XML
Automatic Java and XHTML
Asynchronous JSON and XHTML
In IoT, "IoT" stands for:
Internet of Tools
Internet of Things
Integration of Technology
Information on Technology
Purpose of HTML is:
Style webpages
Structure webpage content
Store database records
Process server requests
Purpose of CSS is:
Program user interactions
Style and format web content
Manage servers
Store user data
Main purpose of JavaScript is:
Create database queries
Add interactivity to webpages
Design layout
Compress images
UI stands for:
User Interface
Universal Internet
User Integration
Utility Interaction
UX stands for:
User Execution
User Experience
User Exchange
Universal Experience
CX in web design stands for:
Customer Exchange
Customer Experience
Client Extension
Creative XML
HTTP stands for:
Hyper Transfer Text Protocol
HyperText Transfer Protocol
HyperText Transfer Program
Hyper Transfer Tool Protocol
HTTPS stands for:
Hyper Transfer Text Protocol Secure
HyperText Transfer Protocol Secure
HyperText Transport Protocol Secure
Hyper Transfer Technology Protocol Secure
Purpose of AJAX is:
Reload pages faster
Update webpages without reloading
Store session data
Encrypt page content
LAMP stack stands for:
Linux, Apache, MySQL, PHP
Linux, Apache, MongoDB, Python
Local, Apache, MySQL, PHP
Linux, API, MySQL, PHP
API stands for:
Application Programming Interface
Application Program Internet
Automated Programming Instruction
Application Process Integration
DOM stands for:
Data Object Model
Document Object Model
Document Online Model
Data Online Method
In CSS, "px" means:
Pixel
Percentage
Points
Padding X
"Responsive" in web design means:
Auto refresh content
Layout adapts to screen sizes
Pages load faster
Server responds quickly
IoT typically connects:
Servers to cloud
Physical devices to internet
Databases to browsers
HTML to CSS
SaaS stands for:
Service and Application Software
Software as a Service
Software and Storage
Secure Application as a Service
RDF stands for:
Resource Data File
Resource Description Framework
Remote Data Format
Record Definition File
SEO stands for:
Search Engine Optimization
Secure Engine Operations
Search Engine Operation
System Engine Optimization
ARIA stands for:
Advanced Rich Internet Applications
Accessible Rich Internet Applications
Advanced Resource Internet Access
Accessible Resource Internet API
Purpose of cookies is:
Store small user data
Compress web files
Save CSS styles
Cache images
GDPR stands for:
General Data Protection Regulation
General Digital Privacy Regulation
Global Data Privacy Rules
General Data Privacy Regulation
BI stands for:
Business Integration
Business Intelligence
Basic Internet
Big Innovation
ETL stands for:
Extract, Transfer, Load
Extract, Transform, Load
Export, Transfer, Load
Extract, Translate, Load
SQL stands for:
Structured Question Language
Structured Query Language
Sequential Query Logic
Structured Quick Language
IaaS stands for:
Internet as a Service
Infrastructure as a Service
Integration as a System
Infrastructure and Software
PaaS stands for:
Platform as a Service
Process as a Service
Program as a Service
Platform and Storage
JSON stands for:
JavaScript Object Notation
JavaScript Online Node
JavaScript Object Name
Java System Object Notation
In forms, "POST" method:
Sends data in URL
Sends data to server to process
Retrieves data only
Encrypts data
In forms, "GET" method:
Sends data in URL query parameters
Sends data hidden in request body
Deletes data from server
Encrypts request
CDN stands for:
Central Data Network
Content Delivery Network
Cloud Data Node
Content Data Node
VPN stands for:
Virtual Private Network
Virtual Public Node
Virtual Processing Network
Virtual Protocol Network
CTA in UI means:
Call to Action
Click to Access
Content to Apply
Call to Apply
DOM manipulation means:
Changing webpage structure via code
Uploading DOM files
Saving document metadata
Printing web pages
HTML5 introduced:
Only new colors
New semantic elements, multimedia, APIs
Server-side scripting
Database queries
W3C stands for:
Web 3 Consortium
World Wide Web Consortium
Web Wide World Committee
Worldwide Web Council
In HTML5, which tag is used to define a navigation section?
A. <section>
B. <nav>
C. <menu>
D. <aside>
Which CSS property controls the space between elements' content and border?
margin
padding
spacing
border-gap
Which JavaScript method is used to add an element to the end of an array?
push()
append()
add()
insert()
In AJAX, which object is commonly used for HTTP requests?
HttpClient
XMLHttpRequest
AjaxSender
Fetcher
In IoT, which protocol is lightweight and often used for messaging between devices?
HTTP
MQTT
FTP
POP3
Which HTML element is used for drawing graphics via scripting?
A. <canvas>
B. <svg>
C. <paint>
D. <graphics>
Which CSS unit is relative to the font-size of the root element?
em
rem
%
vh
In JavaScript, which keyword declares a block-scoped variable?
var
let
const
scope
What does the "alt" attribute in an tag specify?
Image size
Alternate text for the image
Image source URL
Image style
Which UI principle suggests that design should match the user's mental model?
Visibility
Affordance
Feedback
Consistency
Which HTTP method is idempotent and used for retrieving data?
GET
POST
PUT
PATCH
In semantic HTML, which tag defines self-contained content like an article?
A. <div>
B. <article>
C. <section>
D. <content>
In CSS Flexbox, which property defines the alignment along the main axis?
align-items
justify-content
align-content
justify-items
Which JavaScript function parses a JSON string into an object?
JSON.parse()
JSON.stringify()
JSON.objectify()
JSON.decode()
Which cookie attribute restricts cookies to HTTPS connections only?
Secure
HttpOnly
SameSite
Private
In BI, which chart type is best for showing parts of a whole?
Bar chart
Pie chart
Line chart
Scatter plot
In ETL, which step usually includes data cleaning?
Extract
Transform
Load
Analyze
In CSS Grid, which property defines the size of rows?
grid-template-rows
grid-rows-size
row-size
grid-row-height
Which HTML5 element is used for responsive media playback?
A. <video>
B. <media>
C. <stream>
D. <play>
Which JavaScript method is used to schedule a function to run after a delay?
setTimeout()
wait()
delay()
schedule()
