CS 150 Computer Literacy

Quiz 8 Answers

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

1. A markup language is tag based

True

 

2. If you are using XML you can leave off closing tags

False – it must be well formed (no missing tags)

 

3. A tags used to center the text “hi” on a web page are:

<center>hi</center>

 

4. JavaScript is what kind of programming language?

Scripting language

 

5. HTML can be used by itself to:

None of the above – HTML can only put text, links, and images on a page.  You can’t make games, slideshows, flash, or custom tags with only HTML

 

6. javaScript and Java applets are used on web pages to:

Provide interactive content

 

7. some WYSWYG editors for web pages include:

Front Page and DreamWeaver

 

8. Which of the following is not a markup language?

HTTP

 

9. An <applet> tag should be placed:

Between <body></body> tags

 

10. The script tag can be placed?

Between <head></head> or <body></body> tags

 

Bonus: What is the database that comes with Microsoft Office?

Access