SUBJECT MATERIAL, EBOOKS, IMPORTANT QUESTION , ASSIGNMENT QUESTION, OLD QUESTION PAPER

Monday 31 July 2017

UGC NET COMPUTER SCIENCE SOLVED QUESTION PAPER - 3 - AUGUST 2016 (RE-TEST)

1.         A ripple counter is a (n): (A) Synchronous Counter     (B) Asynchronous counter (C) Parallel counter                 (D) ... thumbnail 1 summary
1.       A ripple counter is a (n):

(A) Synchronous Counter     (B) Asynchronous counter
(C) Parallel counter                 (D) None of the above
Answer: B


2.       8085 microprocessor has ............... bit ALU.
(A) 32     (B) 16
(C) 8       (D) 4
Answer: C
3.       The register that stores the bits required to mask the interrupts is ................
(A) Status register                    (B) Interrupt service register
(C) Interrupt mask register     (D) Interrupt request register
Answer: C
4.       Which of the following in 8085 microprocessor performs
HL = HL + HL ?
(A) DAD D         (B) DAD H
(C) DAD B         (D) DAD SP
Answer: B
5.       In ............... addressing mode, the operands are stored in the memory. The address of the corresponding memory location is given in a register which is specified in the instruction.
(A) Register direct        (B) Register indirect
(C) Base indexed        (D) Displacement
Answer: B


6.       The output of the following combinational circuit
is :
(A) X . Y             (B) X + Y
(C) X Ã… Y           (D) X Ã… Y
Answer: D
7.       Which of the following statements is/are True regarding some advantages that an object-oriented DBMS (OODBMS) offers over a relational database?
I. An OODBMS avoids the “impedance mismatch” problem.
II. An OODBMS avoids the “phantom” problem.
III. An OODBMS provides higher performance concurrency control than most relational databases.
IV. An OODBMS provides faster access to individual data objects once they have been read from disk.
(A) II and III only           (B) I and IV only
(C) I, II, and III only      (D) I, III and IV only
Answer: B
8.       The Global conceptual Schema in a distributed database contains information about global relations. The condition that all the data of the global relation must be mapped into the fragments, that is, it must not happen that a data item which belongs to a global relation does not belong to any fragment, is called :
(A) Disjointness condition                 (B) Completeness condition
(C) Reconstruction condition                        (D) Aggregation condition
Answer: B
9.       Suppose database table T1(P, R) currently has tuples {(10, 5), (15, 8), (25, 6)} and table T2 (A, C) currently has {(10, 6), (25, 3), (10, 5)}. Consider the following three relational algebra queries RA1, RA2 and RA3:
The number of tuples in the resulting table of RA1, RA2 and RA3 are given by:
(A) 2, 4, 2 respectively            (B) 2, 3, 2 respectively
(C) 3, 3, 1 respectively            (D) 3, 4, 1 respectively
Answer: D
10.    Consider the table R with attributes A, B and C. The functional dependencies that hold on R are : A → B, C → AB. Which of the following statements is/are True?
I. The decomposition of R into R1(C, A) and R2(A, B) is lossless.
II. The decomposition of R into R1(A, B) and R2(B, C) is lossy.
(A) Only I                       (B) Only II
(C) Both I and II            (D) Neither I nor II
Answer: C


11.       Consider the following ORACLE relations:
One (x, y) = {<2, 5>, <1, 6>, <1, 6>, <1, 6>, <4, 8>, <4, 8>}
Two (x, y) = {<2, 55>, <1, 1>, <4, 4>, <1, 6>, <4, 8>, <4, 8>, <9, 9>, <1, 6>}
Consider the following two SQL queries SQ1 and SQ2:
SQ1 : SELECT * FROM One)
EXCEPT
(SELECT * FROM Two);
SQ2 : SELECT * FROM One)
EXCEPT ALL
(SELECT * FROM Two);
For each of the SQL queries, what is the cardinality (number of rows) of the result obtained when applied to the instances above?
(A) 2 and 1 respectively          (B) 1 and 2 respectively
(C) 2 and 2 respectively         (D) 1 and 1 respectively
Answer: B
12.       Which one of the following pairs is correctly matched in the context of database design?
List – I                                       List – II
(Database term)                      (Definition)
I. Specialization                       A. Result of taking the union of two or more
disjoint (lower-level) entity sets to produce
a higher-level entity set.
II. Generalization                     B. Express the number of entities to which another
entity can be associated via a relationship set.
III. Aggregation                         C. Result of taking a subset of a higher-level
entity set to form a lower-level entity set.
IV. Mapping cardinalities       D. An abstraction in which relationship sets (along
with their associated entity sets) are treated as
higher-level entity sets, and can participate in
relationships.
Codes :
      I    II   III   IV
(A) D  A   B   C
(B) D  C   B   A
(C) C  D   A   B
(D) C  A   D   B
Answer: D
13.       Consider a raster grid having XY-axes in positive X-direction and positive upward Y-direction with Xmax = 10, Xmin = –5, Ymax = 11, and Ymin = 6. What is the address of memory pixel with location (5, 4) in raster grid assuming base address 1 (one)?
(A) 150               (B) 151
(C) 160              (D) 161
Answer: D
14.       Consider a N-bit plane frame buffer with W-bit wide lookup table with W > N. How many intensity levels are available at a time?
(A) 2N                 (B) 2W
(C) 2N+W             (D) 2N–1
Answer: A
15.       Consider the Breshenham’s line generation algorithm for a line with gradient greater than one, current point (xi, yi) and decision parameter, di. The next point to be plotted (xi+1, yi+1) and updated decision parameter, di+1, for di < 0 are given as .................
(A) xi+1 = xi+1
yi+1 = yi
di+1 = di + 2 dy
(B) xi+1 = xi
yi+1 = yi + 1
di+1 = di + 2 dx
(C) xi+1 = xi
yi+1 = yi + 1
di+1 = di + 2 (dx – dy)
(D) xi+1 = xi + 1
yi+1 = yi + 1
di+1 = di + 2 (dy – dx)
Answer: B


6.       A point P(2, 5) is rotated about a pivot point (1, 2) by 60°. What is the new transformed point P'?
(A) (1, 4)            (B) (–1, 4)
(C) (1, – 4)         (D) (– 4, 1)
Answer: B
17.       In perspective projection (from 3D to 2D), objects behind the centre of projection are projected upside down and backward onto the view-plane. This is known as ..............
(A) Topological distortion       (B) Vanishing point
(C) View confusion                 (D) Perspective foreshortening
Answer: C
18.       The Liang-Barsky line clipping algorithm uses the parametric equation of a line from (x1,y1) to (x2,y2) along with its infinite extension which is given as :
x = x1 + Dx.u
y = y1 + Dy.u
Where Dx = x2 – x1Dy = y2 – y1, and u is the parameter with 0 ≤ u ≤ 1. A line AB with end points A(–1, 7) and B(11, 1) is to be clipped against a rectangular window with xmin=1, xmax=9, ymin=2, and ymax=8. The lower and upper bound values of the parameter u for the clipped line using Liang-Barsky algorithm is given as:
(A) (0, 2/3)         (B) (1/6, 5/6)
(C) (0, 1/3)         (D) (0, 1)
Answer: B
19.       Match the following with reference to Functional programming history:
a. Lambda calculus                             i. Church, 1932
b. Lambda calculus as
programming language                      ii. Wordsworth, 1970
c. Lazy evaluation                               iii. Haskel, 1990
d. Type classes                                    iv. Mecarthy, 1960
Codes :
      a   b   c    d
(A) iv   i    iii   ii
(B) i    iv   ii   iii
(C) iii  ii    iv   i
(D) ii   i    iv   iii
Answer: B
20.    Aliasing in the context of programming languages refers to:
(A) Multiple variables having the same location
(B) Multiple variables having the same identifier
(C) Multiple variables having the same value
(D) Multiple use of same variable
Answer: A


21.       Assume that the program ‘P’ is implementing parameter passing with ‘call by reference’. What will be printed by following print statements in P?
Program P()
{
x = 10;
y = 3;
funb (y, x, x)
print x;
print y;
}
funb (x, y, z)
{
y = y + 4;
z = x + y + z;
}
(A) 10, 7             (B) 31, 3
(C) 10, 3            (D) 31, 7
Answer: B
22.       The regular grammar for the language L = {anbm | n + m is even} is given by
(A) S → S1 | S2
S1 → a S1 | A1
A1 → b A1 | λ
S2 → aaS2 | A2
A2 → b A2 | λ
(B) S → S1 | S2
S1 → a S1 | a A1
S2 → aa S2 | A2
A1 → bA1 | λ
A2 → bA2 | λ
(C) S → S1 | S2
S1 → aaa S1 | aA1
S2 → aaS2 | A2
A1 → bA1 | λ
A2 → bA2 | λ
(D) S → S1 | S2
S1 → aa S1 | A1
S2 → aaS2 | aA2
A1 → bbA1 | λ
A2 → bbA2 | b
Answer: D
23.       Let Σ = {a, b} and language L = {aa, bb}. Then, the complement of L is
(A) {λ, a, b, ab, ba} Ãˆ {w ϵ {a, b}* | |w| > 3}
(B) {a, b, ab, ba} Ãˆ {w ϵ {a, b}* | |w| ≥ 3}
(C) {w ϵ { a, b}* | |w| > 3} Ãˆ {a, b, ab, ba}
(D) {λ, a, b, ab, ba} Ãˆ {w ϵ {a, b}* | |w| ≥ 3}
Answer: D
24.       Consider the following identities for regular expressions :
(a) (r + s)* = (s + r)*
(b) (r*)* = r*
(c) (r* s*)* = (r + s)*
Which of the above identities are true ?
(A) (a) and (b) only      (B) (b) and (c) only
(C) (c) and (a) only      (D) (a), (b) and (c)
Answer: D
25.       Suppose transmission rate of a channel is 32 kbps. If there are ‘8’ routes from source to destination and each packet p contains 8000 bits. Total end to end delay in sending packet P is ................
(A) 2 sec            (B) 3 sec
(C) 4 sec            (D) 1 sec
Answer: A


26.       Consider the following statements :
a. High speed Ethernet works on optic fiber.
b. A point to point protocol over Ethernet is a network protocol for encapsulating PPP frames inside Ethernet frames.
c. High speed Ethernet does not work on optic fiber.
d. A point to point protocol over Ethernet is a network protocol for encapsulating Ethernet frames inside PPP frames.
Which of the following is correct ?
(A) a and b are true; c and d are false.
(B) a and b are false; c and d are true.
(C) a, b, c and d are true.
(D) a, b, c and d are false.
Answer: A
27.       In CRC checksum method, assume that given frame for transmission is 1101011011 and the generator polynomial is G(x) = x4 + x + 1.
After implementing CRC encoder, the encoded word sent from sender side is .............
(A) 11010110111110
(B) 11101101011011
(C) 110101111100111
(D) 110101111001111
Answer: A
28.       A slotted ALOHA network transmits 200 bits frames using a shared channel with 200 kbps bandwidth. If the system (all stations put together) produces 1000 frames per second, then the throughput of the system is .................
(A) 0.268           (B) 0.468
(C) 0.368           (D) 0.568
Answer: C
29.       An analog signal has a bit rate of 8000 bps and a baud rate of 1000.
Then analog signal has .............. signal elements and carry ............ data elements in each signal.
(A) 256, 8 bits               (B) 128, 4 bits
(C) 256, 4 bits               (D) 128, 8 bits
Answer: A
30.    The plain text message BAHI encrypted with RSA algorithm using e=3, d=7 and n=33 and the characters of the message are encoded using the values 00 to 25 for letters A to Z. Suppose character by character encryption was implemented. Then, the Cipher Text message is ............
(A) ABHI            (B) HAQC
(C) IHBA            (D) BHQC
Answer: B


31.       Consider the problem of a chain <A1, A2, A3, A4> of four matrices. Suppose that the dimensions of the matrices A1, A2, A3 and A4 are 30 × 35, 35 × 15, 15 × 5 and 5 × 10 respectively. The minimum number of scalar multiplications needed to compute the product A1A2A3A4 is ................
(A) 14875          (B) 21000
(C) 9375            (D) 11875
Answer: C
32.       Consider a hash table of size m = 10000, and the hash function h(K)=floor(m(KAmod1)) for A = (√5 – 1)/2. The key 123456 is mapped to location ...............
(A) 46     (B) 41
(C) 43     (D) 48
Answer: B
33.       Consider a weighted complete graph G on the vertex set {v1, v2, …. vn} such that the weight of the edge (vi, vj) is 4 |i – j|. The weight of minimum cost spanning tree of G is:
(A) 4n2               (B) n
(C) 4n – 4          (D) 2n – 2
Answer: C
34.       A priority queue is implemented as a max-heap. Initially, it has five elements. The level-order traversal of the heap is as follows:
20, 18, 15, 13, 12
Two new elements ‘10’ and ‘17’ are inserted in the heap in that order. The level-order traversal of the heap after the insertion of the element is:
(A) 20, 18, 17, 15, 13, 12, 10
(B) 20, 18, 17, 12, 13, 10, 15
(C) 20, 18, 17, 10, 12, 13, 15
(D) 20, 18, 17, 13, 12, 10, 15
Answer: D
35.       If there are n integers to sort, each integer has d digits, and each digit is in the set  {1, 2, …, k}, radix sort can sort the numbers in:
(A) O (k (n + d))            (B) O (d (n + k))
(C) O ((n + k) l g d)       (D) O ((n + d) l g k)
Answer: B


36.       Match the following:
a. Prim’s algorithm                  i. O(V2E)
b. Bellman-Ford algorithm     ii. O(VE lgV)
c. Floyd-Warshall algorithm   iii. O(E lgV)
d. Johnson’s algorithm           iv. O(V3)
Where V is the set of nodes and E is the set of edges in the graph.
Codes :
     a    b   c   d
(A) i    iii   iv  ii
(B) i    iii   ii   iv
(C) iii  i    iv   ii
(D) iii  i    ii   iv
Answer: C
37.       Constructors have ............. return type.
(A) void              (B) char
(C) int                 (D) no
Answer: D
38.       Method over-riding can be prevented by using final as a modifier at ...............
(A) the start of the class.
(B) the start of method declaration.
(C) the start of derived class.
(D) the start of the method declaration in the derived class.
Answer: B
39.       Which of the following is a correct statement?
(A) Composition is a strong type of association between two classes with full ownership.
(B) Composition is a strong type of association between two classes with partial ownership.
(C) Composition is a weak type of association between two classes with partial ownership.
(D) Composition is a weak type of association between two classes with strong ownership.
Answer: A
40.    Which of the following is not a correct statement?
(A) Every class containing abstract method must be declared abstract.
(B) Abstract class can directly be initiated with ‘new’ operator.
(C) Abstract class can be initiated.
(D) Abstract class does not contain any definition of implementation.
Answer: B


41.       Which of the following tag in HTML is used to surround information, such as signature of the person who created the page ?
(A) <body> </body>                 (B) <address> </address>
(C) <strong> </strong>            (D) <em> </em>
Answer: B
42.       Java uses threads to enable the entire environment to be ................
(A) Symmetric               (B) Asymmetric
(C) Synchronous         (D) Asynchronous
Answer: D
43.       An Operating System (OS) crashes on the average once in 30 days, that is, the Mean Time Between Failures (MTBF) = 30 days. When this happens, it takes 10 minutes to recover the OS, that is, the Mean Time To Repair (MTTR) = 10 minutes. The availability of the OS with these reliability figures is approximately :
(A) 96.97%        (B) 97.97%
(C) 99.009%     (D) 99.97%
Answer: D
44.       Match each software lifecycle model in List – I to its description in List – II:
List – I                                       List – II
I. Code-and-Fix                        a. Assess risks at each step; do most critical
action first.
II. Evolutionary prototyping    b. Build an initial small requirement specifications,
code it, then “evolve” the specifications and code
as needed.
III. Spiral                                    c. Build initial requirement specification for
several releases, then design-and-code in
sequence
IV. Staged Delivery                 d. Standard phases (requirements, design,
code, test) in order
V. Waterfall                               e. Write some code, debug it, repeat
(i.e. ad-hoc)
Codes :
      I    II   III   IV   V
(A) e   b   a    c    d
(B) e   c   a    b    d
(C) d   a   b    c    e
(D) c   e   a    b    d
Answer: A
45.       Match each software term in List – I to its description in List – II:
List – I                                       List – II
I. Wizards                                  a. Forms that provide structure for a document
II. Templates                             b. A series of commands grouped into a
single command
III. Macro                                    c. A single program that incorporates most
commonly used tools
IV. Integrated Software           d. Step-by-step guides in application software
V. Software Suite                    e. Bundled group of software programs
Codes :
      I    II   III   IV   V
(A) d   a   b    c     e
(B) b   a   d    c     e
(C) d   e   b    a     c
(D) e   c   b    a     d
Answer: A


46.       The ISO quality assurance standard that applies to software Engineering is
(A) ISO 9000 : 2004     (B) ISO 9001 : 2000
(C) ISO 9002 : 2001    (D) ISO 9003 : 2004
Answer: B
47.       Which of the following are external qualities of a software product ?
(A) Maintainability, reusability, portability, efficiency, correctness.
(B) Correctness, reliability, robustness, efficiency, usability.
(C) Portability, interoperability, maintainability, reusability.
(D) Robustness, efficiency, reliability, maintainability, reusability.
Answer: B
48.       Which of the following is/are CORRECT statement(s) about version and release ?
I. A version is an instance of a system, which is functionally identical but nonfunctionally distinct from other instances of a system.
II. A version is an instance of a system, which is functionally distinct in some way from other system instances.
III. A release is an instance of a system, which is distributed to users outside of the development team.
IV. A release is an instance of a system, which is functionally identical but onfunctionally distinct from other instances of a system.
(A) I and III        (B) II and IV
(C) I and IV       (D) II and III
Answer: D
49.       The Unix Operating System Kernel maintains two key data structures related to processes, the process table and the user structure. Now, consider the following two statements:
I. The process table is resident all the time and contain information needed for all processes, even those that are not currently in memory.
II. The user structure is swapped or paged out when its associated process is not in memory, in order not to waste memory on information that is not needed.
Which of the following options is correct with reference to above statements ?
(A) Only (I) is correct.
(B) Only (II) is correct.
(C) Both (I) and (II) are correct.
(D) Both (I) and (II) are wrong.
Answer: C
50.    Consider a system which have ‘n’ number of processes and ‘m’ number of resource types. The time complexity of the safety algorithm, which checks whether a system is in safe state or not, is of the order of:
(A) O(mn)          (B) O(m2n2)
(C) O(m2n)        (D) O(mn2)
Answer: D


51.       An operating system supports a paged virtual memory, using a central processor with a cycle time of one microsecond. It costs an additional one microsecond to access a page other than the current one. Pages have 1000 words, and the paging device is a drum that rotates at 3000 revolutions per minute and transfers one million words per second. Further, one percent of all instructions executed accessed a page other than the current page. The instruction that accessed another page, 80% accessed a page already in memory and when a new page was required, the replaced page was modified 50% of the time. What is the effective access time on this system, assuming that the system is running only one process and the processor is idle during drum transfers ?
(A) 30 microseconds               (B) 34 microseconds
(C) 60 microseconds               (D) 68 microseconds
Answer: B
52.       Consider the following page reference string :
1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6
Which of the following options, gives the correct number of page faults related to LRU, FIFO, and optimal page replacement algorithms respectively, assuming 05 page frames and all frames are initially empty ?
(A) 10, 14, 8      (B) 8, 10, 7
(C) 7, 10, 8        (D) 7, 10, 7
Answer: B
53.       Consider a file currently consisting of 50 blocks. Assume that the file control block and the index block is already in memory. If a block is added at the end (and the block information to be added is stored in memory), then how many disk I/O operations are required for indexed (single-level) allocation strategy ?
(A) 1       (B) 101
(C) 27     (D) 0
Answer: A
54.       An experimental file server is up 75% of the time and down for 25% of the time due to bugs. How many times does this file server have to be replicated to give an availability of at least 99% ?
(A) 2       (B) 4
(C) 8       (D) 16
Answer: B
55.       Given the following two languages:
L1 = {uwwRn | u, v, w ϵ {a, b}+}
L2 = {uwwRn | u, v, w ϵ {a, b}+, |u| ≥ |v|}
Which of the following is correct ?
(A) L1 is regular language and L2 is not regular language.
(B) L1 is not regular language and L2 is regular language.
(C) Both L1 and L2 are regular languages.
(D) Both L1 and L2 are not regular languages.
Answer: A


56.       Given a Turing Machine
M = ({q0, q1}, {0, 1}, {0, 1, B}, δ, B, {q1})
Where δ is a transition function defined as
δ (q0, 0) = (q0, 0, R)
δ (q0, B) = (q1, B, R)
The language L(M) accepted by Turing machine is given as :
(A) 0* 1*             (B) 00*
(C) 10*               (D) 1*0*
Answer: B
57.       Let G = (V, T, S, P) be a context-free grammar such that every one of its productions is of the form A → n, with |v| = k > 1. The derivation tree for any string W ϵ L (G) has a height such that
Answer: D
58.       Which of the following is not used in standard JPEG image compression?
(A) Huffman coding    (B) Runlength encoding
(C) Zig-zag scan          (D) K-L Transform
Answer: D
59.       Which of the following is a source coding technique?
(A) Huffman coding                (B) Arithmetic coding
(C) Run-length coding           (D) DPCM
Answer: D
60.    If the histogram of an image is clustered towards origin on X-axis of a histogram plot then it indicates that the image is .............
(A) Dark             (B) Good contrast
(C) Bright          (D) Very low contrast
Answer: A


61.       Consider the following linear programming problem:
Max. z = 0.50x2 – 0.10x1
Subject to the constraints
2x1 + 5x2 ≤ 80
x1 + x2 ≤ 20
and x1, x2 ≥ 0
The total maximum profit (z) for the above problem is:
(A) 6       (B) 8
(C) 10     (D) 12
Answer: B
62.       Consider the following statements:
(a) If primal (dual) problem has a finite optimal solution, then its dual (primal) problem has a finite optimal solution.
(b) If primal (dual) problem has an unbounded optimum solution, then its dual (primal) has no feasible solution at all.
(c) Both primal and dual problems may be infeasible.
Which of the following is correct?
(A) (a) and (b) only      (B) (a) and (c) only
(C) (b) and (c) only      (D) (a), (b) and (c)
Answer: D
63.       Consider the following statements :
(a) Assignment problem can be used to minimize the cost.
(b) Assignment problem is a special case of transportation problem.
(c) Assignment problem requires that only one activity be assigned to each resource.
Which of the following options is correct?
(A) (a) and (b) only      (B) (a) and (c) only
(C) (b) and (c) only      (D) (a), (b) and (c)
Answer: D
64.       What are the following sequence of steps taken in designing a fuzzy logic machine ?
(A) Fuzzification → Rule evaluation → Defuzzification
(B) Fuzzification → Defuzzification → Rule evaluation
(C) Rule evaluation → Fuzzification → Defuzzification
(D) Rule evaluation → Defuzzification → Fuzzification
Answer: A
65.       Which of the following 2 input Boolean logic functions is linearly inseparable?
(a) AND                         (b) OR
(c) NOR             (d) XOR
(e) NOT XOR
(A) (a) and (b)               (B) (b) and (c)
(C) (c), (d) and (e)        (D) (d) and (e)
Answer: D


66.       Let R and S be two fuzzy relations defined as
Then, the resulting relation, T, which relates elements of universe of X to elements of universe of Z using max-product composition is given by
Answer: C
67.       Consider the following operations to be performed in Unix:
“The pipe sorts all files in the current directory modified in the month of “June” by order of size and prints them to the terminal screen. The sort option skips ten fields then sorts the lines in numeric order.”
Which of the following Unix command will perform above set of operations?
(A) ls – l | grep “June” | sort + 10n
(B) ls – l | grep “June” | sort + 10r
(C) ls – l | grep – v “June” | sort + 10n
(D) ls – l | grep – n “June” | sort + 10x
Answer: A
68.       Which of the following statements is incorrect for a Windows Multiple Document Interface (MDI)?
(A) Each document in an MDI application is displayed in a separate child window within the client area of the application’s main window.
(B) An MDI application has three kinds of windows namely a frame window, an MDI client window and number of child windows.
(C) An MDI application can support more than one kind of document.
(D) An MDI application displays output in the client area of the frame window.
Answer: D
69.       Which of the following statement(s) is/are True regarding ‘nice’ command of UNIX?
I. It is used to set or change the priority of a process.
II. A process’s nice value can be set at the time of creation.
III. ‘nice’ takes a command line as an argument.
(A) I, II only        (B) II, III only
(C) I, II, III           (D) I, III only
Answer: C
70.    Let v(x) mean x is a vegetarian, m(y) for y is meat, and e(x, y) for x eats y. Based on these, consider the following sentences:
I. x v(x)  (y e(x, y)  ¬m(y))
II. x v(x )  (¬(y m(y) ˄ e(x, y)))
III. x (y m(y) ˄ e(x, y))  ¬v(x)
One can determine that
(A) Only I and II are equivalent sentences
(B) Only II and III are equivalent sentences.
(C) Only I and III are equivalent sentence.
(D) I, II, and III are equivalent sentences.
Answer: D


71.       Match each Artificial Intelligence term in List-I that best describes a given situation in List – II:
List – I                                       List – II
I. Semantic Network                a. Knowledge about what to do as opposed to
how to do it.
II. Frame                                    b. A premise of a rule that is not concluded
by any rule.
III. Declarative knowledge      c. A method of knowledge representation that
uses a graph.
IV. Primitive                              d. A data structure representing stereotypical
knowledge.
Codes :
      I    II   III   IV
(A) d   a   b    c
(B) d   c   a    b
(C) d   c   b    a
(D) c   d   a    b
Answer: D


72.       In Artificial Intelligence , a semantic network
(A) is a graph-based method of knowledge representation where nodes represent concepts and arcs represent relations between concepts.
(B) is a graph-based method of knowledge representation where nodes represent relations between concepts and arcs represent concepts.
(C) represents an entity as a set of slots and associated rules.
(D) is a subset of first-order logic.
Answer: A
73.       Criticism free idea generation is a factor of ..............
(A) Decision Support System
(B) Group Decision Support System
(C) Enterprise Resource Support System
(D) Artificial Intelligence
Answer: B
74.       Consider the following logical inferences :
I1 : If it is Sunday then school will not open.
The school was open.
Inference : It was not Sunday.
I2 : If it is Sunday then school will not open.
It was not Sunday.
Inference : The school was open.
Which of the following is correct?
(A) Both I1 and I2 are correct inferences.
(B) I1 is correct but I2 is not a correct inference.
(C) I1 is not correct but I2 is a correct inference.
(D) Both I1 and I2 are not correct inferences.
Answer: B
75.       Which formal system provides the semantic foundation for Prolog?
(A) Predicate calculus                        (B) Lambda calculus
(C) Hoare logic                         (D) Propositional logic
Answer: A