Exam Details
Computer Science & Information Technology (CS) 2017 [Session 1]
Review the key details, then start the test when you are ready. You can also open the full package to see related papers.
Questions
65
Duration
180 mins
Package
Computer Science & Information Technology (CS) - Previous Year 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
65questions
Easy
65
100%
Question type distribution
65questions
MCQ
45
69.2%
Numerical Answer Type (NAT)
12
18.5%
Fill in the blanks
8
12.3%
Syllabus
Full Syllabus
Sample questions from this paper
Questions are selected across the paper subjects wherever the paper contains that variety.
2017 · Unclassified
Computer Science & Information Technology (CS) 2017 [Session 1]
The statement $(\neg p) \Rightarrow (\neg q)$ is logically equivalent to which of the statements below?
I. $p \Rightarrow q$
II. $q \Rightarrow p$
III. $(\neg q) \vee p$
IV. $(\neg p) \vee q$
I. $p \Rightarrow q$
II. $q \Rightarrow p$
III. $(\neg q) \vee p$
IV. $(\neg p) \vee q$
2017 · Unclassified
Computer Science & Information Technology (CS) 2017 [Session 1]
Consider the first-order logic sentence $F: \forall x(\exists y R(x, y))$. Assuming non-empty logical domains, which of the sentences below are implied by $F$?
I. $\exists y(\exists x R(x, y))$
II. $\exists y(\forall x R(x, y))$
III. $\forall y(\exists x R(x, y))$
IV. $\neg \exists x(\forall y \neg R(x, y))$
I. $\exists y(\exists x R(x, y))$
II. $\exists y(\forall x R(x, y))$
III. $\forall y(\exists x R(x, y))$
IV. $\neg \exists x(\forall y \neg R(x, y))$
2017 · Unclassified
Computer Science & Information Technology (CS) 2017 [Session 1]
Let \( c_1, \ldots, c_n \) be scalars, not all zero, such that \( \sum_{i=1}^n c_i a_i = 0 \) where \( a_i \) are column vectors in \( \mathbf{R}^n \). Consider the set of linear equations \( Ax = b \) where \( A = [a_1, \ldots, a_n] \) and \( b = \sum_{i=1}^n a_i \). The set of equations has
2017 · Unclassified
Computer Science & Information Technology (CS) 2017 [Session 1]
Consider the following functions from positive integers to real numbers: \( 10, \sqrt{n}, n, \log_2 n, \frac{100}{n} \). The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:
2017 · Unclassified
Computer Science & Information Technology (CS) 2017 [Session 1]
Consider the following table:
| Algorithms | Design Paradigms |
| (P) Kruskal | (i) Divide and Conquer |
| (Q) Quicksort | (ii) Greedy |
| (R) Floyd-Warshall | (iii) Dynamic Programming |

2017 · Unclassified
Computer Science & Information Technology (CS) 2017 [Session 1]
Let \( T \) be a binary search tree with 15 nodes. The minimum and maximum possible heights of \( T \) are:
Note: The height of a tree with a single node is 0.
Note: The height of a tree with a single node is 0.