C773 USER INTERFACE DESIGN
EXAM REVIEW
A[well-
designed[navigation[system[enables[users[to[move[between[sections[and[pages[of[a[site[i
n[an[orderly[manner[guided[by:
A.[a[breadcrumb[system[of[navigation.
B.[flashy[dropdown[menus[and[options.
C.[a[series[of[blue,[underlined[hyperlinks.
D.[a[clear[mental[model[of[the[underlying
site[structure.[-[ans-✔✔A[clear[mental[model[of[the[underlying[site[structure.
Which[of[the[following[describes[the[Main[Success[Scenario[element[of[a[use[case[docum
ent?
A.[The[state[of[the[system[after[the[goal[is[met.
B.[What[page[will[be[displayed[when[a[user[successfully[purchases[an[item.
C.[What[pages[and[in[what[order,[a[user[will[click[on[to[achieve[his[or[her[goal.
D.[What[the[actor[needs[to[do[to[meet[the[goal.[-[ans-
✔✔What[the[actor[needs[to[do[to[meet[the[goal.
After[reviewing[your[Web[site[it[has[been[determined[that[your[site[has[both[ethical[and[leg
al[violations.[Which[of[the[following[is[not[only[unethical[but[illegal[as[well?
Overcharging[customers[for[technical[services[that[they[do[not[understand
Using[copyrighted[materials[without[permission
Spreading[malicious[code[such[as[viruses,[worms[or[Trojan[horses
Sending[unsolicited[bulk[e-mail[messages[to[users[who[did[not[request[them[-[ans-
✔✔Using[copyrighted[materials[without[permission.
Spreading[malicious[code[such[as[viruses,[worms[or[Trojan[horses
Which[of[the[following[is[not[considered[a[well-established[site[navigation[convention?
A.[Including[a[contact[page[that[visitors[can[use[to[get[in[touch[with[the[site[owner
B.[Including[copyright[and[privacy[information[on[the[footer[of[the[site[map[only
C.[Including[primary[navigation[on[every[page
D.[Including[a[Home[page[at[the[root[of[the[site[structure[-[ans-
✔✔Include[copyright[and[privacy[information[on[the[footer[of[the[site[map[only
All[major[browsers[facilitate[fine-tuning[and[debugging[of[your[code[by[providing[built-
in[developer[tools.
,[Which[developer[tool[will[you[use[to[help[you[optimize[your[page[performance[in[regards[t
o[load[time,[render[time[and[memory[usage?
A.[Resource[tools
B.[HTML[and[CSS[tools
C.[Performance[tools
D.[Telnet[tools[-[ans-✔✔Performance[tools
Web[designers[and[developers[are[like[the[two[hemispheres[of[a[single[Web[site-
creation[brain:[the[designer[is[the[right[hemisphere[(creative,[imaginative[and[intuitive),
[•[while[the[developer[is[the[left[hemisphere[(logical,[linear[and[analytical),
[Which[responsibility[listed[lies[on[the[designer?
A.[Converting[UI[sketches[to[wireframes[and[wireframes[into[page
mockups
B.[Choosing[the[most[appropriate[text,[images[and[multimedia[to
achieve[the[site's[goals
C.[Testing,[revising[and[re-testing[over[and[over
D.[Programming[the[front-end[UI[using[HTML,[CSS,[JavaScript,
etc[-[ans-✔✔Converting[UI[sketches[to[wireframes[and[wireframes
into[page[mockups
Site[maps[are[usually[a[set[of[text[links[laid[out[for[structural[clarity.[For[mid-
size[to[large[sites[comprehensive[site[maps[are[put[on[their[own[pages.[For[smaller[sites,
[however,[they[are[often:
A.[not[included[at[all
B.[built[into[page[headers
C.[built[into[page[footers
D.[revealed[in[the[URL[only[-[ans-✔✔Built[into[page[footers
When[gathering[assets[for[the[remaining[site[pages[you[decide[to[work[in["batchpage[mod
e."[What[does[this[mean?
A.[You[gather[a[batch[of[assets,[then[you[code[a[batch[of
pages,[then[you[create[a[batch[of[assets,[then[you[code[a
batch[of[pages.
B.[You[gather/create[the[assets[for[all[site[pages,[then[move[on
to[the[next[phase[in[the[process:[building[the[Web[pages.
C.[You[gather[an[asset[for[all[of[the[site[pages[and[then[put[the
asset[into[the[page[and[then[move[on[to[the[next[asset.
D.[You[gather[and[create[the[assets[for[one[page[and[then
continue[on[working[on[that[page[and[repeat[this[until[the
entire[batch[is[done.[-[ans-✔✔You[gather/create[the[assets[for[all[site[pages,
[then[move[on[to[the[next[phase[in[the[process:[building[the[Web[pages.
Which[of[the[following[forms[is[typically[the[first[point[of[communication[with[a[new[visitor[t
o[your[site?
A.[CAPTCHA[human[verification
B.[Login-in[form
, C.[Search[form
D.[Registration[forms[-[ans-✔✔Registration[forms
Which[of[the[following[would[you[not[consider[when[creating[your[own[custom[SEO[toolkit
?
A.[Provide[high-quality[and[regularly[updated[content.[
B.[Remove[alt[attributes[to[all[page[images[([tags).[
C.[Design[pages[to[load[and[render[quickly.[
D.[Include[search[keywords[in[the[page[title[and[headings.[-[ans-
✔✔Remove[alt[attributes[to[all[page[images
Web[analytic[tools[can[give[you[valuable[data[in[optimizing[Web[usage.
[Which[of[the[following[information[is[collected,[measured[and[analyzed[by[Web[analytics?
A.[How[much[users[enjoyed[your[site
B.[Search[engine[optimization[and[marketing[analysis
C.[What[products[were[purchased[most[often
D.[any[HTML[and[JavaScript[coding[errors[-[ans-
✔✔Search[engine[optimization[and[marketing[analysis
You[are[the[Project[Manager[overseeing[the[development[of[a[large[site.
[During[which[project[phase[would[you[expect[to[determine[the[type[of[navigation[your[site[
will[include?
A.[Design[phase
B.[Initial[phase
C.[Planning[phase
D.[Development[phase[-[ans-✔✔Planning[phase
As[a[professional[coder[you[enclose[your[navigation[section[of[your[Web[page[in[which[HT
ML5[elements?
A.[<section>...</section>
B.[<header>...</header>
C.[<nav>...</nav>
D.[<aside>...</aside>[-[ans-✔✔<nav>...</nav>
In[which[way[does[the[Agile[design[methodology[streamline[the[process[of[developing[a[W
eb[site?
A.[Agile[design[allows[one[team[member[to[complete[his/
her[portion[of[the[Web[site[development[process[and[then[quickly[pass[it[on[to[another[tea
m[member[thus[preventing[a[bottleneck.
B.[Agile[design[allows[cross-
functional[teams[to[collaborate[on[a[project[and[thus[helps[to[spot[and[minimize[bottleneck
s[in[the[workflow.
C.
[Agile[design[allows[team[members[to[devote[their[time[to[activities[that[they[feel[add[value
[to[the[site[even[if[other[team[members[disagree.
EXAM REVIEW
A[well-
designed[navigation[system[enables[users[to[move[between[sections[and[pages[of[a[site[i
n[an[orderly[manner[guided[by:
A.[a[breadcrumb[system[of[navigation.
B.[flashy[dropdown[menus[and[options.
C.[a[series[of[blue,[underlined[hyperlinks.
D.[a[clear[mental[model[of[the[underlying
site[structure.[-[ans-✔✔A[clear[mental[model[of[the[underlying[site[structure.
Which[of[the[following[describes[the[Main[Success[Scenario[element[of[a[use[case[docum
ent?
A.[The[state[of[the[system[after[the[goal[is[met.
B.[What[page[will[be[displayed[when[a[user[successfully[purchases[an[item.
C.[What[pages[and[in[what[order,[a[user[will[click[on[to[achieve[his[or[her[goal.
D.[What[the[actor[needs[to[do[to[meet[the[goal.[-[ans-
✔✔What[the[actor[needs[to[do[to[meet[the[goal.
After[reviewing[your[Web[site[it[has[been[determined[that[your[site[has[both[ethical[and[leg
al[violations.[Which[of[the[following[is[not[only[unethical[but[illegal[as[well?
Overcharging[customers[for[technical[services[that[they[do[not[understand
Using[copyrighted[materials[without[permission
Spreading[malicious[code[such[as[viruses,[worms[or[Trojan[horses
Sending[unsolicited[bulk[e-mail[messages[to[users[who[did[not[request[them[-[ans-
✔✔Using[copyrighted[materials[without[permission.
Spreading[malicious[code[such[as[viruses,[worms[or[Trojan[horses
Which[of[the[following[is[not[considered[a[well-established[site[navigation[convention?
A.[Including[a[contact[page[that[visitors[can[use[to[get[in[touch[with[the[site[owner
B.[Including[copyright[and[privacy[information[on[the[footer[of[the[site[map[only
C.[Including[primary[navigation[on[every[page
D.[Including[a[Home[page[at[the[root[of[the[site[structure[-[ans-
✔✔Include[copyright[and[privacy[information[on[the[footer[of[the[site[map[only
All[major[browsers[facilitate[fine-tuning[and[debugging[of[your[code[by[providing[built-
in[developer[tools.
,[Which[developer[tool[will[you[use[to[help[you[optimize[your[page[performance[in[regards[t
o[load[time,[render[time[and[memory[usage?
A.[Resource[tools
B.[HTML[and[CSS[tools
C.[Performance[tools
D.[Telnet[tools[-[ans-✔✔Performance[tools
Web[designers[and[developers[are[like[the[two[hemispheres[of[a[single[Web[site-
creation[brain:[the[designer[is[the[right[hemisphere[(creative,[imaginative[and[intuitive),
[•[while[the[developer[is[the[left[hemisphere[(logical,[linear[and[analytical),
[Which[responsibility[listed[lies[on[the[designer?
A.[Converting[UI[sketches[to[wireframes[and[wireframes[into[page
mockups
B.[Choosing[the[most[appropriate[text,[images[and[multimedia[to
achieve[the[site's[goals
C.[Testing,[revising[and[re-testing[over[and[over
D.[Programming[the[front-end[UI[using[HTML,[CSS,[JavaScript,
etc[-[ans-✔✔Converting[UI[sketches[to[wireframes[and[wireframes
into[page[mockups
Site[maps[are[usually[a[set[of[text[links[laid[out[for[structural[clarity.[For[mid-
size[to[large[sites[comprehensive[site[maps[are[put[on[their[own[pages.[For[smaller[sites,
[however,[they[are[often:
A.[not[included[at[all
B.[built[into[page[headers
C.[built[into[page[footers
D.[revealed[in[the[URL[only[-[ans-✔✔Built[into[page[footers
When[gathering[assets[for[the[remaining[site[pages[you[decide[to[work[in["batchpage[mod
e."[What[does[this[mean?
A.[You[gather[a[batch[of[assets,[then[you[code[a[batch[of
pages,[then[you[create[a[batch[of[assets,[then[you[code[a
batch[of[pages.
B.[You[gather/create[the[assets[for[all[site[pages,[then[move[on
to[the[next[phase[in[the[process:[building[the[Web[pages.
C.[You[gather[an[asset[for[all[of[the[site[pages[and[then[put[the
asset[into[the[page[and[then[move[on[to[the[next[asset.
D.[You[gather[and[create[the[assets[for[one[page[and[then
continue[on[working[on[that[page[and[repeat[this[until[the
entire[batch[is[done.[-[ans-✔✔You[gather/create[the[assets[for[all[site[pages,
[then[move[on[to[the[next[phase[in[the[process:[building[the[Web[pages.
Which[of[the[following[forms[is[typically[the[first[point[of[communication[with[a[new[visitor[t
o[your[site?
A.[CAPTCHA[human[verification
B.[Login-in[form
, C.[Search[form
D.[Registration[forms[-[ans-✔✔Registration[forms
Which[of[the[following[would[you[not[consider[when[creating[your[own[custom[SEO[toolkit
?
A.[Provide[high-quality[and[regularly[updated[content.[
B.[Remove[alt[attributes[to[all[page[images[([tags).[
C.[Design[pages[to[load[and[render[quickly.[
D.[Include[search[keywords[in[the[page[title[and[headings.[-[ans-
✔✔Remove[alt[attributes[to[all[page[images
Web[analytic[tools[can[give[you[valuable[data[in[optimizing[Web[usage.
[Which[of[the[following[information[is[collected,[measured[and[analyzed[by[Web[analytics?
A.[How[much[users[enjoyed[your[site
B.[Search[engine[optimization[and[marketing[analysis
C.[What[products[were[purchased[most[often
D.[any[HTML[and[JavaScript[coding[errors[-[ans-
✔✔Search[engine[optimization[and[marketing[analysis
You[are[the[Project[Manager[overseeing[the[development[of[a[large[site.
[During[which[project[phase[would[you[expect[to[determine[the[type[of[navigation[your[site[
will[include?
A.[Design[phase
B.[Initial[phase
C.[Planning[phase
D.[Development[phase[-[ans-✔✔Planning[phase
As[a[professional[coder[you[enclose[your[navigation[section[of[your[Web[page[in[which[HT
ML5[elements?
A.[<section>...</section>
B.[<header>...</header>
C.[<nav>...</nav>
D.[<aside>...</aside>[-[ans-✔✔<nav>...</nav>
In[which[way[does[the[Agile[design[methodology[streamline[the[process[of[developing[a[W
eb[site?
A.[Agile[design[allows[one[team[member[to[complete[his/
her[portion[of[the[Web[site[development[process[and[then[quickly[pass[it[on[to[another[tea
m[member[thus[preventing[a[bottleneck.
B.[Agile[design[allows[cross-
functional[teams[to[collaborate[on[a[project[and[thus[helps[to[spot[and[minimize[bottleneck
s[in[the[workflow.
C.
[Agile[design[allows[team[members[to[devote[their[time[to[activities[that[they[feel[add[value
[to[the[site[even[if[other[team[members[disagree.