Thursday 3 November 2016

Intro Process of programming 01

0:00
welcome to the introductory programming
0:03
course on MPT MOOCs the goal of this is
0:09
to learn how to code basic programs in
0:13
the C programming language basically the
0:18
aim of this course is to teach you how

03 Intro Programming cycle

0:00
ok once you have understood what
0:03
algorithms that we start inviting a few
0:06
simple programs in the same programming
0:08
language before we begin will give a
0:13
brief introduction to the process of
0:15
programming when you're programming you
0:17
follow typically what is known as the

04 Intro Tracing a simple program


00
in this session let's see another simple
0:05
program and try to study what is going
0:07
on in there
0:08
ok so here i have a slightly more
0:14
complicated program than what we just
0:15
saw this last 22 printf statement one

05 Intro Variables

0:00
in this session we will see slightly
0:04
more sophisticated programs they call
0:07
that in our discussion numbered
0:08
flowcharts we talked about variables
0:11
which were conceptually seen as little
0:14
boxes in which you can hold values so
0:18
let us see how to write simple C

06 Intro Operators


0:00
so far we have seen comparison operators
0:03
like less than equal to less than or
0:07
equal to and so on will see a bunch of a
0:11
few more operators in this session
0:14
ok so let us consider the model operator