David Meador has Published 163 Articles

Storage Device Hierarchy

David Meador

David Meador

Updated on 30-Jul-2019 22:30:23

5K+ Views

Computer storage has components that store computer data. The different storage types in the storage hierarchy are as follows: Primary Storage This is also known as the main memory and is the memory directly accessible by the CPU. All the instructions are executed in the main memory by CPU ... Read More

Layered Operating System

David Meador

David Meador

Updated on 30-Jul-2019 22:30:23

18K+ Views

The operating system is split into various layers In the layered operating system and each of the layers have different functionalities. This type of operating system was created as an improvement over the early monolithic systems. Why Layering in Operating System? Layering provides a distinct advantage in an operating system. ... Read More

Why do we use jQuery over JavaScript?

David Meador

David Meador

Updated on 30-Jul-2019 22:30:20

3K+ Views

jQuery is a JavaScript library, so it operates on top of JavaScript. It cannot exist on its own, so you can't use one over the other. You can use just JavaScript or JavaScript and jQuery. jQuery was introduced to make development with JavaScript easier. It will reduce the development time. ... Read More

Advertisements