
What is programming? How we can talk to computer?
What is the main items of programming?
Starting understand the flowchart, Variables, loops, branching and database.
How to converts you idea to flowchart?
How will the computer understand the flowcharts?
many examples for useful flowcharts.
Learn how to use loops in programming and understand looping concepts, with practical guidance from a course for non programmers.
Learn how to install Visual Basic on your machine in this video. Ayman Khoshouey guides beginners through the setup process for a ready-to-use programming environment.
Start learning Visual Basic with beginner-friendly guidance from this video, and follow step-by-step instructions to build foundational programming skills.
Ayman Khoshouey shows how to design a calculator using Visual Basic, in step 3 of the programming for non programmers course.
Design a flowchart for an application to use with Visual Basic, guided by Ayman Khoshouey.
Design a graphical user interface for a Visual Basic .NET game using forms, picture boxes, and labels, arranging player images, coin slots, and controls with exit and new game buttons.
Explore a learning-mode connect-four game in Visual Basic, featuring a 7 by 6 42-cell board, customizable backgrounds, and dropping red or yellow coins to detect horizontal, vertical, or diagonal wins.
Learn advanced Visual Basic .NET tricks to customize and move forms, create circular windows, and animate gifs with timers for engaging apps and games.
Learn to build a complete inventory management system in Excel using VBA, including creating user forms, combo boxes, data display, image linking, and add/issue quantity functionality.
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 Work 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 are the languages between you and the code.
4-Programming languages are the link between you and the computer.
5-Basics of Programming:
Looping.
Branching.
Variables.
Classes.
Subs.
6-First example of an application [Traffic control]
7-Second practical application [Calculator]
All applications EXE files and source codes are attached with its lectures.