Quiz sur le Responsive Design et Git

Quiz sur le Responsive Design et Git

University

21 Qs

quiz-placeholder

Similar activities

Git y GitHub: Control de Versiones y Despliegue 🛠️🌍

Git y GitHub: Control de Versiones y Despliegue 🛠️🌍

University

18 Qs

Questionário CSS Grid Layout, Flexbox, MediaQueries

Questionário CSS Grid Layout, Flexbox, MediaQueries

University

25 Qs

Introducción a Git

Introducción a Git

University

20 Qs

GIT VERSION Control

GIT VERSION Control

University

20 Qs

AW23_extraordinarioP1

AW23_extraordinarioP1

University

20 Qs

Preguntas sobre Git y GitHub

Preguntas sobre Git y GitHub

9th Grade - University

20 Qs

Fundamentos de Desarrollo Web

Fundamentos de Desarrollo Web

University

22 Qs

Evaluación Final

Evaluación Final

University

20 Qs

Quiz sur le Responsive Design et Git

Quiz sur le Responsive Design et Git

Assessment

Quiz

Computers

University

Medium

Created by

Aymane Benhima

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is "Mobile First Design"?

Design first for large screens and adapt for small ones

Design first for small screens and adapt for large ones

Use CSS frameworks for everything

Design only for computers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What unit is recommended for responsive design?

px

em

rem

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the standard breakpoint for tablets?

320px

768px

1024px

1280px

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to control the width of a container?

height

display

width

overflow

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a media query for screens less than 600px wide?

@media (min-width: 600px)

@media (max-width: 600px)

@media screen and (width: 600px)

@media (width <= 600px)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best approach to ensure a website is responsive?

Use fixed sizes everywhere

Use relative units like em or rem

Use px for all elements

Not worry about small screens

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a branch in Git?

git branch

git checkout

git branch

git add

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?