Computer Science Discoveries Assessment 6/7/21 & 6/8/21

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

8th Grade

20 Qs

quiz-placeholder

Similar activities

Html Beginner

Html Beginner

6th - 11th Grade

19 Qs

HTML and CSS Code

HTML and CSS Code

8th Grade

20 Qs

HTML und CSS

HTML und CSS

8th - 12th Grade

18 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

HTML & CSS 1

HTML & CSS 1

8th Grade

15 Qs

The World Wide Web

The World Wide Web

7th - 9th Grade

21 Qs

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Mr OHMS

Used 19+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the correct CSS property to change the font color of a paragraph to blue?

{p

color: blue;

}

p {

blue: color;

}

<p>

color: blue;

</p>

p {

color: blue;

}

None of the above

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

An image with a border that consist of dashes can be expressed as

img {

dashed: border-style;

}

img {

border-style: dashed;

}

img {

border-dashed: style;

}

img {

border: dashed-style;

}

None of the above

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the correct CSS property to move an image?

img {

left: float;

}

img {

move: left;

}

img {

float: left;

}

img {

style: left;

}

None of the above

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the correct attribute tag for a photo on a html page?

<p>John Smith - Pixabay</p>

<p>Pixabay</p>

<p>John Smith</p>

</p>John Smith - Pixabay<p>

None of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Adding an attribute gives credit to the original author of a photo

True

False

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which item below is an CSS property?

<p>John Smith</p>

p {

color: blue;

}

<link rel="stylesheet" href="style.css">

<img src="photo.jpg" alt="photo description">

None of the above

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which CSS property would the border of your image to bend into a circular shape?

img {

border-radius: 70px;

}

img {

70px: border-radius;

}

img {

border-radius 70

}

img {

border-70: radius;

}

None of the above

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?