NEW
Font size
WorksheetsProgramming Trends and HTML Basics
Total questions: 40
Worksheet time: 20mins
Which current trend in programming focuses on enabling computers to learn from data and improve automatically?
Cloud deployment
Machine learning
Virtualization
UI theming
A programmer specializing in building decentralized apps (DApps) is most likely working in which emerging field?
Blockchain
Robotics
Networking
SEO
Which trend allows companies to run code without managing servers?
Microservices
Serverless computing
Edge computing
Dedicated hosting
Which job best fits someone skilled in Python, TensorFlow, and data training?
UX Designer
Data Scientist
Technical Writer
IT Support
A company wants software that predicts customer behavior. Which programming trend should they leverage?
AR/VR Development
AI and Analytics
Game Design
Database Replication
Which skill is MOST essential for adapting to rapid changes in programming technologies?
Memorizing code syntax
Continuous learning
Same tools always used
Avoiding experimentation
The shift to remote work created new opportunities for programmers through:
Local-only hiring rules
Global freelancing platforms
Eliminating IT teams
Removing need for programming
Which career involves designing software that interacts with physical hardware?
Mobile developer
Embedded systems programmer
Front-end developer
Social media manager
A business aiming to use cloud-native development will MOST benefit from hiring a:
Cybersecurity analyst
DevOps engineer
Graphic designer
Data encoder
Why is soft skill development important in modern programming careers?
Coding replaces communication
Jobs require no teamwork
Programmers collaborate in teams
Employers check only tech skills
Which principle of ergonomics aims to match the job to the worker’s physical capabilities?
Neutral posture
Task–worker fit
Load balancing
Hardware alignment
Poor ergonomics commonly leads to which problem?
Faster typing speed
Eye strain and fatigue
Improved reasoning
Enhanced creativity
Which is the BEST example of proper keyboard placement?
Keyboard above shoulder height
Keyboard flat, close, and at elbow level
Keyboard tilted upward
Keyboard placed far away
What is the MOST ergonomic sitting posture?
Back curved forward
Legs crossed tightly
Back supported, feet flat
Shoulders raised
Which risk factor increases the chance of musculoskeletal disorders (MSDs)?
Frequent stretching
Neutral wrist alignment
Repetitive movements
Proper chair height
The '20-20-20 rule' helps prevent:
Back pain
Eye strain
Wrist swelling
Shoulder fatigue
A monitor should be positioned so that:
Top of screen is at eye level
Screen is at knee height
User must lean forward
Light reflects directly on screen
Which habit improves ergonomics in long computer use?
Working nonstop
Using laptop on your bed
Taking micro-breaks
Reaching over for the mouse
Which workstation adjustment decreases shoulder tension?
Raising the keyboard
Lowering the armrests
Bringing mouse closer
Leaning forward
Why is ergonomics important in digital work?
Slows productivity
Prevents injuries & increases efficiency
Removes need for computers
Replaces physical activity
What is the correct order of basic HTML structure?
body → html → head
head → html → body
html → head → body
head → body → html
In
Element
Attribute
Tag name
Selector
Which tag is used to define the main text content of a webpage?
<head>
<body>
<title>
<meta>
Which HTML tag pair is correctly written?
<image></image>
<br></br>
<title></title>
<meta></me/ta>
The purpose of the
section is to:Display page content
Store metadata and links
Show images only
Contain headings only
Which best describes an HTML element?
Symbol that ends a file
Entire structure from opening to closing tag
Only text inside
Only attributes
Which is an attribute-value pair?
<h1>Title</h1>
src="image.jpg"
</p>
<div>
In ,<a href="site.html">Link</a>, “href” does what?
Sets the font
Defines the link destination
Determines the color
Opens a popup
What does HTML stand for?
Hyper Text Mode Language
Hyper Transfer Markup Layout
HyperText Markup Language
Hybrid Text Media Layout
Which tag is used to create a line break?
<lb>
<break>
<br>
<hr>
Which heading tag displays the largest text?
<h1>
<h6>
<h3>
<h4>
Which tag is used to emphasize text in italics?
<b>
<i>
<mark>
<u>
A student wants to bold a sentence. Which HTML should they use?
<b>Text</b>
<bold>Text</bold>
<strong>Text
<sentence>Text</sentence>
Which tag is used to create a paragraph?
<div>
<p>
<text>
<para>
Which tool is commonly used for writing HTML code?
Spreadsheet
HTML editor
Video player
Antivirus software
What should a student do first before previewing a webpage in a browser?
Print the file
Save as .txt
Save as .html
Convert to PDF
What will
Hello
do?Change background to red
Display “Hello” as large italic text
Display “Hello” as a red subheading
Disable the heading
Which element is used to group and organize webpage sections?
<section>
<br>
<meta>
<hr>
A student created a webpage but text appears unformatted. Which might be the cause?
Missing tag
Too many headings
Too many comments
No browser installed
Which statement BEST describes how HTML elements form a webpage?
Elements appear randomly
Work together hierarchically
Overwrite each other
Must be identical
