wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PROFE7 413 - Midterm Exam

Total questions: 90

Worksheet time: 36mins

Name
Class
Date
1.
What does HTML stand for?
a)
HyperText Markup Language
b)
HighText Machine Language
c)
Hyper Transfer Markup Language
d)
Home Tool Markup Language
e)
Hyperlinks and Text Markup Language
2.
Which tag defines the root of an HTML document?
a)
<html>
b)
<head>
c)
<body>
d)
<root>
e)
<main>
3.
Which tag contains metadata like the page title?
a)
<meta>
b)
<head>
c)
<body>
d)
<title>
e)
<info>
4.
Which HTML tag displays the largest heading?
a)
<h6>
b)
<p>
c)
<h1>
d)
<h3>
e)
<title>
5.
What is the correct declaration for HTML5?
a)
<!DOCTYPE HTML PUBLIC>
b)
<!DOCTYPE HTML SYSTEM>
c)
<!DOCTYPE html>
d)
<DOCTYPE HTML5>
e)
<!html>
6.
Which tag contains all visible content of a webpage?
a)
<html>
b)
<meta>
c)
<body>
d)
<div>
e)
<section>
7.
Who invented the World Wide Web?
a)
Bill Gates
b)
Tim Berners-Lee
c)
Larry Page
d)
Steve Jobs
e)
Mark Zuckerberg
8.
What does the <p> tag define?
a)
Heading
b)
Paragraph
c)
Link
d)
Table
e)
Image
9.
Which HTML tag creates a hyperlink?
a)
<link>
b)
<a>
c)
<href>
d)
<url>
e)
<hyper>
10.
Which attribute specifies the link’s destination?
a)
src
b)
alt
c)
href
d)
target
e)
link
11.
Which HTML tag defines an image?
a)
<picture>
b)
<src>
c)
<image>
d)
<img>
e)
<graphic>
12.
Which attribute is important for accessibility in images?
a)
src
b)
alt
c)
title
d)
href
e)
size
13.
Which tag sets the title of a webpage shown in the browser tab?
a)
<meta>
b)
<head>
c)
<title>
d)
<h1>
e)
<caption>
14.
Which HTML element makes text bold and large as a heading?
a)
<p>
b)
<h1>
c)
<strong>
d)
<title>
e)
<div>
15.
Which tag is used to add a line break in HTML?
a)
<break>
b)
<lb>
c)
<br>
d)
<line>
e)
<enter>
16.
What is the purpose of the DOCTYPE declaration?
a)
Defines language
b)
Defines HTML version
c)
Defines stylesheet
d)
Defines paragraph
e)
Defines script type
17.
Which HTML version introduced semantic elements like <header> and <article>?
a)
HTML 2.0
b)
HTML 3.2
c)
HTML 4.01
d)
XHTML 1.0
e)
HTML5
18.
Which tag is used for creating lists with bullet points?
a)
<ol>
b)
<li>
c)
<ul>
d)
<list>
e)
<bullet>
19.
Which tag is used for creating ordered lists with numbers?
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
e)
<number>
20.
Which HTML element contains the visible heading of a table?
a)
<head>
b)
<th>
c)
<td>
d)
<tr>
e)
<caption>
21.
Which software can you use to create HTML files on Windows?
a)
Notepad
b)
Word
c)
Excel
d)
PowerPoint
e)
Paint
22.
What file extension is typically used for HTML files?
a)
.doc
b)
.exe
c)
.html
d)
.txt
e)
.css
23.
What encoding is recommended when saving HTML files?
a)
ASCII
b)
UTF-16
c)
UTF-8
d)
ISO-8859-1
e)
ANSI
24.
Which online editor allows testing HTML code instantly?
a)
VS Code
b)
Sublime
c)
W3Schools Tryit Editor
d)
Notepad++
e)
Atom
25.
What does the <a> tag stand for?
a)
anchor
b)
append
c)
attribute
d)
apply
e)
address
26.
Which HTML element contains all visible page content?
a)
<body>
b)
<head>
c)
<html>
d)
<meta>
e)
<section>
27.
Which tag creates a smaller heading than <h1>?
a)
<h2>
b)
<h6>
c)
<p>
d)
<title>
e)
<small>
28.
Which tag is used to insert an image source?
a)
href
b)
src
c)
alt
d)
link
e)
data
29.
Which tool can be used to inspect HTML elements in the browser?
a)
View Source
b)
Inspect
c)
Debugger
d)
Network Monitor
e)
Console
30.
Which HTML attribute specifies the image height?
a)
size
b)
length
c)
alt
d)
height
e)
width
31.
1. What does CSS stand for?
a)
Cascading Style Sheets
b)
Creative Style Syntax
c)
Computer Style System
d)
Cascaded Syntax Sheet
e)
Custom Style Source
32.
2. What is the main purpose of CSS?
a)
To add interactivity
b)
To separate content from presentation
c)
To store data
d)
To write server-side scripts
e)
To optimize SEO
33.
3. Which CSS property changes text color?
a)
font-style
b)
color
c)
background-color
d)
text-align
e)
text-decoration
34.
4. Which property changes background color?
a)
bg
b)
color
c)
background-color
d)
background
e)
bgcolor
35.
5. Which tag is used to link external CSS?
a)
<style>
b)
<css>
c)
<link>
d)
<stylesheet>
e)
<import>
36.
6. What is the default CSS position property?
a)
relative
b)
static
c)
absolute
d)
fixed
e)
inherit
37.
7. Which CSS property controls element width?
a)
size
b)
width
c)
max
d)
scale
e)
spacing
38.
8. Which property sets space inside the border?
a)
margin
b)
padding
c)
spacing
d)
border
e)
content
39.
9. Which property sets space outside the border?
a)
margin
b)
padding
c)
spacing
d)
border
e)
outline
40.
10. Which CSS property makes text italic?
a)
text-decoration
b)
font-weight
c)
font-style
d)
text-align
e)
font-variant
41.
11. Which CSS property underlines text?
a)
font-style
b)
text-decoration
c)
border-bottom
d)
text-align
e)
decoration
42.
12. Which is the correct ID selector?
a)
.menu
b)
#menu
c)
menu{}
d)
id.menu
e)
%menu
43.
13. Which is the correct class selector?
a)
#class
b)
.class
c)
class{}
d)
/class/
e)
%class
44.
14. Which is the universal selector?
a)
all
b)
*
c)
any
d)
global
e)
root
45.
15. Which pseudo-class applies when hovering a link?
a)
:hover
b)
:active
c)
:visited
d)
:focus
e)
:link
46.
16. Which pseudo-class applies when a link is visited?
a)
:hover
b)
:active
c)
:visited
d)
:focus
e)
:link
47.
17. Which pseudo-element styles first line of text?
a)
:first
b)
:line
c)
:first-line
d)
:before
e)
:after
48.
18. Which property sets font size?
a)
font-style
b)
font-weight
c)
font-size
d)
size
e)
text-size
49.
19. Which property sets font family?
a)
font-name
b)
font-type
c)
font-family
d)
text-font
e)
font-list
50.
20. Which CSS rule has the highest specificity?
a)
Tag selector
b)
Class selector
c)
ID selector
d)
Universal selector
e)
Attribute selector
51.
21. Which CSS property controls visibility but keeps space?
a)
display:none
b)
opacity
c)
visibility:hidden
d)
hidden
e)
block
52.
22. Which CSS property removes element completely from layout?
a)
opacity
b)
visibility:hidden
c)
display:none
d)
z-index
e)
float
53.
23. Which property defines stacking order?
a)
position
b)
float
c)
order
d)
z-index
e)
index
54.
24. Which CSS property controls element floating?
a)
position
b)
float
c)
align
d)
display
e)
margin
55.
25. Which CSS property clears floats?
a)
reset
b)
block
c)
clear
d)
stop
e)
break
56.
26. Which property controls text alignment?
a)
text-decoration
b)
text-align
c)
align
d)
vertical-align
e)
font-align
57.
27. Which property controls overflow content?
a)
content
b)
overflow
c)
hidden
d)
scroll
e)
display
58.
28. Which property controls transparency?
a)
transparency
b)
opacity
c)
alpha
d)
filter
e)
visibility
59.
29. Which CSS unit is relative to parent font size?
a)
px
b)
%
c)
em
d)
pt
e)
in
60.
30. Which CSS property changes mouse cursor?
a)
cursor
b)
pointer
c)
mouse
d)
hover
e)
hand
61.
What is the main purpose of WordPress according to the module?
a)
To build and manage professional websites
b)
To edit videos
c)
To manage databases only
d)
To design offline posters
e)
To host social media ads
62.
Which version of WordPress provides complete control and customization?
a)
WordPress.org
b)
WordPress.com
c)
WordPress Lite
d)
WordPress Plus
e)
WordPress Cloud
63.
Which WordPress platform is best for beginners who prefer simplicity?
a)
WordPress.com
b)
WordPress.org
c)
Blogger
d)
Drupal
e)
Joomla
64.
What does a domain name represent?
a)
Website address
b)
Hosting plan
c)
File database
d)
SEO keyword
e)
Email name
65.
What is web hosting?
a)
The place where website files are stored
b)
The process of registering a domain
c)
Buying ads online
d)
A design template
e)
A browser feature
66.
Which of the following describes WordPress.org?
a)
Open-source and self-hosted
b)
Closed platform
c)
Paid only
d)
Mobile-only app
e)
Government service
67.
Which of these best defines WordPress.com?
a)
Hosted service with managed security
b)
Manual installation platform
c)
Offline software
d)
Theme development tool
e)
None of the above
68.
What is one key advantage of WordPress.org?
a)
Monetization freedom
b)
Limited plugins
c)
Requires paid plans
d)
No customization
e)
None
69.
What is a “one-click installation”?
a)
Automatic WordPress setup via control panel
b)
Manual file upload
c)
Software download
d)
Plugin installation
e)
None
70.
Which tool is commonly used for one-click installation?
a)
Softaculous
b)
Canva
c)
Photoshop
d)
Notepad++
e)
Oracle
71.
What is required before installing WordPress?
a)
Domain and hosting
b)
Plugins
c)
Ads account
d)
Social media
e)
Email list
72.
What does FTP stand for in manual installation?
a)
File Transfer Protocol
b)
Fast Transfer Process
c)
File Tracking Program
d)
Front Text Parser
e)
Folder Transmission Path
73.
Where can WordPress.org be downloaded?
a)
wordpress.org
b)
wordpress.com
c)
microsoft.com
d)
wix.com
e)
blogger.com
74.
What is the WordPress Dashboard used for?
a)
Managing all aspects of your website
b)
Editing PDFs
c)
Sending emails
d)
Hosting databases
e)
Printing reports
75.
Which menu manages images and videos in WordPress?
a)
Media
b)
Plugins
c)
Appearance
d)
Tools
e)
Settings
76.
Which section allows installation of new themes and plugins?
a)
Appearance
b)
Settings
c)
Media
d)
Tools
e)
Users
77.
Which feature manages user accounts and roles?
a)
Users
b)
Posts
c)
Media
d)
Pages
e)
Tools
78.
What setting affects URL structure?
a)
Permalinks
b)
Media
c)
Plugins
d)
Pages
e)
Dashboard
79.
What should you set your permalinks to for SEO?
a)
Post name
b)
Default
c)
Numeric
d)
Plain
e)
Random
80.
What should be unchecked in Reading Settings?
a)
Discourage search engines
b)
Allow comments
c)
Enable caching
d)
Auto-embed
e)
Show excerpts
81.
What is typically shown on a business homepage?
a)
Static page
b)
Latest posts
c)
Archives
d)
Dashboard
e)
Plugin list
82.
Which type of content is “timeless”?
a)
Pages
b)
Posts
c)
Comments
d)
Plugins
e)
Themes
83.
Which content type is used for blogs or updates?
a)
Posts
b)
Pages
c)
Widgets
d)
Users
e)
Plugins
84.
What can organize posts into topics?
a)
Categories and tags
b)
Pages
c)
Themes
d)
Users
e)
Settings
85.
Which allows comments by default?
a)
Posts
b)
Pages
c)
Themes
d)
Widgets
e)
Plugins
86.
Which describes “hierarchical” structure?
a)
Pages with parent-child relationships
b)
Posts sorted by date
c)
Plugin dependencies
d)
Theme styles
e)
None
87.
What should be done before adding content?
a)
Configure initial settings
b)
Install plugins
c)
Publish first post
d)
Upload media
e)
Install SEO tool
88.
What is an example of static content?
a)
“About Us” page
b)
“Latest News”
c)
“Daily Updates”
d)
“Recent Posts”
e)
“Feedback”
89.
Which section of dashboard customizes widgets and menus?
a)
Appearance
b)
Settings
c)
Tools
d)
Plugins
e)
Media
90.
What is the advantage of WordPress.com’s managed hosting?
a)
Automatic updates and backups
b)
Free domain always
c)
Unlimited code editing
d)
Custom server access
e)
None