Basics of Computer, Programming and C
The EBook for future
programmers
Click
here to purchase it from google play store. [you can search in mobile play
store-books section]
This eBook discusses
about basics of Computer and programming in simple terms and then introduces C
learning tutorial on Mobile Phone.
Preface
In
this digital age, computers are observing everywhere. The digital computers
need application program to work, and skilled programmers or system developers
write such programmes. And you are becoming one such skilled programmer who
writes standard code for many digital devices.
Why become programmer?
Programming is becoming an
essential skill in nearly every modern industry. But more than any of that,
when taught correctly, programming can be a whole heap of fun! Learning to code
is an amazing, practical and hugely rewarding hobby and skill for readers of
all ages.
Why to learn C?
Because it is
simple, easy to learn, old language and found everywhere from embedded to robotics,
desktop to main frame computers. It is base of many languages!
Who this eBook is for:
-Those who want to start a
career in Computer Programming or study Computer Science stream.
-Those who want to know how
a computer performs a task in a simple and easy way.
-Teachers, Parents,
Students, Educators, Anyone Interested in Real Coding [not just block coding].
Benefits
-Reader
understands important concepts of programming and its fundamentals
-Learning
C, the most popular and used programming language with mobile app.
Requirements
Computer
or Android mobile device
Internet
connection
Motivation
to see reader fall in love with coding
This compiled eBook has
three parts and read them in that order only:
Part
I: Basics of Computer
Part
II: Basics of Programming
Part
III: Learn C Programming
Below
is the content of this eBook
Contents
Computers through the ages: classes of computers
Basic components of a computer
What is a computer program concept?
A program to translate human form into machine form
How to write a computer program?
Steps before writing a program
Example: Writing simple algorithm for a given task
Part II: Basics of Programming
Asking the computer to
remember
Condition controlled
loops: while loop
Create a group of
instructions
Converting code into
zeros and ones
Part III: Learn C Programming: Introduction
C: A VERY BRIEF HISTORY & STANDARDS
Programing
Process & Its Tools
Decide the program type:
console application or GUI one
Programming Process and its tools
Driver
Program and Standard in-built Libraries
Naming source files: main.c is your driver program
Part III: Learn C Programming: Tutorial
C
Variables, Constants and Literals
C Increment and Decrement Operators
How user-defined function works?
Pass arrays to a function in C
Passing
Multidimensional Arrays to a Function
Example 3: Passing two-dimensional arrays
Relationship Between Arrays and
Pointers
String Manipulations In C Programming Using Library
Functions
String Examples in C Programming
Opening a file - for creation and edit
Reading and writing to a text file
Reading and writing to a binary file
--till next post,
bye-bye and take care.