DESI211 Week 2 Quiz

DESI211 Week 2 Quiz

University

8 Qs

quiz-placeholder

Similar activities

Rak 'D '90s!

Rak 'D '90s!

University

12 Qs

Pop Art Bonanza!

Pop Art Bonanza!

KG - University

10 Qs

Illustrator Basics

Illustrator Basics

1st Grade - Professional Development

11 Qs

Unit 06-Use Software to create Raster Artwork - 01 (GDAD1-2)

Unit 06-Use Software to create Raster Artwork - 01 (GDAD1-2)

University

10 Qs

U3. Fotografía digital_Foto Clínica_LICD

U3. Fotografía digital_Foto Clínica_LICD

University

5 Qs

KUIZ FOTOGRAFI

KUIZ FOTOGRAFI

University

5 Qs

Ensamble QUIZ PUSH 2

Ensamble QUIZ PUSH 2

University

7 Qs

Interactive Design : Interactive Formats

Interactive Design : Interactive Formats

University

10 Qs

DESI211 Week 2 Quiz

DESI211 Week 2 Quiz

Assessment

Quiz

Arts

University

Hard

Created by

Holly Hamilton

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

In the early 90s, how did we code complex websites?

Using Tables, text and links

Without using any code

We could only use text and links, nothing else

Answer explanation

Media Image

Text and links made up the main content sections of websites, and we used tables like this one to build layouts that were more complicated such as navigation.

Nowadays, we still use tables to code HTML email templates.

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What does “CSS” stand for?

Answer explanation

Media Image

CSS was released in 1996 by the World Wide Web Consortium (W3C)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these options was NOT a proto-responsive design technique used in the 90s?

Liquid layouts

Resolution dependent layouts

Mobile sub-domains

Pixel-based measurements

Answer explanation

Pixel based measurements WERE used in the 90s, but they are a component of static design, not responsive design.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When do people mostly use their mobile devices?

At home for entertainment

On-the-go

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is this an example of?

Answer explanation

When we code, we create rules for our websites. Media queries allow us to set conditions for those rules.

For example: If want a button to be blue but only on phones, not tablets or computers, I would use a media query to achieve this.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can media queries find out about a user’s device?

If they are on Android or Apple

What their browser width and height is

What the pixel density of their device is

What the orientation of their device is

All of the above

7.

OPEN ENDED QUESTION

2 mins • 1 pt

What is a breakpoint?

Evaluate responses using AI:

OFF

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is responsive design?

A web design approach where a website adapts its layout and content to different screen sizes and devices, ensuring optimal user experience.

A design technique that focuses solely on optimizing websites for desktop computers.

A design strategy that requires separate website versions for mobile and desktop.

Answer explanation

  • Responsive design is a web design approach that ensures a website's layout, images, and content adapt seamlessly to various screen sizes and devices (such as phones, tablets, and desktops) to provide an optimal user experience. Unlike static or separate mobile designs, responsive design uses flexible grids, media queries, and other techniques to make the website fluid and accessible across different platforms.