Answer:
Can be executed on multiple platforms.
Explanation:
A program is portable if it is not platform dependent. In other words, if the program is not tightly coupled to a particular platform, then it is said to be portable. Portable programs can run on multiple platforms without having to do much work. By platform, we essentially mean the operating system and hardware configuration of the machine's CPU.
Examples of portable programs are those written in;
i. Java
ii. C++
iii. C
Answer:
Assuming this can only have one answer, i believe adware is very far from the type of malware that did infect the system, Spyware.
Explanation:
<span>D. Make changes to your code
Variables allow the ability to easily substitute numbers for other numbers.
</span>
(A) Yes, because nobody is supposed to access non-work related sites during office hours.
Answer:
Object-oriented programming
Explanation:
When used in object-oriented programming , a class is a factory for creating object. An object is a collection of data and behavaiors that represent some entity(real or abstract).