Showing posts with label Graphics. Show all posts
Showing posts with label Graphics. Show all posts

UpWork (oDesk) & Elance PC Graphics Test Question & Answers

15:43 Add Comment
UpWork (oDesk) & Elance PC Graphics Test Question & Answers are really very important to pass UpWork & Elance test. You will get top score at this skill test exam. If you found any problem or wrong answer please inform me via contact or comments. We will try to solve it in short. This test is extremely valuable to acquire knowledge of PC Graphics. Lets Start test.


Ques : Which of the following is/are basic phases of creating 3-D computer graphics?
Ans  : 3-D modeling + 3-D rendering+Computer animation

Ques : Which of the following are common shading models?
Ans  :  flat + Gouraud +Phong

Ques : Which of the following statements about pixels are true? (Answer all that apply.)
Ans  : A pixel has a dimension + Pixels are visible +  A pixel can have coordinates.

Ques : Which of the following is/are typical steps in a graphical pipeline that converts three-dimensional objects for two-dimensional display or printing?
Ans  : Rasterization +Viewport mapping and clipping

Ques : Which of the following colors belong to the standard four-color subtractive color model used in color printing or otherwise used to describe the printing process?
Ans  : Magenta +  Yellow

Ques : Which of the following colors belong to the most common three-color additive color model used in video displays or otherwise used to describe the physical concepts involved?
Ans  : Red + Green

Ques : Which of the following file formats are popular vector-graphics formats?
Ans  :   EPS  + SVG

Ques : What is meant by the term projection?
Ans  : The process of mapping three dimensional images to two dimensions for display.

Ques : Which of the following raster graphics editors used to process digital graphics and photographs is/are open source, instead of being proprietary?
Ans  : GIMP

Ques :  Which one of the following graphics standard specifications is the main competitor to Microsoft's Direct3D (the 3D graphics API within DirectX)?
Ans  : OpenGL

Ques : What does the term "jaggies" imply?
Ans  : The stair-step effect seen along curves and edges in text or bit-mapped graphics.

Ques : What does the term "spline" imply?
Ans  : In computer-aided design, a smooth curve that runs through a series of given points.

Ques : A modeling technique based upon a formal grammar whereby complex shapes are recursively generated from relatively simpleprocedures is termed as:
Ans  : Graftal

Ques : he process of using an image described in a vector-graphics format and converting it into a bitmapped image as output on a display or printer, or as storage in a bitmapped file is known as
Ans  : Rasterization

Ques : Which one of the color parameters measures how far away the color is from gray?
Ans  : Hue

Ques : Which of the following techniques reduces the appearance of jagged edges of lines and edges in raster graphics?
Ans  : Anti-aliasing

Ques : The process whereby a specific key color (often blue or green) within an image is made transparent when that image is mixed with another image is known as
Ans  : Chroma keying

Ques : Which of the following graphic formats allow for animation?
Ans  : GIF

Ques : A process in 2-D computer graphics whereby a closed vector path is used to mask (block) parts of an image is known as:
Ans  : Clipping path

Ques : What is meant by the term crop?
Ans  : Trimming or masking of photos, graphics, drawings, or illustrations

Ques : Which of the following graphical formats is/are always low-resolution (8-bit) bitmap graphics?
Ans  : GIF

Ques : The vector-graphics package that was developed by Microsoft is:
Ans  : Visio

Ques : _________ adds appropriately colored pixels to an image to make it seem as though more colors were present in the original.
Ans  :Over print

Ques : What does the term "stroke weight" denote?
Ans  :  A term that illustration software uses to specify the thickness of a line when drawing a path.

Ques : The effect that occurs when an object nearer to the viewport in 3-D space blocks (masks) another, more distant object from view is called:
Ans  : Depth

Ques : What is meant by the term rigging?
Ans  : The process of linking a 3-D object, such as modeling a character, to its bone structure (skeletal animation).

Ques : A technique for achieving higher quality in lower-quality images is called __________. It takes advantage of an optical illusion to simulate 24-bit quality with 8-bit or 16-bit images:
Ans  : Dithering

Ques : Which one of the following is a data structure used to organize objects within a space, which can be used in hidden-surface removal and in ray tracing?
Ans  : Binary space partitioning (BSP) tree

Ques :  What does the term "constraint" imply?
Ans  : A rule or condition that must be followed regarding how the individual objects within an graphic can or cannot move, such as a wrist having to be attached to both a hand and an end of the lower arm.

Ques : What is meant by the term fog?
Ans  : The mixing of an image with a fixed color that thickens as the image's pixels get further away from the viewpoint.

Ques : The first procedure in the OpenGL pipeline is to transform a 3-D point that is defined in the object coordinate system into the world coordinate system. This step has three possible transformations: rotation, scaling, and translation. Which one of those below is typically the  correct order for executing these three transformations?
Ans  :   First rotation, then translation, and then scaling.

Ques : In computer animation, the entire frame is redrawn for each frame. What of the following would reduce flicker between frames?
Ans  : Double buffering

Ques : Bitmapped graphics are also known as:
Ans  : Raster graphics

Ques :  Select from the following choices the one that most closely completes the Shannon sampling theorem: "The ideal samples of a continuous function contain all the information in the original function if and only if the continuous function is sampled at a frequency ________________ the highest frequency in the function."
Ans  :  Equal to

Ques : In computer graphics, when a line or object is moved where one end or point stays fixed in position is termed as:
Ans  : Rubber banding

Ques :  Which of the following best describes the term "vertex-vertex polygon mesh?"
Ans  : The simplest mathematical representation of a mesh, but which is not widely used due to the lack of explicit face and edge information.

Ques : Which of the following polygon meshes is most commonly used in mesh modelling because its input data are more readily acceptable to modern hardware?
Ans  : Vertex-face mesh

Ques : Which of the following rotation techniques gives the best results?
Ans  : Quaternions

Ques : What is meant by the term gradient?
Ans  :  A color (or grayscale) fill that gradually blends from one color to another, perhaps from light to dark, for example.

Ques : The serial execution of the processes applied to geometric primitives (text, lines, polygons, curves, and surfaces) in a graphics package to produce two-dimensional output is called its
Ans  :  Rendering pipeline

Ques : Another term for the video output device for storing the graphic image as it is being formed and later used for displaying the image is:
Ans  : Frame buffer

Ques : An image rendering process that builds images based upon the propagation of light rays and the effects of absorption, reflection, and refraction associated with the objects being scanned is termed as:
Ans  : Ray tracing

Ques : Images based upon geometric elements, such as points, curves, and surfaces, that follow mathematical equations are called:
Ans  : Vectors

Ques : What does the term "depth sort" imply?
Ans  : An algorithm for creating a hidden-line drawing of polygon data sets by drawing the polygons from the most distant to the closest, in order.

Ques : What does the term "bezier" imply?
Ans  : The term that describes one way that illustration software may create curves and shapes by using control points and control handles.

Ques :In computer graphics, a technique in which irregularities in shading are created for simulating rough textures is called:
Ans  :Bump mapping

Ques : When considering illumination from light sources, which of the following types of light sources has the same intensity in all directions:
Ans  :  Point source

Ques : Which of the following is the most commonly used lighting model?
Ans  : Phong

Ques : What does the term "flythrough" imply?
Ans  :  A type of animation in which the camera moves around a scene, rather than objects moving in front of a stationary camera.

Ques : The number of bits per pixel typically used for the color depth to be described as being a truecolor format is:
Ans  : 24

Ques : In a 3-D graphics environment, the process of subdividing a surface into a mesh of smaller shapes that are easy to analyze is known as:
Ans  : Tessellation

Ques : Which of the following types of reflection transmits light in all direction with the same energy?
Ans  : Diffuse

Ques : Which of the following vector graphics editors used to process digital graphics is/are open source, instead of being proprietary?
Ans  : Inkscape

Ques : The rendering of three-dimensional computer graphics often employs one or more  approaches to model a complex four-dimensional mathematical function that defines the  physical behavior of light at an opaque surface. This fundamental radiometric concept is known as the:
Ans  :  Bidirectional reflectance distribution function (BRDF)

Ques : What is meant by the term auto trace?
Ans  : A programmed function in illustration software that converts raster graphics into vector graphics whereby paths are created along the edges of a scanned image.

Ques : Which one of the following formats would provide the least amount of pixelation when its dimensions are scaled (magnified) in size?
Ans  : JPEG

Ques :  What is meant by the term stroke?
Ans  : A term that illustration software uses to describe the width of a line in a path.

Thanks for watching this test Question & Answers. Please don't forget to leave a comment about this post. You can also find some more effective test question & answers, information, techniques, technology news, tutorials, online earning information, recent news, results, job news, job exam results, admission details & another related services on the following sites below. Happy Working!
News For Todays ARSBD UpWorkElanceTests ARSBD-JOBS DesignerTab UpLance

UpWork (oDesk) & Elance Knowledge of Google SketchUp Pro 7 Skills Test Question & Answers

10:06 Add Comment
UpWork (oDesk) & Elance Knowledge of Google SketchUp Pro 7 Skills Test Question & Answers are really very important to pass UpWork & Elance test. You will get top score at this skill test exam. If you found any problem or wrong answer please inform me via contact or comments. We will try to solve it in short. This test is extremely valuable to acquire knowledge of Google SketchUp Pro 7 Skills. Lets Start test.


Ques : What happens when you click on the icon being pointed at, in the Google toolbar of SketchUp?
Ans  : A 3D image of the current view in Google SketchUp is placed in Google Earth.

Ques : What is the basic pre-requisite for the Flip Edge tool in Sandbox tools to operate?
Ans  : The surface needs to contain triangulations.

Ques : With the Ctrl key you can toggle between two modes of the Tape Measure tool. Which enhanced function does 'mode a' perform?
Ans  : Draws a dotted construction guide.

Ques : How can the transformation as shown in the given illustrations be brought about?
Ans  : View > Face Style > Wireframe

Ques : Which tool is being used in the illustration shown?
Ans  : Offset tool

Ques : What happens when you press the Alt key while using the Walk tool in Google SketchUp?
Ans  :  It enables you to walk through objects taller than 22 inches.

Ques : You can generate a report of a SketchUp model in an HTML file or a CSV file. The CSV file format is supported by:
Ans  : MS Excel

Ques : How can one use the pan tool navigation feature with the scroll button of the mouse in Google SketchUp?
Ans  : Shift key + Scroll button

Ques : Which single window, as shown in the figure, will enable you to access all the groups, components and layers used in your model?
Ans  : Outliner

Ques : Choose the right procedure to zoom in on a particular component of a SketchUp model?
Ans  : Go to Camera menu > Zoom Window > Click and drag to zoom in

Ques : Google Style Builder embedded with Google SketchUp Pro, helps in:
Ans  :  applying pre-existing or customized line strokes to models.

Ques : What happens when you click on the plus sign as shown in the figure?
Ans  : Additional options appear in an expanded drop down.

Ques : Which toolbar has been enabled in the given illustration?
Ans  : Sections

Ques : While using the Smoove tool from Sandbox, which of the following steps will work?
Ans  : Select a surface grid > Specify the radius or part you need to smoove > Select Smoove tool > Hover over the grid

Ques : How can the mirror image of an object be created in Google SketchUp?
Ans  : Select object > Create duplicate > Go to Scale tool > Pull in opposite direction

Ques : What happens when you click on the image at which the arrow points?
Ans  : It sets the material to paint with default.

Ques : What is the default number of segments of circle drawn in SketchUp?
Ans  : 24

Ques : What is the correct procedure to create a duplicate of a component in Google SketchUp 7?
Ans  :  Select component > Ctrl + Move tool > Click to drag the duplicate

Ques : Out of the tools used for navigation, what is the main difference between Orbit tool and Look Around tool in Google SketchUp?
Ans  : Look Around locks the view from one point.

Ques : Which of the following steps can help you exit from the Position Camera view?
Ans  : Hit the Esc key on the keyboard

Ques :The basic difference between the Push/Pull tool and the Sandbox Smoove tool is that the:
Ans  : Smoove tool works on surfaces with a grid.

Ques :  What operation does the given tool perform?
Ans  : It enables the user to interact with dynamic components.

Ques : When does Google SketchUp display a warning message to the user as shown in the figure?
Ans  : While using the Tape Measure tool to resize models with imported components.

Ques : In the Google Style Builder interface shown in the figure, what happens when you drag the highlighted Sample Stroke into box A?
Ans  : All segments which are 32 pixels in length attain the selected style.

Ques : When will you see three reference axes and the active area embedded in three concentric enclosures, as in Figure Z?
Ans  : When you Edit Component inside a component, which is inside a component.

Ques : Of the following, which tool is not found in the construction tools of Google SketchUp 7?
Ans  :  Renderer

Ques : Which of the following statements about 3D Warehouse is UNTRUE?
Ans  : My Models and My Collections links appear By Default in 3D Warehouse window.

Ques :  When do you see the given dialog box in Google SketchUp?
Ans  : When you right click on a component containing 3 dimensional planes and choose Soften/Smooth Edges.

Ques : Which settings window has been displayed in the given figure? Where can you access it from?
Ans  : Shadow Settings. It can be accessed under Windows > Shadows

Ques : In the given illustrations, what is the difference between the types of selection?
Ans  : A gives Entity Info of the selected face and B gives Entity Info of the segment.

Ques : How can you remove the unused components from the model so that they do not appear in the Components window?
Ans  : Click on details submenu on the Components window and choose Purge Unused

Ques : How can you perform the transformation as shown in the illustration, in Google SketchUp?
Ans  :  Draw a rectangle on the face > Select Move tool > Press Alt and click to pull up

Ques : If you press Ctrl and double click on the face of a model, which of the selections shown occurs?
Ans  : B

Ques : To prevent multiple copies of a component from being edited at the same time, you need to right click on the component and choose:
Ans  : Make Unique

Ques : What would be the correct order of steps to remove the wheel from the model displayed?
Ans  : Right click > Explode till the wheel can be selected as a component > Delete

Ques : In the Layers Palette shown in the given figure, what happens when you uncheck the box under Visible for Layer 1?
Ans  : SketchUp doesn't allow to hide active layers.

Ques :  Which of the following steps can help you convert two adjoining segments of a line into a single line segment?
Ans  : Draw another line segment from the common end point of two segments, then delete the new segment.

Ques : How can you enable single click access for Isometric view of a model?
Ans  : Go to View menu > Toolbars > Views

Ques : Which of the following statements is FALSE about the Dynamic Components in Google SketchUp 7?
Ans  :  Attributes of Dynamic Components are limited to 3 dimensional models which have spatial orientation.

Ques : Where in Google SketchUp 7 can you access the Sample Paint tool? The Sample Paint tool appears as shown above.
Ans  : Window menu > Materials window

Ques : Which of the following options would result in drawing of a triangle?
Ans  :  Select Circle tool > Draw circle > Type 3s in the Value Control Box

Ques : If the horizontal circle of Figure X is selected as path, and Follow Me tool is applied on the vertical triangular surface, which figure would be the outcome?
Ans  : B

Ques : Which of the following options will not help you import models from 3D Warehouse?
Ans  : Go to SketchUp Help and Downloads.

Ques : Using the Smoove tool from Sandbox menu over a grid, how can you move the vertical offset, as shown in the figure, accurately at 12 inches below the grid?
Ans  :  Type -12" and press Enter

Ques : Which of the following file types is NOT supported by the Google Style Builder while loading Styles from a template?
Ans  : .jpg

Ques : In Google Style Builder, what does the interface icon shown in the figure do to the model?
Ans  : It will enable or disable model shadows.

Ques : Which of the following statements is UNTRUE about the Google LayOut application?
Ans  : In LayOut, the model can be exploded into its components by a double click of the mouse.

Ques : What happens when you choose Send to LayOut in the File menu?
Ans  :  SketchUp model is exported to Google LayOut program.

Ques : In order to convert a single surface into a component, you may not get the option of Make Component in the context menu, as shown in the figure. What could be a possible workaround for this?
Ans  : Go to Edit menu and choose Make Component from the drop down.

Ques : The SimplifyContours.rb Ruby script file is available for free download from www.sketchup.com/downloads. What does this file do?
Ans  : It displays the model edges more accurately.

Ques : If you are unable to select an edge to use the dimension tool in SketchUp, what could the reason possibly be? Refer to the given figure.
Ans  : The Edges are hidden

Ques : Which of the following four methods would not work for the Follow Me tool?
Ans  : Select curved, folded and internal edged surfaces.

Ques : Where will you find the settings window as shown above? What do the brackets signify?
Ans  : Scenes window. The brackets mean the scene is excluded in animation.

Ques : Which of the following context menu sub-options will NOT work for the Intersect tool in SketchUp?
Ans  :  Intersect with Group.

Ques : Where can you locate the geometric parameters/attributes of an imported component or a model in Google SketchUp?
Ans  : View menu > Toolbars > Dynamic Components

Ques :How can you access the following Animation settings in Google SketchUp 7?
Ans  :  View menu > Animation > Settings

Ques : What does the selection in the given figure depict?
Ans  : It depicts a section plane view

Thanks for watching this test Question & Answers. Please don't forget to leave a comment about this post. You can also find some more effective test question & answers, information, techniques, technology news, tutorials, online earning information, recent news, results, job news, job exam results, admission details & another related services on the following sites below. Happy Working!
News For Todays ARSBD UpWorkElanceTests ARSBD-JOBS DesignerTab UpLance

UpWork (oDesk) & Elance CorelDraw X3 Test Question & Answers

13:15 Add Comment
UpWork (oDesk) & Elance CorelDraw X3 Test Question & Answers are really very important to pass UpWork & Elance test. You will get top score at this skill test exam. If you found any problem or wrong answer please inform me via contact or comments. We will try to solve it in short. This test is extremely valuable to acquire knowledge of CorelDraw X3. Lets Start test.


Ques : What do you mean by Rule Classes?
Ans  : Rule Classes compress a file on export

Ques : Which option will you choose to display the Nonprinting Characters?
Ans  : Click Tools > Options and choose Text in the list of categories. Enable the Show Nonprinting Characters check box

Ques : Refer to the given image.

When will the Collate Check Box available?
Ans  : When you want to set the Time feature

Ques :  Which of the given options will you choose to disable the Feedback sounds?
Ans  : Select Tools > Customization. Click General and disable the Enable Sounds check box

Ques : Which among the following options will you choose to save objects to a Web-compatible format?
Ans  : Select File > Publish to the Web > HTML

Ques : State whether True or False:

You can delete the Default workspace.
Ans  : True

Ques : State whether True or False:

You can create color progressions by using blended objects filled with Bitmaps, Texture, Pattern, or PostScript Fills.
Ans  : True

Ques : Which among the given Save As Type will you choose while creating a new library for the Symbols?
Ans  : SVGz

Ques : State whether True or False:

You can make any layer a master layer by right-clicking the layer name, and clicking Master.
Ans  : False

Ques : Which Viewing modes will you select to display a drawing without postscript fills or high resolution bitmaps?
Ans  : Enhanced with overprints

Ques : State whether True or False:

You can clone an object multiple times as well as you can create the duplicate copies of the cloned object.
Ans  : False

Ques : Which of the following is not true about the Perfect Star when you modify it with the Shape tool?
Ans  : You can not convert the line segments to curves on a Perfect Star with the Shape tool

Ques : Which type of computer graphics are used for photographs and digital paintings?
Ans  : Bitmaps

Ques : Which of the following File types is available for Filters while customizing them?
Ans  : Animation

Ques : Which of the following is not true about the Computer Graphics Metafile (CGM) file format?
Ans  : It supports RGB color

Ques :  How many colors can you mask in a Bitmap?
Ans  : 8

Ques : Drop Shadows cannot be added to which of the given objects?
Ans  : Contoured objects

Ques : What does WPD file format stand for?
Ans  : None of the above

Ques : Refer to the given image.

The Remove Face Check Box is available for which of the given lenses, as shown in the picture?
Ans  : Invert

Ques : How will you separate a Drop Shadow from an object?
Ans  : Select an object's Drop Shadow. Click Arrange > Break Drop Shadow Group Apart

Ques : Refer to the given image.

Which feature has been applied on Picture1 to achieve the result of Picture2?
Ans  : Envelope

Ques : State whether True or False:

You can lock or unlock a guideline by right-clicking the guideline and then clicking Lock object or Unlock object.
Ans  : True

Ques : Which among the following options will you choose to add Bullets?
Ans  :  Select the Paragraph text. Click Arrange > Bullets

Ques :    Refer to the given image.

Which of the following Tabs will you select to print a negative?
Ans  : A

Ques : Which of the following is not true about Symbols?
Ans  : Selection handles for symbols are blue

Ques : Which of the following Effects reduce the saturation of each color in a Bitmap to zero, remove the hue component, and convert each color to its grayscale equivalent?
Ans  : Gamma

Ques : Which of the following Tools will you choose to detect the edges of an area and create a closed path so that the area can be filled?
Ans  : Interactive Tool

Ques :Which among the following is not true about Mesh Fills?
Ans  :  A mesh fill cannot be applied only to a single path

Ques : Refer to the given image.

Which of the 3D effects is applied on Picture1 to achieve the result of Picture2?
Ans  : Cylinder

Ques :  Which of the following is not a type of Link?
Ans  : Active link

Ques : State whether True or False:

Files containing a Bitmap color mask will have the filename extension - .ini.
Ans  : True

Ques : Refer to the given image.

Which among the following options displays the Polyline Tool?
Ans  : C

Ques : What is meant by Hot Zone?
Ans  :  Reverts the text to its original appearance

Ques : Which among the given options will you select to count the text elements for an entire drawing?
Ans  : Select Tools > Word Count

Ques : Which among the following types of Text can you add to Drawings?
Ans  : Paragraph text

Ques : What should be the criteria when you move objects to or from a Layer?
Ans  : The layer must be locked

Ques : Which of the following is a type of Fountain Transparency?
Ans  : Conical

Ques : What is not true about the Preflight?
Ans  : You can specify which issues the Preflight checks for

Ques : Refer to the given image.

Which type of Spiral is shown in the picture?
Ans  :  Both a and b

Ques : Refer to the given image.

What feature has been applied on Picture1 to achieve the result of Picture2?
Ans  : Distortion

Ques : Which among the given options will you choose to create a Rollover object?
Ans  :  Tools > Rollover > Create Rollover

Ques : Which of the following is not an attribute of Drop Shadow?
Ans  :  Fade level

Ques : Which of the following options will you choose to create a Layer?
Ans  : Select Tools > Object manager. Click the Flyout button or Object Manager options, and click New Layer

Ques :  Refer to the given image.

Which of the given options makes a layer editable or locks it to prevent changes, as shown in the picture?
Ans  : B

Ques : Which of the following types of Blends can you create in a CorelDraw?
Ans  : Compound Blends

Ques : Which of the following Object properties can be modified for Symbol Instances?
Ans  : Mirroring

Ques : Refer to the given image.

Which of the following options reverse the Case, all uppercase letters become lowercase and all lowercase letters become the uppercase?
Ans  : A

Ques : Refer to the given image.

Which of the following Transform effects removes Gradations and creates larger areas of flat color?
Ans  : None of the above

Ques : Which is not true about Lenses?
Ans  : When you apply a lens over a Vector object, the lens itself becomes a Vector image

Ques : State whether True or False:

The default orientation for Asian text is vertical.
Ans  : True

Ques : Which among the given options will you choose to specify the extent of Transparency from the Transparency Target List Box on the Property Bar?
Ans  : All

Ques : In which Page orientation, the drawing's width is greater than its height?
Ans  : Both a and b

Ques : State whether True or False:

To draw an arc, the ellipse or circle must have an outline.
Ans  : False

Ques : Which of the following options will you choose to apply a Perspective Effect?
Ans  : Bitmaps

Ques : How will you copy a Lens?
Ans  :   Select an object. Click Effects > Copy effect > Contour from

Ques : How will you separate a text from a path?
Ans  : All of the above

Ques : Refer to the given image.

Which of the following types of Fountain Fills is shown in the picture?
Ans  : Conical

Ques : Refer to the given image.

Which part of the Application window displays the Docker?
Ans  : B

Ques : Which of the following is not a Rollover States?
Ans  : Over

Ques : Which of the following Merge modes, available for transparencies can also be applied to Drop Shadows?
Ans  : Green

Ques : Which of the following options will you select to open photos in CorelDraw when your digital camera does not support both a WIA or TWAIN driver?
Ans  : File > Acquire image > Select Source

Ques :  State whether True or False:

The layout you choose while printing does not affect the original document, only the way it is printed.
Ans  : True

Ques : Refer to the given image.

What purpose does the Medium Snapping Threshold serve, as shown in the picture?
Ans  :  It activates a snap point when it is 16 screen pixels away from the pointer

Ques : Which of the following options will you select to view all pages in a multipage document?
Ans  : Both a and b

Ques : Which of the given keyboard shortcuts is used to reset the Current workspace?
Ans  :    Hold down F7 while the application is starting

Ques : Which of the following options will you use to detect a Watermark?
Ans  :  Tools > Digimarc > Read Watermark

Ques : Refer to the given image.

Which of the following Lens types has been applied on Picture1 to achieve the result of Picture2?
Ans  : Invert

Ques : Refer to the given image.

Which of the following Tabs will you select to print Registration Marks?
Ans  : C

Ques : Refer to the given image.

Which of the given Bevel styles is applied on the given picture?
Ans  : Emboss

Ques : Which of the following is not a correct method to reverse the direction of the Blend?
Ans  : All of the above

Ques : Refer to the given image.

Which of the given button lets you work only on the Active layer and the Desktop layer when it is disabled?
Ans  : Refer to the given image.

Which of the given button lets you work only on the Active layer and the Desktop layer when it is disabled?

Ques : Refer to the given image.

When will you disable the Maintain Aspect Ratio check box as shown in the picture?
Ans  :  When you want to specify nonproportional height and width values

Ques : Which of the following parameters can you change of a PostScript Texture Fill?
Ans  :  All of the above

Ques : Refer to the given image.

Which of the following Standard tools is used to access the Corel Graphics Community web site?
Ans  : D

Ques : Which of the following types of Text can you not Link?
Ans  : Paragraph

Ques : Which of the following Color Mode images is not supported by the Image Adjustment Lab?
Ans  : CMYK

Ques : Which of the following Color Modes is supported by CorelDraw?
Ans  : Paletted

Ques : Which of the files is called an Animated File?
Ans  : GIF

Ques : Which of the following options will you choose to rename a Page?
Ans  : Click Layout > Rename page

Ques : Which of the following File formats is developed by Hewlett Packard, and used in programs such as AutoCAD for printing drawings on plotters?
Ans  :  Both a and b

Ques : State whether True or False:

You can convert a Rollover to a Symbol.
Ans  : False

Ques : Which of the given Wrapping styles follow the curve of the object?
Ans  : Square Straddle Text

Ques : Which of the following options will you use to Lock an object?
Ans  :  Right-click the object and select Lock object from the list

Thanks for watching this test Question & Answers. Please don't forget to leave a comment about this post. You can also find some more effective test question & answers, information, techniques, technology news, tutorials, online earning information, recent news, results, job news, job exam results, admission details & another related services on the following sites below. Happy Working!
News For Todays ARSBD UpWorkElanceTests ARSBD-JOBS DesignerTab UpLance

UpWork (oDesk) & Elance AutoCad 2007 Test Question & Answers

13:08 Add Comment
UpWork (oDesk) & Elance AutoCad 2007 Test Question & Answers are really very important to pass UpWork & Elance test. You will get top score at this skill test exam. If you found any problem or wrong answer please inform me via contact or comments. We will try to solve it in short. This test is extremely valuable to acquire knowledge of AutoCad 2007. Lets Start test.


Ques : Which of the following is not part of the Information title block?
Ans  : Size of the drawing

Ques : Which of the following tool palettes settings is not saved with your profile?
Ans  : Both a and b

Ques : Which of the following objects cannot be extruded?
Ans  : Planar faces on solids

Ques : Which option you will select to set the relative path for all hyperlinks in a drawing?
Ans  : Click File menu > Drawing Properties. On the Statistics tab, enter a relative path in Hyperlink Base

Ques : State whether True or False.

Tool palette files have an.xtp file extension.
Ans  : True

Ques : What does b stand for in the given example when you turn the automatic save option on as shown in the given picture?
Ans  : b is the number of open instances of the same drawing in different work sessions

Ques : What will occur when you close the balloon message without reloading as shown in the picture?
Ans  : It reloads all changed Xrefs

Ques : Which type of grip tool is shown in the given picture?
Ans  : None of the above

Ques : which of the following is not a type of action override?
Ans  :  All of the above

Ques :  Which of the following windows cannot be docked, anchored, or floated?
Ans  : None of the above

Ques :  Which option in the given picture displays parallel projection?
Ans  :   A

Ques :  Which of the following options can not be offset?
Ans  : None of the above

Ques :  What is not true about ray traced shadows?
Ans  :  Ray traced shadows are calculated with a map

Ques : Which of the following type of objects, is not supported by Associative Dimensions?
Ans  : All of the above

Ques :When is the lock icon displayed in the lower corner of the tool palette?
Ans  :  When a tool palette file is set with a read-only attribute

Ques : State whether True or False.

The default value for Maxhatch is 10000.
Ans  : True

Ques :  State True or False.

Double click actions cannot be created for OLE and Viewport objects.
Ans  : False

Ques : State whether True or False.

When geometry acceleration is off, full shadows cannot be displayed.
Ans  : True

Ques : Which of the following wild card characters you will use to match any single character?
Ans  : ?

Ques : Which of the following settings are saved when you name and save a view?
Ans  : All of the above

Ques : Which command is used on picture A to create a mesh or to acheive the result of picture B?
Ans  : REVSURF

Ques : You can change a markup's status to which of the given options?
Ans  : For Review

Ques : Which of the following is the default mode state for shadows?
Ans  : Simple

Ques : When can an Xref icon displayed in the lower right corner of the application window as shown in the picture?
Ans  : When Xrefs are attached to the drawing

Ques : Which of the following tab you will choose to prevent signature status from being displayed for valid signatures, as shown in the picture?
Ans  : C

Ques : Which option you will choose to show or hide light glyphs?
Ans  : Click Tools menu > Palettes > Dashboard

Ques : The Drawing Recovery Manager displays a list of which drawing file types after a program or system failure?
Ans  : All of the above

Ques : You can not create Standards Checking for which of the given named objects?
Ans  : None of the above

Ques :  Which of the following geometric objects can not be broken?
Ans  : All of the above

Ques : Which method will you choose to create 3D solids and surfaces from existing objects?
Ans  :  All of the above

Ques : Which keyboard shortcut will you select to cycle through the three isometric planes?
Ans  : F5

Ques : Which option is disabled when a nested reference is selected as shown in the given picture?
Ans  : D

Ques : Which of the given 3D viewing commands cannot be used, while working in paper space?
Ans  : All of the above

Ques : Which of the given changes cannot be undone by Layer Previous?
Ans  : All of the above

Ques : Which of the following properties is not included within the Reference Manager?
Ans  : Host version

Ques : Which keyboard shortcut will you select to toggle polar tracking?
Ans  : F10

Ques : Which among the following system variables controls the user defined area on the status line?
Ans  : MODEMACRO

Ques : In which conditions, can you make a layer, the current layer?
Ans  : When it is the default layer

Ques : State True or False.

Mesh components are comprised of vertices, faces, polygons, and edges.
Ans  : True

Ques : State whether True or False.

You cannot use CONVTOSOLID with polylines that contain vertices with 0 width.
Ans  : False

Ques : State True or False.

All settings for the sun except geographic location are saved per drawing, not per viewport.
Ans  : True

Ques : Which type of light emits uniform parallel light rays in one direction only in AutoCAD2007?
Ans  : Distant Lights

Ques : State whether True or False.

Dimensional input is available for ARC, CIRCLE, ELLIPSE, LINE, and PLINE.
Ans  : True

Ques : Which method of Handshaking uses additional wires in the cable between the plotter and computer?
Ans  : Hardware handshaking

Ques :    Which AutoSnap tool is not turned on by default?
Ans  : Aperture box

Ques : Which of the following plot style table files have an .stb extensions?
Ans  : Both a and b

Ques : Which of the following types of files can be used as maps?
Ans  : PNG

Ques : Which type of section object grip does option A display, as shown in the picture?
Ans  :  Base grip

Ques : State True or False.

DWF passwords are not case sensitive but DWG passwords are.
Ans  :  False

Ques :  Which of the following key is not used by Digital IDs?
Ans  : Public key

Ques : Which option will you select to attach drawing references (Xrefs)?
Ans  :  All of the above

Ques : Which referencing method uses the customization group and element ID?
Ans  : Both a and b

Ques :  Which of the given options displays the layer properties manager in the given picture?
Ans  : None of the above

Ques : Which type of material is/are available for realistic and realistic metal templates?
Ans  : All of the above

Ques :  Which among the following objects can not be used as the cutting plane for slicing a solid?
Ans  : None of the above

Ques : Which field displays pound signs as shown in the given picture?
Ans  : None of the above

Ques : Which among the following is not a state of section objects?
Ans  :  Section Size

Ques : Which option is not available in AutoCAD2007 to repair a damaged drawing file?
Ans  : None of the above

Ques : Autocad does not provide Plotter drivers to which type of files?
Ans  : None of the above

Ques :State whether True or False.

Profiles do not store template file locations settings.
Ans  : True

Ques : Which option displays my workspace as shown in the given picture?
Ans  : C

Ques : Which option displays the major axis in the given picture?
Ans  : D

Ques :  Which of the following is not a type of dimensioning?
Ans  : Rotational

Ques : Which switch suppresses the display of the Sheet Set Manager window on startup?
Ans  :  /set

Ques : Which option means that the sheet is in a special state as shown in the given picture?
Ans  :  All of the above

Ques : Which type of action can you use in a Dynamic block?
Ans  : All of the above

Ques : Which keyboard shortcut you will select to toggle the command window?
Ans  : CTRL+9

Ques : You can attach a digital signature to which of the following file types?
Ans  :  All of the above

Ques : Which of the given editing commands are not available for OLE objects?
Ans  : All of the above

Ques : Which option you will choose to create solid filled areas?
Ans  : Hatches with a solid hatch pattern

Ques : State whether True or False.

The path has to be a line, arc, elliptical arc, circle, polyline, 3D polyline, or spline, to be linked to a target or a camera.
Ans  : True

Ques : State whether True or False.

Break, chamfer, fillet, lengthen and offset editing commands can be used on Multilines.
Ans  : True

Ques : State whether True or False.

The attribute extraction wizard creates a file with a.blk file extension.
Ans  : True

Ques : Which of the following layer properties is not checked by the layer plug-in?
Ans  : Freeze/Thaw

Ques : When you use grips to edit an object, what type of information does the dimensional input tooltip display?
Ans  : All of the above

Ques : Which of the following Online content types include blocks for architectural, mechanical and GIS applications in the DesignCenter online folders?
Ans  : All of the above

Ques : Which of the following default filters in the Layer Properties Manager displays all the layers on which objects in the current drawing are drawn?
Ans  : Xref

Ques : Which part of a dimension displays extension lines as shown in the given picture?
Ans  : D

Ques : Which among the following hyperlinks stores the full path to a file location in your drawings?
Ans  :  Absolute hyperlinks

Ques :  Which diesel error message means syntax error as shown in the given picture?
Ans  : A

Ques : State whether True or False.

Layer 0 can be deleted or renamed.
Ans  : False

Ques : When does a temporary history entry state occur?
Ans  : Both a and b

Ques : What can you do with the DesignCenter?
Ans  : All of the above

Ques : Which among the following types of coordinates displays update as you move the cursor?
Ans  : All of the above

Ques :  Menu swapping is not supported for which of the following interface elements?
Ans  :  None of the above

Ques : Which of the following elements in the Block editor can not be deleted, added, and modified?
Ans  : None of the above

Ques : Which keyboard shortcut you will use to display the Visual Basic Editor?
Ans  :  ALT+F11

Ques : Which keyboard shortcut you will use to display the macros dialog box?
Ans  :    ALT+F8

Ques :  Which option will you choose to open the Autodesk plotter manager?
Ans  : All of the above

Ques :In what type of text can fields not be inserted?
Ans  : Tolerances

Ques : Which option will you select to remove unused block definitions and decrease the drawing size?
Ans  : Purge

Ques : Which type of  radial dimension measures the radius of an arc or circle, and displays the dimension text with the letter R in front of it?
Ans  : Dimradius

Ques : Which of the following is not a type of mapping?
Ans  : Face Mapping

Ques :  Which dialog box is displayed when you set the STARTUP system variable to 1 (on)?
Ans  : Create New Drawing dialog box

Ques : State True or False.

As shown in the picture, the symbol for projected tolerance is preceded by a height value, which specifies the minimum projected tolerance zone.
Ans  : False

Thanks for watching this test Question & Answers. Please don't forget to leave a comment about this post. You can also find some more effective test question & answers, information, techniques, technology news, tutorials, online earning information, recent news, results, job news, job exam results, admission details & another related services on the following sites below. Happy Working!
News For Todays ARSBD UpWorkElanceTests ARSBD-JOBS DesignerTab UpLance

UpWork (oDesk) & Elance Adobe Photoshop CS5 Extended Test Question & Answers

14:26 Add Comment
UpWork (oDesk) & Elance Adobe Photoshop CS5 Extended Test Question & Answers are really very important to pass UpWork & Elance test. You will get top score at this skill test exam. If you found any problem or wrong answer please inform me via contact or comments. We will try to solve it in short. This test is extremely valuable to acquire knowledge of Adobe Photoshop CS5 Extended Skills. Lets Start test.


Graphics Designing, Graphics, Designing, Adobe, Photoshop, UpWork, Elance, oDesk
Ques : ____________________ is a grid-like mesh on your image that contains handles to distort the content the way you want.
Ans  : Puppet Warp

Ques : You can apply Brush, Eraser and Clone Stamp on vector based layers.
Ans  : False

Ques : Bit depth controls the amount of color information that a pixel can hold.
Ans  : True

Ques : How do you use a shape with gradient as a mask as shown in the image above?
Ans  : Mask the object. Select the shape layer and go to the Blending Options. Check Transparency Shape Layers and uncheck Vector Mask Hide Effects.

Ques : What option in the Character panel will you choose for moving the text away or toward the shape it is bound to?
Ans  : Leading

Ques : What effect will checking the Constrain Proportions option shown above have on the size of an image?
Ans  : It will let you change the width and height of the document independently.

Ques : Using Render filters, you can :
Ans  : create cloud patterns.

Ques : What do the width and height of the histogram in levels adjustments represents?
Ans  : Tonal range from darkest to lightest, number of pixels at particular level of brightness

Ques : What option will you choose if you want to merge a selected layer with the layer lying immediately below it?
Ans  : Merge down

Ques : What are the names of the tools marked in red in the image above?
Ans  : Load path as selection, Make work path from selection

Ques : Duotone refers to an image that's made from two ink colors.
Ans  : True

Ques : Which option in Stamp tool will you select if you want to clone all the layers simultaneously?
Ans  : Sample All Layers

Ques : Alpha Channels are basically grayscale representations of saved selections.
Ans  : True

Ques : ________________ does NOT affect the original quality and size even if you resize the object.
Ans  : Smart Object

Ques : Channels contain all the color information of a Photoshop document.
Ans  : True

Ques : Content Aware Scale tool can work on the locked background layer.
Ans  : False

Ques : What will be the default blending mode of a layer group?
Ans  : Pass Through

Ques : Proximity Match option in Spot Healing Brush tells it to use pixels just outside the edge of your cursor to fix spots.
Ans  : True

Ques : What file formats are available to you when you save a file using the Save for Web & Devices dialog box?
Ans  : All of the above

Ques : Which of the following options are contained in the Brush dialog box?
Ans  : Scattering

Ques : What does the Baseline option in the Curves Display Options dialog box do?
Ans  : It tells Photoshop to display the original curve as a straight line.

Ques : t is possible to avoid Adjustment Layers while working with the Healing Brush tool.
Ans  : True

Ques : What does the Use Global Light option in the Layer Style dialog box do when checked?
Ans  : It indicates the lighting angle that has been used for every style that you added in your document.

Ques : What do the Horizontal Type Mask Tool and Vertical Type Mask Tool do?
Ans  : These tools create a selection of whatever you type without creating a new layer.

Ques : How does the "Expansion Field" of Puppet Warp tool work?
Ans  : It lets you expand or contract the outer edge of the mesh by a pixel value.

Ques : ___________________is a process in which Photoshop responds to your size-change request either by adding or subtracting pixels.
Ans  : Resampling

Ques : Which of the following settings is/are available in the Lighting Effects dialog box?
Ans  : All of the above

Ques : What purpose does the area marked in blue in the given image serve?
Ans  : It lets you select between the various options available for workspace.

Ques : __________________filter helps to draw perspective planes or a mesh grid that can be used in editing.
Ans  : Vanishing Point

Ques : t is possible to convert a type layer into a shape layer
Ans  : True

Ques : _____________ makes the pixels you are painting appear behind the pixels already on that layer, while ________________ makes the pixels you paint transparent in brush panel.
Ans  :  Behind mode, Clear mode

Ques : Which command lets you paste an image inside the selection you have made?
Ans  : Paste Into

Ques : A gray warning symbol means that you are using a font that is not installed in your system, whereas a yellow warning symbol means that the document you have opened was created in a different version of Photoshop and that the text may get reflowed if you edit it.
Ans  : False

Ques : How do you write around any shape as shown in the image above?
Ans  : Select Type tool>> Mouseover the shape or path and start writing when the cursor shape changes to type cursor with a curved line on it.

Ques :Which of the following values define the maximum hardness and softness limits of the round brush tip?
Ans  :  0, 100

Ques : Which method of Resample Image gives the lowest image quality?
Ans  :  Nearest Neighbor

Ques : Which of the following options will you choose if you want to increase or decrease the size of the mask while editing the mask?
Ans  : Mask Edge

Ques : ____________________is the process of converting vector based layers into pixel based layers.
Ans  : Rasterizing

Ques : _________________control how pixels on different layers interact with each other.
Ans  : Layer Blend Modes

Ques : In the Screen layer blend mode, Photoshop multiplies the opposite of the blend and base colors, making everything very light.
Ans  : True

Ques : Filters can affect multiple layers simultaneously.
Ans  : False

Ques : Levels adjustments do NOT change the intensity levels of your shadows, midtones, and highlights.
Ans  : False

Ques : Anti-aliasing allows you to smoothen the edges of a selection as well as smoothen text.
Ans  : True

Ques : Smooth and Corner are two kinds of anchor points in Photoshop.
Ans  : True

Ques : Revert command reverts the document to its most recent saved state.
Ans  : True

Ques : The Fractional widths command in the Character panel rounds character widths to the nearest part of a pixel instead of the normal whole pixel.
Ans  : True

Ques : Which layer blend mode lightens the image by decreasing its contrast?
Ans  : Overlay

Ques : Images in which mode are called 1-bit images?
Ans  :  Bitmap color mode

Ques : What are anchor points?
Ans  : They are the control points which gives shape to each segment of a line.

Ques : What are anchor points?
Ans  : They are the control points which gives shape to each segment of a line.

Ques : You can define the area that you want to crop out of any image using the Crop tool
Ans  : True

Ques : Which of the following action sequences will make the above given dialog box appear on screen?
Ans  : File>Scripts>Load Images into Stack

Ques : Which of the following are image sharpening techniques available in Photoshop?
Ans  : All of the above

Ques : The Mode pop-up menu of Puppet warp tells Photoshop how stretchable you want the mesh to be.
Ans  : True

Ques : ____________________ helps change the spacing between all letters in a word by the same amount.
Ans  : Tracking

Ques : What is the subtractive color system used for?
Ans  : For printing colors

Ques : Which among the following is measured in terms of pixels per inch in any Photoshop document?
Ans  : Resolution

Ques : Which tool of Photoshop makes the image shown above appear on screen?
Ans  : Curves

Ques : The Path Selection tool lets you select individual nodes on the path, whereas the Direct Selection tool lets you the select path as a whole.
Ans  : True

Ques : With which options can you get the effects shown in the image above?
Ans  : Drop Shadow, Inner Shadow, Bevel and Emboss, Pattern Overlay

Ques : __________________ appears when you check the Tint checkbox, as shown in the image above, in the Adjustments panel>> Black & White layer.
Ans  : Sepia tone

Ques : How many drawing modes are available in Photoshop?
Ans  : 3

Ques : How many channels do lab colors have?
Ans  : 3

Ques : Image Processor option is used for resizing the Images in masses.
Ans  : True

Ques : Onscreen images are called ___________________because they are made up of red, blue, green light.
Ans  : Composite Images

Ques : __________________ is/are available only if you have an alpha channel selected.
Ans  : Channel Options

Ques : Which option allows you to change the Background layer's appearance when part of your image is transparent?
Ans  : Opacity

Ques : Which of the given image(s) belongs to the red channel if the source image is in RGB mode?
Ans  : Second

Ques : How many drawing modes are available in Photoshop, when you work with shape or pen tools?
Ans  : 3

Ques : Which of the following values define the maximum softness and hardness limits of the round brush tip?
Ans  : 0, 100

Ques : Which "layer blend mode" lightens the image by increasing its contrast?
Ans  : Color Dodge

Thanks for watching this test Question & Answers. Please don't forget to leave a comment about this post. You can also find some more effective test question & answers, information, techniques, technology news, tutorials, online earning information, recent news, results, job news, job exam results, admission details & another related services on the following sites below. Happy Working!
News For Todays ARSBD UpWorkElanceTests ARSBD-JOBS DesignerTab UpLance

UpWork (oDesk) & Elance Adobe Photoshop CS4 Test Question & Answers

14:21 Add Comment
UpWork (oDesk) & Elance Adobe Photoshop CS4 Test Question & Answers are really very important to pass UpWork & Elance test. You will get top score at this skill test exam. If you found any problem or wrong answer please inform me via contact or comments. We will try to solve it in short. This test is extremely valuable to acquire knowledge of Adobe Photoshop CS4 Skills. Lets Start test.


Ques : In which frame disposal method does a disposal icon not appear on the frame?
Ans  : When you choose the Automatic method.

Ques : Which of the following photoshop tools can be used to edit an HDR/32-bpc image?
Ans  : All of the above

Ques : Which option in the info panel box displays values in the current color mode of the image as shown in the picture?
Ans  : A

Ques : Which mode in the animation panel shows the frame duration and animation properties for document layers?
Ans  : The Timeline mode

Ques : Which command allows you to use free memory used by the History Panel, or the Clipboard?
Ans  : Purge

Ques : Which of the following types of swatches can be shared between applications? (choosing colors)
Ans  : Solid swatches

Ques : Which of the following information is not retained when a 3D file is opened in photoshop?
Ans  : Textures

Ques : Which color mode supports the Match Color command?
Ans  : RGB

Ques : Which color mode does not support layers?
Ans  :  The Multichannel mode

Ques : Which of the following options will let you use the white balance settings as provided by the camera in the camera raw dialog box as shown in the picture?
Ans  : A

Ques : Which command is used to delete footage in one or more layers and leave a gap of same duration in the timeline mode?
Ans  : Lift Work Area

Ques :Which command would you use to re-link the video layer to the source file?
Ans  :  Replace Footage

Ques : What would you use to insert non-recordable commands into an action?
Ans  : Insert Menu Item Command

Ques : How would you apply a layer style to a background layer?
Ans  : First convert the background layer into a regular layer.

Ques : Which option of Create UV Overlay shows model areas using a solid rendering mode?
Ans  : Wireframe

Ques : Which of the following will list the saved selections when dialog box appears same as shown in the image given above?
Ans  : B

Ques : 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:
Ans  : Modal control

Ques : For previewing which of the following image modes is the 32-Bit Preview option not available?
Ans  : 16 Bit RGB

Ques : Which smart blur mode has been used as shown in the preview in the given image?
Ans  : A

Ques :  Which Quick Mask option sets masked areas to white (transparent) and selected areas to black (opaque) as shown in the picture?
Ans  : A

Ques : To paint or clone on video frames contained by a smart object, you can:
Ans  : insert a new layer above the video frames and paint or clone on the new layer.

Ques : Which slice type will you choose to enter HTML text as shown in the picture?
Ans  : A

Ques : Which Artistic filter is used on picture A to produce picture B as shown in the picture?
Ans  : Plastic Wrap

Ques : The Photoshop Extended Measurement Feature can be used for measuring area selected by the:
Ans  : Rectangular Marquee Tool.

Ques : Which 3D tool is used to rotate the camera around the z-axis?
Ans  : The 3D Roll View tool

Ques : Which type of blending modes is not available for the Apply Image and Calculations commands?
Ans  : Neither a nor b is available

Ques : Which type of the blending mode is supported by layers that use the Fill With Neutral Color option?
Ans  : None of the above

Ques : While using a smudge tool, if the "Sample All Layers" option is selected, how will the smudge tool behave?
Ans  :  It will sample all the visible layers and smudge only the active layer

Ques :  If one step in an action converts an image with a source mode of RGB to a target mode of CMYK, applying this action to an image in Grayscale mode will result in:
Ans  :  the conversion of the source Grayscale image to CMYK

Ques : Which of the following layers affects all the layers below it?
Ans  : The Adjustment layer

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

Ques : When does the 3D Axis appear?
Ans  :  When the 3D tool is selected.

Ques : 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?
Ans  : A

Ques : Which channel would you choose for grayscale images in the Color Halftone Filter dialog box as shown in the picture?
Ans  : A

Ques : Which condition should be satisfied first to transform video layers?
Ans  : Convert video layers to Smart Objects

Ques : Which file format does Vanishing Point support to preserve the perspective plane information?
Ans  : All of the above

Ques : Which of the following properties of a 3D layer can not be animated?
Ans  : None of the above

Ques : As shown in the image, which option would you select to increase or decrease the tiling for texture?
Ans  : A

Ques : For which type of the following options is Auto Blend Layers available?
Ans  : RGB Images

Ques : Which Interpolation(Tweening) method will you use to animate a visibility of a layer when you want the layer to appear or disappear suddenly across the timeline?
Ans  :  Hold Interpolation

Ques :  The scale styles option is available only when:
Ans  : the Resample Image as well as Constrain Proportions is selected

Ques : 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?
Ans  : B

Ques : Which type of slices has gray symbols as shown in the picture?
Ans  :  Auto slices

Ques : In the given picture, which Reconstruction mode in the Liquify filter scales back distortions uniformly without any kind of smoothing?
Ans  : A

Ques : In the given picture, the Conté Crayon filter(sketch filter) uses the foreground color for:
Ans  :  Dark areas

Ques : 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:
Ans  : the color table does not show up at all

Ques : If there is no background, Deep knocks out to which of the following options as shown in the picture?
Ans  : Deep knocks out to transparency.

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

Ques : When is an image flattened?
Ans  : None of the above

Ques :  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?
Ans  :  A negative value will make the effect more rectangular.

Ques : Which type of layers contains information required for alignment?
Ans  : None of the above

Ques : As shown in the picture, the Mask Incomplete Blocks option in the Extrude Filter dialog box is selected
Ans  :  to hide any object extending beyond the selection.

Ques :  Which option would you choose to set the timeline duration you want to preview in the Animation panel?
Ans  : All of the above

Ques : All of the above
Ans  : A

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

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

Ques : The Divide Slice dialog box can not be used to divide:
Ans  : Layer-based slice

Ques : Which action can not be undone?
Ans  : Edit ? Purge ? Histories

Ques : What can you not copy using duplicate command on an image?
Ans  :  Layer masks

Ques : Which command does not convert the pixel edits to a video layer while managing colors in video layers?
Ans  : The Assign Profile

Ques :  Which format can be used to save your camera raw file in Photoshop?
Ans  : JPEG

Ques : You can move Alpha or Spot channels above the default color channels only when the image is in the __________ mode?
Ans  : Multichannel

Ques : Which command cannot be applied to composite channels?
Ans  : Calculations command

Ques :  In All Channels View, the individual histograms do not include:
Ans  : Masks

Ques : Which Texture filter is used on picture A to produce the result of picture B, as shown in the picture?
Ans  : Texturizer

Ques :  Merging of channels is possible only:
Ans  : All of the above.

Ques : Which type of channels is created automatically when you open a new image?
Ans  : Color information channels

Ques : For the type and shape layer, which lock options are selected by default and cannot be deselected as shown in the picture?
Ans  : A and B

Ques : When does white color appear in the histogram and RGB levels in Camera Raw as shown in the picture?
Ans  : When three channels among RGB overlap.

Ques : Which save options are not available in the Batch or Create Droplet commands?
Ans  : Both a and b

Thanks for watching this test Question & Answers. Please don't forget to leave a comment about this post. You can also find some more effective test question & answers, information, techniques, technology news, tutorials, online earning information, recent news, results, job news, job exam results, admission details & another related services on the following sites below. Happy Working!
News For Todays ARSBD UpWorkElanceTests ARSBD-JOBS DesignerTab UpLance