Quiz sur le Responsive Design et Git

Quiz sur le Responsive Design et Git

University

21 Qs

quiz-placeholder

Similar activities

ĐỐ AI BIẾT AI?

ĐỐ AI BIẾT AI?

University

18 Qs

Soal Informatika kelas 7

Soal Informatika kelas 7

12th Grade - University

20 Qs

Quiz sur Git et GitHub

Quiz sur Git et GitHub

University

18 Qs

Introduction to Git and GitHub

Introduction to Git and GitHub

University

23 Qs

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

University - Professional Development

20 Qs

"DSA"

"DSA"

University

17 Qs

Latihan GIT

Latihan GIT

University

20 Qs

Voice Over Internet Protocol

Voice Over Internet Protocol

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?