wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Review Quiz - Comprog Grade 12 - October 24, 2023

Total questions: 80

Worksheet time: 53mins

Name
Class
Date
1.

Which task/s has/have multiple predecessors?

(a)  

2.

Which task/s has/have multiple predecessors?

(Select all that applies)

a)

G

b)

J

c)

F

d)

C

e)

B

3.

Which task/s has/have multiple successors?

(Select all that applies)

a)

G

b)

J

c)

F

d)

C

e)

B

4.

Which task/s has/have no successors?

(Select all that applies)

a)

I

b)

J

c)

F

d)

A

e)

B

5.

Which task/s has/have no predecessors?

(Select all that applies)

a)

I

b)

J

c)

F

d)

A

e)

B

6.

Which of the following are critical tasks?

(Select all that applies)

a)

E

b)

C

c)

F

d)

A

e)

B

7.

Which of the following is/ are critical path/s?

(Select all that applies)

a)

B-C-D-E-J

b)

A-D-E-J

c)

B-C-F-G-J

d)

B-I

e)

B-C-F-H-J

8.

Where did HTML begin from?

a)

MOSAIC

b)

CERN

c)

W3C

d)

Hypertext

9.

A relationship between classes that indicates some meaningful and interesting connection.

a)

Description class

b)

Association

c)

Multiplicities

d)

Attributes

10.

What is the distinction between the file extensions.htm and.html?

a)

.htm has more browser support compared to .html

b)

.htm is more flexible than .html

c)

.htm is prone to error while .html is not

d)

There is no difference at all

11.

In what year was HTML 5.0 released and widely used?

a)

2014

b)

2012

c)

1999

d)

1997

12.

It contains information that describes something else.

a)

Description class

b)

Association

c)

Multiplicities

d)

Attributes

13.

A structured visual representation of interconnected concepts or real-world objects that incorporates vocabulary, key concepts, behavior, and relationships of all its entities.

a)

Flowchart

b)

PERT/CPM

c)

Sequence Diagram

d)

Domain Model

14.

A is a transaction related to another transaction B

a)

Wing – Airplane

b)

Sale – Customer

c)

Payment – Sale

d)

Domain Model

15.

It is an application of HTML where pages work well on all platform, mobile, tabs, desktops, or laptops owing to responsive design strategy

a)

Business Process

b)

Responsive UI

c)

Internet Navigation

d)

Business Modelling

16.

What type of attribute can be inferred from other attributes or associations?

a)

temporary attributes

b)

primitive attributes

c)

derived attributes

d)

common attributes

17.

It is a non-governmental, member society consisting of full-time staff and member organizations that work with the public to develop web standards

a)

W3C

b)

WWW

c)

WW3

d)

WHATWG

18.

What do you call the pieces of information or the logical data values of an object?

a)

association

b)

domain model

c)

attribute

d)

role name

19.

In what year was the internet invented and hypertext introduced to the web?

a)

1989

b)

1990

c)

1991

d)

2000

20.

What do you call a class containing an information that describes something else?

a)

description class

b)

information class

c)

data class

d)

none of the mentioned

21.

Which of the following defines how many instances of a class A can be associated with one  instance of a class B at any particular moment?

a)

role name

b)

association

c)

multiplicity

d)

navigability

22.

Which of the following are versions of HTML?

(Select all that applies)

a)

HTML 5

b)

HTML 2.0

c)

HTML 4.0

d)

HTML 4.5

e)

HTML 3.2

23.

Use the correct HTML attribute to make the link open in a new window.

a)

<a href="html_images.asp" target="_blank">HTML Images</a>

b)

<a href="html_images.asp" target="_self">HTML Images</a>

24.

The _____________ declaration defines that this document is an HTML5 document

a)

<!DOCTYPE html>

b)

<p>

c)

<html>

d)

<title>

25.

The _______ element contains meta information about the HTML page

a)

<html>

b)

<body>

c)

<!DOCTYPE html>

d)

<head>

26.

The ______ element defines a large heading

a)

<!DOCTYPE html>

b)

<html>

c)

<h1>

d)

<title>

27.

An ____________ is defined by a start tag, some content, and an end tag

a)

Web Browser

b)

TextEditor

c)

HTML element

d)

Notepad

28.

The ____ command causes a line break within a paragraph.

a)

<a>

b)

<br>

c)

<p>

d)

<img>

29.

Which is the correct syntax for a link?

a)

<a href="url">link text</a>

b)

<a href="url" link text>

c)

<a href=url>link text</a>

d)

<a href="url" link text</a>

30.

The correct syntax for a link to an email address is

a)

<a href="mailto:someone@example.com">Send email</a>

b)

<a href="someone@example.com">Send email</a>

c)

<a href=mailto:someone@example.com>Send email</a>

d)

<a href="mailto:someone@example.com">

31.
What is the default appearance of hyperlinks in the browser?
a)
Italic and purple
b)
Blue and underlined
c)
Bold and Italic
d)
Purple and underlined
32.

1.What does the tag do?

<a href="http://www.cnn.com">CNN</a> .

a)

Creates a link to a web site

b)

Displays an image on the page

c)

Creates a link to send email

d)

Asks the user to provide information

33.

Which tag should be used to include the following image: cat.jpeg?

a)

<img src="cats.jpg" alt="cat"/>

b)

<img src="cat.JPG" alt="cat"/>

c)

<img src="cat.jpeg" alt="cat"/>

d)

<img src="dog.jpeg" alt="cat"/>

34.
What is the Output if the user enters:
Yes
a)
Leave umbrella at home
b)
Take an umbrella
35.
What is the Output if the temperature is:
19
a)
Below Freezing
b)
Above Freezing
36.

What will happen if the user's book return is late?

a)

Sends them an SMS (text)

b)

Does not send them an SMS (text)

37.
What is the purpose of an arrow in a flowchart?
a)
Shows the relationships between shapes/ the flow of information
b)
They look nice when we use them
c)
We don't use arrows
d)
Shows the way the arrow is directed
38.
Which symbol shoes output?
a)
oval
b)
parallelogram
c)
rectangle
d)
diamond
39.

This flowchart is made to...

a)

Calculate the area and perimeter of a square

b)

Output figures of different sizes

c)

Calculate the area and perimeter of a circle

d)

Find out how long it takes to get to the moon

40.

In this flowchart the diamond shape helps with...

a)

Deciding whether the student should pass or fail

b)

Adding up the student's marks

c)

Making sure the student gets good marks

d)

Checking the student's general behaviour

41.

This flowchart is made to ...

a)

Check whether a number is odd or even

b)

Decide if we like a number or not

c)

Calculate the remainder of a number + 2

d)

Help people with Maths

42.

What protects the intellectual property created by artist?

a)

Copyright

b)

Patents

c)

Registered designs

d)

Trademarks

43.

What protects the intellectual property created by inventors?

a)

Copyright

b)

Patents

c)

Registered designs

d)

Trademarks

44.

Which of these is a geographical indication?

a)

BMW

b)

Champagne

c)

PlayStation

d)

World Wide Web

45.

What does a trademark protect?

a)

An invention

b)

A work of art

c)

Logos, names, and brands

d)

The look, shape and feel of a product

46.

In most countries, how long does copyright last for?

a)

10 years after the creation of the work

b)

50 years after the creation of the work

c)

10 years after the death of the person who created that work

d)

50 years after the death of the person who created that work

47.

How long do patents usually last for?

a)

10 years

b)

20 years

c)

40 years

d)

60 years

48.

If you write an original story, what type of intellectual property gives you the right to decide who can make and sell copies of your work?

a)

Copyright

b)

Geographical indications

c)

Patents

d)

Registered designs

49.

Imagine a sports team sets up a company to sell its own range of clothes. What type of intellectual property can the team use to show that the clothes are made by them?

a)

Copyright

b)

Trademark

c)

Patents

d)

Registered designs

50.

If a company develops a new technology that improves its main product, what type of intellectual property can they use to stop others from copying their invention?

a)

Copyright

b)

Trademark

c)

Patents

d)

Registered designs

51.

What protects the intellectual property created by designers?

a)

Copyright

b)

Patents

c)

Registered designs

d)

Trademarks

52.

Which of the following statements explains portability in non-functional requirements?

a)

It is a degree to which software running on one platform can easily be converted to run on another platform

b)

It cannot be enhanced by using languages, OS’ and tools that are universally available and standardized

c)

The ability of the system to behave consistently in a user-acceptable manner when operating within the environment for which the system was intended

d)

none of the mentioned

53.

Which one is a functional requirements?

a)

Sign-up page

b)

Time frame

c)

Project budget

d)

Load time of the site

54.

Republic Act 8293: Intellectual Property Code of the Philippines was signed by

a)

President Benigno Aquino III

b)

President Manuel Roxas

c)

President Rodrigo Duterte

d)

President Fidel V. Ramos

55.

Which of the following is NOT an example of personally identifiable information?

a)

Username

b)

Favorite Band

c)

Home address

d)

Profile picture

56.

Communication from them often takes the form of short bursts of information.

a)

I-could-do-this-Myself Client

b)

Scornful Saver

c)

Under-valuer Client

d)

Control Freak Client

57.

Desperately needs to micro-manage every little detail of the project, no matter their qualifications.

a)

I-could-do-this-Myself Client

b)

Nit-picker Saver

c)

Under-valuer Client

d)

Control Freak Client

58.

Communication shows awareness of and respect for your role.

a)

Dream Client

b)

Nit-picker Saver

c)

Under-valuer Client

d)

Control Freak Client

59.

Complains almost consistently about unrelated things.

a)

Scornful Saver

b)

Nit-picker Saver

c)

Under-valuer Client

d)

Control Freak Client

60.

Devalue your creative contributions.

a)

Family Friend Saver

b)

Nit-picker Saver

c)

Under-valuer Client

d)

Control Freak Client

61.

Believes they deserves a “special” price.

a)

Family Friend Saver

b)

Nit-picker Saver

c)

Under-valuer Client

d)

I-could-do-this-Myself Client

62.

Fill in the blanks



(a)  

63.

Fill in the blanks



(a)  

64.

Fill in the blanks



(a)  

65.

Fill in the blanks



(a)  

66.

Fill in the blanks



(a)  

67.

The < (a)   > tag defines subscript text.

68.

The < (a)   > tag defines superscript text

69.

The < (a)   > tag specifies bold text without any extra importance.

70.

The < (a)   > tag is used to define emphasized text.

71.

The HTML < (a)   > element defines a paragraph.

72.

The < (a)   > tag is typically the most visible text on a page, letting visitors to quickly understand what the page is about.

73.

The HTML < (a)   > element defines a part of text in an alternate voice or mood.

74.

The HTML < (a)   > tag defines a short quotation

75.

The < (a)   > tag is used to highlight some part of the text for quick reference inside another element, such as in a paragraph that is of more importance or relevance to the user. It uses the default yellow color for highlighting

76.

Fill in the blanks

(a)  

77.

The < (a)   > tag indicates that its contents have strong importance, seriousness, or urgency.

78.

The HTML < (a)   > tag defines an abbreviation or an acronym

79.

The HTML < (a)   > tag is used to override the current text direction.

80.

</br> is what type of tag?

a)

break tag

b)

horizontal rule

c)

break rule

d)

horizontal break