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 & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

HTML 5.0 / CSS 3.0

HTML 5.0 / CSS 3.0

8th Grade

20 Qs

Unit 2 - Web Development in Computer Science

Unit 2 - Web Development in Computer Science

8th Grade

16 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

HTML CSS. Тестирование 1

HTML CSS. Тестирование 1

6th - 8th Grade

15 Qs

HTML Images & Color

HTML Images & Color

8th - 12th Grade

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