Ch 2 Computer Assignment
Ch 2 Computer Assignment
Chapter 2
1. KompoZer is mainly used for:
a) Image editing
b) Database management
c) Web designing
d) Spreadsheet creation
2. CSS stands for:
a) Creative Style Sheet
b) Custom Script Styling
c) Cascading Style Sheets
d) Common Style Source
3. To insert a style in KompoZer, you go to:
a) Insert > JavaScript
b) Format > Styles
c) Tools > Design
d) File > CSS Link
4. Inline styles are added using:
a) link tag
b) style attribute in HTML tags
c) CSS file
d) External script
5. To add external CSS in KompoZer, we use:
a) <link> tag in the Head section
b) <style> inside body
c) <script>
d) <css>
6. The KompoZer tab where we can switch to HTML code is:
a) Design View
b) Preview View
c) Source View
d) Publish View
7. To change font color using KompoZer GUI:
a) Use table tools
b) Format > Text Color
c) Tools > Scripts
d) Format > Table
8. Which of these properties is used to change background color?
a) background-color
b) bgcolor
c) color
d) font-color
9. In KompoZer, the “Style” menu affects:
a) Forms
b) Images
c) Text and page layout
d) Tables only
10.Which is a valid CSS syntax?
a) h1 { color: red; }
b) h1 = red
c) h1: red;
d) color(h1) = red
11.Which selector uses a period (.)?
a) id selector
b) class selector
c) tag selector
d) universal selector
12.In KompoZer, which view allows editing of tags and CSS?
a) Preview
b) Normal
c) Source
d) Table
13.Which is not a method of applying CSS?
a) Inline
b) Internal
c) Embedded
d) External
14.Internal CSS is written within:
a) <body>
b) <head>
c) <title>
d) <html>
15.A CSS rule consists of:
a) Tag + Script
b) Selector + Declaration
c) Variable + Value
d) Object + Method