Trending ▼
ICSE
CBSE 10th
ISC
CBSE 12th
CTET
GATE
UGC NET
Vestibulares
ResFinder
June Paper
8 pages, 0 questions, 0 questions with responses, 0 total responses
,
0
0
Rohit
Finance
,
Rohtak
+Fave
Message
Profile
Timeline
Uploads
Home
>
rohitkumarindian091
>
Formatting page ...
OMR Sheet No. : ...................................................... Signature and Name of Invigilator (To be filled by the Candidate) 1. (Signature) Roll No. (Name) (In figures as per admission card) Roll No. 2. (Signature) (Name) PAPER II J 8 7 0 9 Number of Pages in this Booklet : 8 4. U 1. Write your roll number in the space provided on the top of this page. This paper consists of fifty multiple-choice type of questions. At the commencement of examination, the question booklet will be given to you. In the first 5 minutes, you are requested to open the booklet and compulsorily examine it as below : (i) To have access to the Question Booklet, tear off the paper seal on the edge of this cover page. Do not accept a booklet without sticker-seal and do not accept an open booklet. (ii) Tally the number of pages and number of questions in the booklet with the information printed on the cover page. Faulty booklets due to pages/questions missing or duplicate or not in serial order or any other discrepancy should be got replaced immediately by a correct booklet from the invigilator within the period of 5 minutes. Afterwards, neither the question booklet will be replaced nor any extra time will be given. (iii) After this verification is over, the Test Booklet Number should be entered in the OMR Sheet and the OMR Sheet Number should be entered on this Test Booklet. Each item has four alternative responses marked (A), (B), (C) and (D). You have to darken the oval as indicated below on the correct response against each item. Example : A B C U DU U S U U U U - 3. U U U, - S U U U - S U (i) - S U U U U S U U- U S S U U (ii) U DU U U U - S DU U U U U U U S DU / U U U U U S S U U U U U S U U - S U U - S U UQ (iii) - S R OMR U U U U OMR R - S U U 4. U U (A), (B), (C) (D) U U U U U A B C D (C) U 5. U U I U U- U U U U S U U U , U 6. U U 7. (Rough Work) S DU U U 8. U- S U , U U U U 9. U # U - S OMR U- U U U U U # U U U 10. / U Z U S U 11. U ( U U) U U 12. U U 2. D where (C) is the correct response. 5. Your responses to the items are to be indicated in the Answer Sheet given inside the Paper I booklet only. If you mark at any place other than in the ovals in the Answer Sheet, it will not be evaluated. 6. Read instructions given inside carefully. 7. Rough Work is to be done in the end of this booklet. 8. If you write your name or put any mark on any part of the test booklet, except for the space allotted for the relevant entries, which may disclose your identity, you will render yourself liable to disqualification. 9. You have to return the test question booklet and OMR Answer Sheet to the invigilators at the end of the examination compulsorily and must not carry it with you outside the Examination Hall. 10. Use only Blue/Black Ball point pen. 11. Use of any calculator or log table etc., is prohibited. 12. There is NO negative marking. J 8709 [Maximum Marks : 100 Number of Questions in this Booklet : 50 Instructions for the Candidates 2. 3. Test Booklet No. COMPUTER SCIENCE AND APPLICATIONS Time : 1 hours] 1. (In words) 1 P.T.O. Computer Science and Applications PAPER II Note : This paper contains fifty (50) objective-type questions, each question carrying two (2) marks. Attempt all of them. 1. If x and y are independent Gaussian random variables with average value 0 and with same variance, their joint probability density function is given by : (A) p(x, y)5p(x).p(y) (B) p(x, y)5p(x)1p(y) (C) p(x, y)5p(x1y) (D) p(x, y)5p(x).p(y)1p(x) 2. In order that a code is t error correcting, the minimum Hamming distance should be : (A) t (B) 2t21 (C) 2t (D) 2t11 3. The Boolean expression x y z1 y z1 x z is equivalent to : (A) 4. x (B) y (C) z (D) x1y1z The characteristic equation of a JK flip flop is : (A) (C) Qn115J.Qn1K.Qn Qn115Qn J.K (B) (D) Qn115J. Q n1 K .Qn Qn115(J1k)Qn 5. In order to implement a n variable switching function, a MUX must have : (A) 2n inputs (B) 2n11 inputs (C) 2n21 inputs (D) 2n21 inputs 6. The throughput of pure ALOHA is given by : (A) S5G (B) S5e2G (C) 7. The Fiber Distributed Data Interface uses : (A) single mode fibers and LEDs (B) (C) single mode fibers and ILDs (D) S5Ge2G (D) S5Ge22G multimode fibers and LEDs multimode fibers and ILDs 8. To employ multi-access in GSM, users are given different : (A) time slots (B) bandpass filters (C) handsets (D) frequency bands 9. With a four programs in memory and with 80% average I/O wait, the CPU utilization is ? (A) 60% (B) 70% (C) 90% (D) 100% 10. Assume N segments in memory and a page size of P bytes. The wastage on account of internal fragmentation is : (A) NP/2 bytes (B) P/2 bytes (C) N/2 bytes (D) NP bytes J 8709 2 11. Assertion (A) : Bit maps are not often used in memory management. Reason (R) : Searching a bit map for a run of given length is a slow operation. (A) Both (A) and (R) are true and (R) is correct explanation for (A) (B) Both (A) and (R) are true but (R) is not correct explanation for (A) (C) (A) is true (R) is false (D) (A) is false (R) is true 12. The complete graph with four vertices has k edges where k is : (A) 3 (B) 4 (C) 5 (D) 6 13. The octal equivalent of hexadecimal (A.B)16 is : (A) 47.21 (B) 12.74 (C) (D) 17.21 14. A reduced state table has 18 rows. The minimum number of Flips flops needed to implement the sequential machine is : (A) 18 (B) 9 (C) 5 (D) 4 15. What is the value of b after the execution of the following code statements : c510; b511c111c; (A) 20 (B) 22 (C) 23 (D) None 16. Which of the following does not represent a valid storage class in c ? (A) automatic (B) static (C) union (D) 17. The (A) (B) (C) (D) 18. (i) (ii) (iii) (iv) DML includes a query language based on both relation algebra and tuple calculus DML includes a query language based on tuple calculus DML includes a query language based on relational algebra DML includes a query language based on none of the relational algebra and tuple calculus Which one is correct ? (A) (i) only (B) (ii) only (C) (iii) only (D) (iv) only 19. Suppose it takes 100 ns to access a page table and 20 ns to access associative memory with a 90% hit rate, the average access time equals : (A) 20 ns (B) 28 ns (C) 90 ns (D) 100 ns 20. There exists a construct which returns a value true if the argument subquery is : (A) empty (B) non-empty (C) in error (D) none of the above J 8709 12.71 extern friend functions are used in situations where : We want to have access to unrelated classes Dynamic binding is required Exchange of data between classes to take place None of the above 3 P.T.O. 21. Which construct in SQL is used to test whether a subquery has any tuples in its result ? (A) UNIQUE (B) EXISTS (C) GROUP BY (D) EXCEPT 22. ORACLE supports : (A) inner join and outer join only (B) outer join and semi join only (C) inner join, outer join, semi join only (D) inner join, outer join, semi join and anti join 23. Which two of the following are equivalent for an undirected graph G ? (i) G is a tree (ii) There is at least one path between any two distinct vertices of G (iii) G contains no cycles and has (n21) edges (iv) G has n edges (A) (i) and (ii) (B) (i) and (iii) (C) (i) and (iv) (D) (ii) and (iii) 24. In a B tree of order m with p nodes the average number of splits is at most : 1 (A) 25. m 21 2 (B) 1 m 21 2 (C) m 2 None (D) FIFO The propositional formula given by the tree : is : (A) x 2 x1 x1 x1 (B) ( x2 x2 ) ( x1 x 2 ) (C) 26. (D) ( x 1 x 2 ) ( x 1 x 2 ) (D) None Queue is a __________ list. (A) LIFO (B) LILO J 8709 (C) 4 FILO 27. In a full binary tree of height k, there are __________ internal nodes. (A) 2 k 21 (B) 2k21 (C) 2 k (D) 2 k 11 28. A binary tree is said to have heap property if the elements along any path : (A) from leaf to root are non increasing (B) from leaf to root are non decreasing (C) from root to leaf are non decreasing (D) from root to leaf are non increasing 29. X.25 protocol consists of : (A) Physical and Frame levels (B) (C) Physical, Frame and Packet levels (D) Frame and Packet levels None of the above GSM/CDMA systems : (A) are limited to very low speed data(B) (C) are predominantly used for voice (D) require no local loop wires all of the above 30. 31. Usually information security in a network is achieved by : (A) Layering (B) Cryptography (C) Grade of service (D) None of the above 32 The linker : (A) is similar to interpreter (B) uses source code as its input (C) is required to create a load module (D) none of the above 33. In which addressing mode the operand is given explicitly in the instruction itself ? (A) Absolute mode (B) Immediate mode (C) Indirect mode (D) Index mode 34. A compiler that runs on one machine and produces code for a different machine is called : (A) Cross compilation (B) One pass compilation (C) Two pass compilation (D) None of the above 35. Any syntactic construct that can be described by a regular expression can also be described by a : (A) Context sensitive grammar (B) Non context free grammar (C) Context free grammar (D) None of the above J 8709 5 P.T.O. 36. Find the odd man out : (A) 37. tail (B) cut (C) wart Chmod go2w filex (B) Chmod go w filex (C) Chmod go5w filex (D) None of the above Variable partition memory management technique with compaction results in : (A) Reduction of fragmentation (B) Minimal wastage (C) Segment sharing (D) 39. None of the above Capability Maturity Model is meant for : (A) Product (B) Process (C) 40. Product and Process (D) None of the above In the light of software engineering software consists of : (A) Programs (B) Data (C) 41. Documentation (D) All of the above Which one of the following ISO standard is used for software process ? (A) 42. ISO 9000 (B) ISO 9001 (C) ISO 9003 White Box (B) ISO 9000 3 (D) serif Black Box (C) Boundary value analysis (D) All of the above Reverse engineering is the process which deals with : (A) Size measurement (B) Cost measurement (C) 44. (D) Which of the following is used for test data generation ? (A) 43. sed Which of the following changes permission to deny write permission to group and others ? (A) 38. (D) Design recovery (D) All of the above The spacing between character pairs is called : (A) J 8709 kerning (B) x-height (C) 6 intercap 45. When compared with analog cellular systems, an advantage of digital TDMA cellular system is that : (A) (B) it requires less of computer memory (C) it conserves spectrum bandwidth (D) 46. it is less complicated it costs less E commerce includes : (A) B2C (B) B2B (C) C2C (D) All of the above 47. A clustering technique that permits a convenient graphical display is : (A) partition based clustering (B) probabilistic model based clustering (C) hierarchical clustering (D) agglomerative clustering 48. After sending a message ,the sender should not be able to, at a later date, deny having sent the message, is referred to as : (A) Authenticity (B) Non Repudiability (C) Auditability (D) Repudiability 49. The device which connects dissimilar LANs of different topologies using different sets of communication protocols so that information can flow from one to another is called : (A) Router (B) Bridge (C) Gateway (D) Switch 50. We can not delete the __________ icon but we can made it invisible. (A) Recycle (B) My computer (C) Internet explorer (D) None of the above -oOo- J 8709 7 P.T.O. Space For Rough Work J 8709 8
Formatting page ...
Formatting page ...
Formatting page ...
Formatting page ...
Formatting page ...
Formatting page ...
Formatting page ...
Print intermediate debugging step
Show debugging info
Hide debugging info
Horizontal lines at:
Guest Horizontal lines at:
AutoRM Data:
Box geometries:
Box geometries:
Text Data:
© 2010 - 2026 ResPaper.
Terms of Service
Contact Us
Advertise with us