Web Development Quiz

Web Development Quiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Functions in Python

Functions in Python

9th - 12th Grade

15 Qs

AP CSA Java Unit 5 Classes

AP CSA Java Unit 5 Classes

10th - 12th Grade

6 Qs

Unit 2 and 3_CS Python

Unit 2 and 3_CS Python

9th - 12th Grade

9 Qs

CodeHS Advanced HTML/CSS 2022 Quiz Review

CodeHS Advanced HTML/CSS 2022 Quiz Review

9th - 12th Grade

15 Qs

Computer Science Foundations - Module 4 Review

Computer Science Foundations - Module 4 Review

9th - 11th Grade

9 Qs

C# alapok

C# alapok

11th Grade

15 Qs

APCSA Unit 4

APCSA Unit 4

9th - 12th Grade

6 Qs

AP Computer Science Principles

AP Computer Science Principles

9th - 12th Grade

6 Qs

Web Development Quiz

Web Development Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

arturo parinas

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, what property is used to specify the background color of the body?

background-color

color

text-color

bg-color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, which selector targets elements with the class "container"?

.container{}

#container{}

container{}

.class{}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, how is the hover effect styled for elements with the class "btn"?

:hover{}

hover{}

.btn:hover{}

btn:hover{}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, what does the 'greet' function do?

adds two numbers together

greets a person by name

counts the number of fruits in a array

prints out properties of a person object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, what is the result of 'console.log(result); after calling 'greet("Alice");'?

undefined

"Hello, Alice!"

"Hello, !"

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, how is the sum of 'num1' and 'num2' calculated?

num1 - num2

num1 + num2

num1 * num2

num1 % num2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the code, how many elements are there in the 'fruits' array?

1

2

3

4

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?