B
Observation
Experiments are based on observations because it can help you determine or visualize many thing
Answer: True
Explanation:
Virtual memory is the secondary storage memory and this type of memory are addressed as main part of the memory.
When the virtual memory copying in the physical memory then, at that time the operating system divide the memory into the file page with the address and definite size number. Then, the each page are store in a disk.
When this page are required then, the operating system copy from disk to main memory and then, the virtual address are converted into the real address.
Answer:
<!DOCTYPE html>
<html>
<body>
<h2>Unordered List with Square Bullets</h2>
<ul style="list-style-type:square;">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</body>
</html>
Answer:
Procedural Language.
Explanation:
The procedural language used to create a program by using a programming editor or IDE, These graphical environment help users develop programming code, and fix bugs in the code.
Answer:
b) The conditions should use an if else/if else sequence, not just independent if statements
hope it answers the question:)