ThatQuiz Test Library Take this test now
Inform-midterm: The Perfect Reviewer Edition
Contributed by: Fernandez
  • 1. Perfect na ba? ( ˵ •̀ ᴗ •́˵)
A) EEYYY
B) (¬ᴗ ´¬ )
C) SALAMAT SHOPEE
D) PRAISE SIR BUDS
E) YES SIR
  • 2. What does HTML stand for?
A) HyperText Markup Language
B) Hyperlinks and Text Markup Language
C) Home Tool Markup Language
D) High Technical Modern Language
  • 3. What is the latest version of HTML?
A) HTML4
B) HTML5
C) HTML2023
D) HTML6
  • 4. Which tag is used to define a hyperlink?
A) <href>
B) <url>
C) <a>
D) <link>
  • 5. What is the correct way to create a line break in HTML?
A) <br>
B) <lb>
C) \n
D) <break>
  • 6. Which HTML tag is used for inserting an image?
A) <src>
B) <img>
C) <picture>
D) <image>
  • 7. How do you create a numbered list in HTML?
A) <ul type="numbered">
B) <list type="number">
C) <ol>
D) <nl>
  • 8. What attribute specifies the URL of an image in HTML?
A) link
B) src
C) url
D) href
  • 9. What tag is used to create a table in HTML?
A) <tb>
B) <tabular>
C) <grid>
D) <table>
  • 10. What does the <th> tag define in an HTML table?
A) Table hyperlink
B) Table header
C) Table horizontal
D) Table height
  • 11. What is the correct HTML tag for the largest heading?
A) <h>
B) <h1>
C) <head>
D) <heading>
  • 12. How do you create a checkbox in HTML?
A) <checkbox>
B) <input type='checkbox'>
C) <check>
D) <option type='check'>
  • 13. What is the correct way to create an email input field?
A) <input type='email'>
B) <input email>
C) <email>
D) <field type='email'>
  • 14. Which HTML tag is used to create a form?
A) <form>
B) <input>
C) <fieldset>
D) <formfield>
  • 15. What is the correct way to link an external CSS file?
A) <css import='style.css'>
B) <stylesheet>style.css</stylesheet>
C) <link rel='stylesheet' href='style.css'>
D) <style src='style.css'>
  • 16. What is the correct HTML tag for inserting a line?
A) <hr>
B) <ln>
C) <line>
D) <break>
  • 17. Which of the following elements is not a block-level element?
A) <span>
B) <p>
C) <section>
D) <div>
  • 18. What does the 'alt' attribute in <img> tag specify?
A) Altitude
B) Alternative text
C) Alert type
D) Alignment text
  • 19. What does <meta charset='UTF-8'> define?
A) Character type
B) Character encoding
C) Character size
D) Character setting
  • 20. Which tag is used to define a list item?
A) <li>
B) <list>
C) <item>
D) <bullet>
  • 21. How do you define a radio button in HTML?
A) <radio>
B) <button type='radio'>
C) <circle>
D) <input type='radio'>
  • 22. Which tag is used to create a dropdown list?
A) <dropdown>
B) <option>
C) <list>
D) <select>
  • 23. What attribute is used to make a text input field required?
A) needed
B) mandatory
C) must
D) required
  • 24. Which tag is used to embed a video in HTML5?
A) <media>
B) <movie>
C) <video>
D) <play>
  • 25. Which HTML tag is used to define important text?
A) <important>
B) <bold>
C) <em>
D) <strong>
  • 26. What does the 'action' attribute in a form specify?
A) How to validate the form
B) What type of form it is
C) When to submit the form
D) Where to send form data
  • 27. Which HTML tag defines the document's body?
A) <main>
B) <body>
C) <doc>
D) <content>
  • 28. Which tag is used for inserting an inline frame?
A) <frame>
B) <iframe>
C) <embed>
D) <inframe>
  • 29. What is the default file extension for HTML files?
A) .htm
B) .doc
C) .web
D) .html
  • 30. Which tag is used to create a tooltip?
A) title
B) tooltip
C) hover
D) hint
  • 31. Which attribute specifies the relationship between the current document and an external resource?
A) link
B) rel
C) relationship
D) ref
  • 32. Which HTML attribute is used to define inline styles?
A) format
B) style
C) css
D) design
  • 33. Which HTML element is used for the footer of a document?
A) <bottom>
B) <footer>
C) <base>
D) <end>
  • 34. What does the 'placeholder' attribute do?
A) Displays hint text inside an input field
B) Creates a default value
C) Reserves space for an image
D) Sets input field positioning
  • 35. Which HTML tag is used to display a progress bar?
A) <loading>
B) <meter>
C) <progress>
D) <bar>
  • 36. Which tag represents a self-contained piece of content?
A) <container>
B) <article>
C) <section>
D) <div>
  • 37. Which HTML element defines navigation links?
A) <nav>
B) <navigation>
C) <links>
D) <menu>
  • 38. Which tag is used to mark emphasized text?
A) <i>
B) <important>
C) <em>
D) <highlight>
  • 39. Which HTML element is used to create a responsive image?
A) <flex-img>
B) <responsive>
C) <adaptive>
D) <picture>
  • 40. What is the purpose of the <datalist> element?
A) Creates a data table
B) Stores structured data
C) Formats list items
D) Provides a list of predefined options for an input
  • 41. What does CRUD stand for?
A) Current Record User Data
B) Create Read Update Delete
C) Connect Read Upload Download
D) Create Restore Update Delete
  • 42. What SQL statement is used to retrieve data?
A) SELECT
B) GET
C) RETRIEVE
D) FETCH
  • 43. How do you insert data into a table?
A) ADD
B) CREATE ROW
C) PUT
D) INSERT
  • 44. How do you update data in a table?
A) MODIFY
B) CHANGE
C) UPDATE
D) ALTER ROW
  • 45. How do you remove a record from a table?
A) DROP ROW
B) ERASE
C) REMOVE
D) DELETE
  • 46. Which command creates a new database?
A) NEW DATABASE
B) CREATE DATABASE
C) MAKE DATABASE
D) ADD DATABASE
  • 47. What is the primary key used for?
A) Joining tables
B) Uniquely identifying records
C) Encrypting data
D) Creating indexes
  • 48. Which SQL clause filters records?
A) WHERE
B) HAVING
C) CONDITION
D) FILTER
  • 49. What keyword is used to change existing records?
A) MODIFY
B) UPDATE
C) ALTER
D) CHANGE
  • 50. Which clause is used to sort query results?
A) ARRANGE BY
B) SORT BY
C) ORDER BY
D) GROUP BY
  • 51. What does the DELETE statement do?
A) Clears databases
B) Removes columns
C) Removes records
D) Drops tables
  • 52. Which SQL statement is used to add a new column to a table?
A) MODIFY TABLE
B) CHANGE TABLE
C) ADD COLUMN
D) ALTER TABLE
  • 53. What is the purpose of the LIMIT clause?
A) Limits query execution time
B) Restricts the number of rows returned
C) Sets maximum table size
D) Restricts user access
  • 54. How do you remove all records from a table but keep its structure?
A) REMOVE RECORDS
B) TRUNCATE TABLE
C) CLEAR TABLE
D) DELETE ALL
  • 55. What is the purpose of the HAVING clause?
A) Specifies column aliases
B) Limits returned rows
C) Filters grouped records
D) Conditionally joins tables
  • 56. Which SQL keyword is used to add constraints to a table?
A) RESTRICT
B) LIMIT
C) RULE
D) CONSTRAINT
  • 57. How do you check if a column allows NULL values?
A) RUN NULLABLE()
B) Check column definition
C) CHECK NULL
D) VERIFY COLUMN
  • 58. Which statement deletes a table completely?
A) REMOVE TABLE
B) ERASE TABLE
C) DELETE TABLE
D) DROP TABLE
  • 59. What is a foreign key used for?
A) Sorting data
B) Creating relationships
C) Validating input
D) Speeding up queries
  • 60. Which SQL keyword is used to group results?
A) CLUSTER
B) COLLECT
C) ORGANIZE BY
D) GROUP BY
  • 61. Which SQL command is used to remove a specific record?
A) ERASE
B) DELETE
C) REMOVE
D) DROP RECORD
  • 62. Which command is used to remove all records but keep the table structure?
A) RESET
B) FLUSH
C) TRUNCATE
D) CLEAR
  • 63. Which SQL command is used to change the name of a table?
A) CHANGE TABLE
B) RENAME TABLE
C) ALTER NAME
D) MODIFY TABLE
  • 64. What is the default sorting order in SQL?
A) Chronological
B) Ascending
C) Descending
D) Alphabetical
  • 65. Which SQL keyword is used to specify a condition?
A) WHERE
B) IF
C) WHEN
D) CONDITION
  • 66. Which SQL statement is used to find the highest value in a column?
A) MAX()
B) MAXIMUM()
C) TOP()
D) HIGHEST()
  • 67. Which SQL command creates a backup of a table?
A) DUPLICATE TABLE
B) BACKUP TABLE
C) CREATE TABLE AS SELECT
D) COPY TABLE
  • 68. What SQL clause is used to join tables based on a common column?
A) MERGE
B) JOIN
C) COMBINE
D) RELATE
  • 69. What does the COUNT() function do in SQL?
A) Tallies column totals
B) Counts distinct values
C) Counts the number of rows
D) Measures table size
  • 70. Which SQL statement removes a column from a table?
A) DELETE COLUMN
B) DROP COLUMN
C) ALTER TABLE DROP COLUMN
D) REMOVE COLUMN
  • 71. Which SQL function returns the total sum of a numeric column?
A) CALCULATE()
B) SUM()
C) TOTAL()
D) ADD()
  • 72. Which SQL clause is used to filter grouped results?
A) HAVING
B) GROUP FILTER
C) WHERE GROUP
D) FILTER GROUP
  • 73. Which SQL keyword is used to prevent duplicate values in a query result?
A) UNIQUE
B) DIFFERENT
C) NODUPE
D) DISTINCT
  • 74. What is the main purpose of an index in SQL?
A) Organizing data storage
B) Improving query performance
C) Preventing duplicate records
D) Validating data integrity
  • 75. Which type of JOIN returns all records from both tables when a match exists?
A) COMPLETE JOIN
B) FULL JOIN
C) OUTER JOIN
D) INNER JOIN
  • 76. Which SQL command creates a stored procedure?
A) MAKE PROCEDURE
B) CREATE PROCEDURE
C) ADD PROCEDURE
D) NEW PROCEDURE
  • 77. Which SQL statement is used to create a backup copy of an entire database?
A) COPY DATABASE
B) SAVE DATABASE
C) BACKUP DATABASE
D) DUPLICATE DATABASE
  • 78. Which SQL keyword is used to limit the number of records returned by a query?
A) ROWS
B) TOP
C) MAX
D) LIMIT
  • 79. Which SQL clause is used to group data based on a common column?
A) COLLECT BY
B) CLUSTER BY
C) ORDER INTO
D) GROUP BY
  • 80. Which SQL function is used to get the current date and time?
A) CURRENT()
B) TODAY()
C) DATETIME()
D) NOW()
Students who took this test also took :

Created with That Quiz — where test making and test taking are made easy for math and other subject areas.