A H M A D K A L B A N 1 1 A B
CW1
What is programming?
 Computer programming (often shortened
to programming) is a process that leads from an
original formulation of a computing problem
to executable computer programs. Programming
involves activities such as analysis, developing
understanding, generating algorithms, verification of
requirements of algorithms including their
correctness and resources consumption, and
implementation (commonly referred to as
coding[1][2]) of algorithms in a target programming
language.
What are the types of programming?
 A+
 APL
 Chapel
 Fortran
 J
 Julia
 K
 Matlab
 Octave
 Python
 R
 S
 S-Lang
 SequenceL
What is a programming language?
 is a formal constructed language designed to
communicate instructions to a machine, particularly
a computer. Programming languages can be
used to create programs to control the behavior of a
machine.
How do you write a program?
program in the C++ programming language. This will
go over 10 steps that will explain a simple C++
program. The topics that each step cover in this
tutorial are often used in more complex C++
programs.
What does programming do?
 figures out the process of designing, writing, testing,
debugging/troubleshooting and maintaining the
source code of computer programs. This source code
is written in a programming language so the
computer can 'understand' it.
The usage of programming ?
 to determine which programming languages are
most widely used, and what usage means varies by
context. One language may occupy the greater
number of programmer hours, a different one have
more lines of code, and a third utilize the most CPU
time.
The elements of programming?
 computer programs should be written not only to
satisfy the compiler or personal programming
"style", but also for "readability" by humans,
specifically software
maintenance engineers, programmers and technical
writers.
Programming
 to type the name of the program to start it, or use a
word like RUN and the name of the program (in the
old days, anyway).
Others can do
 Given a task
 create a flowchart
 Define/describe these terms

Cw1

  • 1.
    A H MA D K A L B A N 1 1 A B CW1
  • 2.
    What is programming? Computer programming (often shortened to programming) is a process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resources consumption, and implementation (commonly referred to as coding[1][2]) of algorithms in a target programming language.
  • 3.
    What are thetypes of programming?  A+  APL  Chapel  Fortran  J  Julia  K  Matlab  Octave  Python  R  S  S-Lang  SequenceL
  • 4.
    What is aprogramming language?  is a formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine.
  • 5.
    How do youwrite a program? program in the C++ programming language. This will go over 10 steps that will explain a simple C++ program. The topics that each step cover in this tutorial are often used in more complex C++ programs.
  • 6.
    What does programmingdo?  figures out the process of designing, writing, testing, debugging/troubleshooting and maintaining the source code of computer programs. This source code is written in a programming language so the computer can 'understand' it.
  • 7.
    The usage ofprogramming ?  to determine which programming languages are most widely used, and what usage means varies by context. One language may occupy the greater number of programmer hours, a different one have more lines of code, and a third utilize the most CPU time.
  • 8.
    The elements ofprogramming?  computer programs should be written not only to satisfy the compiler or personal programming "style", but also for "readability" by humans, specifically software maintenance engineers, programmers and technical writers.
  • 9.
    Programming  to typethe name of the program to start it, or use a word like RUN and the name of the program (in the old days, anyway).
  • 10.
    Others can do Given a task  create a flowchart  Define/describe these terms