Programming Logic

This is a placeholder for Portal:Engineering and Technology --> School:Computer Science --> Topic:Computer Programming --> Introduction to Programming Logic

Introduction

So you've read through the Introduction to Programming, and you understand the basics of programming, but before you jump into the depths of learning various language syntax rules, there are even more basics that apply to every programming and scripting language. If program code is nothing more than a set of instructions, how does the computer make decisions? A large portion of computer code is contained within logical or conditional statements, and are only executed when certain situations arise.

Prerequisites

Required

Recommended

  • Math for computer programming

Focus

This course is intended to thoroughly teach the principles of programming logic and procedural coding while reinforcing lessons learned in Introduction to Programming while avoiding the complications of any particular syntax. For this reason, the lessons will contain only pseudocode with occasional mathematical calculations.

Planned Topics

if - then if - then - else equal to greater than case
less than not and or
nor xor goto break
loop while until for - each - next

Lessons

Related projects

Reference Links

This article is issued from Wikiversity - version of the Thursday, September 17, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.