Wednesday, October 29, 2014

An A-Z Index of Windows Scripting Host commands (WSH/VB Script)

An A-Z Index of Windows Scripting Host commands (WSH/VB Script)


Arguments, display - WshArguments.Item (also Count and length)

Command, cscript - Run a VBS/WSH Script
Command, .Run command
Command, .Exec execute command
Command, .AppActivate activate running command

Drive Map - .MapNetworkDrive
Drive Map, list - .EnumNetworkDrives
Drive Map, remove - .RemoveNetworkDrive

Echo text .Echo
Echo text to StdOut.Write
Echo, popup .Popup
Environment, read env variables - .Environment
Environment, expand env variables - .ExpandEnvironmentStrings
Environment, delete env variables - .WshEnvironment.Remove
Environment, echo .ComputerName
Environment, echo .UserName
Environment, echo .UserDomain

Log an item in the Event log .LogEvent

Object, create - .CreateObject
Object, get - .GetObject
Object, disconnect- .DisconnectObject

Path of wscript.exe - .Name
Path to current directory - .CurrentDirectory
Pathname of wscript.exe - .FullName
Pathname of script being run - .ScriptFullName
Path to desktop,start menu.. - .SpecialFolders
Printer, add printer - .AddPrinterConnection
Printer, add Network printer - .AddWindowsPrinterConnection
Printer, list printers - .EnumPrinterConnections
Printer, set default printer - .SetDefaultPrinter
Printer, remove printer - .RemovePrinterConnection

Quit - .Quit

Registry, delete - .RegDelete
Registry, read - .RegRead
Registry, write - .RegWrite

Send Keys - .SendKeys
Shortcut,create - .CreateShortcut
Sleep - .Sleep

text input - .ReadLine
text output - .Write
Version of wscript - .Version

Syntax
Variables, Functions, Operators,
Conditional and looping Statements.

Examples:
DriveMap.vbs - Connect to a network file share.
qchange.vbs - Re-assign network printer connections
compinfo.vbs - List Computer properties (as shown in ADUC)
userinfo.vbs - List User properties (as shown in ADUC)
datetime.vbs - Get Date, Time and daylight savings
uname.vbs - List user's simple name when called with a Distinguished Name
Localadmins.vbs - List local administrators across a network domain

All the syntax on this page assumes you have Windows Scripting Host version 5.6 (as supplied with Windows XP.) Examples are in VB Script.
Windows Scripting Host 5.7 is also now available.

Introduction to BIOS Passwords

Introduction to BIOS Passwords


The best method to reset a BIOS password depends on what BIOS the computer has. Common BIOS's include AMI, Award, IBM and Phoenix. Numerous other BIOS's do exist, but these are the most common.

Some BIOS's allow you to require a password be entered before the system will boot. Some BIOS's allow you to require a password to be entered before the BIOS setup may be accessed.

The general categories of solutions to reset a BIOS password are:


  • Using a Backdoor BIOS Password
  • Resetting the BIOS Password using Software
  • Resetting the BIOS Password using Hardware
  • Vendor Specific Solutions for resetting the BIOS Password


Using a Backdoor BIOS Password

Some BIOS manufacturers implement a backdoor password. The backdoor password is a BIOS password that works, no matter what the user sets the BIOS password to. These passwords are typically used for testing and maintenance. Manufacturers typically change the backdoor BIOS passwords from time to time.
AMI Backdoor BIOS Passwords

Reported AMI backdoor BIOS passwords include A.M.I., AAAMMMIII, AMI?SW , AMI_SW, BIOS, CONDO, HEWITT RAND, LKWPETER, MI, and PASSWORD.
Award Backdoor BIOS Passwords

One reported Award backdoor BIOS password is eight spaces. Other reported Award backdoor BIOS passwords include 01322222, 589589, 589721, 595595, 598598 , ALFAROME, ALLY, ALLy, aLLY, aLLy, aPAf, award, AWARD PW, AWARD SW, AWARD?SW, AWARD_PW, AWARD_SW, AWKWARD, awkward, BIOSTAR, CONCAT, CONDO, Condo, condo, d8on, djonet, HLT, J256, J262, j262, j322, j332, J64, KDD, LKWPETER, Lkwpeter, PINT, pint, SER, SKY_FOX, SYXZ, syxz, TTPTHA, ZAAAADA, ZAAADA, ZBAAACA, and ZJAAADC.
Phoenix Backdoor BIOS Passwords

Reported Phoenix BIOS backdoor passwords include BIOS, CMOS, phoenix, and PHOENIX.
Backdoor BIOS Passwords from Other Manufacturers

Reported BIOS backdoor passwords for other manufacturers include:

Manufacturer BIOS Password
VOBIS & IBM merlin
Dell Dell
Biostar Biostar
Compaq Compaq
Enox xo11nE
Epox central
Freetech Posterie
IWill iwill
Jetway spooml
Packard Bell bell9
QDI QDI
Siemens SKY_FOX
SOYO SY_MB
TMC BIGO
Toshiba Toshiba

Remember that what you see listed may not be the actual backdoor BIOS password, this BIOS password may simply have the same checksum as the real backdoor BIOS password. For Award BIOS, this checksum is stored at F000:EC60.

Internet Explorer Shortcuts

Internet Explorer Shortcuts


  • CTRL+A - Select all items on the current page 
  • CTRL+D - Add the current page to your Favorites 
  • CTRL+E - Open the Search bar 
  • CTRL+F - Find on this page 
  • CTRL+H - Open the History bar 
  • CTRL+I - Open the Favorites bar 
  • CTRL+N - Open a new window 
  • CTRL+O - Go to a new location 
  • CTRL+P - Print the current page or active frame 
  • CTRL+S - Save the current page 
  • CTRL+W - Close current browser window 
  • CTRL+ENTER - Adds the http://www. (url) .com 
  • SHIFT+CLICK - Open link in new window 
  • BACKSPACE - Go to the previous page 
  • ALT+HOME - Go to your Home page 
  • HOME - Move to the beginning of a document 
  • TAB - Move forward through items on a page 
  • END - Move to the end of a document 
  • ESC - Stop downloading a page 
  • F11 - Toggle full-screen view 
  • F5 - Refresh the current page 
  • F4 - Display list of typed addresses 
  • F6 - Change Address bar and page focus 
  • ALT+RIGHT ARROW - Go to the next page 
  • SHIFT+CTRL+TAB - Move back between frames 
  • SHIFT+F10 - Display a shortcut menu for a link 
  • SHIFT+TAB - Move back through the items on a page 
  • CTRL+TAB - Move forward between frames 
  • CTRL+C - Copy selected items to the clipboard 
  • CTRL+V - Insert contents of the clipboard 
  • ENTER - Activate a selected link 
  • HOME - Move to the beginning of a document 
  • END - Move to the end of a document 
  • F1 - Display Internet Explorer Help

Monday, October 27, 2014

oDesk Software testing Test Answers

oDesk Software testing Test Answers


Question:- Which of the following are the objectives of using a "test harness"?
Consider the following code fragment:
      If(a>b) && (b<c)
         {
                 b= (a+c)/2;
         }

Answer:- d. Creating reusable test logic to reduce maintenance and improve test coverage

Question:-In the options given below, each of the three numbers in parentheses represents the inputs for a test case, where the first, second and third number represents a, b, c respectively of the code fragment. Keeping this in mind, find out which of the following options gives a set of test case inputs that achieves decision coverage for this fragment of code in the minimum number of test cases?
Answer:- d. (4, 5, 0); (5, 4, 5)

Question:- _________ testing is used to evaluate and understand the application's reliability, scalability and interoperability when more users are added or the volume of data is increased
Answer:- b. Performance

Question:- Which of the following strategies are used for Integration testing?
Answer:- d. Any of the above strategies can be used

Question:- The determination of adherence or non adherence to a compliance is carried out during:
Answer:- a. Inspection

Question:- Which of the following is true regarding Static Analysis tools?
Answer:- d. All of the above

Question:- Identify the defect which can be detected by Equivalence Partitioning Technique:
Answer:- d. Improper handling of input classes

Question:- Which of the following is false about software testing?
Answer:- a. Top-down integration testing has as its major advantage that low level modules never need testing

Question:- The review of a technical document such as requirements specs or a test plan, with the purpose of looking for problems and seeing what is missing, without fixing anything is called:
Answer:- d. Walkthrough

Question:- What is the main reason for testing a software immediately before releasing it?
Answer:- b. To decide when the software is of sufficient quality to release

Question:- Which of the following types of testing emulates the real world use of a system and verifies that the product fulfills the intended requirements?
Answer:- d. User acceptance testing

Question:- Which of the following tools supports traceability, recording of incidents, and scheduling of tests?
Answer:- c. Test management tool

Question:- Selecting the test inputs that are likely to reveal a failure associated with a particular defect is an example of the use of:
Answer:- a. Activity analysis

Question:- The process of using a test case to test a specific unit of code, function, or capability is called:
Answer:- b. Test Script

Question:- Which of the following Security testing concepts deals with the process of determining whether a requester is allowed to receive a service or perform an operation?
Answer:- d. Authorization

Question:- Which of the following are benefits of automated testing?
Answer:-a. reusability
b. efficiency
c. speed

Question:- Usability testing indicates that the design and system should be modified if:
Answer:- c. people have difficulty in interpreting the feedback

Question:- Which of the following is not included in Non-functional testing?
Answer:- b. Unit testing

Question:- Which of the following statements is not true regarding capture/replay tools?
Answer:- d. They are used to capture and playback user requirements

Question:- Which of the following is not a type of Incremental testing approach?
Answer:- b. Big-bang

Question:- In which type of testing is random data generated for input into the software?
Answer:- c. Fuzz testing

Question:- Which of the following is written by a programmer and is meant to call the function to be tested by passing test data to it?
Answer:- b. Driver

Question:- Which of the following types of testing is likely to benefit the most from the use of test tools that provide the test capture and replay facilities?
Answer:- b. Regression testing

Question:- Which of the following statements is incorrect in relation to Test Automation?
Answer:- d. Test Automation is the set of procedures used by organizations to ensure that a software product will meet its quality goals at the best value to the customer

Question:- Which of the following models of software development incorporates testing into the whole software development life cycle?
Answer:- c. V-Model

Question:- When a defect is detected and fixed, the software should be retested to confirm that the original defect has been successfully removed. This is called:
Answer:- c. Confirmation testing

Question:- What is the normal order of activities in which software testing is carried out?
Answer:- a. Unit, Integration, System, Validation

Question:- Which of the following testing occurs outside the development environment?
Answer:- b. White-box testing

Question:- In Bottom-up integration testing,
Answer:- c. No stubs need to be written

Question:- Which of the following is incorrect for Black-box testing?
Answer:- c. It uses an internal perspective of the system to design test cases based on internal structure

Question:- Which of the following options correctly defines the term "test harness"?
Answer:- c. It is a collection of software and test data configured to test a program unit by running it under varying conditions and monitoring its behavior and outputs

Question:- What is the difference between Regression testing and Retesting?
Answer:- c. Retesting ensures that the original fault has been corrected while Regression testing checks for other unexpected side-effects

Question:- Which of the following types of errors are uncovered in White-box testing?
Answer:- b. Logical errors
c. Typographical errors

Question:- The cursory examination of all the basic components of a software system to ensure that they work is called:
Answer:- a. Fuzz testing

Question:- Which of the following statements holds true for Verification and Validation?
Answer:- c. Validation tells us what to test and Verification decides on the methodology to go about testing the application

Question:- Which of the following is true about Sanity Testing?
Answer:- b. A Sanity test is run to check if the build of an application is stable and it can be considered for further testing

Question:- Which of the following test activities provides the maximum potential cost savings from the use of Computer-Aided Software Testing (CAST)?
Answer:- a. Test execution

Question:- What is the name of the testing method in which (for each pair of input parameters) all the possible discrete combinations of parameters are passed on?
Answer:- b. Pairwise testing

Question:- Which of the following statements is incorrect in relation to Smoke testing and Sanity testing?
Answer:- b. A Smoke test adopts a shallow and wide approach whereas a Sanity test is a narrow regression test that focuses on one, or a few areas of functionality. Sanity testing is usually narrow and deep

Question:- From the options given below which of the dynamic program analysis technique is aimed at improving application performance?
Answer:- c. Network packet sniffing

Question:- What would be the appropriate result of a Stress test at its peak?
Answer:- b. A gradual performance improvement leading to a catastrophic system halt

Question:- Which of the following statements is incorrect in relation to Code coverage?
Answer:- c. It is a form of Black-box testing

Question:- Which of the following resources are tested by most of the Stress testing tools?
Answer:- d. All of the above

Question:- Which of the following is not a part of System testing?
Answer:- d. Top-down integration testing

Question:- Which of the following statements about Equivalence partitioning is correct?
Answer:- a. A software testing design technique in which tests are designed to include representatives of boundary values

Question:- Which of the following is not a Static testing methodology?
Answer:- d. System tests

Question:- What do you understand by the term "Monkey test"?
Answer:- a. It is random testing performed by automated testing tools

Question:- From the following options, choose the best example which represents a reliability failure for an application:
Answer:- c. Random application termination

Question:- Choose the correct description of a Stub in software testing:
Answer:- b. A Stub is a dummy procedure, module or unit that stands in for an unfinished portion of a system

Question:- Beta testing is performed by:
Answer:- d. External users

Question:- The main focus of Black-box testing is:
Answer:- c. to test the functionality of the system as a whole

Question:- What is Boundary value testing?
Answer:- d. Both a and b

Question:- Identification of set-use pairs is accomplished during which of the following static analysis activities?
Answer:- b. Data flow analysis

Question:- Performance testing is used for real-time systems only.
Answer:- a. True

Question:- Which one of the following is a major benefit of verification early in the software development life cycle?
Answer:- c. It reduces defect multiplication

Question:- The testing performed by external organizations or standards bodies to give greater guarantees of compliance is called:
Answer:- b. Conformance testing

Question:- In which of the following testing methodologies does the test case generation use the system model?
Answer:- b. Model testing

Question:- The testing phase in which individual software modules are combined and tested as a group is called:
Answer:- b. Integration testing

Question:- In which of the following testing methodologies does the automatic generation of efficient test procedures/vectors use models of system requirements and specified functionality?
Answer:- b. Model testing

ODesk - Elance WordPress 3.1 Test Answers – 2013

ODesk - Elance WordPress 3.1 
Test Answers – 2013




Question:- You want to schedule a backup of your site database but do not have enough permissions to access your host. Which of the following choices can help you perform this task?
Answer:- b. Install “wp database backup” plug-in.

Question:- Which of the following actions must be performed before upgrading WordPress?
Answer:- f. a, b, and c

Question:- Which of the following files must be deleted after installing WordPress?
Answer:- d. None of these files.

Question:- A possible way to install WordPress in your language is to _________________.
Answer:- a. manually install language package or translate as necessary

Question:- Which of the following actions must you perform to move your site from “/wordpress” to “/blog/wordpress”?
Answer:- c. Update the database.

Question:- On which of the following databases can WordPress be installed by default?
Answer:- a. MySQL

Question:- WordPress’s requirements are modest. At minimum, your server should support:
Answer:- b. PHP version 4.3 or greater, MySQL version 4.0 or greater

Question:- Can you Override database values for your site URLs in wp-config.php?
Answer:- a. Yes

Question:- After moving a WordPress site to a new host. If you changed your site’s URL. Do you have to update your posts and pages to correct paths to your uploaded media files?
Answer:- a. Yes

Question:- Is it able to run more than one site/blog from a single installation of WordPress?
Answer:- a. Yes

Question:- What is the first action you need to take for enabling WordPress MU feature?
Answer:- c. Add this code to wp-config.php file: define( ‘WP_ALLOW_MULTISITE’, true );

Question:- Which of the following actions must be performed before enabling the Network feature?
Answer:- b. Deactive your plugins

Question:- Is supper cache a built-in plugin of WordPress?
Answer:- b. No

Question:- After how many times did you enter an invalid password, your IP Address would be locked?
Answer:- e. no limit

Question:- Super Cache compression can cause problems if your server is _______
Answer:- c. already compressing output using mod_deflate (on Apache) or PHP compression (zlib)

Question:- Can you choose your username during the installation process from which version?
Answer:- c. 3.0

Question:- Can you move your wp-config.php file to the parent directory without changing any settings?
Answer:- b. Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is imposible.

Question:- Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
Answer:- b. No

Question:- A possible way to collect real-time statistics about traffic to a WordPress site is to:
Answer:- b.use a plug-in

Question:- How can the use of html code in comments be disabled?
Answer:- c.By changing the theme’s source code.

Question:- The date/time format of a WordPress site can be changed in __________________.
Answer:- b.admin settings

Question:- _________________ is a good way to improve the performance of a WordPress blog.
Answer:- c.Installing the “wp super cache” plug-in

Question:- Which of the following blog sites can be imported into WordPress?
Answer:- d.Opera

Question:- Which of the following actions must be performed to import data from WordPress.com?
Answer:- c. Login wordpress.com, then export data by export tool, and import a exported xml file to your site.

Question:- Which of the following data can you import from Blogger site?
Answer:- c.Posts, comments, and users

Question:- Can you import content from joomla or mambo site into wordpress?
Answer:- a.Yes

Question:- Can you import content from static HTML files into wordpress?
Answer:- a.Yes

Question:- Which of the following actions must be fixed after importing data into wordpress?
Answer:- d. All of above data

Question:- How many built-in user roles does WordPress have?
Answer:- 4

Note: they are “Administrator”, “Editor”, “Author”, “Contributer” and “Subscriber”
Question:- Can users change their avatar on profile setting panel?
Answer:- b.No

Question:- Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
Answer:- a. Yes

Question:- ____________ can do anything in the WordPress administration area: write, edit, and delete posts, pages, links, and comments; upload media files of any type; import content; manage the Dashboard; create, edit, and delete other users; enable and configure plugins and themes; change the site’s theme; and manage all the available options.
Answer:- Administrator

Question:- ____________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and they can write HTML without restrictions. They can manage links and categories, and they can moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.
Answer:- Editor

Question:- _____________ can publish, edit, and delete their own posts. They cannot write pages. They can upload some kinds of media files, and they are allowed to use only the limited set of HTML tags.
Answer:- Author

Question:- ____________ can write their own posts but may not publish or delete them. Their HTML is limited to the set of allowed tags and they cannot upload media files.
Answer:- Contributor

Question:- ____________ can manage their own profiles, but can do virtually nothing else in the administration
Answer:- area.

Question:- User Level 0 converts to …
Answer:- Subscriber

Question:- User Level 1 converts to …
Answer:- a. Contributor

Question:- User Level 3 converts to …
Answer:- Author

Question:- User Level 7 converts to …
Answer:- Editor

Question:- User Level 10 converts to …
Answer:- Administrator

Question:- Which of the following role levels has the highest privilege?
Answer:- b. Level_10

Question:- Does author have the ability to create a category?
Answer:- b. No

Question:- A possible way to allow the display of several authors’ names on one post is to ______
Answer:- d. use a plug-i

Question:- Which of the following methods can be used to enable posting via e-mail?
Answer:- b. Configuring the feature in admin settings.

Question:- Image size limits can be set _______________.
Answer:- c. in the admin settings

Question:- A taxonomy is a _______
Answer:- c. group of terms

Question:- in which version were custom taxonomies introduced?
Answer:- a. 2.3

49. Which of the below functions is required to create a new taxonomy?
Answer:- b. register_taxonomy

Question:- Which of the following methods is required to post html code for others to read?
Answer:- a. Replacing special characters with corresponding html codes or character codes.

Question:- Can you set individual password for each post?
Answer:- a. Yes

Question:- Who of the following persons can read a post locked by password?
Answer:- c. Anyone who knows a password

Question:- What is the limitation to the depth of your categories?
Answer:- c. No limit levels

Question:- Can you set the same slug for two categories that have different parents?
Answer:- b. No

Question:- Can a post belong to more than one category?
Answer:- a. Yes

Question:- Can you limit the number of revisions WordPress stores by _____
Answer:- a. adding the following line to your wp-config.php file: define(‘WP_POST_REVISIONS’, 3);
b. using a plugin

Question:- Are categories and tags not available for pages?
Answer:- a. Yes

Question:- Which of following action must be performed before using Akismet Plugin?
Answer:- b. Create an account at wordpress.com.

Question:- Which of the following tasks should be performed before installing any widget?
Answer:- c. Verify that your WordPress theme is widget-ready.

Question:- In order to display a widget, the user must _________________.
Answer:- b. drag the desired widget to the side bar

Question:- To manually make the sidebar widget-ready, the user must ______________.
Answer:- a. modify the sidebar.php file

Question:- Which of the following methods can be used to eliminate spam?
Answer:- e. a and b

Question:- Which of the following tasks must be performed to add a favicon icon to your site?
Answer:- e. a and b

Question:- How can a logo be placed on a WordPress header?
Answer:- a. Manually add the logo to the source code.

Question:- Which of the following theme files can be used to customize the “page not found error” error page?
Answer:- b. 404.php

Question:- Is the functions.php file required in each theme?
Answer:- b. No

Question:- Which of the following files are required for completing your theme?
Answer:- c. Index.php and style.css

Question:- What is the name of theme file for a page with slug ‘about’?
Answer:- b. page-about.php

Question:- What is the name of theme file for a page with id ‘3’?
Answer:- b. page-3.php

Question:- ‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
Answer:- a. Yes

Question:- Can you create a specific theme file for a custom content type?
Answer:- a. Yes

Question:- What is the right order (by priority in use) to display page in Template Hierarchy?
Answer:- a. page-{slug}.php, page-{id}.php, page.php, index.php

Question:- What is the right order (by priority in use) to display category in Template Hierarchy?
Answer:- c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php

Question:- What is the right order (by priority in use) to display tag in Template Hierarchy?
Answer:- c. tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php

Question:- What is the right order (by priority in use) to display taxonomies in Template Hierarchy?
Answer:- b. taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php

Question:- Where can Google Adsense be integrated into a WordPress blog?
Answer:- c. Anywhere.

Question:- One way to get posts from a specific day is to ____________________.
Answer:- b. use the query_posts loop in the source code

Question:- The “function_exists()” function can be used to check whether a plug-in is activated or not.
Answer:- a. True

Question:- Conditional tags can be used to _______________________.
Answer:- c. change the content to be displayed

Question:- The WordPress loop can be used ____________________.
Answer:- b. to display every post

Question:- Using ____________is a good way to ensure that a WordPress site is indexed by search engines.
Answer:- a. a sitemap

Question:- Which of the following statements regarding permalinks on a WordPress site is true?
Answer:- b. Permalinks are optional but highly recommended.

Question:- In which of the following ways can a redirect feature be added to a permalink?
Answer:- e. a and b

Question:- One way to make a WordPress page title more SEO friendly is to ____________.
Answer:- c. change the title tag in header.php to something like “blog name »» category »» post name”

Question:- Meta tags can be added to WordPress pages by ________________.
Answer:- a. using plug-ins
b. adding them to the header.php file

Question:- Which of the following methods can be used to make permalinks SEO friendly?

oDesk & Elance Adobe Photoshop CS4 Extended Test Answers - 2013

oDesk & Elance Adobe Photoshop CS4 Extended Test Answers - 2013


Question:- What is the use of the Monochromatic option in the Add Noise dialog box as shown in the picture?
Answer:- b. It applies the filter to only the tonal elements in the image without changing the colors.

Question:- While using a smudge tool, if the “Sample All Layers” option is selected, how will the smudge tool behave?
Answer:- b. It will sample all the visible layers and smudge only the active layer

Question:- The Divide Slice dialog box can not be used to divide:
Answer:- c. Layer-based slice

Question:- Which of the following layers affects all the layers below it?
Answer:- a. The Adjustment layer

Question:- Which slice type will you choose to enter HTML text as shown in the picture?
Answer:- a. A

Question:- Which type of layers contains information required for alignment?
Answer:- d. None of the above

Question:- Which smart blur mode has been used as shown in the preview in the given image?
Answer:- a. A

Question:- Which of the following properties of a 3D layer can not be animated?
Answer:- d. None of the above

Question:- When does Layer ? Arrange ? Reverse option appear active?
Answer:- b. When you have at least two layers selected.

Question:- Which Auto-Align layers option aligns layers and matches overlapping content without changing the shape of the objects in the image as shown in the picture?
Answer:- b. B

Question:- Which type of the blending mode is supported by layers that use the Fill With Neutral Color option?
Answer:- d. None of the above

Question:- Which among the labeled buttons in the given diagram will you use to have a changed position attribute apply to all other frames in the active layer in the frame animation mode?
Answer:- a. A

Question:- How would you apply a layer style to a background layer?
Answer:- b. First convert the background layer into a regular layer.

Question:- Which command cannot be applied to composite channels?
Answer:- b. Calculations command

Question:- Which format can be used to save your camera raw file in Photoshop?
Answer:- d. JPEG

Question:- You can move Alpha or Spot channels above the default color channels only when the image is in the __________ mode?
Answer:- d. Multichannel

Question:- Which of the following types of swatches can be shared between applications? (choosing colors)
Answer:- d. Solid swatches

Question:- Which command is used to delete footage in one or more layers in the timeline mode?
Answer:- b. Lift Work Area

Question:- In the given picture, which Reconstruction mode in the Liquify filter scales back distortions uniformly without any kind of smoothing?
Answer:- a. A

Question:- Which condition should be satisfied first to transform video layers?
Answer:- c. Convert video layers to Smart Objects

Question:- Which interpolation method will you use to animate a visiblity layer when you want the layer to appear or disappear suddenly across the timeline?
Answer:- b. Hold Interpolation

Question:- Which option in the given picture displays Normals as default render presets?
Answer:- a. A

Question:- Which option of Create UV Overlay shows model areas using a solid rendering mode?
Answer:- a. Wireframe

Question:- In the given picture, the Conté Crayon filter(sketch filter) uses the foreground color for:
Answer:- b. Dark areas

Question:- In the File Info dialog box, which information is not displayed in a browser but is added to the HTML file as a comment and to the image file as metadata?
Answer:- b. Copyright information

Question:- Which mode in the animation panel shows the frame duration and animation properties for document layers?
Answer:- b. The Timeline mode

Question:- In which frame disposal method does a disposal icon not appear on the frame?
Answer:- c. When you choose the Automatic method.

Question:- If there is no background, Deep knocks out to which of the following options as shown in the picture?
Answer:- c. Deep knocks out to transparency.

Question:- In which option is the selection placed in a channel in your active image by default as shown in the picture?
Answer:- b. B

Question:- Which command allows you to use free memory used by the History Panel, or the Clipboard?
Answer:- c. Purge

Question:- For previewing which of the following image modes is the 32-Bit Preview option not available?
Answer:- b. 32 Bit Grayscale

Question:- Which action can not be undone?
Answer:- c. Both a and b

Question:- Which Texture filter is used on picture A to produce the result of picture B, as shown in the picture?
Answer:- c. Texturizer

Question:- Which option in the info panel box displays values in the current color mode of the image as shown in the picture?
Answer:- a. A

Question:- When is an image flattened?
Answer:- d. None of the above

Question:- In the Save for Web dialog box, when multiple slices using different color tables are selected for saving as gif images, the color table shows up for:
Answer:- d. the color table does not show up at all

Question:- Which Artistic filter is used on picture A to produce picture B as shown in the picture?
Answer:- c. Plastic Wrap

Question:- Which type of slices has gray symbols as shown in the picture?
Answer:- c. Auto slices

Question:- Which channel would you choose for grayscale images in the Color Halftone Filter dialog box as shown in the picture?
Answer:- a. A

Question:- Which color mode does not support layers?
Answer:- c. The Multichannel mode

Question:- The Photoshop Extended Measurement Feature can be used for measuring area selected by the:
Answer:- a. Rectangular Marquee Tool.

Question:- Which file format does Vanishing Point support to preserve the perspective plane information?
Answer:- d. All of the above

Question:- When does white color appear in the histogram and RGB levels in Camera Raw as shown in the picture?
Answer:- a. When three channels among RGB overlap.

Question:- While using the Action Pane in the button mode, how would you exclude all the commands in an action except the selected one?
Answer:- c. You cannot exclude commands in the button mode.

Question:- Which option would you choose to display the HDR color picker?
Answer:- c. Both a and b.

Question:- In Paint Mask mode, which area does blue color highlight in the given image?
Answer:- b. It shows areas where paint will be undersampled.

Question:- What would you use to insert non-recordable commands into an action?
Answer:- c. Insert Menu Item Command

Question:- Which 3D tool is used to rotate the camera around the z-axis?
Answer:- c. The 3D Roll View tool

Question:- What will happen if you enter a negative value in the roundness option of a postcrop vignette in the camera raw dialog box as shown in the picture?
Answer:- c. A negative value will make the effect more rectangular.

Question:- To paint or clone on video frames contained by a smart object, you can:
Answer:- b. insert a new layer above the video frames and paint or clone on the new layer.

Question:- What values would you enter in the focal plane box to move the plane in the 3D render settings box as shown in the picture?
Answer:- a. Enter negative values to move the plane forward.

Question:- As shown in the image, which option would you select to increase or decrease the tiling for texture?
Answer:- a. A

Question:- To change the settings for a command within an action or pauses in an action so that you can specify values in a dialog box, You will use:
Answer:- b. Modal control

Question:- Which Quick Mask option sets masked areas to white (transparent) and selected areas to black (opaque) as shown in the picture?
Answer:- a. A

Question:- For the type and shape layer, which lock options are selected by default and cannot be deselected as shown in the picture?
Answer:- a. A and B

Question:- Which option would you choose to crop to the original size of the page while placing a PDF file in photoshop as shown in the picture?
Answer:- a. A

Question:- For which type of the following options is Auto Blend Layers available?
Answer:- c. RGB Images

Question:- When does the Cached Data Warning icon appear in the Histogram panel?
Answer:- b. When a histogram is read from a cache instead of the current state of the document.

Question:- Which type of blending modes is not available for the Apply Image and Calculations commands?
Answer:- d. Neither a nor b is available

Question:- When does the 3D Axis appear?
Answer:- b. When the 3D tool is selected.

Question:- What can you not copy using duplicate command on an image?
Answer:- a. Layers

Question:- Which save options are not available in the Batch or Create Droplet commands?
Answer:- c. Both a and b

Question:- While using the Action Panel in the button mode, how would you exclude all the commands in an action except the selected one?
Answer:- b. By clicking to clear the check box on the left of the Action or the Set Name.

Question:- In All Channels View, the individual histograms do not include:
Answer:- c. Masks

Question:- Which command would you use to re-link the video layer to the source file?
Answer:- c. Replace Footage

Question:- Which option would you choose to open the HDR color picker dialog box while editing a 32- bpc image?
Answer:- c. Both a and b.

Question:- Merging of channels is possible only:
Answer:- d. All of the above.

Question:- Which type of channels is created automatically when you open a new image?
Answer:- c. Color information channels

Question:- Which of the following photoshop tools can be used to edit an HDR/32-bpc image?
Answer:- a. Gradient

Question:- Which command is used to delete footage in one or more layers and leaving the gap of same duration in the timeline mode?
Answer:- b. Lift Work Area

Question:- Which color mode supports the Match Color command?
Answer:- d. RGB

Question:- The scale styles option is available only when:
Answer:- c. the Resample Image as well as Constrain Proportions is selected

Question:- Which option would you choose to set the timeline duration you want to preview in the Animation panel?
Answer:- d. All of the above

Question:- Which of the following will list the saved selections when dialog box appears same as shown in the image given above?
Answer:- b. B

oDesk PHP 5 test answers 2013

oDesk PHP 5 test answers - 2013




Question:- Which composite data types are supported by php?
Answer:- Array

Question:- The default value of register_globals in PHP is:
Answer:- Off

Question:- Which of the following is not a valid PHP connection status?
Answer:- open

Question:- Choose the correct statement:
Answer:- include() includes and evaluates a specific file
require_once() includes and evaluates a specific file only if it has not been included before

Question:- If the session_cache_expire() is not set, then by default the session cache will expire after:
Answer:- 3 hrs

Question:- What will be the output of the following script?
$count=50;
function Argument()
{
$count++;
echo $count;
}
Argument();
?>
Answer:- It will print 1

Question:- What is true regarding this code?
Answer:- setcookie will return true

Question:- Which of the following is not a correct way of printing text in php5?
Answer:- echo "Plain text";

Question:- Which of the following is not the correct way of starting a session?
Answer:- session_initiate()
                                                                                                                      
Question:- Which of the following functions do you need to implement HTTP Basic Authentication?
Answer:- None of the above

Question:- Which of the following Command Line Interface constant is not defined in the CLI SAPI?
Answer:- STDPRT

Question:- Which of the following statements is correct with regard to final and abstract?
Answer:- a. An abstract class cannot have final methods

Question:- State whether True or False
Paamayim Nekudotayim operator allows access only to the static members of a class?
Answer:- True

Question:- Which of the following statements is true with regard to comparisons in PHP5?
Answer:- With (===) operator, object variables are identical if and only if they refer to the same instance of the same class.

Question:- Which of the following built-in function assist in checking if actually the function exists or not?
Answer:- function_exists

Question:- What will be the output of the following code?
$a = 0.0;
for ($i = 0; $i < a ="="">
Answer:- 1

Question:- What will be the output of the following code?
$i=4;
$j=30;
$k=0;
$k=$j++/$i++;
echo $i . " " . $j . " " . $k . " ";
Answer:- 5 31 7.5

Question:- Which of the following is a not a correct way of commenting in php?
Answer:- /#PHP Comment

Question:- Following is a php code block:
$m=9;
$n=99;
$z=8;
$z=$n++/$m++ + --$z;
echo $z;
what will be the output?
Answer:- 18

Question:- Which of the following is the correct way of specifying default value?
Answer:- function GetDiscount($Type = "Special") { . . . }

Question:- With reference to the following php script:
print 'Text Line1'
print 'Text Line2'
?>
What will be the output on running the script?
Answer:- Error message will be printed

Question:- What will be the ouput of the following code?
for ($i = 0; $i < i ="="">
Answer:- 0134

Question:- Late PHP versions support remote file accessing for the functions:
Answer:- include_once()
          require_once()
both of them

Question:- You have designed a user login form as follows:
User Name:  
Password:  
How can you access the username entered by the user in the 'Validate.php' webpage?
a. $var= $_POST['username'];
b. $var= $_REQUEST['username'];
c. import_request_variables('p', 'p_');
$var= $p_username;
Answer:- Both of them

Question:- Which of the following does not represent logical AND operator in PHP?
Answer:- &amp

Question:- Which of the following is not true for a persistent connection?
Answer:- These can't be converted to non-persistent connections

Question:- Which of the following are invalid data types in PHP?
Answer:- char

Question:- The Manager and Office classes are as follows:
class Manager{
function printName() {
echo "Manager";
}
}
class Office{
function getManager() {
return new Manager();
}
}
$ofc = new Office();
???
?>
Which of the following should replace '???' to obtain the value of printName() function?
Answer:- $ofc->getManager()->printName();

Question:- The classes are defined as follows:abstract class BaseCls{
protected abstract function getName();
}
class ChildCls extends BaseCls{
}
Which of the following implementations of getName() is invalid in ChildCls?
Answer:- public function getName(){}

Question:- Which of the following variable declarations within a class is invalid in PHP5?
Answer:- var $term =3;

Question:- What will be the output of following code?
$arr = "a";
$arr[0]="b";
echo $arr;
echo $arr[0];
Answer:- bb

Question:- For the following code:
the output will be:
Answer:- 171

Question:- What is the result of the following expression?
Answer:- 5+2 * 4+6

Question:- What will be the output of following code?
$var = 1 + "-1.3e3";
echo $var;
Answer:- -1299

Question:- What will be the output of following code?
$var1="a";
$$var1="b";
echo "$var1 $a";
Answer:- a b

Question:- What is the output of the following code?
$a = 500;
$b = 200;
echo $a % 2
* $b;
?>
Answer:- 0

Question:- What will be the ouput of the following code?
if (-1)
print "true";
else
print "false";
?>
Answer:- true

Question:- What will be the output of the following code?
echo 126;
Answer:- 126

Question:- Consider the following sample code:
$x = 0xFFFE;
$y = 2;
$z = $x && $y;
What will be the value of $z?
Answer:- 1 

oDesk Technical Writing Skills Certification Test Answers

oDesk Technical Writing Skills Certification 
Test Answers


Question:- The __________ abstract should include all the important sections of the report.
Answer:- b. feasibility

Question:- A feasibility and evaluation report is an example of:
Answer:- b. Report type

Question:- The ___________ appears before (and, possibly, immediately after) the table of contents in a document.
Answer:- b. White paper

Question:- What would you call a report that gives a background on a particular topic, say greenhouse gases?
Answer:- b. Technical background report

Question:- A document that consists of instructions on how to use or troubleshoot a product is known as a _________.
Answer:- c. Design pamphlet

Question:- Documents that help to get an organization hired or approved to undertake a project are known as:
Answer:- a. Business Proposals

Question:- The name for a set of fonts is termed:
Answer:- d. Typefont face

Question:- Choose the correct prepositions to fill in the blanks.
______ lack of funds, the plan fell ______.
Answer:- a. For, down

Question:- A diamond shaped box in a flowchart signifies:
b. A decision that must be made

Question:- Which of the following characters must be added before a fraction value, e.g. 1/3, to avoid entering it as a date in Microsoft Excel 2007?
Answer:- a. F

Question:- Which of the following sentences/options describes an "index?"
a. Product names and technical terminology that are included in a document
b. A method of accessing the information that is included in the document
c. An ordered list of words and phrases

Question:- Choose the correct sentence.
Answer:- d. A gentleman dressed in blue was walking along a road with green trees on both sides

Question:- What does the term "Glossary" mean?
Answer:- b. An alphabetic list of words and phrases in which each word or phrase is defined

Question:- If you want to write a technical report on how type-1 diabetes is treated, you will probably include:
Answer:- d. The kind of technologies available to treat the disease

Question:- Which of the following are the characteristic features of "Plain English?"
Answer:- b. Using active voice

Question:- The details of design, make, installation, and usage of a particular product are known as:
Answer:- c. Technical documentation

Question:- A list of books, articles, or Web pages that a writer referenced in his document is known as:
Answer:- c. Bibliography

Question:- A document written in the ________ tense sends the message immediately and is easier to comprehend.
Answer:- b. present

Question:- Choose the correct sentence(s):
Answer:- b. Unless the world does not control its population, mankind will continue to face one problem after another

Question:- If you would like to enter a part number for a product in Excel, e.g., 6776736, and would like Excel to treat it as text and not a number, what should you do?
Answer:- b. Place the characters TX before the number, e.g., TX6776736

Question:- Choose the correct preposition to fill in the blank
All the people injured in the accident have been admitted ______ a hospital.
Answer:- b. to

5 Awesome Things You Can Do With Google Analytics 5

5 Awesome Things You Can Do With Google Analytics 5



Google Analytics 5 took the best features of their analytics program and made it even easier to use with new organization and visualization features. Here are nine awesome things you can do with Google Analytics 5 that will help you get the most out of your analytics information and use it to improve your website’s content, conversions, and user experience.


1. See your most important analytics data first.

If there is one (or more) pieces of data you want to see at a glance every time you login to your analytics, be sure to set it up in the Dashboards area.

You can create multiple dashboards, each of which can contain multiple widgets. To create a new dashboard, simply go under Dashboards in the menu bar of your analytics and then select New Dashboard. Then add your widgets. You can choose from widgets that show you one particular metric, a pie chart comparing metrics, a timeline of one to two metrics, or a table showing a dimension with two specific metrics. Each type of widget can also be filtered.

The best part of the dashboards is you can change the date range and see all of your widgets update with that date range’s data. This is great if you want to see an overview of your stats for traffic, goal completions, and other metrics of your choosing all in one place.


2. Find out which online campaigns bring the most traffic and conversions.

Have you been curious which of your online marketing campaigns (anything from local search to social media marketing) are the most successful in terms of bringing traffic and conversions to your website? Then it’s time to look at your advanced segments.

To create an advanced segment, click on the Advanced Segments dropdown and then the New Custom Segment. If you wanted to track traffic from local search directories, then call your custom segment Local Search Profiles and start entering the sites you have profiles on such as maps.google.com/maps/ for Google Places and yelp.com for your Yelp listing.

Once you have entered all of the domains you want to track, you can preview the segment to ensure it is pulling the right data and then save the segment. To view it, click on the Advanced Segments, check the custom segment you want to view and click apply. Now you can see all of your traffic and goal conversion data that arrives from those sources which will give you a good idea of what is working the best for your website. With the right custom segments, you can find out the ROI of your social media campaign as well as your other online marketing strategies.


3. Determine where your best visitors are located.

Have you considered using advertising via Google, Facebook, StumbleUpon, or other services? If not, it might be a daunting task to determine who you should target during your ad setups. Many of them will ask if you want to focus on a specific country or target your ad worldwide.

Thanks to Google Analytics, you don’t have fret any longer. Simply look under your Visitors menu to see the Location demographics of your visitors.


4. Learn what people are searching for on your site.

Most people know how to find the keywords that bring visitors to their sites from search engines. But how would you like to go beyond that to find out what visitors are searching once they are on your site?

If your website has a search box, go ahead and perform a search to see the URL of the search results. As an example, my blog’s search results URL is http://kikolani.com/?s=blogging. Once you have this for your site, click on the settings wheel icon in the top right corner of your Analytics menu bar and find your Profile Settings. Under Site Search Settings, select the option to Do track Site Search and enter s as the query parameter (or the one that fits your site’s URL structure).


5. Visualize what people click on the most.

Curious where people are making the most clicks on your site? In-Page Analytics under the Content menu will pull up your website in the Analytics browser with information on the percentage of clicks that have happened on each internal link on your site.


From https://blog.kissmetrics.com

TSU - The First Social Media Platform Where Users Own Their Content – And Get Paid For It

TSU
The First Social Media Platform Where Users Own Their Content – And Get Paid For It