(A) Error correction learning – learning with a teacher
Explanation :
Ans .
(B) clarity, elegance, efficiency
Explanation :
Ans .
(A) ii iii iv i
Explanation :
Ans .
(C) Format specifiers, White-space characters and Non-white space characters
Explanation :
Ans .
(A) iv i ii iii
Explanation :
Ans .
(C) I, III
Explanation :
Ans .
(B) Both even(L) and Chop(L) are regular.
Explanation :
Ans .
(D) the process of executing a program with the intent of finding errors.
Explanation :
Ans .
(B) 10 failures/CPU hr.
Explanation :
Ans .
(D) 672
Explanation :
Ans .
(A) ii iv i iii
Explanation :
Ans .
(C) It refers to a condition that causes a system to fail.
Explanation :
Ans .
(C) Software product engineering
Explanation :
Ans .
(C) Book is in 2NF and Collection in 3NF.
Explanation :
Ans .
(B) An entity type can participate as a subclass in more than one specialization.
Explanation :
Ans .
(A) iv iii i ii
Explanation :
Ans .
(D) in both 2NF and 3NF
Explanation :
Let the R1={S,T}
R2={u,v}
S-> T. all the non key are fully functional dependent on key . hence R1 is in 2nf. Not transitive dependency hence 3nf.
Similarly R2.
Ans .
(B) Web browser
Explanation :
Ping is not a client server application. Ping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (IP). In ping, there is no server that provides a service.
(B) The number of requests for disk service are not influenced by file allocation method.
Explanation :
Ans .
(C) Super block
Explanation :
Ans .
(B) Virtual Memory Management
Explanation :
Ans .
(C) iv iii i ii
Explanation :
Ans .
(D) Register Indirect addressing
Explanation :
Ans .
(A) A B + C * D + EF + G + /
Explanation :
First, always the expression given within parenthesis is converted first. Since there are 2 expressions with the parenthesis, I am going with the expression (E + F + G) first, although the order does not matter.
In the expression (E + F + G), there are 3 operands E,F and G and two operators, both being +. Since both the operators are the same, the expression is going to be evaluated from left to right. So E + F is considered first and converted into postfix form which is EF+. So, the expression becomes, ( ( A + B ) * C + D) / ([E F +] + G) Any expression converted into postfix form is going to be written in square brackets. ( ( A + B ) * C + D) / [ E F + G + ]. Here EF+ is one operand, G is another operand and + is the operator. The next expression to be converted into postfix is ( A + B). ( [ A B + ] * C + D) / [ E F + G + ] Now, the expression which is enclosed in parenthesis is evaluated and so, we get ( [ [ A B + ] C * ] + D) / [ E F + G + ]
[ A B + C * D + ] / [ E F + G + ]
[ A B + C * D + ] [ E F + G + ] /
So, the final postfix expression is A B + C * D + E F + G + /.
Ans .
(C) both present and past input
Explanation :
Ans .
(D) 3m + n + 30 bits
Explanation :
Memory capacity is 2m Kbytes= 2m+10bytes. Whole memory can be represented by m+10 bits.
2^n operations can be represented by n bits.
Now instruction of form
Instruction op1,op2,op3. Will take 3m+30+n bits
Ans .
(C) Master-slave JK flip-flop
Explanation :
Ans .
(C) microprocessor does not contain I/O devices.
Explanation :
Ans .
(C) 1 3 5 7 9
Explanation :
Ans .
(A) win.txt
Explanation :
Ans .
(D) All of the above
Explanation :
Ans .
(C) collection of discrete objects that incorporates both data structure and behaviour.
Explanation :
Ans .
(B) Aggregation
Explanation :
Ans .
(A) Small talk
Explanation :
Ans .
(D) iv i ii iii
Explanation :
Ans .
(C) CaptureEvents(eventType)
Explanation :
Ans .
(C) HREF & NAME
Explanation :
Ans .
(B) one Megabyte
Explanation :
Each pixel needs to store 1 Byte( 8 bit)
Total 1024 x 1024 pixels
Total storage space = 1024 x 1024 x 1 = 2 10 x 2 10 x 1 = 2 20 = 1 MB
Ans .
(C) iii iv ii i
Explanation :
Ans .
Marks to all
Explanation :
Ans .
(A) Alternate optimality
Explanation :
Ans .
(B) subtracting each entry in the table from the maximum value in that table.
Explanation :
Ans .
(A) 76
Explanation :
Ans .
(B) E1 is correct and E2 is not correct.
Explanation :
Ans .
(B) 38
Explanation :
Ans .
(C) O(n)
Explanation :
Ans .
(A) less than 1
Explanation :
Ans .
(B) S1 is NP problem and S2 is NP problem.
Explanation :
Ans .
(C)
Explanation :
Ans .
(B) 32,700
Explanation :
9 guard band occupies 2700 hz.
10 channels occupies 30000 hz.
So total bandwidth is 32700.