wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HC101_MIDTERM_QUIZ

Total questions: 25

Worksheet time: 16mins

Name
Class
Date
1.

Taking something for granted when it needs further investigation

(a)  

2.

Stating something to be true when it is still open to question.

(a)  

3.

Benefits of conceptualizing that enables design teams to ask specific questions about how the conceptual model will be understood.

a)

Orientation

b)

Open-minded

c)

Common ground

4.

Benefits of conceptualizing prevents design teams from becoming narrowly focused early on.

a)

Orientation

b)

Open-minded

c)

Common ground

5.

Benefits of conceptualizing that allows design teams to establish a set of commonly agreed terms.

a)

Orientation

b)

Open-minded

c)

Common ground

6.

It is a high-level description of how a system is organized and operates.

(a)  

7.

Which of the following is a benefit of interface metaphors ?

a)

Can be very innovative and enable the realm of computers and their applications to be made more accessible to a greater diversity of users

b)

Break conventional and cultural rules

c)

Can constrain designers in the way they conceptualize a problem space

d)

Designers can inadvertently use bad existing designs and transfer the bad parts over

8.

Which of the following is a benefit of interface metaphors ?

a)

Helps users understand the underlying conceptual model

b)

Forces users to only understand the system in terms of the metaphor

c)

Limits designers’ imagination in coming up with new conceptual models

d)

Break conventional and cultural rules

9.

Which of the following is a Problem with interface metaphors?

a)

Can constrain designers in the way they conceptualize a problem space

b)

Makes learning new systems easier

c)

Helps users understand the underlying conceptual model

d)

Can be very innovative and enable the realm of computers and their applications to be made more accessible to a greater diversity of users

10.

Which of the following is a Problem with interface metaphors?

a)

Can be very innovative and enable the realm of computers and their applications to be made more accessible to a greater diversity of users

b)

Helps users understand the underlying conceptual model

c)

Makes learning new systems easier

d)

Forces users to only understand the system in terms of the metaphor

11.

It is an Interaction type that issue commands and selecting options.

a)

Instructing

b)

Conversing

c)

Manipulating

d)

Exploring

12.

It is an Interaction type that interacts with a system as if having a conversation.

a)

Instructing

b)

Conversing

c)

Manipulating

d)

Exploring

13.

It is an Interaction type that interacting with objects in a virtual or physical space by handling them.

a)

Instructing

b)

Conversing

c)

Manipulating

d)

Exploring

14.

It is an Interaction type that moves through a virtual environment or a physical space.

a)

Instructing

b)

Conversing

c)

Manipulating

d)

Exploring

15.

What is the meaning of the acronym HTML?

(a)  

16.

It is a keyword enclosed by angle brackets ( Example: <I> )

(a)  

17.

The (a)   of a Web page determines its ranking in certain search engines.

18.

Type the complete tag for NEXT LINE

(a)  

19.

The (a)   do not appear on the Web page itself but are a useful reference to the author of the page and other programmers

20.

Some browsers don’t support images. In this case, the (a)   attribute can be used to create text that appears instead of the image.

21.

A (a)   lets you move from one page to another, play movies and sound, send email, download files, and more.

22.

These are the lists of numbered items.

(a)  

23.

These are the lists of bulleted items.

(a)  

24.

It is an area of the document that allows users to enter information into fields. It may be used to collect personal information, opinions in polls, user preferences and other kinds of information.

(a)  

25.

How to create a textbox?

a)

type <INPUT TYPE=“text” NAME=“name” VALUE=“value” SIZE=n MAXLENGTH=n>

b)

type <INPUT TYPE=“radio” NAME=“name” VALUE=“data”>

c)

type <INPUT TYPE=“checkbox” NAME=“name” VALUE=“value”>

d)

type <SELECT NAME=“name” SIZE=n MULTIPLE>