Module 1
Module 1
1
[INTRODUCTION]
Course Module
< DPT 6102 COMPUTER PROGRAMMING 1 >
Software programming is the act of writing computer programs, which are a series of
instructions written using a computer programming language to perform a specific
computer function.
Computer programming is enjoyable and easy to learn so long as you are taking the right
approach. This lesson uses a simple and realistic approach to cover the fundamentals of
computer programming for the benefit of the student.
< Algorithm>
From the point of view of programming an algorithm is a step-by-step process to
solve any problem. An algorithm is an efficient method expressed as a finite set of
definite instructions. Thus, a computer programmer lists all the steps needed before
writing the actual code to solve a problem.
<Elements of Programming>
Computer programming languages are also composed of several elements, similar to
human interface languages. We'll take you through the basics of those elements and
make them easy to use in different programming languages.
These basic elements are:
Programming Environment
Basic Syntax
Data Types
Variables
Keywords
Basic Operators
Decision Making
Loops
Numbers
Characters
Arrays
Strings
Functions
File I/O
Course Module
A major part of the tutorial was explained by taking C as programming language and
then we showed how Java and Python work with similar concepts. So after
completing this tutorial, you'll get to know these famous programming languages:
C Programming
Java Programming
Python Programming
Note:
There should only be one file for module per week.
Avoid plagiarism by paraphrasing information and texts coming from the Internet and
other sources.
Course Module