Answer:
1) Standalone machine
2) Local
3) Either Wide area network(WAN) or a web
Done your first 3
The answer to this question is the term virtual memory. A virtual memory is a type of memory that uses a secondary memory which is implemented on hardware and software. A virtual memory maps and combines virtual addresses into a physical address inside the computer memory and operating system controls the memory into virtual memory.
Answer:
Turing is considered as the father of computer science
Answer is: False
<u>Explanation:</u>
IBM PC compatible computers are computers similar to the original IBM PC, XT, and AT, able to use the same software and expansion cards. Such computers used to be referred to as PC clones, or IBM clones.
<u>PC clone:</u>
In computer programming, particularly object-oriented programming, cloning refers to object copying by a method or copy factory function, often called clone or copy , as opposed to by a copy constructor.
Answer:
Explained
Explanation:
The three characteristics of an object
Encapsulation: It is the process of capturing data and securing it for safety from the outside interfaces. Binding data and operations of data into a single unit.
Inheritance: This is the process by which a class can be derived from the base class, with all features of base class and some of its own. This increases data reusability.
Abstraction: The ability to represent data at very basic level without showing the details of it is called abstraction.