Font size
WorksheetsAdvanced ICT Quiz
Total questions: 90
Worksheet time: 45mins
Which operating system is open-source?
Windows
macOS
Linux
Chrome OS
What does the 'Kernel' do in an OS?
Manages hardware and resources
Provides GUI themes
Runs web browsers
Manages cloud storage
Which command is used to list files in Linux?
dir
ls
list
show
What is the default file system for Windows?
ext4
NTFS
HFS+
APFS
Which OS is commonly used for iPhones?
Android
Windows
iOS
Symbian
What does HTML stand for?
Hyper Transfer Markup Language
HyperText Markup Language
Hyperlink Text Management Language
HyperTool Markup Language
Which tag is used for the largest heading in HTML?
Which property in CSS changes the text color?
font-color
color
text-color
background-color
What is the default position property in CSS?
absolute
relative
static
fixed
Which attribute in tag specifies the image source?
src
href
alt
link
What does PHP stand for?
Personal Hypertext Processor
PHP Hypertext Preprocessor
Private Home Page
Public Hosting Platform
Which symbol is used to start a variable in PHP?
@
$
#
&
Which function is used to output text in PHP?
print()
echo
display()
show()
Which PHP superglobal contains form data sent via POST?
$_GET
$_POST
$_FORM
$_DATA
Which extension is used for PHP files?
.ph
.php
.html
.phtml
Which device connects multiple networks together?
Hub
Switch
Router
Repeater
What is the maximum length of an IPv4 address?
16 bits
32 bits
64 bits
128 bits
Which layer of OSI model deals with IP addresses?
Network Layer
Data Link Layer
Transport Layer
Application Layer
Which protocol is used to send emails?
FTP
SMTP
HTTP
IMAP
Which device operates at the Data Link Layer?
Router
Switch
Gateway
Firewall
What does PHP stand for?
Personal Hypertext Processor
PHP Hypertext Preprocessor
Private Home Page
Public Hosting Platform
Which symbol is used to start a variable in PHP?
@
$
#
&
Which function is used to output text in PHP?
print()
echo
display()
show()
Which PHP superglobal contains form data sent via POST?
$_GET
$_POST
$_FORM
$_DATA
Which extension is used for PHP files?
.ph
.php
.html
.phtml
Which device connects multiple networks together?
Hub
Switch
Router
Repeater
What is the maximum length of an IPv4 address?
16 bits
32 bits
64 bits
128 bits
Which layer of OSI model deals with IP addresses?
Network Layer
Data Link Layer
Transport Layer
Application Layer
Which protocol is used to send emails?
FTP
SMTP
HTTP
IMAP
Which device operates at the Data Link Layer?
Router
Switch
Gateway
Firewall
Which operating system is open-source?
Windows
macOS
Linux
Chrome OS
What does the 'Kernel' do in an OS?
Manages hardware and resources
Provides GUI themes
Runs web browsers
Manages cloud storage
Which command is used to list files in Linux?
dir
ls
list
show
What is the default file system for Windows?
ext4
NTFS
HFS+
APFS
Which OS is commonly used for iPhones?
Android
Windows
iOS
Symbian
What does HTML stand for?
Hyper Transfer Markup Language
HyperText Markup Language
Hyperlink Text Management Language
HyperTool Markup Language
Which tag is used for the largest heading in HTML?
Which property in CSS changes the text color?
font-color
color
text-color
background-color
What is the default position property in CSS?
absolute
relative
static
fixed
Which attribute in tag specifies the image source?
src
href
alt
link
Which HTML element is used to define the footer of a document?
div
header
footer
section
What does CSS stand for?
Computer Style Sheets
Creative Style Systems
Colorful Style Sheets
Cascading Style Sheets
Which HTML tag is used to create a hyperlink?
a
href
link
url
What is the purpose of the tag in HTML?
To define metadata about an HTML document
To create a link to external stylesheets
To add images to the document
To create a footer section
Which of the following is a valid JavaScript data type?
String
Text
Numberic
Character
What does the 'alt' attribute in an tag specify?
Image description
Image source
Image link
Image size
Which CSS property is used to change the font size?
size
text-size
font-size
font-style
What is the purpose of the
To set the title of the document
To create a heading
To add a footer
To link to stylesheets
Which of the following is a JavaScript framework?
React
HTML
CSS
PHP
What does the 'display' property in CSS control?
Visibility of an element
Position of an element
Size of an element
Layout of an element
What is the primary function of a web browser?
To store files
To manage system resources
To compile code
To display web pages
Which HTML tag is used to create a hyperlink?
link
href
a
url
What does CSS stand for?
Computer Style Sheets
Cascading Style Sheets
Colorful Style Sheets
Creative Style System
Which programming language is primarily used for web development on the client side?
C#
Java
JavaScript
Python
What is the purpose of the
tag in HTML?To define the body
To create a footer
To display the main content
To contain metadata
Which of the following is a popular JavaScript library?
React
Laravel
Flask
Django
What does SQL stand for?
Sequential Query Language
Standard Query Language
Simple Query Language
Structured Query Language
Which HTML element is used to define an unordered list?
ol
li
list
ul
What is the main purpose of a firewall?
To manage user accounts
To speed up internet connection
To protect networks from unauthorized access
To store data securely
Which of the following is a back-end programming language?
CSS
JavaScript
PHP
HTML
What does HTML stand for?
Hypertext Markup Language
Hightext Machine Language
Hyperlink and Text Markup Language
Hypertext Multi Language
Which protocol is used to send emails?
HTTP
IMAP
SMTP
FTP
What does CSS stand for?
Colorful Style Sheets
Creative Style System
Cascading Style Sheets
Computer Style Sheets
Which of the following is a JavaScript framework?
Django
Laravel
Ruby on Rails
React
What is the main purpose of a firewall?
To protect networks from unauthorized access
To manage network traffic
To store data securely
To speed up internet connection
Which of the following is a NoSQL database?
MongoDB
PostgreSQL
SQLite
MySQL
What does API stand for?
Application Process Interface
Application Programming Interface
Application Protocol Interface
Advanced Programming Interface
Which language is primarily used for web development?
Python
Java
JavaScript
C++
What is the purpose of version control systems?
To automate testing
To deploy applications
To enhance software performance
To manage changes to source code
Which of the following is a popular cloud service provider?
Oracle Database
Adobe Photoshop
Microsoft Office
Amazon Web Services
Which HTML tag is used to define an internal style sheet?
<style>
<link>
<script>
<css>
What is the correct HTML element for inserting a line break?
<br>
<newline>
<break>
<lb>
Which of the following is a valid CSS selector?
All of the above
elementName
#idName
.className
What does SQL stand for?
Structured Query Language
Sequential Query Language
Simple Query Language
Standard Query Language
Which symbol is used for comments in CSS?
#
//
--
/* */
What is the purpose of the 'alt' attribute in an image tag?
To specify the image source
To link to another page
To provide alternative text for the image
To define the image size
Which of the following is a JavaScript data type?
String
All of the above
Number
Boolean
What does the 'this' keyword refer to in JavaScript?
The previous object
None of the above
The current object
The global object
Which HTML attribute is used to define inline styles?
styles
class
font
style
What is the purpose of the 'defer' attribute in a script tag?
To load the script immediately
To prevent the script from running
To execute the script after the document has been parsed
To load the script asynchronously
Which of the following is a popular web browser?
Excel
Word
Chrome
Photoshop
What is the primary programming language used for web development?
Java
C++
Python
JavaScript
Which of the following is a cloud storage service?
Dropbox
Photoshop
Notepad
Excel
What does CPU stand for?
Central Processing Unit
Computer Personal Unit
Central Program Unit
Computer Processing Unit
Which of the following is a type of malware?
Spyware
Router
Firewall
Antivirus
What is the main function of an operating system?
To browse the internet
To create documents
To manage hardware and software resources
To play games
Which of the following is a popular database management system?
PowerPoint
Word
Photoshop
MySQL
What does HTML stand for?
HyperText Machine Language
HyperText Markup Language
HighText Machine Language
HighText Markup Language
Which of the following is a version control system?
Photoshop
PowerPoint
Git
Excel
What is the purpose of a firewall?
To manage files
To create backups
To speed up internet connection
To protect a network from unauthorized access
