Monthly Archives: December 2017

6th Chapter – Statement-Level Control Structures

This topic is going to explain about selection and iterative statements. Before that, control structure is a control statement and the statements whose execution it controls. Selection statements provide the means of choosing between two or more paths of execution. It … Continue reading

Posted in Uncategorized | Leave a comment

5th Chapter – Expression and Asignment Statements

Expressions are the fundamental means of specifying computations in a programming language   Arithmetic evaluation was one of the motivations for the development of the first programming languages consisting of operators, operands, parentheses, and function calls. Overloaded operators => Using an … Continue reading

Posted in Uncategorized | Leave a comment

4th Chapter – Data Types

This chapter is about data types, probably not all of them though.   Data type Defining a collection of data objects .and a set of predefined operations on those objects. A descriptor is the collection of the attributes of a … Continue reading

Posted in Uncategorized | Leave a comment

3rd Chapter – Names, Bindings, and Scopes

Basically this chapter is more about what is listed on the title.   Names As the word describes, this is about the rules of naming a variables. Length => there are minimum but there is the limit on how many … Continue reading

Posted in Uncategorized | Leave a comment

2nd Chapter – Describing Syntax and Semantics

In this chapter we’ll go further on Syntax and Semantics. But before that what is Syntax and Semantics ? Syntax:  the structure of the code in a programming language. Much like grammar. Semantics: the meaning of the code which are … Continue reading

Posted in Uncategorized | Leave a comment

1st Chapter – Introduction

Hi everyone, author here. Thanks for opening and reading what’s on this website. To make it brief, I’ll just get into the point. Let’s go, shall we? So basically this is about intro of Programming Languages Concepts. Before that, the … Continue reading

Posted in Uncategorized | Leave a comment