Preview

Computer Programming Languages.

Powerful Essays
Open Document
Open Document
2590 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Computer Programming Languages.
COMPUTER PROGRAMMING Programming languages for computers are developed with the primary objective of facilitating a large number of persons to use computers without the need to know in detail the internal structure of a computer. Languages are matched to the type of applications which are to be programmed using the language. The ideal language would be one which expresses precisely the specification of a problem to be solved, and converts it into a series of instructions for a computer. It is not possible to achieve this ideal as a clear specification of a problem is often not available and developing an algorithm from specifications requires subject knowledge and expertise. In actual practice, a detailed algorithm to solve a problem is the starting point and it is expressed as a program in a programming language. A large number of languages, over a thousand, exist each catering to a different class of applications. All modern programming languages (with one exception) are designed to be machine independent. In other words, the structure of the programming language would not depend upon the internal structure of a specified computer; one should be able to execute a program written in the programming language on any computer regardless of who manufactured it or what model it is. Programing Language is a set of instructions (codes) that controls a computer to perform some processing function or combination of functions. For the instructions to be carried out, a computer must execute a program, that is, the computer reads the program, and then follows the steps encoded in the program in a precise order until completion. A program can be executed many different times, with each execution yielding a potentially different result depending upon the options and data that the user gives the computer. It can also be simply defined as the process of specifying objects and the ways in which those objects interact to solve a problem. A computer is not intelligent. It cannot

You May Also Find These Documents Helpful

  • Better Essays

    DSC 340 Midterm

    • 1391 Words
    • 6 Pages

    computer program or collection of programs-set of instructions that tell the hardware what to do…

    • 1391 Words
    • 6 Pages
    Better Essays
  • Satisfactory Essays

    •Name and describe the only language that computers understand and explain how the instructions that people write for computers get into that form…

    • 322 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    CSO Gaddis Java Chapter1 1

    • 2953 Words
    • 29 Pages

    © 2012 Pearson Education, Inc. All rights reserved. Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Data Structures Second Edition by Tony Gaddis and Godfrey Muganda Chapter Topics Chapter 1 discusses the following main topics: – Introduction – Why Program? – Computer Systems: Hardware and Software – Programming Languages – What Is a Program Made Of? – The Programming Process –…

    • 2953 Words
    • 29 Pages
    Satisfactory Essays
  • Good Essays

    Programming

    • 3038 Words
    • 13 Pages

    2. Each of the flowchart segments in Figure 3-35 is unstructured. Redraw each flowchart segment so that it does the same thing but is structured.…

    • 3038 Words
    • 13 Pages
    Good Essays
  • Powerful Essays

    The following information will introduce general knowledge in basic programming concepts. It shall discuss basic types of computer programming languages as-well-as program development. There are three basic types of computer programming languages that will be discussed in a simple and easy to understand manner. We shall also describe the program development cycle and discuss why it is important to use a structured and organized process to create a computer programming language.…

    • 1318 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    * Programming is the process of turning the system design specification in to computer code.…

    • 297 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    “To make a computer do anything, you have to write a computer program. To write a computer program, you have to tell the computer, step by step, exactly what you want it to do. The computer then “executes” the program, following each step mechanically, to accomplish the end goal. When you are telling the computer what to do, you also get to choose how it’s going to do it. That’s where computer algorithms come in. The algorithm is the basic technique used to get the job done.”1…

    • 4970 Words
    • 27 Pages
    Powerful Essays
  • Good Essays

    Programming Languages

    • 527 Words
    • 3 Pages

    1. When working with programming languages, what is meant by “syntax”? Give one or more examples.…

    • 527 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Programming Language

    • 8547 Words
    • 35 Pages

    Madam Amna Naveed Lecturer CIIT Lahore, Lahore Subject: Report on Programming Languages Dear Madam, We are submitting herewith our report entitled “Programming Languages” as a partial fulfillment of the Report Writing Skills course requirement. The main purpose of this report is to promote the knowledge about the different languages used in the industry The report states the brief history of the language and its basic syntax. Some of the distinguishing features which differentiate it from other languages have also been described. Also discussed are the limitations of the language and the amendments made in them over the years. As we have just started programming we did not know much about the languages beforehand. So during the research phase, we learnt a lot new of things about the languages. But we could not find any resource person having knowledge pertaining to the languages we chose. So we had to rely completely on the secondary sources. We hope that this report will merit your approval. Sincerely,…

    • 8547 Words
    • 35 Pages
    Satisfactory Essays
  • Powerful Essays

    C++ Programming Language

    • 4580 Words
    • 19 Pages

    When one begins to write a program, the first action should be to define the variables that the program needs; variables are places in memory in which to store data items. Next, one writes the instructions to input values from the user (say, via the keyboard) and store those values in the…

    • 4580 Words
    • 19 Pages
    Powerful Essays
  • Good Essays

    studies

    • 2257 Words
    • 8 Pages

    The imperative programming paradigm is an abstraction of real computers which in turn are based on the Turing machine and the Von Neumann machine with its registers and store (memory). At the heart of these machines is the concept of a modifiable store. Variables and assignments are the programming language analog of the modifiable store. The store is the object that is manipulated by the program. Imperative programming languages provide a variety of commands to provide structure to code and to manipulate the store. Each imperative programming language defines a particular view of hardware. These views are so distinct that it is common to speak of a Pascal machine, C machine or a Java machine. A compiler implements the virtual machine defined by the programming language in the language supported by the actual hardware and operating system.…

    • 2257 Words
    • 8 Pages
    Good Essays
  • Powerful Essays

    Computer programming is defined as telling a computer what to do through a special set of instructions which are then interpreted by the computer to perform some task(s). A computer goes through a set of steps whose purpose is to achieve something. These steps are instructed to the computer by computer programs. Essentially, computer programming is the process by which these programs are designed and implemented. [1.]…

    • 4953 Words
    • 20 Pages
    Powerful Essays
  • Good Essays

    Programming Languages

    • 2964 Words
    • 12 Pages

    An assembly language is a low-level programming language for a computer, microcontroller, or other programmable device, in which each statement corresponds to a single machine code instruction. Each assembly language is specific to a particular computer architecture, in contrast to most high-level programming languages, which are generally portable across multiple systems. Assembly language is converted into executable machine code by a utility program referred to as an assembler; the conversion process is referred to as assembly, or assembling the code.…

    • 2964 Words
    • 12 Pages
    Good Essays
  • Powerful Essays

    Computer Programming

    • 2234 Words
    • 9 Pages

    * Time driven – this is where the event will only occur from the users input for example when they click on a button…

    • 2234 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    computer programming

    • 3833 Words
    • 16 Pages

    This topic will discuss the introduction to the use of the computer in the business area, including the basic hardware and software concepts. Information technology (IT) is one of the key resources in the modern business environment. We have lived during the past 20 years in a period that has strongly emphasised the strategic importance of information technology. Consequently, those currently involved in management have a clear vision of the technology’s significance to their company’s operations, but they are often lacking in the time and/or ability to realise fully its objectives in this field.…

    • 3833 Words
    • 16 Pages
    Good Essays

Related Topics