WorksheetsBSOA 3rd Year Final Exam
Total questions: 40
Worksheet time: 8mins
Which HTML tag is used to create italicized text?
<b>
<i>
<em>
<italic>
The <span> element is primarily used to:
Group block-level conten
Group inline elements
Create hyperlinks
Display images
Which HTML5 element is used to define navigation links?
<menu>
<nav>
<ul>
<aside>
In HTML5, the <canvas> tag is used for:
Playing audio
Drawing graphics
Creating tables
Styling text
The alt attribute in an <img> tag is used for:
Adding captions
Resizing images
Providing alternative text
Embedding styles
<dl>, <dt>, and <dd> are used to create:
Unordered lists
Ordered lists
Definition lists
Data tables
Which tag defines a footer for a section in HTML5?
<section>
<footer>
<bottom>
<aside>
What does <!DOCTYPE html> indicate?
HTML version
CSS declaration
File location
Browser compatibility
The correct tag for inserting a line break in HTML is:
<lb>
<break>
<br>
<line>
Which HTML5 element defines independent content like a blog post?
<section>
<article>
<div>
<aside>
In UI design, which principle focuses on keeping similar elements grouped together?
Contrast
Alignment
Proximity
Consistency
Which HTML tag is NOT closed?
<img>
<div>
<p>
<title>
The <a> tag’s href attribute defines:
Link target frame
Anchor position only
Text formatting
URL destination
Which attribute of the <ol> tag changes numbering to uppercase Roman numerals?
type="1"
type="R"
type="A"
type="I"
In UI, which color scheme is best for accessibility for visually impaired users?
Low contrast
High contrast
Monochrome only
Random colors
Which HTML5 tag is used to show task completion progress?
<meter>
<progress>
<task>
<status>
Which of the following is NOT a semantic HTML5 element?
<header>
<footer>
<bold>
<article>
Which HTML tag is used to display a tooltip on hover?
title="" attribute
hover="" attribute
tooltip="" attribute
<tip>
The <wbr> tag in HTML is used for:
Word break opportunity
Web browser refresh
White background rendering
Web resource binding
n UI design, which principle ensures the interface looks and behaves predictably?
Consistency
Alignment
Affordance
Feedback
Attribute used in <img> to specify the image location.
(a)
HTML command used to define table column headings.
(Please type your answer in capital letters)
(a)
UI principle that refers to the spacing between related items
(Please type your answer in capital letters)
(a)
Attribute used to open a hyperlink in a new browser tab/window
(Please type your answer in capital letters)
(a)
HTML element that groups block-level content.
(Please type your answer in capital letters)
(a)
HTML element used to create table rows.
(Please type your answer in capital letters)
(a)
UI design principle that ensures a predictable and uniform interface.
(a)
Visual property that makes important items stand out.
(a)
A UI component that allows navigation between different sections of a site.
(Please type your answer in capital letters)
(a)
An on-screen message that confirms successful completion of an action.
(Please type your answer in capital letters)
(a)
Proximity means aligning all elements to the left.
True
False
Feedback can be visual, audio, or haptic
True
False
Consistency means avoiding repetitive design patterns
True
False
Contrast should be high enough to differentiate important elements
True
False
Affordance means making elements look interactive.
True
False
Alignment affects both readability and visual organization.
True
False
Using a different icon style for each button increases consistency.
True
False
Navigation menus should be consistent across pages
True
False
Responsive design only applies to mobile devices
True
False
Feedback is optional in user interface design.
True
False
