Create and Drop Table

Create and Drop Table For any database, the basic element to be constructed and defined are the tables. In RDBMS the connection among the various tables, using the relations will completely define a database. In this tutorial, we shall look into the creation of the table and deleting the tables that are not required accordingly. …

Create and Drop Table Read More »

Pipelining in Processors

Pipelining in processors What does dual core, quad core and octa core processors mean would be explained in this tutorial using the concept of pipelining in processors Refer previous tutorial for proper understanding.  Pipelining: This concept was introduced to increase the speed of the processor. It was implemented in 8086 and there was no pipelining …

Pipelining in Processors Read More »

Introduction to Image Processing

Introduction to Image Processing This entire series of tutorials covers the basics of image processing using OpenCV library with python to the advanced deep learning. In this tutorial you will get to about introduction to image processing Course Curriculum Let us look into the course curriculum. The entire tutorials include the concepts of basic image, …

Introduction to Image Processing Read More »

Addressing modes of 8051

Addressing modes of 8051 The way in which an operand is given to an instruction is known as addressing mode. Addressing modes do exist in every processor and microcontroller, however they vary little, to read addressing modes in 8086 microprocessor click here. There are various types of addressing modes in 8051, and important ones are …

Addressing modes of 8051 Read More »

Introduction to SQL

Introduction to SQL SQL stands for Structured Query Language. In the previous tutorials, we have discussed about the database with different operations and their properties. To get to know much about the SQL, read the database tutorials for better understanding of the concepts.  SQL is useful to communicate with the databases. It can store, retrieve …

Introduction to SQL Read More »

Robot Motion in ROS

Robot Motion in ROS In this tutorial, the movement of the turtlebot can be done with respect to the real-time robot simulation. The modification of the changes in the previous tutorial that is the simulation of the turtlebot can be done to run the real-time robot accordingly. robot motion in ROS To install the simulator …

Robot Motion in ROS Read More »

SFRs in 8051

SFRs in 8051 There are a total of 21 SFRs in 8051, out of which few SFRs are already discussed in previous tutorials and remaining would be covered in upcoming tutorials.  There are 111 instructions in 8051, For eg : MOV A, P0 This is assembly language which is converted into opcode, so one instruction …

SFRs in 8051 Read More »