Web Development Mastery

Web Development Mastery

Professional Development

10 Qs

quiz-placeholder

Similar activities

Test: Gestión de Hilos (Tema 5)

Test: Gestión de Hilos (Tema 5)

Professional Development

10 Qs

GO2 & FE21! Javascript Fundamental

GO2 & FE21! Javascript Fundamental

Professional Development

10 Qs

Nivelamento CSS com HTML

Nivelamento CSS com HTML

Professional Development

15 Qs

EarleandWilson_TC_223052025

EarleandWilson_TC_223052025

Professional Development

11 Qs

Treino Pré Teste Avaliação 1 - PBE1

Treino Pré Teste Avaliação 1 - PBE1

Professional Development

10 Qs

Quiz Penggunaan Bootstrap untuk Layout Web

Quiz Penggunaan Bootstrap untuk Layout Web

Professional Development

14 Qs

Integrated project: Maji Ndogo part 3 [MCQ] (Version : 0)

Integrated project: Maji Ndogo part 3 [MCQ] (Version : 0)

Professional Development

10 Qs

Bancolombia Sesión 1

Bancolombia Sesión 1

Professional Development

10 Qs

Web Development Mastery

Web Development Mastery

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Mohammad Allam

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you center a div using Flexbox?

Set the parent div to 'display: flex; justify-content: center; align-items: center;'

Set the parent div to 'display: block; margin: auto;'

Apply 'text-align: center;' to the parent div

Use 'display: grid; place-items: center;' on the parent div

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a function in JavaScript?

A function in JavaScript is a type of variable that cannot be reused.

A function in JavaScript is a reusable block of code that can take inputs, execute logic, and return a value.

A function in JavaScript is a single line of code that performs a task.

A function in JavaScript is a method that only returns a value without taking inputs.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between function scope and block scope in JavaScript?

Function scope restricts variable access to the function, while block scope restricts access to the block.

Block scope allows access to variables outside the block.

Function scope allows access to all variables globally.

Function scope is only applicable to loops and conditionals.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a website responsive to different screen sizes?

Avoid using any CSS styles.

Use only fixed pixel sizes for layout.

Implement JavaScript for all layout changes.

Use CSS media queries, flexible layouts, and scalable images.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to select an element in the DOM?

getElementsByTagName

getElementsByClassName

getElementById

querySelector

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the text content of an HTML element using JavaScript?

document.getElementById('elementId').innerHTML = 'New Text';

document.getElementById('elementId').setText('New Text');

document.querySelector('#elementId').text = 'New Text';

document.getElementById('elementId').textContent = 'New Text';

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'display' property in CSS?

To add animations to elements on a web page.

To define the color of text on a web page.

To specify the font size of elements.

To control the layout and rendering of elements on a web page.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?