- Total number of questions: 65
- 30 questions carry one mark each
- 35 questions carry two marks each
- Negative marking: 1/3 of the marks allotted to the question
- Use of calculator is allowed
- This is a proctored examination
- All other browser applications will be automatically closed
- After three warnings, the examination window will close automatically
Computer Science & Information Technology (CS) 2013 [Session 3]
Review the key details, then start the test when you are ready. You can also open the full package to see related papers.
Paper pattern & analysis
Filter this paper by subject, topic or subtopic. Every graph updates from the selected questions.
Topic distribution
Subtopic distribution
Difficulty distribution
Question type distribution
Instructions
Syllabus
Sample questions from this paper
Questions are selected across the paper subjects wherever the paper contains that variety.
Using public key cryptography, X adds a digital signature σ to message M, encrypts , and sends it to Y, where it is decrypted. Which one of the following sequences of keys is used for the operations?
Match the problem domains in GROUP I with the solution technologies in GROUP II.
| GROUP I | GROUP II |
|---|---|
| (P) Service oriented computing | (1) Interoperability |
| (Q) Heterogeneous communicating systems | (2) BPMN |
| (R) Information representation | (3) Publish-find-bind |
| (S) Process description | (4) XML |
A scheduling algorithm assigns priority proportional to the waiting time of a process. Every process starts with priority zero (the lowest priority). The scheduler re-evaluates the process priorities every T time units and decides the next process to schedule. Which one of the following is TRUE if the processes have no I/O operations and all arrive at time zero?
What is the maximum number of reduce moves that can be taken by a bottom-up parser for a grammar with no epsilon- and unit-production (i.e., of type A → ε and A → a) to parse a string with n tokens?
Consider the languages L1 = Φ and L2 = a. Which one of the following represents L1 ∪ L2*?
Which one of the following is the tightest upper bound that represents the time complexity of inserting an object into a binary search tree of n nodes?