Introduction to programming

Slides:



Advertisements
Similar presentations
Section 1 Introduction National 4/5 VB Course. What you should know after this lesson What is a program Who writes programs Why is sequence important.
Advertisements

Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
5-1 Solving Systems by Graphing
CSCI 3 Introduction to Computer Science. CSCI 3 Course Description: –An overview of the fundamentals of computer science. Topics covered include number.
CIS105 Chapter 1 Theory Review. Page 2 Hardware and Software are the two major components o any computer system Hardware is the set of physical devices.
Chapter 16 Programming and Languages: Telling the Computer What to Do.
Chapter 3 Planning Your Solution
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
CHAPTER 7-1 SOLVING SYSTEM OF EQUATIONS. WARM UP  Graph the following linear functions:  Y = 2x + 2  Y = 1/2x – 3  Y = -x - 1.
PYTHON PROGRAMMING Week 10 – Wednesday. TERMS – CHAPTER 1 Write down definitions for these terms:  Computation  Computability  Computing  Artificial.
Introduction to Programming. What is a Program  Set of Instructions that tells the computer what to Do.  Driving force behind the computer  Without.
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
Computer Science 1MD3 Introduction to Programming
Introduction to Computers (L02) * Hardware * Software * Programming Languages * Three Phase of Program Development * Development and Design Steps * Algorithms.
CSC1200 INTRODUCTION TO PROGRAMMING Dr. Maureen Markel
Sequencing The most simple type of program uses sequencing, a set of instructions carried out one after another. Start End Display “Computer” Display “Science”
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
LESSON 1 Introduction to Programming Language. Computer  Comprised of various devices that are referred to as HARDWARE.  The computer programs that.
Flowcharts C++ Lab. Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step.
Programming. In your own words, explain what an algorithm is, and give an example of how people use algorithms every day.
Problem Solving.  Similar to Solving Math Word Problem  Read the Problem  Decide how to go about Solving the Problem  Solve the Problem  Test the.
How Computers Solve Problems Computers also use Algorithms to solve problems, and change data into information Computers can only perform one simple step.
What’s a Computer?. The Basics A computer is a machine that manipulates data based on a list of instructions called a program.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
CPSC 121: Models of Computation REVIEW. Course Learning Outcomes You should be able to: – model important problems so that they are easier to discuss,
Introduction to computer software. Programming the computer Program, is a sequence of instructions, written to perform a specified task on a computer.
What Do Computers Do? A computer system is
Programming – Algorithms (Flowcharts)
Why don’t programmers have to program in machine code?
Learning outcomes 5 Developing Code – Using Flowcharts
Topic: Introduction to Computing Science and Programming + Algorithm
Unit 1 Days 1-2: Standard 1 Objective 1
FIGURES FOR CHAPTER 1 GETTING STARTED
Chapter One Problem Solving
Computer Programming (BCT 1113)
Computational Thinking, Problem-solving and Programming: General Principals IB Computer Science.
CSCI-235 Micro-Computer Applications
Computer Programming.
LESSON 1 Introduction to Programming Language
Introduction
Unit 3 lesson 2&3 The Need For Algorithms- Creativity in Algorithms
Welcome to Computer Science!
Algorithm and Ambiguity
Entry Ticket: High and Low Level Languages
Introduction CSE 1310 – Introduction to Computers and Programming
7 Best Programming Languages Based as per Earnings & Opportunities
Foundations of Computer Science
Welcome to Computer Science
Computing Disciplines Florida Gulf Coast University
Creativity in Algorithms
Lesson 2 Programming constructs – Algorithms – Scratch – Variables Intro.
Introduction to Algorithms
What is Computer Science?
Types of Maps.
Open on the student drive
Computer Programming.
Flowcharting & Algorithms
Introduction to Flowcharts
ICT Gaming Lesson 2.
COMPUTATIONAL THINKING COMPUTATIONAL THINKING IN PROGRAMMING
Introduction to Computer Science
Introduction to Computer Science
Map from memory.
What is Programming Language
Quiz: Computational Thinking
What is Chemistry?.
CMPT 120 Lecture 2 - Introduction to Computing Science – Problem Solving, Algorithm and Programming.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Presentation transcript:

Introduction to programming

From the video answer these questions Why programming is important? List 4 famous programmer was interviewed in the video? How career would be effected by computer science in the future?

Page 12-13 5 minutes

computer programming or coding. Computer System A combination of hardware and software working together to solve a problem. All software contains the instructions which control the hardware or make our lives easier. The process of writing instructions is called computer programming or coding. Programmers write all the programs that tell the computer what to do

Solutions computers provide to solve problems Activity at page 15 3Min Think Pair and Share 3Min

Create a Mind Map Why Study programing Activity 2 page 19 Famous Programmer Activity 2 page 19

What is Algorithm List of you use to solve a problem. Activity 3 homework

Working with Python Python is a programming language used by programmers at many organizations such as Amazon, Instagram and Google. Python is a high-level programming language like C, C++, Java and BASIC because they can be understood by humans. Create your first program in page 23-27

Flowchart represent algorithms. A flowchart is a diagram that shows the steps used to solve a problem. Flowcharts use standard symbols to represent the different types of instructions. symbols are used to construct the flowchart and show the step-by-step solution to a problem.