wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Module 5

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperlinks and Text Markup Language

b)

Home Tool Markup Language

c)

Hyper Text Markup Language

2.

What is the correct HTML for inserting an image?

a)

<image src = "image.gif" alt="MyImage">

b)

<img href = "image.gif" alt="MyImage">

c)

<img alt = "MyImage">image.gif</img>

d)

<img src = "image.gif" alt= "MyImage">

3.

The CSS inside HTML elements used alongside style attribute is called?

a)

Inline CSS

b)

External CSS

c)

External CSS

d)

None of the above

4.

How is black color represented in terms of RGB values?

a)

RGB(0,0,0)

b)

RGB(100,100,100)

c)

RGB(100,100,0)

d)

RGB(100,0,0)

5.

What is the smallest header in HTML by default?

a)

h1

b)

h2

c)

h6

d)

h4

6.

What does CSS stand for?

a)

Colorful Style Sheets

b)

Creative Style Sheets

c)

Cascading Style Sheets

d)

Computer Style Sheets

7.

Which of the following is the correct syntax to add the external stylesheet in CSS?

a)

<style src = quiz.css>

b)

<style src = "quiz.css">

c)

<stylesheet> quiz.css </stylesheet>

d)

<link rel="stylesheet" type="quiz/css" href="quiz.css">

8.

Which of the below CSS class is used to change the text color of CSS ?

a)

background-color

b)

color

c)

color-background

d)

None of the above

9.

How do we set the default width of the font in CSS ?

a)

font-stretch

b)

font-weight

c)

text-transform

d)

font-variant

10.

How can you add space between the border and inner content of the element?

a)

margin

b)

padding

c)

border

d)

spacing

11.

A tool used to organize, store, retrieve, and communicate groups of related information. 

a)

Spreadsheet

b)

Presentation

c)

Word

d)

Database

12.

I control data entry. I am also used for data entry. I collect data.

a)

table

b)

form

c)

query

d)

report

13.

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.

a)

name

b)

surrogate key

c)

key field

d)

foreign key

14.

For the following two ENTITIES, which is the appropriate relationship:

PRIME MINISTER / COUNTRY

a)

One-to-One

b)

Many-to-Many

c)

One-to-Many

15.

For the following two ENTITIES, which is the appropriate relationship:

PRODUCTS /PRICES

a)

One-to-One

b)

Many-to-Many

c)

One-to-Many

16.

For the following two ENTITIES, which is the appropriate relationship: ZOO / ANIMALS

a)

One-to-One

b)

Many-to-Many

c)

One-to-Many

17.

or the following two ENTITIES, which is the appropriate relationship: HOUSE/POSTCODE

a)

One-to-One

b)

Many-to-Many

c)

One-to-Many

18.

Which of these is NOT an advantage of relational databases?

a)

Data is stored in one table

b)

Duplication is avoided

c)

Details need to be entered once

19.

Consider attributes ID, CITY, and NAME. Which one if this can be considered as a primary key?

a)

NAME

b)

CITY

c)

ID

d)

ID, NAME

20.

Look at the following, outline which is the primary  Student (Name, StudentID, Address, Postcode)

a)

Name

b)

Address

c)

StudentID

d)

Postcode