Edsim51

Introduction to Edsim51 Edsim51 is a widely used simulation software for programming of 8051. This article describes the environment of edsim51 software and a simple program of 8051. When the edsim51 is opened it looks like The above picture has several parts1. Registers and Internal RAM2. Program section3. Port connections4. Sensors and Actuators ( 7 …

Edsim51 Read More »

NEXTPCB PCB Review

What is PCB ?? Generally, every complex electronic circuit is designed on the breadboard. But the circuit can be optimized to a Printed Circuit Board, which consumes less space and provide the organised orientation of the various components in the circuit. The designing and printing of PCBs are very much important. There are many companies …

NEXTPCB PCB Review Read More »

Webserver using Ansible

Webserver using Ansible This tutorial is all about the installing of the Ansible in your RHEL 8 and setting up the Apache HTTPD webserver using the Ansible automation. Ansible Ansible is an open-source configuration management tool. One can perform the automation using the Ansible. In this article, we will set up an Apache HTTPD web …

Webserver using Ansible Read More »

Comments and Variables in Python

Comments and Variables in Python In this module we are going to discuss about  What are the comments in python? When to use comments? How to write comments? Types of comments Docstring comments Variables in python Variable declaration Multiple Variable assignments in Python Comments in python What are the comments in python? Comments are mainly …

Comments and Variables in Python Read More »

JLCPCB PCB Review

JLCPCB Review | PCB review What is PCB ? PCB stands for Printed Circuit Board. To make electronic circuits different type of things are used like Bread board, circuit board and the most advanced comes Printed circuit board. Using Bread boards or circuit boards , we cannot put huge circuits on a 10×10 sq.cm chip. …

JLCPCB PCB Review Read More »

8259

8259 PIC ( Programmable Interrupt Controller ) 8259 PIC abbreviated as programmable interrupt controller, In the previous tutorial an overview of it was given. In this tutorial 8259 Architecture, working and 8259 pin diagram. To access complete series of 8086 click here. There are two interrupt pins to 8086 microprocessor ( NMI and INTR ), NMI …

8259 Read More »

Arrays in Python

Arrays in Python In this module we are going to discuss about Arrays in Python Basic array operations like Finding the length of the array Addition Removal Concatenation Slicing Looping Creating arrays in python Accessing array elements Basic Array definition An array is a collection of items stored at contiguous memory locations. It is a …

Arrays in Python Read More »

Data types in Python

Data types in Python This tutorial mainly teaches you about the data types in Python.In computer programming,a data type is an attribute of data which tells the compiler,how the programmer intends the use of data.Every value in python has a data type.There are various data types in Python.Some of them are  Numbers String List Dictionary …

Data types in Python Read More »

What is Python Programming

What is Python Programming Here in this module, completely about the introduction to python programming –  Features of python Major companies who use python Career opportunities in python Programming Technical skills  What is an IDE? Features of python Python is mainly used because of its wide range of features.Now let us know about all its …

What is Python Programming Read More »