Showing posts with label it. Show all posts
Showing posts with label it. Show all posts

Sunday, 13 December 2015

2014 DMS previous year questions (Discrete Mathematical Structures)

B.Tech CS (DMS) Discrete Mathematical Structures previous year questions - MinMarks

 

     P(x) : x is a whale ; Q(x):x is a fish.
     R(x) : x lives in water.
     Translate the following into English
     ∃x(~R(x))
     ∃x(Q(x)~P(x))
    ∀x(P(x)R(x)) Q(x)

Q.2 Let there is a tree with n-vertices of degree 1, 2 vertices of degree 2, 4 vertices of degree 3 and 3 vertices of degree 4. Obtain the value of n.


View All

Saturday, 12 December 2015

2014 FLP previous year questions (Fundamentlas of linux shell programming) - MinMarks

B.Tech (CS) 2014 Fundamentals of Linux shell programming previous year questions.

 

 

Q.1 Write command for Open X-terminal with blue back-ground, yellow foreground, window title ="Hard and soft".


  1. $ls-l|date| who
  2. $cal &; date &; uname&
  3. $ls l
  4. $(cal;date);(uname;who)  

    View All