By Kristjan Rebol, 2.Eak-ele. Contents: Introduction List of the main high-level programming languages Short presentation of individual high-level languages.

Slides:



Advertisements
Similar presentations
Mathematical and Scientific Software STEM2 February 12, 2008.
Advertisements

Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
Programming Creating programs that run on your PC
Computer Concepts 5th Edition Parsons/Oja Page 546 CHAPTER 11 Software Engineering Section A PARSONS/OJA Computer Programming.
Computers: Tools for an Information Age
Chapter 16 Programming and Languages: Telling the Computer What to Do.
 2002 Prentice Hall. All rights reserved. Week 1 - Introduction to Object- Oriented Programming Outline 1.1 Machine Languages, Assembly Languages and.
Introduction to Programming. History of Programming Charles Babbage Lived from Called the “father of the computer” Created the Analytical.
Introduction to Programming Programming. COMP102 Prog. Fundamentals I: Introduction / Slide 2 Objectives l To learn fundamental problem solving techniques.
Introduction to Programming. COMP104 Introduction / Slide 2 Objectives * To learn fundamental problem solving techniques * To learn how to design a program.
Programming languages Prepared by : Jyrald Aquino.
Programming. Software is made by programmers Computers need all kinds of software, from operating systems to applications People learn how to tell the.
Programming Concepts and Languages Chapter 12 – Computers: Understanding Technology, 3 rd edition 1November
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
1 ENG236: Introduction (1) Rocky K. C. Chang THE HONG KONG POLYTECHNIC UNIVERSITY.
CS102 Introduction to Computer Programming
Programming Languages Lecture 12. What is Programming?  The process of telling the computer what to do  Also known as coding.
Program development & programming languages Chapter 13.
1 Chapter 1 - Introduction to Computers, the Internet, and the World Wide Web Outline 1.1Introduction 1.2What Is a Computer? 1.3Computer Organization 1.4Evolution.
BIT Presentation 6. Contents GENERATIONS OF LANGUAGES COMPILERS AND INTERPRETERS VIRTUAL MACHINES OBJECT-ORIENTED PROGRAMMING SCRIPTING LANGUAGES.
Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Object Oriented.
Introduction to Computer Programming itc-314
1 An Introduction – UCF, Methods in Ecology, Fall 2008 An Introduction By Danny K. Hunt & Eric D. Stolen Getting Started with R (with speaker notes)
 2008 Pearson Education, Inc. All rights reserved Introduction to Computers, the Internet and World Wide Web.
Software – Applications software and programming languages
Programming Languages
Understanding Computers Ch. 131 Chapter 13 Program Development and Programming Languages.
Additional Materials1 Other Languages C and C++: Languages used by Systems Programmers. Heavy use by Computer Scientists. COBOL: An ancient Business oriented.
High-level Languages.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” CHAPTER 4 : Part 2 INTRODUCTION TO SOFTWARE DEVELOPMENT: PROGRAMMING & LANGUAGES.
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
An intro to programming. The purpose of writing a program is to solve a problem or take advantage of an opportunity Consists of multiple steps:  Understanding.
Computer programming.
Introduction Chapter 1. 1 History of Computers Development of computers began with many early inventions: The abacus helped early societies perform computations.
© Copyright 1992–2005 by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. Tutorial 1 – Car Payment Calculator and Guess the Number.
Introduction to Programming. When you program, you are programming the instruction set of the CPU (machine language). Intel 8080 CPU.
In the name of Allah college of arts specialize Islamic studies DALAL ABU MANDEEL SUPERVIVOR: MS:YASMEEN EL BUBO.
Course Overview. What are Computers? From Outside –CPU box, Monitor, Keyboard, mouse and Printers From inside –ICs, Chipsets, Hard Disks, PCB cards, Drives,
Programming Languages 1.07a.  A computer program is a series of instructions that direct a computer to perform a certain task.  A programming language.
Revision Language generations Two’s and One’s Complement and Sign and Magnitude.
1.8History of Java Java –Based on C and C++ –Originally developed in early 1991 for intelligent consumer electronic devices Market did not develop, project.
Building Java Programs Chapter 1 Introduction to Java Programming Copyright (c) Pearson All rights reserved.
CSCI 161: Introduction to Programming 1
Software – Applications software and programming languages.
The Teacher Computing Computer Languages [Computing]
INTRODUCTION TO COMPUTING CHAPTER NO. 04. Programming Languages Program Algorithms and Pseudo Code Properties and Advantages of Algorithms Flowchart (Symbols.
OOP with Java, David J. Barnes Bits, Bytes, and Java1 The Challenge Writing programs well is a challenge. –From coder to software engineer. We want programs.
Module 4 Part 2 Introduction To Software Development : Programming & Languages Introduction To Software Development : Programming & Languages.
Program & Programming Languages. Introduction to Programming Programming is the process of writing a computer program in a language that the computer.
CT1513 Introduction To java © A.AlOsaimi.
Popular Programming Languages FORTRAN—the oldest high-level programming language; designed for scientific and mathematical applications. John Backus.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 1.1 What Is a Computer? 1.2 Computer Organization.
Introduction Copyright © Software Carpentry This work is licensed under the Creative Commons Attribution License See
CSC1200 INTRODUCTION TO PROGRAMMING Dr. Maureen Markel
CS-303 Introduction to Programming
LESSON 1 Introduction to Programming Language. Computer  Comprised of various devices that are referred to as HARDWARE.  The computer programs that.
Programming Languages
Introduction to Computer Programming itc-314 Lecture 04.
PROGRAMMING VOCABULARY. The Words ◦ FORTRAN ◦ COBOL ◦ PASCAL ◦ BASIC ◦ C ◦ Java ◦ Flash ◦ PERL ◦ Ruby ◦ Python.
History of Programming Languages Compiled by Wasim Ahmad Khan.
Chapter 1: Introduction to Computers and Programming.
Software Engineering Algorithms, Compilers, & Lifecycle.
PROGRAMMING (1) LECTURE # 1 Programming and Languages: Telling the Computer What to Do.
Computer Programming - Key Concepts and Terms Computer Program – A computer program is a set of instructions for computer, arranged in logical order, using.
Main Part of a Computer.
Computer Languages [Computing] Computing.
CSCI-235 Micro-Computer Applications
LESSON 1 Introduction to Programming Language
پروتكل آموزش سلامت به مددجو
How can I learn C language?
Presentation transcript:

By Kristjan Rebol, 2.Eak-ele

Contents: Introduction List of the main high-level programming languages Short presentation of individual high-level languages programming Sources

Introduction Programming includes two groups of languages: - low-level (closer to the hardware) - high-level languages (closer to human languages)

List of the main high-level programming languages The main high-level languages : FORTRAN, COBOL, BASIC, C, JAVA, and C Sharp.

Short presentation of individual high-level languages programming.

FORTRAN used for scientific and mathematical applications. originally developed by IBM in the 1950s. website

COBOL one of the oldest programming languages. popular for bussines applications used by governments website

used as a teaching language. became widespread in the 70s and 80s, mostly for the non-science students. became widespread in the 70s and 80s, mostly for the non-science students. BASIC website

C used to write system software, graphic and commercial programs. developed at the Bell Telephone Labs in website

JAVA is designed to run on the Web. Much of its grammar rules are delivered for C and C Sharp programming languages. It is relatively young. It appeared in website

C Sharp developed by Michrosoft only eight years ago. designed to be a simple language. lots of versions of C Sharp website

Sources: ge) ge) uage) uage)