jagomart
digital resources
picture1_Programming Pdf 184523 | Lecture 7


 150x       Filetype PDF       File size 0.25 MB       Source: www.purdue.edu


File: Programming Pdf 184523 | Lecture 7
introduction to programming variables and objects hort 59000 lecture 7 instructor kranthi varala whatis a program a set of instructions to the computer that perform a specified task in a ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
         Introduction to 
    Programming: Variables 
          and Objects
              HORT 59000
               Lecture 7
           Instructor: Kranthi Varala
        Whatis a program?
   • A set of instructions to the computer that 
    perform a specified task in a specified manner.
   • The task of writing a functional, error-free and 
    cohesive set of instructions is called 
    programming.
   • Two major components of Programming:
     • Logic – What are my set of instructions?
     • Syntax – How do I convey them to the CPU?
               Logic
   • Programming logic is an exercise in how to 
    break down a complex real-world problem into 
    a set of mathematical notations.
   • Independent of programming language used.
   • Divide a complex task into a series of simpler 
    tasks.
   • Divide each task into a set of simple, 
    sequential instructions.
   • Arrange simple tasks in the most efficient order 
    to accomplish complex task.
              Syntax
   • Programming syntax is a predetermined set of 
    rules in which the instructions need to be 
    provided.
   • Usually unique to each programming language.
   • Once the logic is established, convert the 
    instructions into the syntax prescribed.
   • Constraints imposed by the syntax may 
    required adjusting the logic.
The words contained in this file might help you see if this file matches what you are looking for:

...Introduction to programming variables and objects hort lecture instructor kranthi varala whatis a program set of instructions the computer that perform specified task in manner writing functional error free cohesive is called two major components logic what are my syntax how do i convey them cpu an exercise break down complex real world problem into mathematical notations independent language used divide series simpler tasks each simple sequential arrange most efficient order accomplish predetermined rules which need be provided usually unique once established convert prescribed constraints imposed by may required adjusting...

no reviews yet
Please Login to review.