
Q4 Empowerment Technology - Practice Quiz
Quiz by Lord_Enma
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What principle of design ensures that elements on a page feel stable and evenly distributed?
What is the definition of emphasis in design?
A teacher asks students to design a webpage. One student makes the buttons bright red to stand out from the blue background. Which principle is the student applying?
What distinguishes a pattern from repetition in design?
In a classroom activity, a student creates a flyer but uses different fonts and inconsistent spacing throughout. Which principle is missing?
A teacher asks students to design a poster. One student's design has all the images on the left side and empty space on the right. What principle is the student failing to apply?
What does rhythm in graphic design refer to?
What is the main purpose of hierarchy in design?
A designer makes the event title larger and bolder than the details below it. Which principle is being applied?
In a classroom poster-making activity, a student applies black text on a dark background. Which principle is the student failing to use?
How can unity be achieved in a design?
In a classroom discussion, a teacher shows "The Great Wave" and asks how the viewer’s eye is guided across the artwork. Which principle is being illustrated?
A student designing a magazine cover repeats the use of the same font style and spacing throughout. Which principle is the student following?
What principle makes certain elements stand out by using differences in color, size, or texture?
A student designing a brochure aligns all text blocks and images neatly along invisible guides. Which principle is being applied?
Which formula extracts a specific number of characters from the beginning of a text string?
A teacher wants to find the largest test score from a list of student grades. Which formula should they use?
Which of the following formulas correctly finds the total sum of values in cells A1 to A10?
A store owner wants to know the smallest sale amount recorded in a column of data. What formula should they use?
What does the LEN function do?
A student needs to find the position of the letter "e" in the word "Google" in cell A1. Which formula is correct?
What is the correct formula to return the middle three characters from the word "Computer" in cell A1?
A student wants to check if a number in cell A1 is greater than 50. If it is, it should return "Pass"; otherwise, "Fail." What formula should they use?
What formula correctly calculates the average of values in A1 to A5?
A manager wants to divide the value in A1 by the value in B1. Which formula is correct?
A teacher wants to multiply the values in A1, A2, and A3. Which formula should they use?
A company wants to return a value from a vertical table where the first column contains employee IDs. What function should they use?
What formula correctly combines text from A1 and B1 with a space in between?
A store owner wants to process a list of sales data in column A where the values are greater than 100. Which formula is correct?
What function allows users to define variables within a formula?
In the formula =LET(a, 5, b, 10, a+b), what value is returned?
A baker wants to calculate the total cost of baking supplies by defining "flourCost" as 150, "sugarCost" as 80, and "butterCost" as 120. They then sum these values to get the total cost. Which formula is correct?
What is the correct way to start an HTML document?
Which tag is used to define the main structure of an HTML document?
A web developer wants to add a heading to a webpage. Which tag should they use for the largest heading?
How do you change the text color of a heading to blue?
(The succeeding "/" will be replaced with "\")
A teacher wants to make the text "Important!" bold in an announcement. Which tag should they use?
A student wants to italicize a book title in their project. Which tag should they use?
A scientist needs to display Einstein’s famous equation (E=mc²) correctly. Which is the proper HTML?
A chemistry teacher wants to display a chemical formula with a subscript, such as Hâ‚‚O. Which tag should they use?
A blogger wants to cross out incorrect information in a post. Which tag should they use?
Which tag is used to insert a horizontal line across a webpage?
(Ignore the ".")
A student wants to increase the font size of a sentence in a paragraph. Which is the correct HTML?
A web designer wants to create a hyperlink that redirects users to another page. Which tag should they use?
A photographer wants to display an image on their portfolio website. Which HTML tag should they use?
A website designer wants to highlight a specific word in yellow. Which tag should they use?
A company wants to embed a YouTube video on their website. Which tag should they use?
A student is making a webpage about poetry and wants to display a short quote. Which tag should they use?
How do you create an unordered list in HTML?
How do you correctly display the text "Kassandra" on a webpage?