Draw the syntax tree and DAG from the following expression.
if x>0 then x=3*(y+1) else y=y+1
Write short notes on:
Draw the syntax tree and DAG from the following expression.
if x>0 then x=3*(y+1) else y=y+1
Difference between Inspections and Walkthrough
Write the characteristics of a good user interface.
Explain Sequence and Activity diagram with example.
Write the rules of DBA.
What is a priority queue ?
Write a C program to convert binary to decimal using function.