Technology has advanced to the point where programming has become an essential part of our lives. We use software and applications for communication, entertainment, education, and work, and these are all built on programming languages.
Program to print odd numbers less than 20 using for loop.
Get link
Facebook
X
Pinterest
Email
Other Apps
Explanation,
Here, i is initialized with value and in every loop, value in i increase by 2 until the condition gets false.
a. Communication is the process of sharing message from one point to another. True b. In half duplex mode of communication, data can be transmitted in both the directions simultaneously. False c. Metropolitan Area Network connects two or more LAN together with in a large city or state. True d. Computer network allows sharing of software only. False e. Coaxial cable has much greater bandwidth than fiber optic cable. False f. A gateway is a network device which connects two dissimilar networks together. True g. Each computer or device in a network is called node. True h. Peer to peer is a network which has more security than client server. False
Here, two numbers are requested from the user and placed in 'a' and 'b' variable using scanf. The value of the variable are checked using 'if' structure. If value in a is greater than value of a will be displayed as greater else value of b is displayed as greater number in comparision. Output
People need a language to communicate with each other. These language may be either French, Ameicans, Spanish etc known as natural language. In the same manner, to communicate with machine, we need a different language known as machine language. Machine needs instruction to perform any types of task to be carried out. These instructions collectively known as program. The instruction given should be in machine language so that machine can understand. The instruction should be in a manner i.e should follow the rule of program writing. Instructions collectively known as program. Language to interact with computer is known as programming language that a instructor should learn before giving any instruction to machine/computer. There are two types of Programming Language Low Level Language High Level Language
Comments
Post a Comment
If you have any doubt, let me know...