Fundamental Concepts in Programming Languages

Learn how to convert your ideas into life applications

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Outsourced material may be challenged and removed.

What you’ll learn

  • Basics of Programming.
  • Basics of Logic thinking.
  • Flowchart principles.
  • Main technique in programming.
  • Computer understanding language.
  • Basic programming languages.

Course Content

  • Introduction –> 1 lecture • 11min.
  • Logic Thinking –> 3 lectures • 19min.
  • Installing programming platform –> 1 lecture • 5min.
  • Visual Basic Step by Step –> 5 lectures • 33min.
  • Let us go more deep in VB.net –> 6 lectures • 1hr 2min.

Fundamental Concepts in Programming Languages

Requirements

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Outsourced material may be challenged and removed.

 

Find sources: “Fundamental Concepts in Programming Languages” – news · newspapers · books · scholar · JSTOR (June 2019) (Learn how and when to remove this template message)

 

Fundamental Concepts in Programming Languages were an influential set of lecture notes written by Christopher Strachey for the International Summer School in Computer Programming at Copenhagen in August, 1967. It introduced much programming language terminology still in use today, including “R-value” and “L-value”, “ad hoc polymorphism”, “parametric polymorphism”, and “referential transparency”.

The lecture notes were reprinted in 2000 in a special issue of Higher-Order and Symbolic Computation in memory of Strachey.[1]

External links[edit]

  • Higher-Order and Symbolic Computation Volume 13, Issue 1/2 (April 2000) Special Issue in memory of Christopher Strachey
  • Fundamental Concepts In Programming Languages at the Portland Pattern Repository
  • Fundamental Concepts In Programming Languages at the College of Information Sciences and Technology at Pennsylvania State University
  • ACM Digital Library
  • Great Works in Programming Languages. Collected by Benjamin C. Pierce.

Course Outlines:

Starting from 0 up to competent programming code:

1-How is the computer working.

2-The Principles of computer programming.

3-Flowcharts is the languages between you and the code.

4-Programming languages is the link between you and computer.

5-Basics of Programming:

Looping.

Branching.

Variables.

Classes.

Sub’s.

6-First example of application [Traffic control]

7-Second practical application [Calculator]

All applications EXE files and source codes attached with its lectures.

Get Tutorial