Unit 2, Computer Science Discover Test
Quiz by Julie
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
51 questions
Show answers
- Q1A website isa collection of interlinked web pages on the World Wide Web.the raw text, images, and other elements included in a web page.the special set of characters that indicates the start and end of an element.a place where you can go to find out things about a company or business.30s
- Q2An HTML tag isthe raw text, images, and other elements included in a web page.a place where you can go to find out things about a company or business.the special set of characters that indicates the start and end of an HTML element and the element's type.a collection of interlinked web pages on the World Wide Web.30s
- Q3Website content isthe raw text, images, and other elements included in a web page.the special set of characters that indicates the start and end of an element.a place where you can go to find out things about a company or business.a collection of interlinked web pages on the World Wide Web.30s
- Q4HTML stands forHyper Tools Making LanguageHip Text Making LanguageHypertext Markup LanguageHypertext Making Language30s
- Q5The parts of an HTML element are:opening tag, element content, closing tagopening tag, html content, ending tagopening content, element content, closing contentelement content, tag30s
- Q6<p> This is an example of a </p>ending tagbeginning tagheading elementparagraph element30s
- Q7When you are writing code (html) you will place your code between the<head></head>none of these<!DOCTYPE><body></body>30s
- Q8The name of the program used by Code.org to create your web pages isLinexHTMLWeb LabJava script30s
- Q9How does HTML help solve the problem of telling a computer what a web page looks like, not just what content is on it?it is voice activated to tell it what to do.it uses tags.it uses different color fonts.none of these.30s
- Q10The Web Lab consists of _______ sections432130s
- Q11I can createnone of these.many paragraphs by using different heading tags.one paragraph per<p> </p>tagmultiple paragraphs with one paragraph tag. <p> </p>30s
- Q12If I have made a mistake in Web Lab the code will turnpink.purple.green.blue.30s
- Q13<h1></h1> is the code for thesmallest paragraph.largest heading.largest paragraph.smallest heading.30s
- Q14There are ____ sizes of headings in HTML?foursixeighttwo30s
- Q15A heading is all of the following except:a larger paragrapha section of a document.a summary for a document.a title.30s