[1] Flip through each page
[2] End of chapter-looking for question
[3] Read the bold prints
[4] First and last sentence of each paragraph
[5] Then start readi...
Thursday, March 2, 2023
Tuesday, January 3, 2023
Saturday, September 24, 2022
Microprocessor, Microcontroller & Embedded Systems
Posted by Zuhair Ahmed on September 24, 2022 with No comments
A microcontroller is a small computer on a single integrated circuit chip. A microcontroller typically contains one or more processor cores, along with additional peripherals (memory, serial interface, timer, programmable I/O peripherals, etc.) on the same chip.A microprocessor is a computer processor that incorporates the functions of a central processing unit (CPU) onto just a few (and often only one) integrated circuits. Microprocessor...
Sunday, August 28, 2022
What is JavaScript, NodeJs, ReactJs, TypeScript?
Posted by Zuhair Ahmed on August 28, 2022 with No comments
What is JavaScript?JavaScript is a very powerful client-side scripting language(will discuss later). JavaScript is used mainly for enhancing the interaction of a user with the webpage(page opened in the browser). In other words, you can make your webpage more lively and interactive, with the help of JavaScript.JavaScript was developed by...