Create Test
Quiz logo

Test 4

Created on 26th May 2025

Play

Grade level: Higher Educationth grade

Play

3 plays

Questions

19 Questions

No Description

Questions (19)

1. What does HTML stand for?

Hyper Text Markup Language

4 choice options

2. Which HTML element is used to define the title of a document?

<title>

4 choice options

3. In SQL, which command is used to retrieve data from a database?

SELECT

4 choice options

4. Which attribute is used to provide a unique identifier for an HTML element?

id

4 choice options

5. What does the <form> tag in HTML represent?

An interactive control for user input

4 choice options

6. What is the purpose of the <meta> tag in HTML?

To provide metadata about the HTML document

4 choice options

7. Which SQL statement is used to update existing records in a table?

UPDATE

4 choice options

8. What is the primary key in a database?

A unique identifier for each record

4 choice options

9. Which HTML element is used to create a hyperlink?

<a>

4 choice options

10. What is the default method for submitting a form in HTML?

GET

4 choice options

11. What does CSS stand for?

Cascading Style Sheets

4 choice options

12. What is the purpose of the SQL JOIN clause?

To combine rows from two or more tables based on a related column

4 choice options

13. Which of the following HTML elements is used for the largest heading?

<h1>

4 choice options

14. What SQL command is used to create a new table in a database?

CREATE TABLE

4 choice options

15. Which HTML attribute is used to specify the destination of a link?

href

4 choice options

16. How can you create a numbered list in HTML?

<ol>

4 choice options

17. Which SQL function is used to count the number of rows in a database?

COUNT()

4 choice options

18. What is the purpose of the <div> tag in HTML?

To create a division or section in a document

4 choice options

19. In a relational database, what is a foreign key?

A primary key from another table

4 choice options