Anda di halaman 1dari 7

General Knowledge about IT -5

Photoshop - 10
Illustrator - 5
CMS (Joomla, Drupal, Wordpress) - 10
HTML - 10
CSS - 10

HTML QUIZ

1. What is the correct HTML for adding a background color?

a. <body bg="yellow">
b. <body style="background-color: yellow;">
c. <background>yellow</background>

2. Choose the correct HTML element to define important text

a. <important>
b. <b>
c. <i>
d. <strong>

3. What is the correct HTML for creating a hyperlink?

a. <a name="http://www.kredo.jp"> Kredo.jp </a>


b. <a url="http://www.kredo.jp"> Kredo.jp </a>
c. <a href="http://www.kredo.jp"> Kredo.jp </a>
d. <a>http://www.kredo.jp</a>

4. How can you open a link in a new tab/browser window?

a. <a href="url" target="new">


b. <a href="ur" new>
c. <a href="url" target="_blank">

5. Whic of these elements are all <table> elements?

a. <table><tr><td>
b. <table><head><tfoot>
c. <table><tr><tt>
d. <thead><body><tr>

6. How can you make a numbered list?

a. <ol>
b. <ul>
c. <list>
d. <dl>

7. What is the correct HTML for making a checkbox?

a. <input type="check">
b. <check>
c. <input type="checkbox">
d. <checkbox>

8. What is the correct HTML for making a text input field?


a. <textfield>
b. <textinput type="text">
c. <input type="textfield>
d. <input type="text">

9. What is the correct HTML for making a text area?

a. <textarea>
b. <input type="textbox">
c. <input type="textarea">

10. What is the correct HTML for inserting an image?

a. <img href="image.gif" alt="MyImage">


b. <img alt="MyImage">image.gif</img>
c. <img src="image.gif" alt="MyImage>
d. <image src="image.gif" alt="MyImage>

11. In HTML, which attributes is used to specify that an input field must be filled
out?

a. placeholder
b. required
c. validate
d. formvalidate

12. Which HTML element defines navigation links?

a. <navigation>
b. <navigate>
c. <nav>

13. Which HTML element is used to specify a header for a document or a section?

a. <header>
b. <section>
c. <head>
d. <top>

14. What is the correct HTML for making a drop-down list?

a. <input type="dropdown">
b. <list>
c. <select>
d. <input type="list">

15. What is the correct HTML element for inserting a line break?

a. <br>
b. <break>
c. <lb>
CSS

1. Which property do you use when specifying the stacking order of elements?

a. z-index
b. position
c. display
d. overflow

2. Which property do you use to round the corners of the element?

a. border-width
b. border-style
c. border-radius
d. border-collapse

3. Which property do you use to specify the transparency of the elements?

a. clear
b. display
c. opacity
d. overflow

4. Which property do you use to specify the font type, such as Gothic or Mincho?

a. font-weight
b. font-size
c. font-style
d. font-family

5. Which property do you use to specify the height of a line of text?

a. text-indent
b. text-align
c. letter-spacing
d. line-height

6. When arranging 4 numbers in margin or padding, which of the 4 below is


the order applied?
(Example: margin: 10px30px20px40px;)

a. top, left, bottom, right


b. up down left right
c. top, right, bottom, left
d. top, bottom, right, left

7. In the background-size property, what value do you use to scale the


background image to the smallest size that completely covers the area?

a. cover
b. contain
c. auto

8. In the position property, which value do you use to fix the same position
as you scroll the element?

a. fixed
b. absolute
c. static
d. relative

9. What is the correct HTML for referring to an external style sheet?

a. <stylesheet>mystyle.css</stylesheet>
b. <link rel="stylesheet" type="text/css" href="mystyle.css">
c. <style src="mystyle.css">

10. Which HTML tag is used to define an internal style sheet?

a. <css>
b. <style>
c. <script>

11. Which is the correct CSS Syntax?

a. body:color=black;
b. {body:color=black;}
c. {body;color:black;}
d. body {color:black}

12. How do you add a background color for all <h1> elements?

a. all.h1 {background-color:#FFFFFF;}
b. h1.all {background-color:#FFFFFF;}
c. h1 {background-color:#FFFFFF;}

13. Which CSS property controls the text size?

a. text-size
b. font-style
c. font-size
d. text-style

14. What is the correct CSS syntax for making all the <p> elements bold?

a. <p style="font-size:bold;">
b. p {text-size:bold;}
c. p {font-weight:bold;}
d. <p style="text-size:bold;">

15. What is the default value of the position property?

a. absolute
b. fixed
c. static
d. relative

WORDPRESS QUIZ

1. What is Wordpress?

a. Wordpress is open source software you can use to create a beautiful website,
blog, or app.
b. Wordpress is a social network just like Facebook and Twitter.
c. Wordpress is a HTML page builder you can use to create your static HTML pages.
d. Wordpress is a paid software you can use to create a beautiful website, blog, or
app.

2. What is the difference between Wordpress Posts and Wordpress Pages?

a. There is absolutely no difference Post and Pages.


b. Posts are entries listed in reverse chronological order on the site
homepage and Pages are static and are not listed by date.
c. Pages are entries listed in reverse chronological order on the site
homepage and Posts are static and not listed by date.
d. None of the above.

3. How many Posts and Pages can you have?

a. I can have 100 posts and 100 pages


b. Depends on the theme I'm using
c. There is no limit on the number of posts or pages you can have.
d. There is no limit on the number of posts but can have only certain amount of
pages.

4. What is Widget?

a. Wordpress Widgets add content and features to your Sidebars.


b. Widget is a vertical column provided by a theme for displaying
information other than the main content of the web page.
c. Widget is a function of special software that allows feedreaders to access site.
d. None of the above.

5. Which file is the single most important file in Wordpress?

a. header.php
b. wp-settings.php
c. wp-config.php
d. page.php

Photoshop Quiz

1. This menu option allows you to control which options you view in the work space.

a. Layer
b. Edit
c. Window*
d. Filter

2. Which Tool looks like a pointing finger and blends the pixels within th image
creating a blurred/blended effect?

a. Gradient Tool
b. Paint Brush
c. Eraser Tool
d. Smudge Tool*

3. This tool allows you to apply color, in various sizes/ patterns, to the canvas.

a. Smudge Tool
b. Magic Wand Tool
c. Paint Brush Tool*
d. Clone Stamp Tool
4. This menu option allows you to control which options you view in the work space.

a. Layer
b. Edit
c. Window*
d. Filter

5. This tool selects color from the pixels you click on the image.

a. Gradient Tool
b. Paint Brush Tool
c. Eraser Tool
d. Eyedropper Tool*

6. Which tool allows you to select an area of an image and discard everything
outside of this area?

a. Eraser Tool
b. Smudge Tool
c. Clone Stamp Tool
d. Crop Tool*

7. What is the number of pixels displayed per unit of printed lenght within
an image referred to as?

a. Pixel Percentage
b. Image Resolution*
c. Resampling
d. Resizing

8. What tools allows you to remove/erase part of a layer using a free-hand method?

a. Eraser Tool*
b. Marquee Tool
c. Magic Wand Tool
d. Crop Tool

9. What tool allows you to make a selection in the shape of a rectangle?

a. Magic Wand Tool


b. Gradient Tool
c. Marquee Tool*
d. Lasso Tool

10. This tool can copy and recreate a portion of an image.

a. Gradient Tool
b. Magic Wand Tool
c. Zoom Tool
d. Clone Stamp Tool*

ILLUSTRATOR QUIZ

1. Line segments between anchor points are referred to as

a. Segments
b. Paths
c. Lines
d. Graphics

2. How do you change the color of a shape?

a. By changing the stroke line


b. By selecting it and changing the fill.
c. By selecting it.
d. By changing it to none.

3. The graphics created in Adobe Illustrator are ?

a. Vector graphics
b. Bitmap images
c. Lines
d. Paths

4. Rectangle, Ellipse, Polygon, Star, and Flare are popularly referred to as the
six basic?

a. Shape Tools
b. Pattern Brushes
c. Swap, fill & strokes
d. Embers

5. You have selected an object that contains a Drop Shadow effect that you want
to modify. What steps should you take?

a. Click on Drop Shadow effect in the Appearance panel and then modify the effect.
b. Choose Effect > Stylize > Drop Shadow, apply and modify the new effect.
c. Choose Effect > Document Raster Effect Settings and modify the effect.
d. Choose Object > Expand Appearance and modify the effect.

Anda mungkin juga menyukai