(C) p→aq|br|λ, q→bs|ap
r→as|bp, s→ar|bq,
p is both initial and final states
Explanation :
Ans .
(A) Key Process Area
Explanation :
Ans .
(D) Information hiding
Explanation :
Ans .
(C) Software architecture
Explanation :
Ans .
(C) 14
Explanation :
Ans .
(D) Maintenance testing
Explanation :
Ans .
(D) 16
Explanation :
Ans .
(D) (2)2^n-1
Explanation :
Ans .
(C) iii
Explanation :
Ans .
(A) Both I and II are true
Explanation :
Ans .
(D) (p ∧ q ∧ ¬r) ∨ (p ∧ ¬q ∧ r) ∨ (¬p ∧ q ∧ r)
Explanation :
Ans .
(C)
Explanation :
Ans .
(A) Kh and 2ΓK/2˥h-1
Explanation :
Ans .
(C) m=n≥2
Explanation :
Ans .
(B) O(nn) and O(n log n)
Explanation :
Ans .
(A) 50, 50, 14, 5
Explanation :
Ans .
(B) iv i ii iii
Explanation :
Ans .
(D) I only
Explanation :
Ans .
(B) II
Explanation :
Ans .
(C) iii iv i ii
Explanation :
Ans .
(A) Secure Electronic Transaction
Explanation :
Ans .
(D) 160 ns
Explanation :
The percentage of times that a page number is found in the associative registers is called the hit ratio. A 70% hit ratio means that we find the desired page number in the associative registers 70% of the time. If it takes 30 nanoseconds to search the associative registers, and 100 nanoseconds to access memory, then a mapped memory access takes 130 nanoseconds when the page number is in the associative registers. If we fail to find the page number in the associative registers (30 nanoseconds), then we must first access memory for the page table and frame number (100 nanoseconds), and then access the desired byte in memory (100 nanoseconds), for a total of 230 nanoseconds. Effective access time = 0.70 x 130 + .30 x 230 = 91 + 69= 160
Ans .
(D) ii iii iv i
Explanation :
Ans .
(B) Safe State
Explanation :
Ans .
(B) iii ii iv i
Explanation :
Ans .
(C) for n in one two three; do echo-n $n; done
Explanation :
Ans .
(B) Elements in each half of the array are sorted amongst themselves.
Explanation :
Ans .
(B) 2.15
Explanation :
Ans .
(C) average, worst-case
Explanation :
Ans .
(B) max (h(n),g(n))
Explanation :
Ans .
(B) 3
Explanation :
Ans .
(B) iii iv ii i
Explanation :
Ans .
(C) Base address of the array
Explanation :
Ans .
(D) print "computer" infinite times
Explanation :
Ans .
(C) allow one class to access an unrelated class.
Explanation :
Ans .
(A) 0
Explanation :
Ans .
(C) External level data hiding
Explanation :
Ans .
(D) A prime attribute can be transitively dependent on a key in BCNF relation.