Types of inheritance How many types of inheritance are here in C++? Lets learn about each in detail. As we know that when we use the word “shapes” in geometry then it means that shape can be a rectangle, a Read More …
what is the BCD counter?
what is the BCD counter? what is the BCD counter? The word BCD stands for binary coded decimal, a class of binary encodings in which encoding of decimal numbers occurs. And the digits are represented by a fixed number of Read More …
What are the decision making statements in C++?
What are the decision making statements in c++? What are the decision making statements in C++? Generally a program’s structure flows sequentially. By sequentially we mean that each instruction is executed one after another. This flow can be interrupted or Read More …
How to add a printer to mac?
How to add a printer to mac? How to add a printer to mac? In order to add a printer to mac you have to follow these steps: 1.First step is to turn on both machines 2.Now you have to Read More …
What is the criteria for choosing a microcontroller?
What is the criteria for choosing a microcontroller? What is the criteria for choosing a microcontroller? A microcontroller (MCU for microcontroller unit) is a small computer on a single metal-oxide-semiconductor (MOS) integrated circuit (IC) chip. A microcontroller contains one or Read More …
How to use rand() function in C++?
Introduction to random numbers in c++ How to use rand() function in C++? How does it generate random number? An interesting programming application in C++ is the random number generation. Different game playing programs can be developed using its concept Read More …
What are the Quantum Dots?
Introduction to quantum dots technology what is the quantum dots technology ? How it is used in electronics? Quantum specks are a type of nanocrystals that are produced using semiconductor material such as silicon, germanium, cadmium sulfide, cadmium selenide, and Read More …
What is the Schottky Diode?
Introduction to Schottky diode What is the Schottky Diode? How it is designed? As frequency is increased, the activity of small signal rectifier diodes starts to decay. They are not, at this point ready to turn off quick enough to Read More …
what to sort the elements of array using Bubble sort algorithm?
Sorting algorithms for arrays How many types of sorting Algorithms for arrays? Why we need to sort the numbers? In our daily life there are many cases where we need to sort (arrange in ascending or descending order) the data. Read More …
what is meant by data communication?
Introduction to data communication what is meant by data communication? Where do we use it? How it is implemented? Data communications serve as an interface between source and receiver with the help of transmission media like wireless cables etc. Data Read More …