computer2

computer2

9th Grade

7 Qs

quiz-placeholder

Similar activities

WEBSITE AUTHORING CHECKPOINT

WEBSITE AUTHORING CHECKPOINT

8th - 9th Grade

12 Qs

TechPromise JavaScript Quiz

TechPromise JavaScript Quiz

6th - 12th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

HTML

HTML

9th - 12th Grade

11 Qs

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

HTML 2

HTML 2

9th Grade

11 Qs

computer2

computer2

Assessment

Quiz

Computers

9th Grade

Easy

Created by

khush english

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

1. What is a programming language used for?

  1. Writing novels

Sending emails

Giving instructions to a computer

  1. Making phone calls

2.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

2. Which of the following is a high-level programming language?

  1. Assembly

Python

  1. Machine Code

  1. Binary

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What is the main purpose of a markup language?

  1. Defining logic for application

Formatting and structuring text in documents

  1. Direct communication with hardware

  1. Managing database queries

4.

FILL IN THE BLANK QUESTION

5 sec • 1 pt

_________ is an example of low-level language.

5.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What does an open tag do in HTML?

  1. Closes an HTML element

  1. Marks the beginning of an HTML element

Adds styling to an element

  1. Stores data in a database

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is an end tag different from an open tag in HTML?

  1. End tags do not exist in HTML

  1. End tags include a forward slash (/)

  1. End tags are written inside curly brackets {}

  1. Open tags are longer than end tags

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a correct open tag?

<p>

</p>

{p}

[p]