
ACTIVITY 1. Computer Programming (HTML)
Quiz by Marychie Manlutac
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
22 questions
Show answers
- Q1It is the prime language that is used to create Web pages.HTMLVISUAL BASICJAVAC++30s
- Q2HTML is written in form of tags with angle parenthesis.TRUEFALSE30s
- Q3HTML are usually created in MS Word or any Microsoft offices programs.TRUEFALSE30s
- Q4HTML code or source code is comprised of a series of commands called tags.FALSETRUE30s
- Q5In order to produce a Web page, you have to make a complete and accurate set of HTML code.FALSETRUE30s
- Q6It is the color, size, character and other information of the elements in the tagAttributetagsbodytitle30s
- Q7Attribute reflected on the beginning tag but not on the closing tagFALSETRUE30s
- Q8It is are the basic units of building block of HTML file or codes.attributeTagsbodytitle30s
- Q9HTML stands for what?Hypertext Markup LanguageHighlight Mega LanguageHypertext Main LanguageHypertext Mega Language30s
- Q10It is the text that points to other pages and objects on the Web.ProgrammingLanguageMarkupHypertext30s
- Q11This refers to the simple codes that provide details about HTML elements.CodesMarkupProgrammingHypertext30s
- Q12Typically, an HTML tag look like this:</tag> text <tag><tag> text </tag><text> tag<text/>30s
- Q13All HTML are enclosed between parenthesisTRUEFALSE30s
- Q14This tag enclosed heading information such as page title, indexing information, date created and other information.<title><head><body>30s
- Q15Whatever you type within this tags will appear in the title bar at the top of the browser.<body><head><title>30s