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 …
Category: Computing
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 …
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 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 …
What are the strings in C++?
Introduction What are the strings in C++?. How do we use them? Strings in C++ are treated as array of characters. For example the phrase “happiness is the state of mind” and “humanity comes first” are both the strings of Read More …
RS232 handshaking procedure
RS232 handshaking procedure RS232 handshaking procedure. Exchanging signals of information between a sender and a recipient is called as handshaking. Handshaking is also called as flow control. It is the method of information transfer with few wires. These signals form Read More …
What is the PC card?
Introduction to PC cards What is the PC card? Where do we use it? What are the pros and cons of it? PC card is basically a type of expansion card. Initially it was named as Computer Memory Card International Read More …
what is the difference between system software and application software?
What is the difference between system software and application software? There are two different terminologies of computer software’s. These are: system software Application software Lets learn about what is the difference between system software and application software? A software that Read More …