Monday 28 December 2015

UGC CBSE NET Computer Science December 2015 Paper-3 Answer Key

Hello,
Good luck for the result, and share your views and queries for the answers. I will try to post the solutions and explanations as soon as possible.


Q.No.
Answer
Q.No.
Answer
Q.No.
Answer
Q.No.
Answer
Q.No.
Answer
2
2
4
4
2
1
1
3
4
2
1
1
1
4
3
3
4
4
4
3
2
3
X
3
C
3
4
1
1
2
3
1
2
1
4
3
4
1
2
2
1
3
4
2
1
1
1
3
2
4
1
1
4
2
3
4
2
1
2
4
3
3
1
4
3
2
4
2
3
1
3
4
3
3
1


1.       The three outputs x1x2x3 from the 8x3 priority encoder are used to provide a vector address of the form 101x1x2x300. What is the second highest priority vector address in hexadecimal if the vector addresses are starting from the one with the highest priority?
(A) BC                (B) A4
(C) BD               (D) AC
Answer: B
2.       What will be the output at PORT1 if the following program is executed?
MVI B, 82H
MOV A, B
MOV C, A
MVI D, 37H
OUT PORT1
HLT
(A) 37H              (B) 82H
(C) B9H             (D) 00H
Answer: B
Explanation:
In 8085 programming, the result of an operation is stored in the accumulator.
So output is 82H.
3.       Which of the following 8085 microprocessor hardware interrupt has the lowest priority?
(A) RST 6.5                   (B) RST 7.5
(C) TRAP                      (D) INTR
Answer: D
4.       A dynamic RAM has refresh cycle of 32 times per msec. Each refresh operation requires 100 nsec and a memory cycle requires 250 nsec. What percentage of memory’s total operating time is required for refreshes?
(A) 0.64              (B) 0.96
(C) 2.00             (D) 0.32
Answer: D
Explanation:
in 1ms :  refresh = 32 times
Memory cycle = 1ms/250ns   = 106ns/250ns = 4000 times
Therefore, % of refresh time  = (32 x 100ns)/(4000 x 250ns)
                                                    = 3200ns/1000000 x 100% = 0.32%
5.       A DMA controller transfers 32-bit words to memory using cycle Stealing. The words are assembled from a device that transmits characters at a rate of 4800 characters per second. The CPU is fetching and executing instructions at an average rate of one million instructions per second. By how much will the CPU be slowed down because of the DMA transfer?
(A) 0.06%          (B) 0.12%
(C) 1.2%            (D) 2.5%
Answer: B
Explanation:
The DMA combines one word from four consecutive characters (bytes) so we get
4800 chars/s = 4800 bytes/s = 1200 words/s (one word = 32 bits = 4 bytes)
If we assume that one CPU instruction is one word wide then
1 million instructions/s = 1 million words/s = 106 word/s
So we have 1200 words received during one second and (106-1200) words processed by the CPU (while DMA is transferring a word, the CPU cannot fetch the instruction so we have to subtract the number of words transferred by DMA).
While DMA transfer CPU executes only 106 - 1200 = 998800 instructions
[998800 / 106] * 100 = 99.88 %
Slowdown = 100 - 99.88 = 0.12%
The CPU will be slowed down by 0.12%.

6.       A CPU handles interrupt by executing interrupt service subroutine.................
(A) by checking interrupt register after execution of each instruction
(B) by checking interrupt register at the end of the fetch cycle
(C) whenever an interrupt is registered
(D) by checking interrupt register at regular time interval
Answer: A
7.       Given the following set of prolog clauses:
father(X, Y):
parent(X, Y),
male(X),
parent(Sally, Bob),
parent(Jim, Bob),
parent(Alice, Jane),
parent(Thomas, Jane),
male(Bob),
male(Jim),
female(Salley),
female(Alice).
How many atoms are matched to the variable ‘X’ before the query
father(X, Jane) reports a Result?
(A) 1       (B) 2
(C) 3       (D) 4
Answer: A
8.       Forward chaining systems are ............. where as backward chaining systems are ................
(A) Data driven, Data driven              (B) Goal driven, Data driven
(C) Data driven, Goal driven              (D) Goal driven, Goal driven
Answer: C
9.       Match the following w.r.t. programming languages:
List - I                                     List – II
(a) JAVA                        (i) Dynamically object oriented
(b) Python                     (ii) Statically Non-object oriented
(c) Prolog                      (iii) Statically object oriented
(d) ADA                         (iv) Dynamically non-object oriented
Codes:
   (a)  (b)  (c)  (d)
(A) (iii)  (i)   (ii)  (iv)
(B) (i)   (iii)  (ii)  (iv)
(C) (i)   (iii)  (iv) (ii)
(D) (ii)  (iv)  (i)   (iii)
Answer: D
10.    The combination of an IP address and a port number is known as ...................
(A) network number                (B) socket address
(C) subnet mask number       (D) MAC address
Answer: B
11.       A network with bandwidth of 10 Mbps can pass only an average of 15,000 frames per minute with each frame carrying an average of 8,000 bits. What is the throughput of this network ?
(A) 2 Mbps        (B) 60 Mbps
(C) 120 Mbps    (D) 10 Mbps
Answer: A
Explanation:
In data transmission, throughput is the amount of data moved successfully from one place to another in a given period of time, and typically measured in bits per second (bps), or in megabits per second (Mbps) or gigabits per second (Gbps).
Here, Throughput = 15000 x 8000/60 = 2 Mbps
12.       Consider a subnet with 720 routers. If a three-level hierarchy is choosen with eight clusters, each containing 9 regions of 10 routers, then total number of entries in the routing table is ...................
(A) 25                 (B) 27
(C) 53                 (D) 72
Answer: A
Explanation:
Each router needs 10 entries for local routers, 8 entries for routing to other regions within its own cluster, and 7 entries for distant clusters, for a total of 25 entries.
13.       In a classful addressing, the IP addresses with 0 (zero) as network number:
(A) refers to the current network
(B) refers to broadcast on the local network
(C) refers to broadcast on a distant network
(D) refers to loopback testing
Answer: A
14.       In electronic mail, which of the following protocols allows the transfer of multimedia
messages?
(A) IMAP            (B) SMTP
(C) POP 3         (D) MIME
Answer: D
15.       A device is sending out data at the rate of 2000 bps. How long does it take to send a file of 1,00,000 characters ?
(A) 50                 (B) 200
(C) 400              (D) 800
Answer: C
Explanation:
1,00,000 characters = 1,00,000 x 8 bits = 8,00,000 bits
8,00,000 bits/2000 bps = 400 seconds
16.       In Activity-Selection problem, each activity i has a start time si and a finish time fi where si≤fi. Activities i and j are compatible if:
(A) si≥fj                           (B) sj≥fi
(C) si≥fj or sj≥fi               (D) si≥fj and sj≥fi
Answer: C
17.       Given two sequences X and Y:
X = <a, b, c, b, d, a, b>
Y = <b, d, c, a, b, a>
The longest common subsequence of X and Y is:
(A) <b, c, a>                  (B) <c, a, b>
(C) <b, c, a, a> (D) <b, c, b, a>
Answer: D
Explanation:
A subsequence is a sequence that can be derived from another sequence by deleting some elements without changing the order of the remaining elements.
A sequence G is said to be a common subsequence of X and Y, if Z is a subsequence of both X and Y.
Here X = <a, b, c, b, d, a, b>, the sequences <b,c,a>, <c,a,b>, <b,c,b,a>  are subsequences of X.
Given a second sequence of symbols Y = <b, d, c, a, b, a>, then <b,c,a>, <c,a,b>, <b,c,b,a>  are common subsequences to both X and Y.
However, the longest common subsequence of X and Y is <b,c,b,a>.
18.       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(d n k)                   (B) O(d nk)
(C) O((d+n)k)                (D) O(d(n+k))
Answer: D
19.       The solution of the recurrence relation
is :
(A) O(lg n)         (B) O(n)
(C) O(n lg n)     (D) None of the above
Answer: D
20.    Floyd-Warshall algorithm utilizes ............... to solve the all-pairs shortest paths problem on a directed graph in ................ time.
(A) Greedy algorithm, θ(V3)                (B) Greedy algorithm, θ(V2 lgn)
(C) Dynamic programming, θ(V3)     (D) Dynamic programming, θ(V2 lgn)
Answer: C
21.       Let n=4 and (a1, a2, a3, a4) = (do, if, int, while). Let p(1:4) = (3/8, 3/8, 1/8, 1/8) and q(1:4) = (2/8, 3/8, 1/8, 1/8, 1/8) where p(i) and q(i) denotes the probability with which we search ai and the identifier x being searched satisfy ai < x < ai+1 respectively. The optimal search tree is given by:
Answer: B
22.       The family of context sensitive languages is ................. under union and ................. under reversal.
(A) closed, not closed                         (B) not closed, not closed
(C) closed, closed                    (D) not closed, closed
Answer: C
23.       Match the following :
List - I                                                             List - II
(a) {an bn|n > 0} is a deterministic                  (i) but not recursive language
context free language        
(b) The complement of {an bn an|n > 0}         (ii) but not context free language
is a context free language
(c) {an bn an} is context sensitive language (iii) but can not be accepted by a deterministic pushdown automation
(d) L is a recursive language                         (iv) but not regular
Codes :
     (a)   (b)   (c)   (d)
(A) (i)   (ii)   (iii)   (iv)
(B) (i)   (ii)   (iv)   (iii)
(C) (iv) (iii)  (ii)    (i)
(D) (iv) (iii)  (i)    (ii)
Answer: Marks to all
24.       The language of all non-null strings of a’s can be defined by a context free grammar as
follow :
S→a S|S a| a
The word a3 can be generated by ................ different trees.
(A) Two              (B) Three
(C) Four             (D) Five
Answer: C
25.       Which one of the following non-functional quality attributes is not highly affected by the
architecture of the software ?
(A) Performance          (B) Reliability
(C) Usability                  (D) Portability
Answer: C
26.       The context free grammar given by
S→XYX
X→aX|bX|λ
Y→bbb
generates the language which is defined by regular expression:
(A) (a+b)*bbb                            (B) abbb(a+b)*
(C) (a+b)*(bbb)(a+b)*              (D) (a+b)(bbb)(a+b)*
Answer: C
27.       There are exactly ................ different finite automata with three states x, y and z over the alphabet {a, b} where x is always the start state.
(A) 64                 (B) 256
(C) 1024            (D) 5832
Answer: D
28.       Given the following two languages :
L1={anban|n>0}
L2={anbanbn+1|n>0}
Which of the following is correct?
(A) L1 is context free language and L2 is not context free language
(B) L1 is not context free language and L2 is context free language
(C) Both L1 and L2 are context free languages
(D) Both L1 and L2 are not context free languages
Answer: A
29.       Which of the following is used to make an Abstract class ?
(A) Making atleast one member function as pure virtual function
(B) Making atleast one member function as virtual function
(C) Declaring as Abstract class using virtual keyword
(D) Declaring as Abstract class using static keyword
Answer: A
30.    Match the following with reference to object oriented modelling :
List - I                         List - II
(a) Polymorphism        (i) Picking both operator and attributes with
operations appropriate to model an object
(b) Inheritance                         (ii) Hiding implementation details of methods
from users of objects
(c) Encapsulation        (iii) Using similar operations to do similar things
(d) Abstraction              (iv) Create new classes from existing class
Codes :
      (a)   (b)  (c)   (d)
(A) (iv)  (iii)   (i)   (ii)
(B) (iii)  (iv)   (i)   (ii)
(C) (iii)  (i)     (ii)  (iv)
(D) (iv)  (iii)   (ii)  (i)
Answer: B
31.       In CRC based design, a CRC Team consists of :
(a) one or two users representatives
(b) several programmers
(c) project co-ordinators
(d) one or two system analysts
Codes :
(A) (a) and (c)               (B) (a), (b), (c) and (d)
(C) (a), (c) and (d)        (D) (a), (b) and (d)
Answer: C
32.       The end points of a given line are (0, 0) and (6, 18). Compute each value of y as x steps from 0 to 3, by using equation of straight line :
(A) For x=0, y=0; x=1, y=3; x=2, y=6; x=3, y=9
(B) For x=0, y=1; x=1, y=3; x=2, y=4; x=3, y=9
(C) For x=0, y=2; x=1, y=3; x=2, y=6; x=3, y=9
(D) For x=0, y=0; x=1, y=3; x=2, y=4; x=3, y=6
Answer: A
33.       Which of the following graphic primitives are considered as the basic building blocks of
computer graphics ?
(a) Points          (b) Lines        (c) Polylines (d) Polygons
Codes :
(A) (a) only                    (B) (a) and (b)
(C) (a), (b) and (c)        (D) (a), (b), (c) and (d)
Answer: B
34.       Javascript and Java has similar name because .................... is/are true.
(a) Javascripts syntax is loosely based on Java’s syntax
(b) Javascript is stripped down version of Java
(c) Java and Javascript are originated from Island of Java
Codes :
(A) (a) only                    (B) (a), (b) and (c)
(C) (a) and (b)               (D) (a) and (c)
Answer: A
35.       Which of the following statements are true with reference to the way of describing XML
data ?
(a) XML uses DTD to describe the data
(b) XML uses XSL to describe the data
(c) XML uses a description node to describe the data
Codes :
(A) (a) only                    (B) (b) only
(C) (a) and (b)               (D) (a) and (c)
Answer: D
36.       Which of the following is/are correct with reference to Abstract class and interface ?
(a) A class can inherit only one Abstract class but may inherit several interfaces.
(b) An Abstract class can provide complete and default code but an interface has no code.
Codes :
(A) (a) is true                             (B) (b) is true
(C) Both (a) and (b) are true (D) Neither (a) nor (b) is true
Answer: C
37.       Match the following with respect to various memory management algorithms :
List - I                                     List - II
(a) Demand paging                 (i) degree of multiprogramming
(b) Segmentation                     (ii) working set
(c) Dynamic partitions             (iii) supports user view of memory
(d) Fixed partitions                  (iv) compaction
Codes :
      (a)  (b)   (c)  (d)
(A) (iii)  (iv)  (ii)   (i)
(B) (ii)  (iii)   (i)   (iv)
(C) (iv) (iii)  (ii)   (i)
(D) (ii)  (iii)  (iv)  (i)
Answer: D
38.       Function of memory management unit is :
(A) Address translation           (B) Memory allocation
(C) Cache management        (D) All of the above
Answer: A
39.       Consider a system with twelve magnetic tape drives and three processes P1, P2 and P3. Process P1 requires maximum ten tape drives, process P2 may need as many as four tape drives and P3 may need upto nine tape drives. Suppose that at time t1, process P1 is holding five tape drives, process P2 is holding two tape drives and process P3 is holding three tape drives. At time t1, system is in:
(A) safe state                (B) unsafe state
(C) deadlocked state   (D) starvation state
Answer: B
40.    In Unix operating system, special files are used to :
(A) buffer data received in its input from where a process reads
(B) provide a mechanism to map physical device to file names
(C) store list of file names plus pointers associated with i-nodes
(D) store information entered by a user application program or utility program
Answer: B
41.       Match the following in Unix file system :
List - I                         List - II
(a) Boot block               (i) Information about file system
(b) Super block            (ii) Information about file
(c) Inode table              (iii) Storage space
(d) Data block               (iv) Code for making OS ready
Codes :
      (a)  (b)  (c)  (d)
(A) (iv)  (i)   (ii)  (iii)
(B) (i)    (iii) (ii)  (iv)
(C) (iii)  (i)   (ii)  (iv)
(D) (iv)  (ii)  (i)   (iii)
Answer: A
42.       In an operating system, indivisibility of operation means :
(A) Operation is interruptable
(B) Race - condition may occur
(C) Processor can not be pre-empted
(D) All of the above
Answer: C
43.       A horn clause is ......................
(A) A clause in which no variables occur in the expression
(B) A clause that has at least one negative literal
(C) A disjunction of a number of literals
(D) A clause that has at most one positive literal
Answer: D
44.       In Propositional Logic, given P and P→Q, we can infer .................
(A) ~Q                (B) Q
(C) PQ             (D) ~PQ
Answer: B
45.       Reasoning strategies used in expert systems include ...............
(A) Forward chaining, backward chaining and problem reduction
(B) Forward chaining, backward chaining and boundary mutation
(C) Forward chaining, backward chaining and back propagation
(D) Backward chaining, problem reduction and boundary mutation
Answer: A
46.       Language model used in LISP is .................
(A) Functional programming                         (B) Logic programming
(C) Object oriented programming     (D) All of the above
Answer: A
47.       In constraint satisfaction problem, constraints can be stated as ...................
(A) Arithmatic equations and inequalities that bind the values of variables
(B) Arithmatic equations and inequalities that doesn’t bind any restriction over variables
(C) Arithmatic equations that impose restrictions over variables
(D) Arithmatic equations that discard constraints over the given variables
Answer: A
48.       As compared to rental and leasing methods to acquire computer systems for a Management Information System (MIS), purchase method has following advantage :
(A) It has high level of flexibility
(B) It doesn’t require cash up-front
(C) It is a business investment
(D) Little risk of obsolescence
Answer: C
49.       Consider the conditional entropy and mutual information for the binary symmetric channel. The input source has alphabet X={0,1} and associated probabilities {1/2,1/2}. The channel matrix is
where p is the transition probability. Then the conditional entropy is given by :
(A) 1                                           (B) -plog(p)-(1-p)log(1-p)
(C) 1+plog(p)+(1-p)log(1-p)    (D) 0
Answer: B
50.    Which of the following is not a lossy compression technique ?
(A) JPEG           (B) MPEG
(C) FFT              (D) Arithmetic coding
Answer: D
51.       Blind image deconvolution is ................
(A) Combination of blur identification and image restoration
(B) Combination of segmentation and classification
(C) Combination of blur and non-blur image
(D) None of the above
Answer: A
52.       A basic feasible solution of a linear programming problem is said to be ............... if at least one of the basic variable is zero.
(A) degenerate             (B) non-degenerate
(C) infeasible               (D) unbounded
Answer: A
53.       Consider the following conditions :
(a) The solution must be feasible, i.e. it must satisfy all the supply and demand constraints.
(b) The number of positive allocations must be equal to m+n-1, where m is the number
of rows and n is the number of columns.
(c) All the positive allocations must be in independent positions.
The initial solution of a transportation problem is said to be non-degenerate basic feasible solution if it satisfies :
Codes :
(A) (a) and (b) only      (B) (a) and (c) only
(C) (b) and (c) only      (D) (a), (b) and (c)
Answer: D
54.       Consider the following transportation problem :
The transportation cost in the initial basic feasible solution of the above transportation problem using Vogel’s Approximation method is :
(A) 1450            (B) 1465
(C) 1480            (D) 1520
Answer: B
55.       The character set used in Windows 2000 operating system is ...............
(A) 8 bit ASCII              (B) Extended ASCII
(C) 16 bit UNICODE    (D) 12 bit UNICODE
Answer: C
56.       In Unix, the command to enable execution permission for file “mylife” by all is ................
(A) Chmod ugo+X myfile       (B) Chmod a+X myfile
(C) Chmod +X myfile              (D) All of the above
Answer: D
57.       What will be the output of the following Unix command ?
$rm chap0\[1 - 3\]
(A) Remove file chap0[1 - 3]
(B) Remove file chap01, chap02, chap03
(C) Remove file chap\[1 - 3\]
(D) None of the above
Answer: A
58.       Which of the following statements regarding the features of the object-oriented approach to databases are true ?
(a) The ability to develop more realistic models of the real world.
(b) The ability to represent the world in a non-geometric way.
(c) The ability to develop databases using natural language approaches.
(d) The need to split objects into their component parts.
(e) The ability to develop database models based on location rather than state and behaviour.
Codes :
(A) (a), (b) and (c)        (B) (b), (c) and (d)
(C) (a), (d) and (e)        (D) (c), (d) and (e)
Answer: A
59.       Consider the following database table :
Create table test(
one integer,
two integer,
primary key(one),
unique(two),
check(one≥1 and ≤10),
check(two≥1 and ≤5) );
How many data records/tuples atmost can this table contain ?
(A) 5       (B) 10
(C) 15     (D) 50
Answer: A
60.    Suppose ORACLE relation R(A, B) currently has tuples {(1, 2), (1, 3), (3, 4)} and relation S(B, C) currently has {(2, 5), (4, 6), (7, 8)}. Consider the following two SQL queries SQ1 and SQ2 :
SQ1 : Select *
From R Full Join S
On R.B=S.B;
SQ2 : Select *
From R Inner Join S
On R.B=S.B;
The numbers of tuples in the result of the SQL query SQ1 and the SQL query SQ2 are given by :
(A) 2 and 6 respectively          (B) 6 and 2 respectively
(C) 2 and 4 respectively         (D) 4 and 2 respectively
Answer: D
61.       Consider the following three SQL queries (Assume the data in the people table) :
(a) Select Name from people where Age>21;
(b) Select Name from people where Height>180;
(c) Select Name from people where (Age>21) or (Height>180);
If the SQL queries (a) and (b) above, return 10 rows and 7 rows in the result set respectively, then what is one possible number of rows returned by the SQL query (c) ? (A) 3   (B) 7
(C) 10     (D) 21
Answer: C
62.       The distributed system is a collection of (P) and communication is achieved in distributed system by (Q) , where (P) and (Q) are :
(A) Loosely coupled hardware on tightly coupled software and disk sharing, respectively.
(B) Tightly coupled hardware on loosely coupled software and shared memory, respectively.
(C) Tightly coupled software on loosely coupled hardware and message passing,
respectively.
(D) Loosely coupled software on tightly coupled hardware and file sharing, respectively.
Answer: C
63.       Consider the following three tables R, S and T. In this question, all the join operations are natural joins (). (π) is the projection operation of a relation :
Possible answer tables for this question are also given as below :
What is the resulting table of πA,B(RT)πB,C(ST) ?
(A) (a)                 (B) (b)
(C) (c)                 (D) (d)
Answer: A
64.       Consider the two class classification task that consists of the following points :
Class C1: [-1, -1], [-1, 1], [1, -1]
Class C2: [1, 1]
The decision boundary between the two classes C1 and C2 using single perceptron is given by :
(A) x1-x2-0.5=0              (B) -x1+x2-0.5=0
(C) 0.5(x1+x2)-1.5=0     (D) x1+x2-0.5=0
Answer: D
65.       Consider a standard additive model consisting of rules of the form of
If x is Ai AND y is Bi THEN z is Ci.
Given crisp inputs x=x0, y=y0, the output of the model is :

Answer: C
66.       A bell-shaped membership function is specified by three parameters (a, b, c) as follows:











Answer: B
67.       Which of the following is/are the principle components of a memory-tube display ?
(a) Flooding gun                      (b) Collector
(c) Phosphorus grains            (d) Ground
Codes :
(A) (a) and (b)               (B) (c) only
(C) (d) only                    (D) All the above
Answer: D
68.       Which of the following steps is/are not required for analog to digital conversion ?
(a) Sensing                  (b) Conversion         (c) Amplification
(d) Conditioning          (e) Quantization
Codes :
(A) (a) and (b)               (B) (c) and (d)
(C) (a), (b) and (e)        (D) None of the above
Answer:B
69.       Which raster locations would be chosen by Bresenham’s algorithm when scan converting a line from (1, 1) to (8, 5) ?
Answer: C
70.    Consider a unit square centred at origin. The coordinates of the square are translated by a factor (1/2, 1) and rotated by an angle of 90o. What shall be the coordinates of the new
square ?
(A) (-1/2, 0), (-1/2, 1), (-3/2, 1), (-3/2, 0)
(B) (-1/2, 0), (1/2, 1), (3/2, 1), (3/2, 0)
(C) (-1/2, 0), (1/2, 0), (-3/2, 1), (-3/2, 0)
(D) (-1/2, 0), (1/2, 1), (-3/2, 1), (-3/2, 0)
Answer: A
71.       Which of the following is/are the components of a CRT ?
(a) Electron Gun
(b) Control Electrode
(c) Focusing Electrode
(d) Phosphor Coated Screen
Codes :
(A) (a) and (d)                           (B) (a), (b) and (d)
(C) (a), (b), (c) and (d)             (D) (a), (c) and (d)
Answer: C
72.       Which one of the following statements is incorrect ?
(A) Pareto analysis is a statistical method used for analyzing causes, and is one of the
primary tools for quality management.
(B) Reliability of a software specifies the probability of failure-free operation of that software for a given time duration.
(C) The reliability of a system can also be specified as the Mean Time To Failure (MTTF).
(D) In white-box testing, the test cases are decided from the specifications or the
requirements.
Answer: D
73.       Consider a language A defined over the alphabet ∑={0, 1} as A = {0[n/2] 1n: n >= 0} .
The expression [n/2] means the floor of n/2, or what you get by rounding n/2 down to the nearest integer.
Which of the following is not an example of a string in A ?
(A) 011               (B) 0111
(C) 0011            (D) 001111
Answer: C
74.       Which one of the following statements, related to the requirements phase in Software
Engineering, is incorrect ?
(A) “Requirement validation” is one of the activities in the requirements phase.
(B) “Prototyping” is one of the methods for requirement analysis.
(C) “Modelling-oriented approach” is one of the methods for specifying the functional
specifications.
(D) “Function points” is one of the most commonly used size metric for requirements.
Answer: C
75.       ............... tag is an extension to HTML that can enclose any number of Javascript statements.
(A) <SCRIPT>              (B) <BODY>
(C) <HEAD>                 (D) <TITLE>
Answer: A