WHERE Clause in SQL

WHERE Clause in SQL In the previous tutorial, we have discussed the GROUP BY in SQL and filtering of the data by sorting them. Similar to that we shall discuss, WHERE clause in SQL in combination with the other operators. So, we shall get to know the few operators in this tutorial, which are very …

WHERE Clause in SQL Read More »

Maximum mode of 8086

Maximum mode of 8086 Maximum mode in 8086 refers to the situation when 8086 is not only the processor to compute, with 8086 there are few other processors that are interfaced with it in order to boost up the performance. 8087 , 8089 are some of the processors whose interfacing with 8086 would be explained …

Maximum mode of 8086 Read More »

Thresholding

Thresholding Introduction In the previous tutorial of Image Processing, we have discussed the blending of the two different images by using various techniques. In this tutorial, we shall get to know about the thresholding of the image.  Generally, the color image is converted to the grayscale image and then changed to the binary image for …

Thresholding Read More »

GROUP BY in SQL

GROUP BY SQL Introduction In the previous tutorials, we have seen the LIKE operator. We can filter the data in certain columns using the LIKE operator. In this tutorial, we shall look into the GROUP BY SQL to group the data. Understanding Data Grouping – GROUP BY SQL Before looking into the GROUP BY in …

GROUP BY in SQL Read More »

HTML ELEMENTS, ATTRIBUTES, HEADINGS AND PARAGRAPHS

HTML ELEMENTS, ATTRIBUTES, HEADINGS AND PARAGRAPHS In this tutorial, we shall look into the HTML elements, attributes, headings and paragraphs. HTML ELEMENTS Everything from start tag to end tag including content between tags called as HTML ELEMENTS. Syntax- <tagname> content </tagname>  Example: <h1> content </h1> <p> content </p> HTML EMPTY ELEMENTS There are some no …

HTML ELEMENTS, ATTRIBUTES, HEADINGS AND PARAGRAPHS Read More »

Minimum mode of 8086

Minimum mode of 8086 8086 microprocessor can be operated in two modes, the one is minimum mode of 8086, and other is maximum mode. Minimum mode of 8086 Maximum mode of 8086 Minimum mode:In this mode, 8086 is the only processor for processing the data, thus known as the minimum mode of 8086. Maximum mode:In …

Minimum mode of 8086 Read More »

ROSSERIAL

ROSSERIAL Introduction In the previous tutorial, we have seen the ROS Serial libraries and the installation of the required resources on your machine to work with the ROS Arduino integration. In this tutorial, we shall see the running of the publisher and subscriber code through the Arduino board using the ROS.  Publisher Now, we shall …

ROSSERIAL Read More »

Branch Operations

Branch Operations Instruction sets that cause branch operations ( not in the sequential order ) are known as branch control groups of instructions. To acess complete 8051 series, click here. Eg: loops In the sequential manner of program execution, every next line of the program is executed due to increment of PC ( program counter …

Branch Operations Read More »

Blending Images

Blending Images Introduction The discussion of color maps in the previous tutorial is useful to work on the changing of images into various color formats. In this tutorial, we shall look into the blending images that is placing one image on another image.  Blending two different Images Let us work on our Jupyter notebook, to …

Blending Images Read More »