Summative Assessment - II (Computers) For Grade VIII, Meridian School, Banjara Hills

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Leklek
L
Leklek
Community Contributor
Quizzes Created: 1 | Total Attempts: 170
Questions: 30 | Attempts: 170

SettingsSettingsSettings
Assessment Quizzes & Trivia

.


Questions and Answers
  • 1. 

    Which company developed Photoshop?

    • A.

      Microsoft

    • B.

      IBM

    • C.

      Adobe

    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.

    Rate this question:

  • 2. 

    What is the default extension of Adobe Photoshop file?

    • A.

      .psd

    • B.

      .pts

    • C.

      .psf

    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.

    Rate this question:

  • 3. 

    Identify the tool which has a bunch of three very useful tools used for selecting irregular shapes.

    • A.

      Move Tool

    • B.

      Lasso Tool

    • C.

      Gradient Tool

    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.

    Rate this question:

  • 4. 

    Which key combination is used to deselect the selection area?

    • A.

      Ctrl + E

    • B.

      Ctrl + X

    • C.

      Ctrl + D

    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.

    Rate this question:

  • 5. 

    What do we call the selected area indicated by a blinking selection border?

    • A.

      Polygon

    • B.

      Marquee

    • C.

      Field

    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.

    Rate this question:

  • 6. 

    Which tool lets you see a magnified version of your picture?

    • A.

      Zoom Tool

    • B.

      Hand Tool

    • C.

      Dodge Tool

    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.

    Rate this question:

  • 7. 

    How many types of modes are there in Visual Basic programming?

    • A.

      2

    • B.

      3

    • C.

      5

    Correct Answer
    B. 3
    Explanation
    There are three types of modes in Visual Basic programming.

    Rate this question:

  • 8. 

    Which component of VB is used to write code for any object?

    • A.

      Project Window

    • B.

      Form Layout Wndow

    • C.

      Code Window

    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.

    Rate this question:

  • 9. 

    Which function key is used to run a project?

    • A.

      F5

    • B.

      F4

    • C.

      F3

    Correct Answer
    A. F5
    Explanation
    The function key F5 is used to run a project.

    Rate this question:

  • 10. 

    Which tool is used to fill an area with a range of colours in a specified pattern?

    • A.

      Move Tool

    • B.

      Crop Tool

    • C.

      Gradient Tool

    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.

    Rate this question:

  • 11. 

    What do you call the animated images which are mostly used for web applications?

    • A.

      GUI

    • B.

      GIF

    • C.

      IDE

    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.

    Rate this question:

  • 12. 

    What can be the maximum width of a brush in terms of pixels?

    • A.

      999

    • B.

      1000

    • C.

      500

    Correct Answer
    A. 999
    Explanation
    The maximum width of a brush in terms of pixels can be 999.

    Rate this question:

  • 13. 

    Which operator checks whether any of the given statement is True or not?

    • A.

      NOT

    • B.

      AND

    • C.

      OR

    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.

    Rate this question:

  • 14. 

    _________ statement is used to declare a variable in VB.

    • A.

      DO WHILE statement

    • B.

      IF THEN ELSE statement

    • C.

      Dim statement

    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.

    Rate this question:

  • 15. 

    Which operators compare the values and return (True) or (False)?

    • A.

      Logical Operators

    • B.

      Relational Operators

    • C.

      Arithmetic Operators

    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 (

    Rate this question:

  • 16. 

    Pencil tool is used to create freehand drawing with hard edges.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 17. 

    Brush Tool is not used to repair imperfections.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 18. 

    Blur Tool is used to drag the image so that other portions can be analysed.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 19. 

    Shift key is used to see the brush size.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 20. 

    If...Then...Else statements are used to make decisions, by checking some conditions.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 21. 

    Multiline property decides whether the text will be displayed in a single line or multiple lines in the text box.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 22. 

    We place the various control elements like labels, text boxes, command buttons etc. on the Form Window.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 23. 

    Design mode is used to execute the statements written by a user.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 24. 

    VB stands for Visual Basic.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 25. 

    A label is used to get input from a user.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 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.

    Rate this question:

  • 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.

    Rate this question:

  • 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.

    Rate this question:

  • 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.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 22, 2016
    Quiz Created by
    Leklek
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.