Skip to main content

Posts

Showing posts with the label What computer programming language

What is computer basic information?

 What might we at any point instruct you? PC Rudiments: What is a PC? What is a PC? A PC is an electronic gadget that controls data, or information. It can store, recover, and process information. You may definitely realize that you can utilize a PC to type reports, send email, mess around, and peruse the Internet. You can likewise utilize it to alter or make accounting sheets, introductions, and even recordings.Watch the video beneath to find out about various sorts of PCs.Searching for the old rendition of this video? You can in any case see it here. Equipment versus programming Before we discuss various sorts of PCs, we should discuss two things all PCs share for all intents and purpose: equipment and programming.Equipment is any essential for your PC that has an actual design, like the console or mouse. It additionally incorporates the PC's all's inside parts, which you can find in the picture underneath.seeing equipment .Programming is any arrangement of directions that ...

Computer programming language

 COMPUTER PROGRAMMING LANGUAGES Generally, a language is considered as the medium of communication among people. Likewise, to communicate with computer systems, we use computer programming languages. Usually, we provide a particular set of instructions to the computer to perform a specific task. The set of instructions given to a computer is known as a Program languages. For example, BASIC, C, C++, Java. Such programs are written in languages close to the human languages and are called high level COBOL, Fortran, etc. Each language has its own set of keywords and special syntax for writing the program. But computer cannot understand such languages. Computer understands only binary language that consists of binary numbers that is 0 and 1. So high level programs are converted into low level language program or machine language program using translators. In this chapter, let us study different generations of computer languages. First Generation language-Machine Language Machine Langu...