web analytics

What are the characteristics of C programming language?

characteristics of c programming language

In the 1970s, Dennis Ritchie Invented C programming language using Unix Operating system. C is being a high-level programming language. It is also called high-level structured programming language.

Read More: Write down briefly the history and importance of C language.

C language is one of the most popular computer languages today because it is a structured, high level, machine independent language. It allows software developers to develop software without worrying about the hardware platforms where they will be implemented.

Read more

What is flowchart? What are characteristics of flowchart? What are the rules for creating flowchart?

flowchart definition characteristics rules

Flowchart

A flowchart is a representation of a decision sequence or algorithm. This is a series of pictures that show how to proceed in order to solve a problem. Purpose of a flowchart is to show the flow of the program. The function is to show the steps of decision sequence or algorithm in the form of diagram.

Flowcharts have to be drawn using several geometric figures of different shapes. It helps to understand the nature of the program. Programmers use these charts of flows to compose programs.

Read more

What is RDBMS? What are the 10 characteristics of RDBMS? What are the 10 usages of RDBMS?

rdbms definition characteristics usage

RDBMS

A database management system is a software consisting of several programs. That is, the software that uses the database management system to store the records in different tables / files and through querying the relationship between multiple databases is called relational database management system. It consists of several interrelated files. This management system is used for database creation, control, maintenance etc.

Read more

What is Information Technology? What are the contributions of Information Technology (IT)?

What is IT?

Information Technology

Information technology is the technology of storing data or information and using the stored data.

The branch of technology concerned with the dissemination, processing and storage of information, especially by means of computers.

Oxford English dictionary

Information technology is basically an integrated technology which has emerged as information technology after long practice in communication, telecommunication, audio, video, computing, broadcasting and many other technologies.

Read more

What is Asynchronous transmission? What are the advantages and disadvantages of asynchronous transmission?

asynchronous-data-transmission-with-advantages-disadvantages

Asynchronous transmission

Asynchronous data transmission is one of the three methods of data transmission. In asynchronous data transmission, sender or source system sends one character of whole data at once to the receiver or destination system.

Read more

What are the different types of data transmission speed or bandwidth?

what-are-the-different-data-transmission-speeds-or-bandwidths

Data transmission speed is the rate of transferring data from source to destination. It is also referred as Bandwidth. Unit of bandwidth is Bit Per Second or bps. This is also called Band speed, which is the number of bits transmitted in a second is bps or Bandwidth. There are 3 types of Bands which are as follows

Read more

Write short note on Bus topology with advantages and disadvantages

short notes on bus topology with advantages and disadvantages

Bus Topology

Unlike star topology or mesh topology, a bus topology is a multi-point connection between the nodes or devices on the network. A long cable works as backbone of the network. All the different nodes in the network connects at different points on the main cable. A connection point in the main cable for a node or device is the nearest point for the node.

Read more

Write short note on Star Topology with advantages and disadvantages

star-topology

Star Topology

Star topology is one of the four basic topologies of network communication. In this topology, all network devices connects to a controller or hub. This controller or hub enables communication among the network devices. Devices does not connect directly to each other as in Mesh topology. Each device sends data to another device through this hub. And when the hub receives a message, it relays the message to its destination device. As all nodes or devices connects a point, it is called an star topology.

Read more

Write short note on Mesh Topology with advantages and disadvantages

mesh-topology-with-advantages-disadvantages

Mesh Topology:

Mesh topology is one of the four basic topologies of network communication. This is a point-to-point connection. That means, each devices in the network connects to each other device directly. Mesh topology offers speedy connection between devices due to dedicated communication channel.

Read more