In this lecture, we quickly revise our knowledge of flowcharts to get an understanding on what exactly pseudocode is, and how we use it as the prototype of a program
In this lecture, we learn how to input, output using proper pseudocode structure, along with basic arithmetic operations
In this lecture, we observe what are variables, and how do we use it in pseudocode. Yes, it's the same variables you learnt in your math class.
In this lecture, we discuss the methods to implementation boolean and string data types in pseudocode. With that, we will also practice one question for a quick revision.
In this lecture, we learn what are constants, how they differ from variables, and the concept of identifiers (Names of Variables / Constants)
In this lecture, we quickly practice two questions regarding on the concepts of the previous lectures of this chapter.
In this lecture, we thoroughly proceed on to discuss the ways IF..ELSE Selection statements are implemented in a program, followed by a practice question.
In this lecture, we thoroughly proceed to discuss case statements, the selection statements which can host more than two options at once.
In this lecture, we thoroughly discuss how to implement count based loops in Pseudocode, followed bya detailed section on the practice question.
In this lecture, we thoroughly go through the pre-conditioned loops, the way we implement them in pseudocode, followed by a practice question.
In this lecture, we thoroughly go through how post conditioned loops are implemented in pseudocode, followed by a practice question
In this lecture, we revise the loops (iteration) and the selection statements by practicing some questions regarding the topic.
In this lecture, we proceed on towards the concept of calculating the highest and lowest variables with multiple inputs in pseudocode.
In this lecture, we proceed on to practice some questions before concluding this chapter. This lecture covers the first practice question of easy category.
In this lecture, we proceed on to the second easy question in this chapter.
In this lecture, we proceed on to the first medium question of this chapter.
In this lecture, we proceed on to the second medium question in this chapter.
In this lecture, we proceed on to the first hard question in this chapter.
In this lecture, we proceed on to the second hard and the last question in this chapter.
In this lecture, we conclude the chapter and give an overview of the concepts which will be covered in the next chapter.