Web Development Quiz

Web Development Quiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Function and Return

Python Function and Return

9th - 12th Grade

12 Qs

Unit 4 Code.org Csd

Unit 4 Code.org Csd

9th - 12th Grade

6 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

AP CSA 5.4 / 5.5 (Getters / Setters)

AP CSA 5.4 / 5.5 (Getters / Setters)

10th - 12th Grade

6 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Python

Python

10th - 11th Grade

10 Qs

Representing and understanding algorithms

Representing and understanding algorithms

10th - 11th Grade

10 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?