Articles by Team EasyExamNotes

Parse Tree | PPL

A parse tree is a diagrammatic representation of the parsed structure of a sentence or string. In the syntax analysis phase, a compiler verifies whether or … Read more

Normal Forms

GATE NOTESNormal Forms in DBMS Steps to find Normal Forms- Find Candidates key Find Prime attributes and Non prime attributes Check for Normal Forms, from … Read more

Static Single Assignment

GATE NOTESStatic Single AssignmentAccording to Static Single Assignment A variable cannot be used more than once in the LHS A variable should be initialised atmost … Read more