to our new v+ tutorial on BASICS OF PROGRAMMING
Entry profile:
In this tutorial, you will learn the basics of programming, such as
Algorithm
Flowchart
Pseudocode
CHAPTER 1:INTRODUCTION TO PROGRAMMING CONCEPTS
PART 1: Input,process, output
PART 2: Programs and programming languages
PART 3: Tools used in programming language
CHAPTER 2:REPRESENTING THE PROGRAMMING LOGIC USING FLOWCHARTS
PART 1: Problem solving using flowcharts
PART 2: Representing decision & repetitive process in a flowchart
CHAPTER 3:REPRESENTING THE PROGRAMMING LOGIC USING PSEUDOCODE:
PART 1:problem solving using pseudocode
PART 2:Variables and constants
PART 3: Data types
PART 4:Using operators
PART 5: conditional execution
CHAPTER 4:UNDERSTANDING ITERATIONS AND MODULAR PROGRAMMING
PART 1:Implement iterative process
PART 2:Modular programming concepts
CHAPTER 5:WORKING WITH LARGE VOLUME OF DATA:
PART 1:Working with arrays
PART 2:Manipulating arrays using loops