G9 TEJ0 Exploring Computer Technology: Unit 1 Test

Name: Surname

This test consists in two parts, a quiz with 10 short questions and a practical part with 4 exercises. There is an additional exercise which consists in the test submission itself via email!

Notice: Once finished, you must print the answered test as a PDF file named G9-Term1-Test2.pdf and send it by email to msantos@dragonacademy.org as an attachment.

Quiz (40/100: 50% K / 40% T / 10% C)

Fill in the blanks. Read carefully: in some you just have to write the appropriate tag name

  1. From a bird's eye view, any web page consists in only HTML Elements, the doctype & the html one.
  2. I'm the #1 heading: .
  3. I'm all ready to link to another page: .
  4. Emphasize text with me: .
  5. I'm a list, but I don't have my affairs in order: .
  6. I'm an item that lives inside a list: .
  7. I'm all about image: .
  8. I keep my list items in order: .
  9. The content of the html Element consists as well in only two HTML Elements, the head and the .
  10. The Element contains the actual content of the page.

Practical exercises (60/100: KTCA evenly)

Write the code inside the box areas assigned to each question.
  1. Choose the correct HTML element to make the following text the largest possible heading.
  2. Format the following text as a table.
  3. List by preference the top four subjects you study at school. Make sure Comp Sci is at the top (It's a joke! :)
  4. Reproduce the page you see in the image by adding the necessary HTML code to the text available in the box below.
    Assume the picture file is called drinks.png and its url is https://evermeet.cx/~user055/Dragon/Lessons/CompSci/G9/drinks.png. Also, assume the first link points to a file called elixir.html located in the same folder as the picture. Finally, the last link points to www.dragonacademy.org. The title of the page is Dragon Lounge.

Assessment as Learning

  1. What went well today/with last homework, or what did you find easy to understand or do?
  2. What didn't go so well, what did you find difficult to understand or do?

Go back to to the top