
Introduction You’re never on the computer with the bulky, unsightly printer when you want to print something. The Raspberry Pi is small enough that you can hide your printer just about anywhere and let the Pi do the work of Read More …
where you start learning everything about electrical engineering computing, electronics devices, mathematics, hardware devices and much more.
Introduction You’re never on the computer with the bulky, unsightly printer when you want to print something. The Raspberry Pi is small enough that you can hide your printer just about anywhere and let the Pi do the work of Read More …
Introduction to Structures in C++ In programming, we encounter different types of variables. Some of them are of int type, some are floats, and others are double or character. Such types of variables represent one type of information e.g., length, Read More …
What is the Raspberry Pi Model ? Which Model of Raspberry Pi is Best? Raspberry Pi is a single small computer board which was first developed in the United Kingdom by the Raspberry Pi foundation. In 2006, Atmel ATmega644 were the Read More …
Vector Space Definition in Linear Algebra what is the vector space in linear algebra? The collection of vectors (V1,V2,V3,…..) are said to form a vector space (V) if the following properties are satisfied For any two vectors u,v that belongs Read More …
Introduction to Linear system of equations How to solve system of linear equations in Linear Algebra? A linear equation in n variables x1,x2,x3,…..xn is an equation that can be written in the form of where b and coefficients are real Read More …
Introduction In this article I have descried how to Design of a 3-bit Up Counter using JK Flip-Flop. 3 bit up counter is a synchronous counter that uses three bits at the output for producing the values from 000 to Read More …
Drawback of Huffman Coding Adaptive Huffman Encoding in Data Compression | Unique Example. In Huffman encoding, it is necessary to already know the frequency or probabilities of source sequence. If it is unknown then Huffman encoding can be done is Read More …
Why we need tree structure in graph theory? What is the advantage and what are its applications? In this article, I have discussed in detail about Breadth First Search Algorithm . Trees are important to the structural understanding of graphs Read More …
A minterm is a product (AND operation) of all variables in a Boolean function, either in their true or complemented form, which evaluates to 1 for exactly one combination of inputs. The sum of minterms representation (Sum of Products, SOP) Read More …
Video Lecture for Creating a Test Bench waveforms for Verilog HDL Module Here is the video lecture for creating the test bench for a module in Xilinx: When designing digital circuits using Verilog HDL, it’s essential to verify the functionality Read More …