Search your topic

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Subject Names

Featured

Latest Feed

Characterstics of Cloud Computing as per NIST

NIST stands for National institute of standards and technology. According to NIST there are five essential characteristics of cloud computing: On Demand Self Service Broad ...

Read more

Vision of Cloud Computing

Here vision of cloud computing means idea behind cloud computing. Cloud computing provides the facility to provision virtual hardware, runtime environment and services to a ...

Read more

Historical development of Cloud Computing

In 1950 the main frame and time sharing are born, introducing the concept of shared computer resources. During this time word cloud was not in ...

Read more

Introduction to Cloud Computing

Understanding Cloud Computing Cloud computing represents a significant technological advancement that revolutionizes how we design computing systems, develop applications, and utilize existing services to create ...

Read more

Addition and subtraction in ALP

Assembly language programming | Addition and subtraction ORG 100h MOV AX, 2h ; move the value 2 to the register AX MOV DX, 3h ; ...

Read more

CNF from S–>aAD;A->aB/bAB;B->b,D->d.

RGPV 2020    Find the grammar in Chomsky Normal form equivalent to S–>aAD;A->aB/bAB;B->b,D->d. Ans. A context free grammar (CFG) is said to be in chomsky ...

Read more

NDFA accepting two consecutive a’s or two consecutive b’s.

RGPV 2020Construct a NDFA accepting all string in {a,b} with either two consecutive a’s or two consecutive b’s. Ans.

Read more

Regular expresion to CFG

To convert a regular expression to a context-free grammar (CFG), you can follow a set of standard conversion rules. Here are the rules for converting ...

Read more

Regular expression to Regular grammar

RGPV 2020   How can we construct regular grammar from regular expression?  Ans. Lets take an regular expresion example: 0*(1(0+1))* Now convert above example in to ...

Read more

Grammar is ambiguous. S → aSbS|bSaS|∈

RGPV 2020 Show that the following grammar is ambiguous.  S → aSbS|bSaS|∈ Ans. For grammar to be ambiguous, there should be more than one parse ...

Read more