state fbla ux design

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/65

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

66 Terms

1
New cards

removing a background color is accomplished by using __________

background-color: transparent;

2
New cards

Which web accessibility feature for web browsing BEST helps users with low vision

screen reader

3
New cards

One of the design principles you should keep in mind for touch-based systems is______

gorilla arm

4
New cards

what is a disadvantage of vertical navigation

requires more space

5
New cards

which is a type of html list

search list

6
New cards

the space between the columns and at the edges of the page is set using what

margin on the div.column-3

7
New cards

_____ refers to a new creative work which uses or imitates an existing work for humor or mockery

parody

8
New cards

which of these is a best practice to improve text readability for optimal user experience

use infographics sparingly

9
New cards

what is meant by web accessibility

websites, tools, and technologies are designed and developed so that people with disabilities can use them

10
New cards

an e-commerce website includes a long list of filters prior to the search results listing. a link above the list enables users to skip the filters and get to the product results quickly. this is an example of what

bypass blocks

11
New cards

an entity that looks like a hamburger is

12
New cards

if a page includes more than one navigation landmark each should have a unique ____

label

13
New cards

which is the most restrictive cc license

Attribution-NonCommerical-NoDerivs

14
New cards

lightness or darkness of a color relative to others around it is called _____

value

15
New cards

when using css grids, the placement of the different tags is html is _____

16
New cards

users think attractive software is more functional and productive. this design principle is called _______

aesthetic-usability effect

17
New cards

which of these works would not be available under a creative commons license

news

18
New cards

which is an example of iterative design on the web

use of wikis

19
New cards

the appropriate semantically correct place to put the primary navigation for the site is in the _____ tag

20
New cards

if the image plus the space around the image is to be 50% and the margin-left is 2%, what should the image width be?

width: 46%

21
New cards

showing the user too much info can make ____

cognitive friction high

22
New cards

the ux principle that ensures smooth navigation throughout a design is called ____

hierarchy

23
New cards

in order to have the submenu items appear on touch or mouse hover, you would use which of the following

ul hover: ul li {}

24
New cards

what is a good number of users to test

5-10

25
New cards

you should use 100% instead of 100vw for the nav element if your page has a ____

scrollbar

26
New cards

an analogous palette consists of _____

colors that combine a key color and two colors adjacent to its complementary

27
New cards

for the ux, the underlying aim of the "less-is-more" design principle is what?

reduce the operational and cognitive costs of the user

28
New cards

when we think about a user's context, we are often thinking about a user's ________

current location

29
New cards

by combining css files into a single css file, we are?

reducing the number of requests

30
New cards

a color scheme that uses one hue with different saturation and brightness is called a ____ color scheme

monochromatic

31
New cards

what is an example of a decorative image

icon

32
New cards

what occurs when the color and compositional elements are aesthetically agreeable

color harmony

33
New cards

which tool is used to analyze a large pool of interviews

customer journey map

34
New cards

which is not a common way of supporting navigation

title tags

35
New cards

to remove the default underline on an anchor tag, which should you use

text-decoration:non;

36
New cards

which is not a component of usability

cost effective

37
New cards

a sprite sheet is _____

multiple graphics sharing the same width and height

38
New cards

a css normalized file seeks to

remove all default styling to make everything the same across all browsers

39
New cards

you have just written a blog article entitled "Explore fiji on a budget" and you want to ensure that it cannot be distributed without permission. how can you ensure that you get copyright protection?

40
New cards

in order to make an anchor the full width of the screen so it can become a navigation button, you should display it as _____

41
New cards

which is the generally accepted level of accessibility websites should aim to meet?

Level AA

42
New cards

what is the purpose of a screen reader

to read out loud

43
New cards

to create space around your entire page so that the header and footer didn't touch the edges of the browser you could use _______

header{ padding: 1rem 0;}

44
New cards

in the u.s. how long does copyright last?

a person's life plus 70 years

45
New cards

which is a type of usability testing

explorative vs. comparative

46
New cards

considering the user experience, which is n example of "putting the user in control" on webpages?

47
New cards

remove obstacles from the design layout for problem-free navigation is an example of designing with ____

48
New cards

the following code will most likely render what?

49
New cards

which is an example of success criterion 1.3.1

50
New cards

the natural box model css code forces all browsers to _____

51
New cards

section 508 is a set of requirements targeting electronic or information technology of what?

52
New cards

a persona is a ____

53
New cards

the written copy that appears in place of an image on a webpage if the image fails to load on a user's screen is called _____

54
New cards

which color mode can have an intensity value between 0 and 255?

55
New cards

which is one of the main categories of color temperature

56
New cards

how does color modification assist users with low vision or eye strain

57
New cards

any list item that has sub menu items should have a class of _____

58
New cards

when a primary, level one link has a sub menu; you should ____

59
New cards

if you are designing a column to occupy 3 of the 12 columns in your desktop design, what is the width in the css?

60
New cards

you've just posted audio tracks that you created on a social media website. Which creative commons (CC) license lets others distribute.

61
New cards

the css used to display a drop down sub-menu is commonly called what?

62
New cards

becoming user-centered can be difficult because it requires us to change our ____

63
New cards

the acronym "IA" stands for what?

64
New cards

which of these is a collaborative tool that teams can use to better understand their customers?

65
New cards

what is the DOCTYPE declaration in html?

66
New cards

wrapping the header element in a division element allows us to keep the header content about the content while _____