1.
Which company developed Photoshop?
Correct Answer
C. Adobe
Explanation
Adobe is the correct answer because Adobe Systems Incorporated is the company that developed Photoshop. Adobe is a well-known software company that specializes in creating multimedia and creativity software, including Photoshop. Photoshop is a popular image editing software that is widely used by professionals and amateurs alike for various purposes such as photo retouching, graphic design, and digital art. It has become a standard tool in the creative industry and is known for its powerful editing capabilities and extensive range of features.
2.
What is the default extension of Adobe Photoshop file?
Correct Answer
A. .psd
Explanation
The default extension of Adobe Photoshop file is .psd. This file format allows for the preservation of various layers, transparency, and other editing features in Photoshop. It is widely used for saving and sharing edited images, and is compatible with both Windows and Mac operating systems.
3.
Identify the tool which has a bunch of three very useful tools used for selecting irregular shapes.
Correct Answer
B. Lasso Tool
Explanation
The Lasso Tool is the correct answer because it is a tool that allows users to select irregular shapes in an image or design. It is commonly used in graphic design and photo editing software to make precise selections around objects or areas that do not have straight edges. The Lasso Tool provides flexibility and control in selecting irregular shapes, making it a very useful tool in various design tasks.
4.
Which key combination is used to deselect the selection area?
Correct Answer
C. Ctrl + D
Explanation
Ctrl + D is used to deselect the selection area. This key combination is commonly used in various software applications and operating systems to remove the current selection and return to the default state. By pressing Ctrl + D, the user can clear any highlighted or selected content, allowing them to start a new selection or perform other actions without any active selection.
5.
What do we call the selected area indicated by a blinking selection border?
Correct Answer
B. Marquee
Explanation
The selected area indicated by a blinking selection border is called a marquee. A marquee is a temporary selection that can be used to manipulate or edit specific parts of an image or document. It is often represented by a dashed line or a blinking border.
6.
Which tool lets you see a magnified version of your picture?
Correct Answer
A. Zoom Tool
Explanation
The Zoom Tool allows users to see a magnified version of their picture. This tool allows for a closer look at specific areas of the image, making it easier to edit and make precise adjustments. By using the Zoom Tool, users can zoom in and out of their picture to get a better view of details and make more accurate edits.
7.
How many types of modes are there in Visual Basic programming?
Correct Answer
B. 3
Explanation
There are three types of modes in Visual Basic programming.
8.
Which component of VB is used to write code for any object?
Correct Answer
C. Code Window
Explanation
The code window in VB is used to write code for any object. It is where the programming logic and instructions are written to control the behavior and functionality of the objects in the application. The code window allows developers to write and edit code using the VB programming language, enabling them to manipulate and interact with objects, handle events, and perform various operations to create a functional application.
9.
Which function key is used to run a project?
Correct Answer
A. F5
Explanation
The function key F5 is used to run a project.
10.
Which tool is used to fill an area with a range of colours in a specified pattern?
Correct Answer
C. Gradient Tool
Explanation
The Gradient Tool is used to fill an area with a range of colors in a specified pattern. This tool allows users to create smooth transitions between two or more colors, creating a gradient effect. By selecting the starting and ending colors, as well as the direction and style of the gradient, users can easily fill an area with a range of colors in a desired pattern.
11.
What do you call the animated images which are mostly used for web applications?
Correct Answer
B. GIF
Explanation
GIF stands for Graphics Interchange Format, and it is a file format that supports both static and animated images. GIFs are widely used for web applications because they are lightweight and can be easily shared and displayed on different platforms. They are commonly used to add visual interest, convey emotions, or demonstrate a process in a fun and engaging way. Therefore, GIF is the correct answer for the given question.
12.
What can be the maximum width of a brush in terms of pixels?
Correct Answer
A. 999
Explanation
The maximum width of a brush in terms of pixels can be 999.
13.
Which operator checks whether any of the given statement is True or not?
Correct Answer
C. OR
Explanation
The OR operator checks whether any of the given statements is true or not. It returns true if at least one of the statements is true, and false if all the statements are false.
14.
_________ statement is used to declare a variable in VB.
Correct Answer
C. Dim statement
Explanation
The "Dim statement" is used to declare a variable in VB. This statement is used to create a new variable and allocate memory for it. It is followed by the variable name and its data type. The "Dim statement" is essential in VB as it allows the programmer to define and use variables within the program.
15.
Which operators compare the values and return (True) or (False)?
Correct Answer
B. Relational Operators
Explanation
Relational operators are used to compare the values of two operands and return either true or false. These operators include greater than (>), less than (=), and less than or equal to (
16.
Pencil tool is used to create freehand drawing with hard edges.
Correct Answer
A. True
Explanation
The pencil tool is indeed used to create freehand drawings with hard edges. This tool allows users to draw lines or shapes freely without any predefined shapes or curves. The resulting lines or strokes are typically solid and have a consistent thickness, which gives them hard edges. This tool is commonly used in digital art and graphic design software to create sketches, illustrations, and other types of artwork that require a hand-drawn aesthetic with sharp edges.
17.
Brush Tool is not used to repair imperfections.
Correct Answer
A. True
Explanation
The statement is true because the Brush Tool in image editing software is primarily used for painting and drawing. It is not specifically designed or commonly used for repairing imperfections such as blemishes, scratches, or red-eye in photographs. For these purposes, other tools like the Spot Healing Brush, Clone Stamp, or Healing Brush are typically used.
18.
Blur Tool is used to drag the image so that other portions can be analysed.
Correct Answer
B. False
Explanation
The given statement is false. The Blur Tool is not used to drag the image, but rather to blur or soften specific areas of the image. It is a tool commonly used in photo editing software to create a variety of effects, such as reducing the appearance of wrinkles or blemishes, or adding a dreamy or ethereal look to the image.
19.
Shift key is used to see the brush size.
Correct Answer
B. False
Explanation
The shift key is not used to see the brush size. The shift key is typically used in combination with other keys to perform certain actions, such as drawing straight lines or constraining proportions. The brush size can usually be adjusted using different keyboard shortcuts or through the software's user interface. Therefore, the statement is false.
20.
If...Then...Else statements are used to make decisions, by checking some conditions.
Correct Answer
A. True
Explanation
If...Then...Else statements are indeed used to make decisions by checking certain conditions. This type of statement allows the program to execute different blocks of code based on whether a specific condition is true or false. If the condition is true, the code within the "if" block is executed, otherwise, the code within the "else" block is executed. Therefore, the given answer of "True" is correct.
21.
Multiline property decides whether the text will be displayed in a single line or multiple lines in the text box.
Correct Answer
A. True
Explanation
The multiline property is used to determine whether the text in a text box will be displayed in a single line or multiple lines. If the multiline property is set to true, the text will be displayed in multiple lines, allowing the user to enter or view text that exceeds the width of the text box. If the multiline property is set to false, the text will be displayed in a single line, and any text that exceeds the width of the text box will be truncated or hidden. Therefore, the correct answer is true.
22.
We place the various control elements like labels, text boxes, command buttons etc. on the Form Window.
Correct Answer
A. True
Explanation
The explanation for the given correct answer is that when designing a graphical user interface (GUI) for a software application, we typically use a form window to display and interact with the various control elements such as labels, text boxes, and command buttons. These control elements allow users to input data, view information, and perform actions within the application. Therefore, it is true that we place these control elements on the form window.
23.
Design mode is used to execute the statements written by a user.
Correct Answer
B. False
Explanation
Design mode is not used to execute the statements written by a user. Instead, it is used to create or modify the design and layout of a program or application. Execution of user-written statements typically occurs in the run or debug mode.
24.
VB stands for Visual Basic.
Correct Answer
A. True
Explanation
The statement is true because VB is an acronym for Visual Basic. Visual Basic is a programming language developed by Microsoft that allows programmers to create Windows applications and other software components.
25.
A label is used to get input from a user.
Correct Answer
B. False
Explanation
A label is not used to get input from a user. Labels are typically used to display text or information to the user, while input fields or controls such as text boxes, dropdown menus, or buttons are used to receive input from the user. Therefore, the correct answer is False.
26.
By default, background colour is ______________.
Correct Answer
White
Explanation
By default, the background color is white. This means that when no specific background color is set for an element, it will have a white background.
27.
____________ Tool is used to insert text in an image.
Correct Answer
Type
Explanation
The word "Type" is the correct answer because it is a tool that is commonly used to insert text in an image. This tool allows users to select a font, size, and color for the text, and then type the desired text directly onto the image. By using the Type tool, users can add captions, titles, or any other text elements to enhance the image and convey information.
28.
An application enters a ______________ mode when it generates errors or does not give desired results and we halt its execution for removing errors.
Correct Answer
Break
29.
This property is used to set the font size, font, font style etc. for the text box.
Correct Answer
Font
Explanation
The property mentioned in the question is "Font". This property is used to set various attributes such as font size, font style, and font family for the text box. By using the "Font" property, the user can customize the appearance of the text in the text box according to their preferences.
30.
_____________ Button is used to give commands to the application.
Correct Answer
Command
Explanation
The answer "Command" is correct because the question states that the button is used to give commands to the application. A command is a specific instruction or action that the user can initiate to perform a task or function within the application. Therefore, the button mentioned in the question is likely designed to execute a command when clicked or activated.