What's New Here?

oDesk WordPress 2.8 Test Answer












  • Question:A possible way to collect real-time statistics about traffic to a WordPress site is to _______________.
a) use a built-in tool
b) use a plug-in (Answer)
c) use a widget
d) None of the above

  • Question: In order to to display a widget, the user must _____
a) Set he “Show Property” of the desired widget to “true”
b) Drag the desired widget of the side bar (answer)
c) Add the Desired widget to the post
d) Change the source code


  • Question: Image size can be set __________
a) Directly in the post’s
b) in the wp-imageresize plug-in
c) in the admin settings (Answer)
d) a and b

  • Question: Which of the following blog site can be imported into wordpress?
a) Joomla (Answer)
B) Yahoo Blog (Answer)
c) Drupal (Answer)
d) Blogspot
e) All of the above

  • Question: Which of the following methods can be used to display the time in every post?
A) Changing the config file
B) Setting the feature in the admin settings
C) Changing the index.php file (answer)
D) Updating the database

  • Question : Which of the following methods can be used to make permalinksSEO friendly?
A) Updating the database
B) Changing the source code
C) Configuring the features in the config file
D) Configuring the features in the admin settings (Answer)

  • Question: Where can Google Adsense be integrated into a WordPress blog?
A) Only in the sidebar (Answer)
B) Only in the header
C) Anywhere
d) Only in the content

  • Question: Which of the following are true about Template Tags?
A) The template tag comprises of the three tag (PHP code tag, WordPress function, optional Parameters)
B) A template tag is code that instruct WordPress to do or get somethings (Answer)
C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)
D) All of the above

  • Question: Which of the following files are mandatory for a WordPress theme?
A) Index.php (Answer)
B) Style.css (Answer)
C) functions.php(Answer)
D) page.php(Answer)

  • Question: Contributor may change the timestamp on a post?
A) True
B) False (Answer)
Question: “Shortcodes” can be defined in WordPress.
A) True B) False

  • Question: Which of the following statements are true regarding widgets and plug-in in WordPress?
A) Plug-in is a software used to add function to blog (Answer)
B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)
C) Widgets are alwasy plugins (Answer)
D) All of the above

  • Question: A plug-in must be used in order to allow users to post flast or multimedia files.
A) True (Answer)
B) Flase

  • Question: The “function_exist()” function can be used to check whether a plug-in activated or not?
A) True (Answer)
B) False

  • Question: To manually make the sidebar widget ready, the user must___
A) modify the sidebar.php file (Or this)
B) Enable it in the admin settings (Answer)
C) Change the index.php

  • Question: A theme’s source code must be changed manually in order to customize the admin login page
A) True
B) False (Answer)

  • Question: Which of the following tasks must be performed to add a favicon icon to your site?
A) Upload a favicon icon to your side
B) Add a favicon link to the theme’s header file or update the exising favicon icon link to the new one (Answer)
C) Change the favicon icon in admin settings
D) The favicon icon can not be changed

  • Question: How can a WordPress blog theme be used to display content in two coloumns?
A) By changing the theme options to two columns in admin settings
B) By changing the layout in the config file (Answer)
C) WordPress theme cannot be customized to display posts in two columns
D) By using two-columns theme (Answer)

  • Question: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?
A) Replacing special characters with corresponding html codes or character codes (Answer)
B) Using the <codegt; <pre=””                                                                                               c)=”” tag=”” the=”” using=””>tag
D) None of the above : WordPres auto-replaces special character with substituted characters

  • Question: Which of the following options are true regarding Plug-ins in WorpPress?
A) Plug-ins can be used to eliminate spam (Answer)
B) Plug-ins can be used to integrate a WordPress blog with a forum (Answer)
C) Plug-ins can be used to integrate Twitter with a WordPress blog (Answer)
D) Plug-ins can be used to embed javascript in a WordPress blog
E) All of the above

  • Question: How can a logo be placed on a WordPress header?
A) Manually add the logo to the source code (answer)
B) Upload a new logo in admin settings
C) Update the logo path in the config file

  • Question: Which of the following is a good reason to delete the admin account?
A) Because other users know this admin name (Answer)
B) Because it is not necessary
C) To enhance performance
D) TO enhance security (Answer)

  • Question: Which of the following keywords can be defined as “Those useful ‘one-click‘ buttons that insert code for you?
A) Quicktags (Answer)
B) Shotcodes
C) Permalinks
D) Excerpts

  • Question: Which of the following methods can be used to add Pagination to a WordPress site?
A) Using a widget
B) Setting the feature in the admin settings
C) Using a plug-in (Answer)
D) Pagination cannot be added to WordPress site

  • Question: Which of the following methods can be used to enable posting via e-mail?
A) Installing the wp-emailpost plug-in
B) Configuring the feature in admin settings (Answer)
C) Using a widget
D) This feature is not available in WordPress

  • Question: Which of the following are true regarding Pages in WordPress?
A) Pages are listed in reverse chronological order(Answer)
B) Pages can be static
C) Pages can be found in Categories
D) Page are not associated with a date/time like post

  • Question: State whether True or False
Wordpress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing
A) True(Answer)
B) False

  • Question: Which of the following role level has the highest privilege?
A) Level_0
B) Level_10 (Answer)
C) Depends on your settings
D) Every role has the same privilege

  • Question: A possible way to add additional information to a wordpress blog post is to ____
A) Use the wp-addinfor plug-in
B) Use custom fields(Answer)
C) Use a widget

  • Question: Which of the following actions performed before upgrading WordPress?
A) Back up the site (Answer)
B) Disable plugins (Answer)
C) Enable FTP on the site
D) All of the above

  • Question: Which of the following methods can be used to eliminate spam?
A) Using the “wp-captcha-free” plug-in
B) Using the “askimet” plug-in (Answer)
C) Using a widget
D) None of the above

  • Question: Which of the following needs to be edited in order to creat the function for the shortcode?
A) Index.php
B) functions.php (Answer)
C) post.php
D) page.php

  • Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?
A) $atts
B) $Content
C) $code
D) All of the above (Answer)

  • Question:A plug-in must be used in order to allow users to post flash of multimedia files.
a)True(Answer)
b)False

  • Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?
a)se phpMyAdmin
b)Install “wp database backup” plug-in(Answer)
3)Use cron job to schedule.
4)Cannot schedule
Question: Using ——— is a good way to ensure that a WordPress site is indexed by search engines.
a)a sitemap(Answer)
b)robot.txt
c)a widget

If you have questions, feedback please comment below. Thanks

oDesk WordPress 2.8 Test Answer

Posted by Unknown No comments












  • Question:A possible way to collect real-time statistics about traffic to a WordPress site is to _______________.
a) use a built-in tool
b) use a plug-in (Answer)
c) use a widget
d) None of the above

  • Question: In order to to display a widget, the user must _____
a) Set he “Show Property” of the desired widget to “true”
b) Drag the desired widget of the side bar (answer)
c) Add the Desired widget to the post
d) Change the source code


  • Question: Image size can be set __________
a) Directly in the post’s
b) in the wp-imageresize plug-in
c) in the admin settings (Answer)
d) a and b

  • Question: Which of the following blog site can be imported into wordpress?
a) Joomla (Answer)
B) Yahoo Blog (Answer)
c) Drupal (Answer)
d) Blogspot
e) All of the above

  • Question: Which of the following methods can be used to display the time in every post?
A) Changing the config file
B) Setting the feature in the admin settings
C) Changing the index.php file (answer)
D) Updating the database

  • Question : Which of the following methods can be used to make permalinksSEO friendly?
A) Updating the database
B) Changing the source code
C) Configuring the features in the config file
D) Configuring the features in the admin settings (Answer)

  • Question: Where can Google Adsense be integrated into a WordPress blog?
A) Only in the sidebar (Answer)
B) Only in the header
C) Anywhere
d) Only in the content

  • Question: Which of the following are true about Template Tags?
A) The template tag comprises of the three tag (PHP code tag, WordPress function, optional Parameters)
B) A template tag is code that instruct WordPress to do or get somethings (Answer)
C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)
D) All of the above

  • Question: Which of the following files are mandatory for a WordPress theme?
A) Index.php (Answer)
B) Style.css (Answer)
C) functions.php(Answer)
D) page.php(Answer)

  • Question: Contributor may change the timestamp on a post?
A) True
B) False (Answer)
Question: “Shortcodes” can be defined in WordPress.
A) True B) False

  • Question: Which of the following statements are true regarding widgets and plug-in in WordPress?
A) Plug-in is a software used to add function to blog (Answer)
B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)
C) Widgets are alwasy plugins (Answer)
D) All of the above

  • Question: A plug-in must be used in order to allow users to post flast or multimedia files.
A) True (Answer)
B) Flase

  • Question: The “function_exist()” function can be used to check whether a plug-in activated or not?
A) True (Answer)
B) False

  • Question: To manually make the sidebar widget ready, the user must___
A) modify the sidebar.php file (Or this)
B) Enable it in the admin settings (Answer)
C) Change the index.php

  • Question: A theme’s source code must be changed manually in order to customize the admin login page
A) True
B) False (Answer)

  • Question: Which of the following tasks must be performed to add a favicon icon to your site?
A) Upload a favicon icon to your side
B) Add a favicon link to the theme’s header file or update the exising favicon icon link to the new one (Answer)
C) Change the favicon icon in admin settings
D) The favicon icon can not be changed

  • Question: How can a WordPress blog theme be used to display content in two coloumns?
A) By changing the theme options to two columns in admin settings
B) By changing the layout in the config file (Answer)
C) WordPress theme cannot be customized to display posts in two columns
D) By using two-columns theme (Answer)

  • Question: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?
A) Replacing special characters with corresponding html codes or character codes (Answer)
B) Using the <codegt; <pre=””                                                                                               c)=”” tag=”” the=”” using=””>tag
D) None of the above : WordPres auto-replaces special character with substituted characters

  • Question: Which of the following options are true regarding Plug-ins in WorpPress?
A) Plug-ins can be used to eliminate spam (Answer)
B) Plug-ins can be used to integrate a WordPress blog with a forum (Answer)
C) Plug-ins can be used to integrate Twitter with a WordPress blog (Answer)
D) Plug-ins can be used to embed javascript in a WordPress blog
E) All of the above

  • Question: How can a logo be placed on a WordPress header?
A) Manually add the logo to the source code (answer)
B) Upload a new logo in admin settings
C) Update the logo path in the config file

  • Question: Which of the following is a good reason to delete the admin account?
A) Because other users know this admin name (Answer)
B) Because it is not necessary
C) To enhance performance
D) TO enhance security (Answer)

  • Question: Which of the following keywords can be defined as “Those useful ‘one-click‘ buttons that insert code for you?
A) Quicktags (Answer)
B) Shotcodes
C) Permalinks
D) Excerpts

  • Question: Which of the following methods can be used to add Pagination to a WordPress site?
A) Using a widget
B) Setting the feature in the admin settings
C) Using a plug-in (Answer)
D) Pagination cannot be added to WordPress site

  • Question: Which of the following methods can be used to enable posting via e-mail?
A) Installing the wp-emailpost plug-in
B) Configuring the feature in admin settings (Answer)
C) Using a widget
D) This feature is not available in WordPress

  • Question: Which of the following are true regarding Pages in WordPress?
A) Pages are listed in reverse chronological order(Answer)
B) Pages can be static
C) Pages can be found in Categories
D) Page are not associated with a date/time like post

  • Question: State whether True or False
Wordpress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing
A) True(Answer)
B) False

  • Question: Which of the following role level has the highest privilege?
A) Level_0
B) Level_10 (Answer)
C) Depends on your settings
D) Every role has the same privilege

  • Question: A possible way to add additional information to a wordpress blog post is to ____
A) Use the wp-addinfor plug-in
B) Use custom fields(Answer)
C) Use a widget

  • Question: Which of the following actions performed before upgrading WordPress?
A) Back up the site (Answer)
B) Disable plugins (Answer)
C) Enable FTP on the site
D) All of the above

  • Question: Which of the following methods can be used to eliminate spam?
A) Using the “wp-captcha-free” plug-in
B) Using the “askimet” plug-in (Answer)
C) Using a widget
D) None of the above

  • Question: Which of the following needs to be edited in order to creat the function for the shortcode?
A) Index.php
B) functions.php (Answer)
C) post.php
D) page.php

  • Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?
A) $atts
B) $Content
C) $code
D) All of the above (Answer)

  • Question:A plug-in must be used in order to allow users to post flash of multimedia files.
a)True(Answer)
b)False

  • Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?
a)se phpMyAdmin
b)Install “wp database backup” plug-in(Answer)
3)Use cron job to schedule.
4)Cannot schedule
Question: Using ——— is a good way to ensure that a WordPress site is indexed by search engines.
a)a sitemap(Answer)
b)robot.txt
c)a widget

If you have questions, feedback please comment below. Thanks

Elance Admission Test Answers















Elance admission test answers:


Question: As a provider, what is the benefit of maintaining paid plan?


  1. Providers with paid accounts receive more Connects initially, and the ability to purchase additional Connects and service categories, allowing them to submit more proposals.
  2. Providers with paid accounts are eligible for the Premier Provider Program, Elance chat, and Elance call.
  3. Providers with paid accounts at the Small Business or Large Business level have the ability to create teams.
  4. Providers with paid accounts can add more keywords and skills test results to their profile.
  5. All of the above(ANSWER)
Question: Elance offers both skills tests and code tests to help providers standout. Through these assessments, providers are able to display their passing scores for the potential employers to review. What are some guidelines to keep in mind related to skills and code tests?
  1. If you score higher than 30% of all test takers, you will receive a special indicator next to your score.
  2. All tests are timed.
  3. 60% is considered a passing score on the skills and code tests.
  4. You must wait 7 days to re-test the same skill.
  5. All of these are true except d.(ANSWER)
Question: Why is it important for providers to build an effective profile?
  1. It provides employers with information about your knowledge and skills.
  2. It allows providers to promote their marketing messages.
  3. It gives the provider an opportunity to showcase samples of their work.
  4. All of above.(ANSWER)
Question: What tools does Elance provide to enable you to track the time spent weekly on a job and updating an employer on the status of a job?
  1. Status Reports
  2. Timesheets
  3. Tracker
  4. Customer Support Contact Information
  5. All of these except d(ANSWER)
Question: Which of the following statements is NOT true about the Workroom messages?
  1. Public messages are different than Workroom messages.
  2. It is acceptable to market your services in Workroom messages but not in Public messages.
  3. Providers may only use the Workroom messages after submitting a Prebid or a proposal.
  4. Workroom messages are viewable by anyone.(ANSWER)
Question: In order for your provider account to become active on Elance, which step is NOT required?
  1. Create your profile
  2. Pass the Elance Admission Test
  3. Enter a credit card(ANSWER)
  4. Verify your phone number
Question: Which of these provider actions would be considered a violation?
  1. Offering to accept payment outside of the Elance system.
  2. Offering to complete a job for an amount below the stated Elance minimums.
  3. Posting a work sample in the provider portfolio of which the provider does not have legal rights or ownership.
  4. Placing contact details (e.g. a non-Elance website URL, e-mail address, etc.) outside of the designated area on the provider profile.
  5. All of these are violations.(ANSWER)
Question: If a conflict arises between an employer and a provider, which of the following steps is NOT part of the Elance dispute process?
  1. Member resolution: Members first attempt to resolve the dispute on their own
  2. Elance Dispute Assistance: Elance holds a conference call to facilitate a mutually-agreeable resolution between the employer and provider.
  3. Arbitration: A binding judgment is made by the 3rd party arbitration service offered through Elance.
  4. Elance management makes the decision about whether the employer or the provider is right.(ANSWER)
Question: How does Elance Escrow protect providers?
  1. Elance Escrow only protects the employer.
  2. It shows that the client has set aside the funds to pay for the provider’s work.(ANSWER)
  3. It enables providers to defer income without paying taxes.
  4. It eliminates the Elance service fee.
Question: How can providers view a list of all payment activity?
  1. In the “Search” option under the “Find Work” tab.
  2. On the Skills Central page.
  3. In the Get Paid < Account Activity menu.(ANSWER)
  4. All of these will let providers view their payments.
Question: Which of the following are Elance features that are designed to provide resources and information to employers and providers?
  1. Elance University
  2. The Water Cooler
  3. The Elance Blog
  4. All of these.(ANSWER)
If you have any feedback, changes, please comment below. Thanks

Elance Admission Test Answers

Posted by Unknown No comments















Elance admission test answers:


Question: As a provider, what is the benefit of maintaining paid plan?


  1. Providers with paid accounts receive more Connects initially, and the ability to purchase additional Connects and service categories, allowing them to submit more proposals.
  2. Providers with paid accounts are eligible for the Premier Provider Program, Elance chat, and Elance call.
  3. Providers with paid accounts at the Small Business or Large Business level have the ability to create teams.
  4. Providers with paid accounts can add more keywords and skills test results to their profile.
  5. All of the above(ANSWER)
Question: Elance offers both skills tests and code tests to help providers standout. Through these assessments, providers are able to display their passing scores for the potential employers to review. What are some guidelines to keep in mind related to skills and code tests?
  1. If you score higher than 30% of all test takers, you will receive a special indicator next to your score.
  2. All tests are timed.
  3. 60% is considered a passing score on the skills and code tests.
  4. You must wait 7 days to re-test the same skill.
  5. All of these are true except d.(ANSWER)
Question: Why is it important for providers to build an effective profile?
  1. It provides employers with information about your knowledge and skills.
  2. It allows providers to promote their marketing messages.
  3. It gives the provider an opportunity to showcase samples of their work.
  4. All of above.(ANSWER)
Question: What tools does Elance provide to enable you to track the time spent weekly on a job and updating an employer on the status of a job?
  1. Status Reports
  2. Timesheets
  3. Tracker
  4. Customer Support Contact Information
  5. All of these except d(ANSWER)
Question: Which of the following statements is NOT true about the Workroom messages?
  1. Public messages are different than Workroom messages.
  2. It is acceptable to market your services in Workroom messages but not in Public messages.
  3. Providers may only use the Workroom messages after submitting a Prebid or a proposal.
  4. Workroom messages are viewable by anyone.(ANSWER)
Question: In order for your provider account to become active on Elance, which step is NOT required?
  1. Create your profile
  2. Pass the Elance Admission Test
  3. Enter a credit card(ANSWER)
  4. Verify your phone number
Question: Which of these provider actions would be considered a violation?
  1. Offering to accept payment outside of the Elance system.
  2. Offering to complete a job for an amount below the stated Elance minimums.
  3. Posting a work sample in the provider portfolio of which the provider does not have legal rights or ownership.
  4. Placing contact details (e.g. a non-Elance website URL, e-mail address, etc.) outside of the designated area on the provider profile.
  5. All of these are violations.(ANSWER)
Question: If a conflict arises between an employer and a provider, which of the following steps is NOT part of the Elance dispute process?
  1. Member resolution: Members first attempt to resolve the dispute on their own
  2. Elance Dispute Assistance: Elance holds a conference call to facilitate a mutually-agreeable resolution between the employer and provider.
  3. Arbitration: A binding judgment is made by the 3rd party arbitration service offered through Elance.
  4. Elance management makes the decision about whether the employer or the provider is right.(ANSWER)
Question: How does Elance Escrow protect providers?
  1. Elance Escrow only protects the employer.
  2. It shows that the client has set aside the funds to pay for the provider’s work.(ANSWER)
  3. It enables providers to defer income without paying taxes.
  4. It eliminates the Elance service fee.
Question: How can providers view a list of all payment activity?
  1. In the “Search” option under the “Find Work” tab.
  2. On the Skills Central page.
  3. In the Get Paid < Account Activity menu.(ANSWER)
  4. All of these will let providers view their payments.
Question: Which of the following are Elance features that are designed to provide resources and information to employers and providers?
  1. Elance University
  2. The Water Cooler
  3. The Elance Blog
  4. All of these.(ANSWER)
If you have any feedback, changes, please comment below. Thanks

Adobe Photoshop CS4 Test Answer - Elance.com / Freelancer.com












Question:
Which of the following is not a kind of text type?

a.
Point Type
b.
Paragraph Type
c.
Type on a path
d.
Line type
Question:
State whether True or False:
You cannot arrange the stacking order of the Auto slices.
a.
True
b.
False
Question:
State whether True or False:
A working space is an intermediate color space used to define and edit color in Adobe applications.
a.
True
b.
False
Question:
State whether True or False:
The Out Of Gamut option works only on RGB and Lab images.
a.
True
b.
False
Question:
Channels can not be added to which of the following image modes?
a.
RGB
b.
CMYK
c.
Bitmap
d.
Lab
Question:
A Motion Picture film has a frame rate of how many fps?
a.
29.97
b.
23.976
c.
25
d.
24
 Question:
Which of the following is not true about Filters?
a.
Filters cannot be applied to Bitmap-mode or indexed-color images
b.
All filters can be applied to 8-bit images
c.
Filters are applied to the active, visible layer or a selection
d.
None of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the given options displays the Modal control in the Actions palette?
a.
A
b.
B
c.
C
d.
D
Question:
State whether True or False:
The mask created by the Replace Color command is permanent.
a.
True
b.
False
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the following options displays Temporary Work Path in the Paths palette?
a.
A
b.
B
c.
C
d.
All of the above
Question:
State whether True or False:
Changing units on the Info Palette automatically changes the units on Rulers.
a.
True
b.
False
 Question:
Which type of images are resolution-dependent?
a.
Bitmap images
b.
Vector images
c.
Both a and b
d.
None of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
In which of the given instances, a caution icon appears next to the layer comp name as shown in the picture?
a.
When you delete a layer
b.
When you merge a layer
c.
When you convert a layer to a background
d.
All of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the given options displays left indent in the Paragraph palette?
a.
A
b.
B
c.
C
d.
D
Question:
What is meant by Contact Sheet?
Contact Sheets let you easily preview and catalog groups of images by displaying a series of thumbnails on a single page
Contact Sheets let you use a variety of images to create a multipage document or slide show presentation
Contact Sheets let you place multiple copies of a source image on a single page
All of the above
Question:
Which of the following features is supported by the EPS file format?
a.
It supports the Grayscale and Bitmap color modes
b.
It supports the Support Alpha Channels
c.
It supports the Clipping paths
d.
All of the above
 Question:
Which option is not turned off by the Extras command in the View menu?
a.
It does not turn off the Guide feature
b.
It does not turn off the Grid feature
c.
It does not turn off the Smart Guide feature
d.
It does not turn off the Rulers feature
Question:
Which option will you select to display a file at 100% size?
a.
Choose View > Actual Pixels
b.
Choose View > Fit on Screen
c.
Choose View > Print Size
d.
All of the above
 Question:
What is the use of the Make Work Path command in the Paths palette ?
a.
It eliminates any feathering applied to the selection
b.
It can alter the shape of a selection
c.
Both a and b
d.
None of the above
question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the following Lock options in the Layers palette prevents modification of the layer’s pixels using the painting tools?
a.
A
b.
B
c.
C
d.
None of the above
Question:
Refer to the given image.
Which of the given options displays the Set Tsume option in the Character Palette?
a.
A
b.
B
c.
C
d.
D
 Question:
Refer to the given image.
When will the Dynamic shortcuts appear in the Character Palette Menu as shown in the picture?
a.
When you are entering the Point type
b.
When you are entering the Paragraph type
c.
When the I-beam is in text
d.
All of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which option adjusts Highlights in the Levels dialog box?
a.
A
b.
B
c.
C
d.
None of the above
 Question:
Which of the following is not true about the Curves dialog box?
a.
You can use the Curves dialog box to adjust the entire tonal range of an image
b.
The Curves dialog box lets you adjust up to 14 different points throughout an image’s tonal range *
c.
In the Curves dialog box, the tonal range is represented as a straight diagonal baseline
d.
None of the above

 Question:
Refer to the given image.
In which format will you save your document to preserve the Perspective Plane Information in an image while working with the vanishing point, as shown in the given picture?
a.
PSD
b.
TIFF
c.
JPEG
d.
All of the above
Question:
Which of the following is not a Color Adjustment command?
a.
Adjustment command
b.
Color Balance command
c.
Selective Color command
d.
Levels command

Question:
Refer to the given image.
Which of the following options displays the Spot Channels in the Channels palette?
a.
A
b.
B
c.
C
d.
All of the above
Question:
Which of the following is not a type of Variable?
a.
Image variables
b.
Visibility variables
c.
Pixel Replacement variables
d.
Text Replacement variables
 Question:
Which keyboard shortcut (windows) will you choose to permanently Clear History (no Undo)?
a.
Control + Shift + Z
b.
Control + Alt + Z
c.
Shift + Clear History
d.
Alt + Clear History
 Question:
Which among the following blending modes is available only for the Apply Image and Calculations commands?
a.
Add
b.
Subtract
c.
Both a and b
d.
None of the above
Question:
Which among the following Slices cannot be divided?
a.
User slices
b.
Auto slice
c.
Layer-based slices
d.
All of the above
Question:
Which among the following is not a Duotone mode type?
a.
Pantone
b.
Monotone
c.
Tritone
d.
Quadtone
Question:
State whether True or False:
You cannot create Work paths from the fonts that do not include the outline data.
a.
True
b.
False
Question:
Refer to the given image.
What is the colored box in the Navigator Palette known as?
a.
View area
b.
Proxy area
c.
Navigation area
d.
Proxy preview area
Question:
Refer to the given image.
Which of the given options displays Converts to Timeline mode in an Animation palette?
a.
A
b.
B
c.
C
d.
D
 Question:
State whether True or False:
You cannot change the order of the Vector masks or working paths in the Paths palette.
a.
True
b.
False
Question:
Which of the following Filters cannot be applied to a Smart Object?
a.
Stylize
b.
Texture
c.
Pattern Maker
d.
All of the above
Question:
Which keyboard shortcut (windows) will you choose to select the History Brush tool?
a.
Y
b.
R
c.
O
d.
H
Question:
Which among the following files, saved in the Adobe Photoshop format, is used by the filter to create the displacement maps?
a.
Flat file
b.
Bump file
c.
Flattened file
d.
Displace file
 Question:
Which of the Saving commands is available for an image that is managed by a Version Cue Workspace?
a.
Save
b.
Save As
c.
Check In
d.
Save For Web & Devices

Adobe Photoshop CS4 Test Answer - Elance.com / Freelancer.com

Posted by Unknown 4 comments












Question:
Which of the following is not a kind of text type?

a.
Point Type
b.
Paragraph Type
c.
Type on a path
d.
Line type
Question:
State whether True or False:
You cannot arrange the stacking order of the Auto slices.
a.
True
b.
False
Question:
State whether True or False:
A working space is an intermediate color space used to define and edit color in Adobe applications.
a.
True
b.
False
Question:
State whether True or False:
The Out Of Gamut option works only on RGB and Lab images.
a.
True
b.
False
Question:
Channels can not be added to which of the following image modes?
a.
RGB
b.
CMYK
c.
Bitmap
d.
Lab
Question:
A Motion Picture film has a frame rate of how many fps?
a.
29.97
b.
23.976
c.
25
d.
24
 Question:
Which of the following is not true about Filters?
a.
Filters cannot be applied to Bitmap-mode or indexed-color images
b.
All filters can be applied to 8-bit images
c.
Filters are applied to the active, visible layer or a selection
d.
None of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the given options displays the Modal control in the Actions palette?
a.
A
b.
B
c.
C
d.
D
Question:
State whether True or False:
The mask created by the Replace Color command is permanent.
a.
True
b.
False
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the following options displays Temporary Work Path in the Paths palette?
a.
A
b.
B
c.
C
d.
All of the above
Question:
State whether True or False:
Changing units on the Info Palette automatically changes the units on Rulers.
a.
True
b.
False
 Question:
Which type of images are resolution-dependent?
a.
Bitmap images
b.
Vector images
c.
Both a and b
d.
None of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
In which of the given instances, a caution icon appears next to the layer comp name as shown in the picture?
a.
When you delete a layer
b.
When you merge a layer
c.
When you convert a layer to a background
d.
All of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the given options displays left indent in the Paragraph palette?
a.
A
b.
B
c.
C
d.
D
Question:
What is meant by Contact Sheet?
Contact Sheets let you easily preview and catalog groups of images by displaying a series of thumbnails on a single page
Contact Sheets let you use a variety of images to create a multipage document or slide show presentation
Contact Sheets let you place multiple copies of a source image on a single page
All of the above
Question:
Which of the following features is supported by the EPS file format?
a.
It supports the Grayscale and Bitmap color modes
b.
It supports the Support Alpha Channels
c.
It supports the Clipping paths
d.
All of the above
 Question:
Which option is not turned off by the Extras command in the View menu?
a.
It does not turn off the Guide feature
b.
It does not turn off the Grid feature
c.
It does not turn off the Smart Guide feature
d.
It does not turn off the Rulers feature
Question:
Which option will you select to display a file at 100% size?
a.
Choose View > Actual Pixels
b.
Choose View > Fit on Screen
c.
Choose View > Print Size
d.
All of the above
 Question:
What is the use of the Make Work Path command in the Paths palette ?
a.
It eliminates any feathering applied to the selection
b.
It can alter the shape of a selection
c.
Both a and b
d.
None of the above
question is based upon the figure shown below
 Question:
Refer to the given image.
Which of the following Lock options in the Layers palette prevents modification of the layer’s pixels using the painting tools?
a.
A
b.
B
c.
C
d.
None of the above
Question:
Refer to the given image.
Which of the given options displays the Set Tsume option in the Character Palette?
a.
A
b.
B
c.
C
d.
D
 Question:
Refer to the given image.
When will the Dynamic shortcuts appear in the Character Palette Menu as shown in the picture?
a.
When you are entering the Point type
b.
When you are entering the Paragraph type
c.
When the I-beam is in text
d.
All of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.
Which option adjusts Highlights in the Levels dialog box?
a.
A
b.
B
c.
C
d.
None of the above
 Question:
Which of the following is not true about the Curves dialog box?
a.
You can use the Curves dialog box to adjust the entire tonal range of an image
b.
The Curves dialog box lets you adjust up to 14 different points throughout an image’s tonal range *
c.
In the Curves dialog box, the tonal range is represented as a straight diagonal baseline
d.
None of the above

 Question:
Refer to the given image.
In which format will you save your document to preserve the Perspective Plane Information in an image while working with the vanishing point, as shown in the given picture?
a.
PSD
b.
TIFF
c.
JPEG
d.
All of the above
Question:
Which of the following is not a Color Adjustment command?
a.
Adjustment command
b.
Color Balance command
c.
Selective Color command
d.
Levels command

Question:
Refer to the given image.
Which of the following options displays the Spot Channels in the Channels palette?
a.
A
b.
B
c.
C
d.
All of the above
Question:
Which of the following is not a type of Variable?
a.
Image variables
b.
Visibility variables
c.
Pixel Replacement variables
d.
Text Replacement variables
 Question:
Which keyboard shortcut (windows) will you choose to permanently Clear History (no Undo)?
a.
Control + Shift + Z
b.
Control + Alt + Z
c.
Shift + Clear History
d.
Alt + Clear History
 Question:
Which among the following blending modes is available only for the Apply Image and Calculations commands?
a.
Add
b.
Subtract
c.
Both a and b
d.
None of the above
Question:
Which among the following Slices cannot be divided?
a.
User slices
b.
Auto slice
c.
Layer-based slices
d.
All of the above
Question:
Which among the following is not a Duotone mode type?
a.
Pantone
b.
Monotone
c.
Tritone
d.
Quadtone
Question:
State whether True or False:
You cannot create Work paths from the fonts that do not include the outline data.
a.
True
b.
False
Question:
Refer to the given image.
What is the colored box in the Navigator Palette known as?
a.
View area
b.
Proxy area
c.
Navigation area
d.
Proxy preview area
Question:
Refer to the given image.
Which of the given options displays Converts to Timeline mode in an Animation palette?
a.
A
b.
B
c.
C
d.
D
 Question:
State whether True or False:
You cannot change the order of the Vector masks or working paths in the Paths palette.
a.
True
b.
False
Question:
Which of the following Filters cannot be applied to a Smart Object?
a.
Stylize
b.
Texture
c.
Pattern Maker
d.
All of the above
Question:
Which keyboard shortcut (windows) will you choose to select the History Brush tool?
a.
Y
b.
R
c.
O
d.
H
Question:
Which among the following files, saved in the Adobe Photoshop format, is used by the filter to create the displacement maps?
a.
Flat file
b.
Bump file
c.
Flattened file
d.
Displace file
 Question:
Which of the Saving commands is available for an image that is managed by a Version Cue Workspace?
a.
Save
b.
Save As
c.
Check In
d.
Save For Web & Devices

Powered by Blogger.
© 2013 Freelancer Exams | Created By: Freelancer Exams .
back to top