Font size
WorksheetsHC101_MIDTERM_QUIZ
Total questions: 25
Worksheet time: 16mins
Taking something for granted when it needs further investigation
(a)
Stating something to be true when it is still open to question.
(a)
Benefits of conceptualizing that enables design teams to ask specific questions about how the conceptual model will be understood.
Orientation
Open-minded
Common ground
Benefits of conceptualizing prevents design teams from becoming narrowly focused early on.
Orientation
Open-minded
Common ground
Benefits of conceptualizing that allows design teams to establish a set of commonly agreed terms.
Orientation
Open-minded
Common ground
It is a high-level description of how a system is organized and operates.
(a)
Which of the following is a benefit of interface metaphors ?
Can be very innovative and enable the realm of computers and their applications to be made more accessible to a greater diversity of users
Break conventional and cultural rules
Can constrain designers in the way they conceptualize a problem space
Designers can inadvertently use bad existing designs and transfer the bad parts over
Which of the following is a benefit of interface metaphors ?
Helps users understand the underlying conceptual model
Forces users to only understand the system in terms of the metaphor
Limits designers’ imagination in coming up with new conceptual models
Break conventional and cultural rules
Which of the following is a Problem with interface metaphors?
Can constrain designers in the way they conceptualize a problem space
Makes learning new systems easier
Helps users understand the underlying conceptual model
Can be very innovative and enable the realm of computers and their applications to be made more accessible to a greater diversity of users
Which of the following is a Problem with interface metaphors?
Can be very innovative and enable the realm of computers and their applications to be made more accessible to a greater diversity of users
Helps users understand the underlying conceptual model
Makes learning new systems easier
Forces users to only understand the system in terms of the metaphor
It is an Interaction type that issue commands and selecting options.
Instructing
Conversing
Manipulating
Exploring
It is an Interaction type that interacts with a system as if having a conversation.
Instructing
Conversing
Manipulating
Exploring
It is an Interaction type that interacting with objects in a virtual or physical space by handling them.
Instructing
Conversing
Manipulating
Exploring
It is an Interaction type that moves through a virtual environment or a physical space.
Instructing
Conversing
Manipulating
Exploring
What is the meaning of the acronym HTML?
(a)
It is a keyword enclosed by angle brackets ( Example: <I> )
(a)
The (a) of a Web page determines its ranking in certain search engines.
Type the complete tag for NEXT LINE
(a)
The (a) do not appear on the Web page itself but are a useful reference to the author of the page and other programmers
Some browsers don’t support images. In this case, the (a) attribute can be used to create text that appears instead of the image.
A (a) lets you move from one page to another, play movies and sound, send email, download files, and more.
These are the lists of numbered items.
(a)
These are the lists of bulleted items.
(a)
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)
How to create a textbox?
type <INPUT TYPE=“text” NAME=“name” VALUE=“value” SIZE=n MAXLENGTH=n>
type <INPUT TYPE=“radio” NAME=“name” VALUE=“data”>
type <INPUT TYPE=“checkbox” NAME=“name” VALUE=“value”>
type <SELECT NAME=“name” SIZE=n MULTIPLE>
