Q asks to write
1. input statement that prompts the user for the type of cheese:
What kind of cheese you like?
Input TYPE OF CHEESE
2. Print statement that clearly displays the output message related to the type of cheese:
Print "Pizza has" TYPE OF CHEESE "type of cheese."
Answer:
Option b is the correct answer for the above question.
Explanation:
RAID is a data storage technology that is used to store the data virtually. It keeps a copy of all data so that the data can be recover when it lost from the physical storage. Generally, logical storage is also physical for the computer system. It means that the disk is divided into two parts some parts of the system are physical and some are logical.
The question asked about the technology which solves the problem of interrupting the service. The technology can be RAID as described above . hence Option b is the correct answer while other is not because--
- Option 'a' states about RFID technology which use in an electromagnetic field.
- Option c states about WPA which is a protection mechanism.
- Option d states about OnTrack which is not a technology.
Answer:
c
Explanation:
I don't know if it's correct
make me brainlist
Implementation hiding i<u>s the encapsulation of method details within a class</u>. Implementation can be interpreted as those specifications which can be altered without altering the correctness of an application. Wrapping data/methods within classes (descriptions of the way all objects of this type will look/act) in combination with implementation hiding is called encapsulation. Information users need to know about behaviors should be available without dependence on implementation specifications.