Top Banner
40
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Presentation1   c o-mprog
Page 2: Presentation1   c o-mprog
Page 3: Presentation1   c o-mprog
Page 4: Presentation1   c o-mprog
Page 5: Presentation1   c o-mprog

ENGINEERING?..,

Page 6: Presentation1   c o-mprog
Page 7: Presentation1   c o-mprog

Computer Programming

(often shortened to programming or coding) is the process of designing, writing, testing, debugging / troubleshooting, and maintaining the source code of computer programs.

Page 8: Presentation1   c o-mprog

This source code is written in a programming language.

Page 9: Presentation1   c o-mprog
Page 10: Presentation1   c o-mprog

The purpose of programming is to create a program that exhibits a certain desired behavior (customization).

Page 11: Presentation1   c o-mprog
Page 12: Presentation1   c o-mprog

The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.

Page 13: Presentation1   c o-mprog

Within software engineering, programming (the implementation) is regarded as one phase in a software development process.

Page 14: Presentation1   c o-mprog

Programming is the craft of transforming requirements into something that a computer can execute.

Page 15: Presentation1   c o-mprog

The concept of devices that operate following a pre-defined set of instructions traces back to Greek Mythology, notably Hephaestus, the Greek Blacksmith God, and his mechanical slaves.

Page 16: Presentation1   c o-mprog

The Antikythera mechanism from ancient Greece was a calculator utilizing gears of various sizes and configuration to determine its operation.

Page 17: Presentation1   c o-mprog

Al-Jazari built programmable Automata in 1206. One system employed in these devices was the use of pegs and cams placed into a wooden drum at specific locations.

Page 18: Presentation1   c o-mprog

The Jacquard’s Loom, which Joseph Marie Jacquard developed in 1801, uses a series of pasteboard cards with holes punched in them. The hole pattern represented the pattern that the loom had to follow in weaving cloth. The loom could produce entirely different weaves using different sets of cards.

Page 19: Presentation1   c o-mprog

Charles Babbage adopted the use of punched cards around 1830 to control his Analytical Engine.

Page 20: Presentation1   c o-mprog

In the late 1880s, Herman Hollerith invented the recording of data on a medium that could then be read by a machine.

To process these punched cards, first known as "Hollerith cards" he invented the tabulator, and the keypunch machines.

In 1896 he founded the Tabulating Machine Company (which later became the core of IBM).

Page 21: Presentation1   c o-mprog

The invention of the von Neumann architecture allowed computer programs to be stored in computer memory.

In 1954, FORTRAN was invented; it was the first high level programming language to have a functional implementation, as opposed to just a design on paper.

the name FORTRAN stands for "Formula Translation“.

Page 22: Presentation1   c o-mprog

Many other languages were developed, including some for commercial programming, such as COBOL. (COmmon Business-Oriented Language.)

By the late 1960s, data storage devices and computer terminals became inexpensive enough that programs could be created by typing directly into the computers.

Text editors were developed that allowed changes and corrections to be made much more easily than with punched cards.

Page 23: Presentation1   c o-mprog

Throughout the second half of the twentieth century, programming was an attractive career in most developed countries. Some forms of programming have been increasingly subject to offshore outsourcing .

It is unclear how far this trend will continue and how deeply it will impact programmer wages and opportunities.

Page 24: Presentation1   c o-mprog

Efficiency/performance: the amount of system resources a program consumes (processor time, memory space, slow devices such as disks, network bandwidth and to some extent even user interaction): the less, the better.

Page 25: Presentation1   c o-mprog

Reliability: how often the results of a program are correct.

This depends on conceptual correctness of algorithms, and minimization of programming mistakes, such as mistakes in resource management and logic errors.

Page 26: Presentation1   c o-mprog

Robustness: how well a program anticipates problems not due to programmer error.

This includes situations such as incorrect, inappropriate or corrupt data, unavailability of needed resources such as memory, operating system services and network connections, and user error.

Page 27: Presentation1   c o-mprog

Usability: the ergonomics of a program: the ease with which a person can use the program

for its intended purpose, or in some cases even unanticipated purposes.

This involves a wide range of textual, graphical and sometimes hardware elements that improve the clarity,

intuitiveness, cohesiveness and completeness of a program's user

interface.

Page 28: Presentation1   c o-mprog

Portability: the range of computer hardware and operating system platforms on which the source code of a program can be compiled/interpreted and run.

Page 29: Presentation1   c o-mprog

Maintainability: the ease with which a program can be modified by its present or future developers in order to make improvements or customizations, fix bugs and security holes, or adapt it to new environments.

Page 30: Presentation1   c o-mprog

Hephaestus is the god of the smiths.

He discovered the ways of working iron, copper, gold, silver, and everything else which requires fire for working.

Hephaestus is called son of Zeus and Hera.

Page 31: Presentation1   c o-mprog
Page 32: Presentation1   c o-mprog
Page 33: Presentation1   c o-mprog
Page 34: Presentation1   c o-mprog
Page 35: Presentation1   c o-mprog
Page 36: Presentation1   c o-mprog
Page 37: Presentation1   c o-mprog
Page 38: Presentation1   c o-mprog
Page 39: Presentation1   c o-mprog
Page 40: Presentation1   c o-mprog