placeholder image to represent content

Quiz on General OOP concepts

Quiz by Tamil selvi

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
15 questions
Show answers
  • Q1
    1.In _________ language instructions are written using symbolic names for machine operations (e.g., READ, ADD, STORE etc.) and operands.
    Machine
    Java
    Assembly
    none of the above
    30s
  • Q2
    2.______ level languages offer English like keywords, constructs for sequence, selection and iteration and use of variables and constants.
    Low
    High
    Middle
    30s
  • Q3
    3.The programming paradigm for object oriented programming is _______
    Decide which modules you want;partition the program so that data is hidden in modules
    Decide which procedures you want;use the best algorithms you can find
    Decide which classes and objects are needed; provide a full set of operations for each class.
    30s
  • Q4
    4.Do not model real world very well.Which programming paradigm has this characteristic?
    Modular programming
    Object oriented programming
    30s
  • Q5
    5.Which two programming languages are low level languages?
    C and C++
    Machine and Assembly language
    BASIC and COBOL
    30s
  • Q6
    6.An _____ is an identifiable entity with some characteristics and behavior.
    object
    class
    function
    30s
  • Q7
    7.A ______is a group of objects that share common properties and relationship
    object
    method
    class
    30s
  • Q8
    8._______ is the act of representing essential features without including the background details.
    Data Abstraction
    Polymorphism
    Encapsulation
    30s
  • Q9
    9. _______is the way of implementing abstraction
    Modularity
    Encapsulation
    Inheritance
    30s
  • Q10
    10.Which principle of OOP reduces the program complexity to some degree.
    Modularity
    Inheritance
    Polymorphism
    30s
  • Q11
    11.Say true or False.Inheritance supports reusability and is transitive in nature.
    True
    False
    30s
  • Q12
    12.Say true or False.A subclass defines only those features that are unique to it,rest it inherits from its base class.
    True
    False
    30s
  • Q13
    13..Say true or False.Languages that dont support polymorphism are called object oriented languages
    False
    True
    30s
  • Q14
    14.In modular programming, a set of related procedures with the data they manipulate is combined under a unit called ________.
    object
    procedure
    module
    30s
  • Q15
    15.Which two programming languages are object oriented languages?
    C and Pascal
    BASIC and COBOL
    C++ and Java
    30s

Teachers give this quiz to your class