NEW
Font size
WorksheetsModule 5
Total questions: 20
Worksheet time: 7mins
What does HTML stand for?
Hyperlinks and Text Markup Language
Home Tool Markup Language
Hyper Text Markup Language
What is the correct HTML for inserting an image?
<image src = "image.gif" alt="MyImage">
<img href = "image.gif" alt="MyImage">
<img alt = "MyImage">image.gif</img>
<img src = "image.gif" alt= "MyImage">
The CSS inside HTML elements used alongside style attribute is called?
Inline CSS
External CSS
External CSS
None of the above
How is black color represented in terms of RGB values?
RGB(0,0,0)
RGB(100,100,100)
RGB(100,100,0)
RGB(100,0,0)
What is the smallest header in HTML by default?
h1
h2
h6
h4
What does CSS stand for?
Colorful Style Sheets
Creative Style Sheets
Cascading Style Sheets
Computer Style Sheets
Which of the following is the correct syntax to add the external stylesheet in CSS?
<style src = quiz.css>
<style src = "quiz.css">
<stylesheet> quiz.css </stylesheet>
<link rel="stylesheet" type="quiz/css" href="quiz.css">
Which of the below CSS class is used to change the text color of CSS ?
background-color
color
color-background
None of the above
How do we set the default width of the font in CSS ?
font-stretch
font-weight
text-transform
font-variant
How can you add space between the border and inner content of the element?
margin
padding
border
spacing
A tool used to organize, store, retrieve, and communicate groups of related information.
Spreadsheet
Presentation
Word
Database
I control data entry. I am also used for data entry. I collect data.
table
form
query
report
A field that is a primary key in the same table or another table. It is the method of recording relations in a relational database.
name
surrogate key
key field
foreign key
For the following two ENTITIES, which is the appropriate relationship:
PRIME MINISTER / COUNTRY
One-to-One
Many-to-Many
One-to-Many
For the following two ENTITIES, which is the appropriate relationship:
PRODUCTS /PRICES
One-to-One
Many-to-Many
One-to-Many
For the following two ENTITIES, which is the appropriate relationship: ZOO / ANIMALS
One-to-One
Many-to-Many
One-to-Many
or the following two ENTITIES, which is the appropriate relationship: HOUSE/POSTCODE
One-to-One
Many-to-Many
One-to-Many
Which of these is NOT an advantage of relational databases?
Data is stored in one table
Duplication is avoided
Details need to be entered once
Consider attributes ID, CITY, and NAME. Which one if this can be considered as a primary key?
NAME
CITY
ID
ID, NAME
Look at the following, outline which is the primary Student (Name, StudentID, Address, Postcode)
Name
Address
StudentID
Postcode
