C777 Unit 6: Designing for Mobile Devices

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:49 AM on 5/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

fluid image

Which responsive design technique adapts an image's size to the device's screen size by specifying a percentage for each dimension?

2
New cards

mobile app

What do we call an application designed for a specific mobile operating system?

3
New cards

mobile Web site

What do we call a web site designed specifically for viewing on mobile device browsers?

4
New cards

Responsive Web Design (RWD)

What do we call a web site designed to adapt to many different devices?

5
New cards

Grid-based layouts

Resizable images

Media queries

What are three Responsive Web Design techniques use to adjusts gracefully for desktop, tablet and smartphone browsers?

6
New cards

fluid grid

What is an adaptive grid that uses percentage-based dimensions?

7
New cards

Grid-based layouts

What uses invisible guidelines to help you place page elements to accommodate various screen sizes?

8
New cards

frameworks

What tools, templates or boilerplates provide the basic foundation for responsive design?

9
New cards

Bootstrap

What is one of the most popular frameworks that provides a collection of HTML- and CSS-based design templates for typography, buttons, navigation, forms and other interface components?

10
New cards

click-to-call

What technique creates a link to dial a phone number?

11
New cards

How do you implement the protocol that creates a link to dial a phone number?

12
New cards

How do you implement the protocol that creates a link to draft an email?

13
New cards

How do you implement the protocol that creates a link to send a text message?

14
New cards

media queries

What CSS3 technique checks a client device and then targets styles based on the device's properties?

15
New cards

Placement of navigation elements

Text-based hyperlinks

Access to the full version of the site

Limited links

What navigation techniques should you employ for mobile devices?

16
New cards

validation

What process ensures that your code complies with standards?

17
New cards

testing

What process shows you how your pages will render and perform on various platforms doing various tasks?

18
New cards

HTML

Mobile Web sites are easier to develop because they are written with which language?

19
New cards

Page layout for mobile devices

Hyperlinks and navigation on mobile devices

Images for mobile devices

Mobile Web page validation and testing

What techniques should you use to maximize usability of a mobile site design?

20
New cards

Minimize the number of links needed to navigate the site

When designing mobile Web sites, which of the following should you do to simplify the site design?

21
New cards

Require less text entry

Because mobile device users must type on a small touchscreen you should do what?

22
New cards

top of the page

Where on the a mobile web page should you position a search field for quick access?

23
New cards

Simplify the design

Divide pages into smaller portions

Require less text entry

Avoid pop-ups

What techniques will make your content easier to view and use on mobile devices?

24
New cards

cm (centimeters)

mm (millimeters)

in (inches)

px (pixels)

pt (points)

pc (picas)

What are absolute length units that are fixed and will appear as exactly that size?

25
New cards

em (relative to the font-size)

ex (relative to the x-height of the current font)

rem (relative to font-size of the root element)

vw (relative to 1% of the width of the viewport)

vh (relative to 1% of the height of the viewport)

% (relative to the parent element)

What are relative length units that specify a length relative to another length property?

26
New cards

emulator

What tool is used to test sites for cross-browser compatibility?

27
New cards

Create flexible-sized elements using percentages instead of pixels.

How can you design your site so that various mobile devices can easily accommodate it?

28
New cards

pad the clickable area around your links

Which technique should you use to make your hyperlinks easier to find and click on mobile devices?

29
New cards

file sizes/memory

size constraints

What challenges should you consider when including images in your mobile design?

30
New cards

mobile users

Using radio buttons, check boxes and drop-down lists instead of text boxes helps what?

31
New cards

more difficult

Is a mobile website easier or more difficult to maintain than a responsive website?

32
New cards

responsive web site

Which type of web content naturally performs better in searches and SEO?

33
New cards

Uses all device capabilities (GPS, camera, voice, RFID, address book, calendar, etc.)

High performance as the code is local to the device

What are the benefits of mobile apps?

34
New cards

designed to require less bandwidth

all users see the latest updates

What are the benefits of mobile web sites?

35
New cards

easiest to support and maintain

most forward-compatibility

lowest cost to develop

What are the benefits of responsive web sites?

36
New cards

viewport

What defines the user's visible area of a web page and varies with the device?

37
New cards

How do you give the browser instructions on how to control the page's dimensions and scaling?

38
New cards

@media only screen and (max-width: 600px) {}

How do you define CSS rules that only apply if a device's screen size is 600px or smaller?

39
New cards

@media only screen and (min-width: 600px) {}

How do you define CSS rules that only apply if a device's screen size is 600px or larger?

40
New cards

dynamic element adjustments

What does responsive web design aim to implement throughout the design?