Category Archives: Programming Language Concept

PLC : SESSION 4 (Data Type) (GSLC)

In this session, we have GSLC class so Ms.Yanfi only gave us some questions through the Binusmaya Forum and gave us about a week to answer it through the forum.   Here is the question: What are the advantages and … Continue reading

Posted in Programming Language Concept | Leave a comment

PLC : SESSION 4 (Data Type)

Data Types A data type defines a collection of data values and a set of predefined operations on those values. Computer programs produce results by manipulating data. A descriptor is the collection of the attributes of a variable. If the … Continue reading

Posted in Programming Language Concept | Leave a comment

PLC : SESSION 3 (Names, Bindings, and Scopes)

Names A name is a string of characters used to identify some entity in a program. Fortran 95+ allows up to 31 characters in its names. C99 has no length limitation on its internal names, but only the first 63 … Continue reading

Posted in Programming Language Concept | Leave a comment

PLC : SESSION 2 (Describing Syntax and Semantics)

What is Syntax and Semantics? Syntax: the form of the expressions, statements, and program units Semantics: the meaning of the expressions, statements, and program units   Ex:   while (<Boolean_expr>)<statement>          * The semantics of this statement form is that when … Continue reading

Posted in Programming Language Concept | Leave a comment

PLC : Session 1 (Introduction To Programming Language Concept)

Programming Language A Programming Language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. Programming languages generally consist of instructions for a computer. Programming languages can be used to … Continue reading

Posted in Programming Language Concept | Leave a comment