Computer Awareness Quiz – Set 10 (Programming and OOPs Concepts)

Computer Awareness Quiz: Computer Awareness is one of the sections in Exams like IBPS RRB, FCI etc. So we have started this series of Quiz on Computer Awareness. These questions are most important for banking exams. So attempt all the sets now.

  1. In OOPs concept, _________ is an identifiable entity with some characteristic and behavior.
    A) Data

    B) Object
    C) Class
    D) functions
    View answer
      Option B
    Explanation: Object is an identifiable entity with some characteristic and behavior. Each object is characterized by a set of properties that describe objects. Objects are variables or instances of the types class. Objects communicate with each other through “functions”
  2. In OOPs concept, _________ is a group of objects that share common properties and relationships..
    A) Class

    B) Functions
    C) Variable
    D) Data Types
    View answer
      Option A
    Explanation: Class is a group of objects that share common properties and relationships. A class has two basic elements: Data Members and Member Functions. Data members define the property of a class. Member function describes how an object of that class operates. Class is a user defined data type.
  3. _________ is an act of representing essential features without including the background details and explanations.
    A) Encapsulation

    B) Inheritance
    C) Data Abstraction
    D) Modularity
    View answer
    Option C
    Explanation: Data Abstraction- it refers to the act of representing essential features without including the background details and explanations.
  4. In OOPs concept, the wrapping of data and functions into a single unit called class is known as __________.
    A) Encapsulation

    B) Inheritance
    C) Data Abstraction
    D) Modularity
    View answer
    Option A
    Explanation: Encapsulation- The wrapping of data and functions into a single unit called class is known as Encapsulation.
  5. In OOPs concept, ____________ is the capability of one class of things to inherit capabilities or properties from another class.
    A) Polymorphism

    B) Inheritance
    C) Data Abstraction
    D) Linearity
    View answer
    Option B
    Explanation: Inheritance- is the capability of one class of things to inherit capabilities or properties from another class.
  6. In a programming concept, the act of partitioning a program into individual components is known as?
    A) Polymorphism

    B) Inheritance
    C) Modularity
    D) Linearity
    View answer
    Option C
    Explanation: The act of partitioning a program into individual components is called modularity.
  7. In OOPs concept, __________ is ability for a message or data to be processed in more than one form.
    A) Polymorphism

    B) Inheritance
    C) Modularity
    D) Linearity
    View answer
    Option A
    Explanation: Polymorphism- it is the ability for a message or data to be processed in more than one form.
  8. Which of the following is not a type of Object Oriented Programming language?
    A) Java

    B) C#
    C) SQL
    D) Delphi
    View answer
    Option C
  9. In a programming language, a repeated step can be achieved by?
    A) variable

    B) loop
    C) syntax
    D) string
    View answer
    Option B
    Explanation: loop is a process of repeating s steps
  10. _______ refers to the spelling and grammar of a programming language.
    A) Debugging

    B) Data Type
    C) Variable
    D) Syntax
    View answer
    Option D
    Explanation: Syntax

Click Here for More Computer Quiz

Click Here for Computer Study Material

Leave a Comment

Your email address will not be published. Required fields are marked *