COMPILER DESIGN

SEMANTIC ANALYSIS

TYPE CHECKING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
DAG means
A
Directed Acyclic Graph
B
Deterministic Acyclic graph
C
Directed Automated Graph
D
Deterministic Automated graph
Explanation: 

Detailed explanation-1: -In computer science and mathematics, a directed acyclic graph (DAG) is a graph that is directed and without cycles connecting the other edges. This means that it is impossible to traverse the entire graph starting at one edge. The edges of the directed graph only go one way.

Detailed explanation-2: -A DAG is a Directed Acyclic Graph-a conceptual representation of a series of activities, or, in other words, a mathematical abstraction of a data pipeline. Although used in different circles, both terms, DAG and data pipeline, represent an almost identical mechanism.

There is 1 question to complete.