Sunday, September 15, 2013

Deque Algorithm for Curcular Queue using Array


If(Front == U)

      next = L

Else

      next = Front + 1

EndIf


Item = NULL

Enque Algorithm for Curcular Queue using Array

If(Rear == U)
      next = L
Else
      next = Rear + 1
EndIf

If(next == Front)
      print “Queue is Full.

Saturday, September 7, 2013

Maths Paper Style for Internal Exam

Q-1 SOLVE THE FOLLOWING (ANY 3 OUT OF 4) 15 M

2->NORMAL FORMS
2->MATRICES

Q-2(A) THEORY [CONNECTIVES] 4M 


(B) PROPERTIES [CONNECTIVES] 4M


(C)SOLVE THE FOLLOWING (ANY 3 OUT OF 4) 12M

Q-3(A)DEFINITION+EXAMPLE 5M


(B)SOLVE THE FOLLOWING(ANY 1 OUT OF 2) 4M
(C)DEFINITIONS (ANY 6 OUT OF 7) 6M

TOTAL: 50 MARKS