Showing 19-26 of 26 results
Computer Fundamentals
Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions (called program), produces a result (output), and saves it for future use. This course by Academy Europe explains the foundational concepts of computer…
Basic Electronics
This course supplies basic information on how to use electronic components and explains the logic behind solid state circuit design. Starting with an introduction to semiconductor physics, the course moves on to cover topics such as resistors, capacitors, inductors, transformers, diodes, and transistors. Some of the topics and the circuits…
Basics of Computer Science
Computer Science is one of the disciplines of modern science under which, we study about the various aspects of computer technologies, their development, and their applications in the present world. Likewise, Computer Science includes a wide range of topics such as the development of Computer Technology (hardware and software), application…
Basics of Computers
A computer is an electronic device that receives input, stores or processes the input as per user instructions and provides output in desired format. Computers have become an integral part of our lives because they can accomplish easy tasks repeatedly without getting bored and complex ones repeatedly without committing errors. In…
Amplifiers
An electronic signal contains some information which cannot be utilized if doesn’t have proper strength. The process of increasing the signal strength is called as Amplification. Almost all electronic equipment must include some means for amplifying the signals. We find the use of amplifiers in medical devices, scientific equipment, automation, military…
Inter Process Communication
Inter Process Communication (IPC) refers to a mechanism, where the operating systems allow various processes to communicate with each other. This involves synchronizing their actions and managing shared data. This tutorial covers a foundational understanding of IPC. Each of the chapters contain related topics with simple and useful examples. https://youtu.be/4QCzrE4Oh0U…