Computer Programming Tutorial

Slides:



Advertisements
Similar presentations
Component 4: Introduction to Information and Computer Science Unit 5: Overview of Programming Languages, Including Basic Programming Concepts Lecture 1.
Advertisements

CS 111: Introduction to Programming Midterm Exam NAME _________________ UIN __________________ 10/30/08 1.Who is our hero? 2.Why is this person our hero?
Programming Languages: Notes for Class Discussion: V Deena Engel’s class.
Chapter 16 Programming and Languages: Telling the Computer What to Do.
Chapter 3 Planning Your Solution
Learning the parts of speech is a focus of Language Arts instruction and is vital stage in writing development. The parts of speech make up sentences.
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Introduction to Programming (in C++) Introduction Jordi Cortadella, Ricard Gavaldà, Fernando Orejas Dept. of Computer Science, UPC.
Sw development1 Software Development 1.Define the problem (Analysis) 2.Plan the solution 3.Code 4.Test and debug 5.Maintain and Document.
CIS Computer Programming Logic
Prof: Dr. Shu-Ching Chen TA: Samira Pouyanfar Spring 2015 C Tutorial CIS5027.
S2008Final_part1.ppt CS11 Introduction to Programming Final Exam Part 1 S A computer is a mechanical or electrical device which stores, retrieves,
Basic of Programming Language Skill Area Computer System Computer Program Programming Language Programmer Translators.
Introduction to Computer Programming CS 126 Lecture 2 Zeke Maier.
The Parts of Speech The 8 Parts of Speech… Nouns Adjectives Pronouns Verbs Adverbs Conjunctions Prepositions Interjections.
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
 In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached.  PHP Loops :  In.
1 Introduction to Python LING 5200 Computational Corpus Linguistics Martha Palmer.
Lecture 2 Programming life cycle. computer piano analogy Piano + player - computer hardware Musical score/notes - software or program Composer - programmer.
Flow Control in Imperative Languages. Activity 1 What does the word: ‘Imperative’ mean? 5mins …having CONTROL and ORDER!
Programming In Python. Starter Using the internet… Find what a programming language is.
Chapter 1: Introduction to Computers and Programming.
Software Engineering Algorithms, Compilers, & Lifecycle.
PYTHON PROGRAMMING Year 9. Objective and Outcome Teaching Objective Today we will look at conditional statements in order to understand how programs can.
Website Source Code Free Download.
Computer Languages [Computing] Computing.
Basic Concepts: computer, program, programming …
Why don’t programmers have to program in machine code?
what is computer programming?
Computer Programming.
Introduction to Programming and Visual Basic .NET
Words, Phrases, Clauses, & Sentences
Key Ideas from day 1 slides
Programming Mehdi Bukhari.
Algorithm and Ambiguity
Formal Language Theory
Computer science By/ Midhat Mohiey. Introduction to Programming using C ++ 2.
Chapter 5 Structures.
TRANSLATORS AND IDEs Key Revision Points.
Assembler, Compiler, Interpreter
VISUAL BASIC.
Review for Test1.
PROGRAMMING What is it?.
Unit 1: Introduction Lesson 1: PArts of a java program
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
FIRST SEMESTER GRAMMAR
Software Engineering INTRODUCTION
Lists in Python Creating lists.
LabVIEW.
Global Challenge Walking for Water Lesson 2.
Assembler, Compiler, Interpreter
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
PYTHON: BUILDING BLOCKS Sequencing & Selection
Java for Beginners University Greenwich Computing At School DASCO
ICT Programming Lesson 1:
ICT Gaming Lesson 2.
Understand the interaction between computer hardware and software
An Introduction to Programming with C++ Fifth Edition
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Introduction to Computer Science
Global Challenge Walking for Water Lesson 2.
What is Programming Language
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Programming Fundamentals Lecture #2 Overview of Computer Programming
Presentation transcript:

Computer Programming Tutorial CS Class

What is Computer Programming…? The act of writing computer programs is called Programming or Coding. Computer programs are the sequence of instructions which are written using any Computer Programming Language so that a computer can perform a specified task. The program instructions are also called Source Code.

Computer Programmer…? The person who can write computer programs in a computer programming language is called Programmer. A programmer write programs so that the programs can make a computer active, because without programs or software our computer is just a Dump Box.

Programming Languages The languages which are used to write computer programs are called Programming Languages. There are many programming languages which are used to write computer programs. For example:- C, C++, JAVA, .NET, Python, PHP, Ruby etc.

Programming Languages… We are well aware of Hindi as well as English languages. Every human language has a predefined grammar which helps us in writing sentences in the correct way. These human languages are made of many elements like nouns, verbs, adverbs, prepositions etc.

Elements in Programming Languages Like the human languages programming languages are also made up of several elements, which are used in various programming languages. Example:- IDE, Syntax, variables, keywords, Data Type, Operators etc.

Basic Programming Language Elements IDE Data Type Variables Keywords Syntax Operators Loops Decision Making Arrays Strings Functions Woking with Files

Lesson 1st Completed Stay continue in next Lesson… Thank you