Hello friends my name is Ayush garg and I going to explain the difference between electronic and electric circuits. Electric circuit is the circuit which don’t have a capability of the decision making while electronic circuit have a capability of the decision making. Electronic circuit required less amount of voltage. It mostly worked on the direct current while electric circuit operates on high alternating current. Mobile, laptop, microwave oven and etc. are the electronic devices. The main work of electronic devices to manipulate the current for performing a particular task. Mostly electronic devices operate on the dc power supply. But the ac current is supply in our house of about 220 volt and 50 Hz frequency. So this ac current are required conversion into the dc current. For that conversion the devices sometime contain built-in rectifier with filter (a device which convert a.c current into dc current) and sometime in form of adapter (ex-mobile, laptop). Some i...
Statically typed language and Dynamically typed language. By Ayush garg T here are lots of programming languages in world. Every language follow some paradigm (A guild line follow to make program). For example c follow procedure oriented paradigm, C++ and java follow object oriented paradigm. Similarly statically type and dynamically typed are another paradigm of programming language. Important note – sometime programmer get confuse between static or dynamic typed language and static or dynamic memory allocation. Both are totally different concept. Static or dynamic typed language is the paradigm of programming language and static or dynamic memory allocation is all the allocation of the memory of the variable. To explain this concept I am going to use the python, C, C++, and Java language. If you don’t know these or anyone of these languages doesn’t worry consider the program as a pseudo code. So let’s begin. Statically typed language- ...