Basics of computer and memory What is machine level language? ➡ It is a low-level language comprised of binary digits(ones and Zeros). what is High level language? ➡ Language designed to simplify computer programming. eg, C, C++. Basic computer architecture Founder of computer? Charles Babbage (1791-1871). First computer in the world ENIAC (Electronic Numerical Integrator and Computer) was the first electronic programmable computer built in U.S. ➡ Size of data variables depends on the type of compiler. Types of memory what is primary memory? ➡ volatile memory. vanishes up when the system is closed or when it is shut down. stores data temporarily. Secondary memory? ➡ Non volatile. eg, hard disk, SSD. stores data permanently. Cache memory? It is extremely fast memory type. ...
Comments