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 … 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 … Read more

Write short note on Mesh Topology with advantages and disadvantages

mesh-topology-with-advantages-disadvantages

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.

What are the 2 types of connection in network systems?

Types-of-connection-in-network-system

A network system enables data communication between 2 or more devices. Communication links or channels connects these devices. This link or communication cannel can be of 2 types; point-to-point and multipoint connection. Both of these connections has their advantages and disadvantages and use cases.

Terms & Conditions

terms and condition

Last updated: 2020-06-11 1. Introduction Welcome to Online Class Notes (“Company”, “we”, “our”, “us”)! These Terms of Service (“Terms”, “Terms of Service”) govern your use of our website located at onlineclassnotes.com (together or individually “Service”) operated by Online Class Notes. Our Privacy Policy also governs your use of our Service and explains how we collect, … Read more

Privacy Policy

privacy policy

Who we are Our website address is: http://onlineclassnotes.com. Privacy Policy for Online Class Notes At Online Class Notes, accessible from http://onlineclassnotes.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Online Class Notes and how we use it. If … Read more

Explain the Importance of XML in Web Applications.

Extensible Markup Language or XML is a structure, tag-based language which is primarily user for transferring data. Information in XML are both human and machine readable. Tags and attributes, as in HTML is also used in XML but in a slightly stricter way than HTML. Beside that, user or developer can create his/her own tags in XML which can not be done HTML, and that is why it is called EXTENSIBLE.