Programming 1
Programming 1
ME1042
Lesson-1
BY
DR. (MRS.) K. GALAPPATHTHI
Module Details:
Module Objectives:
This module introduces core programming fundamentals and applies those to solve real-world problems
Credits: 2.0
GPA/NGPA: NGPA
Method of Assessment: Continuous Assessments 40%
End Semester Examination 60%
Python in a Nutshell, 3rd Edition Publisher: O'Reilly Media, Inc ISBN: 9781491913833
Real World
Computer Solutions
Problems
1267650600228229401496703205
? 376
2^100
Instructions to Solve
Program
Problems
Program
An ordered set of instructions given to a computer to
accomplish a given task is known as a program.??
Natively compiled
languages
Interpreted languages
Hybrid languages
Compiler(s) built for it convert the source code to native code (machine
code). Large software are written in such languages.
E.g., Office suites, IDEs, Compilers, Games, Time and Mission critical
applications
UNIT1 - PROGRAMMING INTRODUCTION TO PROGRAMMING 27
InterpretedLanguages