Question
Match the following storage devices? 1. Primary
Storage a. Cheaper and portable storage device 2. Secondary Storage b. Pen drives and CD’s 3. Flash memory devices c. Virtual or cloud storage devices 4. Virtual Storage d. Permanent MemorySolution
· Primary Storage Devices is also known as internal memory and main memory. · Secondary storage is a memory that is stored external to the computer. · Flash memory Devices is a cheaper and portable storage device. · Virtual or cloud storage devices can store our files and other stuff in the cloud and the data is stored for as long as we pay for the cloud storage.
The bundling of data (attributes) and methods (functions) that operate on the data into a single unit (class), and restricting direct access to some of ...
Which of the following is a common way to achieve abstraction in OOP?
In OOP, a blueprint for creating objects (a particular data structure), providing initial values for state (member variables or attributes), and impleme...
The ability of an object to take on many forms is known as:
Which type of polymorphism is achieved through method overloading (where multiple methods have the same name but different parameters)?
Which access modifier restricts access to a class member only within the class itself and its derived classes?
What is a "method" in the context of OOP?
An "object" is an instance of a:
How is data hiding primarily achieved in OOP?
In Python, if you want to call the constructor of a parent class explicitly, which method do you use?