what is a circle in math? what is a circle in math? Define its parts in detail. A circle is a locus of points whose distance is constant from some fixed point O. That fixed point is called the center Read More …
Month: October 2021
Lab Manual 3 Digital Logic Design
Lab Manual 3 Digital Logic Design Lab Manual 3 Digital Logic Design
How to implement stacks in c++?
Introduction to arrays as class member data How to implement stacks in c++? How arrays are used as data members of Class? So far it is seen only the variables and functions can be used as members of a class. Read More …
what is the Canonical form representation of Boolean function?
How to represent the Boolean function in Canonical form? what is the Canonical form representation of a Boolean function? The canonical representation of a Boolean function can be of two forms. Summation of minterms Product of maxterms In order to Read More …
How to implement recursion in C++? Explain with an example
Introduction How to implement recursion in C++? Explain with an example There are certain cases where it is necessary a function calls itself. Such types of functions are called recursive functions. This call can be direct or indirect. Recursive functions Read More …
What are the registers in computer system?
What are the Registers? Different types of registers in computer . Registers are the temporary storage elements that store the result of different mathematical or logical operations performed by ALU in CPU. Types of registers Different types of registers are Read More …