Computer Science Discoveries Unit 2

Computer Science Discoveries Unit 2

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

47 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which is the correct CSS property to change the font color of a paragraph to blue? Options: {p color: blue;} , p {blue: color;} , color: blue; , p {color: blue;} , None of the above

Back

p {color: blue;}

2.

FLASHCARD QUESTION

Front

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

Back

img {
border-style: dashed;
}

3.

FLASHCARD QUESTION

Front

Which is the correct CSS property to move an image? Options: img { left: float; }, img { move: left; }, img { float: left; }, img { style: left; }, None of the above

Back

img { float: left; }

4.

FLASHCARD QUESTION

Front

Which is the correct attribute tag for a photo on a html page? Options: <p>John Smith - Pixabay</p>, <p>Pixabay</p>, <p>John Smith</p>, </p>John Smith - Pixabay<p>, None of the above

Back

<p>John Smith - Pixabay</p>

5.

FLASHCARD QUESTION

Front

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

Back

True

6.

FLASHCARD QUESTION

Front

Which item below is a CSS property? Options: <p>John Smith</p>, p { color: blue; }, <link rel="stylesheet" href="style.css">, <img src="photo.jpg" alt="photo description">, None of the above

Back

p {
color: blue;
}

7.

FLASHCARD QUESTION

Front

Which CSS property would the border of your image to bend into a circular shape? Options: img { border-radius: 70px; }, img { 70px: border-radius; }, img { border-radius 70 }, img { border-70: radius; }, None of the above

Back

img { border-radius: 70px; }

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?