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 …
Category: Computing
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 …
What is GUI in computer?
Introduction to GUI What is GUI in computer? The term GUI (pronounced “gooey”) is an acronym of “Graphical User Interface” is a very interesting term. In 1979, the first prototype of GUI was developed at the” Xerox Palo Alto Research Read More …
what is ecommerce?
Commerce on the World Wide Web: what is ecommerce? How it has effects on the business? World Wide Web which has become a global electronic commerce vehicle that provides new ways for companies to communicate with each other and their Read More …
Design a project of vehicle parking in C++
Design a project of vehicle parking in C++ Design a project of vehicle parking in C++. Designing a program of vehicles parking from which we can collect useful information. This information can be used by people to get the idea Read More …
Design a matrix calculator in c++
How to design a matrix calculator in c++ Objective: Design a matrix calculator in c++ . To make the solving problem about the simple matrix easy with the help of C++ program. Each step is explained below. Abstract: In this Read More …