STL stands for “Standard Template Library”. It is a set of C++ templates which provide some most significantly used data structures and …
Tutorials
-
-
What is MATLAB? MATLAB abbreviated form of ‘Matrix Laboratory‘ is proprietary software, widely used by students, engineers, scientists, etc. for various types …
-
TutorialsProjects
What is FSM? Write Mealy and Moore State Machine using Verilog
by Tanya Bansalby Tanya Bansal 4.8K viewsWhat is FSM? A Finite State Machine, or FSM, is a computation model that can be used to simulate sequential logic, or, …
-
Tutorials
Make your own Responsive Navigation Bar for a website
by Tanya Bansalby Tanya Bansal 492 viewsIf you are planning to design your website, then having a navigation bar or simply a navbar is a must to help …
-
What is SQL? SQL stands for ‘Structured Query Language‘ which is a widely used commercial database language used to create and operate …
-
TutorialsAssignmentProjects
How to write a Simple RISC Assembly Program?
by Sanjay Kumarby Sanjay Kumar 2K viewsRISC stands for “Reduced Instruction Set Computer”. It is one of the paradigms used to design an ISA (Instruction Set Architecture). It …
-
ProjectsTutorials
Don’t use apps! Build your own To-Do List using JavaScript
by Tanya Bansalby Tanya Bansal 513 viewsNowadays, everyone on earth has a list of things to be completed and we look for ways to organize it. So, we …
-
Before getting started with actually designing the form using HTML, let’s answer a few questions What is HTML? HTML stands for HyperText …
-
TutorialsAssignmentProjects
Basic Operations on Matrices in C++
by Sanjay Kumarby Sanjay Kumar 1.1K viewsMatrix: A matrix(singular of matrices) in mathematical terms is simply an arrangement of numbers in a definite number of rows and columns. …
-
Looping statements or loops in C/C++ are the special kinds of statements which when encountered by the control of execution, execute the …