Computer Science 3rd 9 Weeks Exam

Computer Science 3rd 9 Weeks Exam

8th Grade

54 Qs

quiz-placeholder

Similar activities

General Review Grade 8

General Review Grade 8

7th - 12th Grade

50 Qs

Cyber Foundations Exam Study Guide

Cyber Foundations Exam Study Guide

7th - 8th Grade

56 Qs

AP CS 50 CH 1 Review

AP CS 50 CH 1 Review

8th - 12th Grade

56 Qs

Perkembangan Teknologi Informasi & Komunikasi

Perkembangan Teknologi Informasi & Komunikasi

7th - 9th Grade

50 Qs

ÔN TẬP KIỂM TRA CUỐI HK 2 TIN HỌC 8

ÔN TẬP KIỂM TRA CUỐI HK 2 TIN HỌC 8

8th Grade

56 Qs

HTML,CSS

HTML,CSS

3rd Grade - University

50 Qs

Web Design EOPA Practice

Web Design EOPA Practice

5th - 12th Grade

55 Qs

Web Design EOPA

Web Design EOPA

5th - 12th Grade

55 Qs

Computer Science 3rd 9 Weeks Exam

Computer Science 3rd 9 Weeks Exam

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Thomas Thompson

Used 3+ times

FREE Resource

54 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid HTML tag?

h1

<>

<h1>

>h1<

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is an example of metadata about a webpage?

The title of the webpage

The body of the webpage

An

tag on the webpage

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the <br>
tag?

Create a line break on the resulting webpage

Create a horizontal line on the resulting webpage

Italicize text

Bold text

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct HTML code to create a hyperlink that displays Click Me and links to google.com?

<a href="https://google.com">

    Click Me

</a>


<a href="Click Me">

    https://google.com

</a>


<a>

Click Me

</a href=”https://google.com”>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of HTML code will insert an image into a webpage?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML code snippets would produce the following web page: - Apples - Bananas - Oranges

<ul>

Apples

Bananas

Oranges

</ul>

<ol>

Apples

Bananas

Oranges

</ol>

<ul>

<li>Apples

<li>Bananas

<li>Oranges

</ul>

<ol>

<li>Apples

<li>Bananas

<li>Oranges

</ol>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags defines a table row?

<table>

<tr>

<th>

<td>

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?