My Cart
Your Cart 0

    Your cart is empty.

  • Total (Amount) ₹0.00
Exam Details

Computer Science & Information Technology (CS) 2013 [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.

Explore previous papers
Showing all 65 questions in this paper.

Subject distribution

No subject classification is available.

Topic distribution

No topic classification is available.

Subtopic distribution

No subtopic classification is available.

Difficulty distribution

Easy 65 100%

Question type distribution

Multiple Choices 65 100%

Instructions

Computer Science & Information Technology (CS) 2013 [Session 1] – Instructions
  • 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

Syllabus

Full Syllabus

Sample questions from this paper

Questions are selected across the paper subjects wherever the paper contains that variety.

1
2013 · Unclassified
Computer Science & Information Technology (CS) 2013 [Session 1]
Q.1 – Q.25 carry one mark each.

A binary operation ⊕ on a set of integers is defined as x ⊕ y = x2 + y2. Which one of the following statements is TRUE about ⊕?

A
Commutative but not associative
B
Both commutative and associative
C
Associative but not commutative
D
Neither commutative nor associative
2
2013 · Unclassified
Computer Science & Information Technology (CS) 2013 [Session 1]

Suppose ρ is the number of cars per minute passing through a certain road junction between 5 PM and 6 PM, and ρ has a Poisson distribution with mean 3. What is the probability of observing fewer than 3 cars during any given minute in this interval?

A
8/(2e³)
B
9/(2e³)
C
17/(2e³)
D
26/(2e³)
3
2013 · Unclassified
Computer Science & Information Technology (CS) 2013 [Session 1]

Which one of the following does NOT equal

Question diagram

?
A

Option A diagram

B

Option B diagram

C

Option C diagram

D

Option D diagram

4
2013 · Unclassified
Computer Science & Information Technology (CS) 2013 [Session 1]

The smallest integer that can be represented by an 8-bit number in 2’s complement form is

A
-256
B
-128
C
-127
D
0
5
2013 · Unclassified
Computer Science & Information Technology (CS) 2013 [Session 1]

In the following truth table, V = 1 if and only if the input is valid.

InputsOutputs
D0D1D2XV
000X1
001X0
010X0
011X0
1XX01
X1110

What function does the truth table represent?

A
Priority encoder
B
Decoder
C
Multiplexer
D
Demultiplexer
6
2013 · Unclassified
Computer Science & Information Technology (CS) 2013 [Session 1]

Which one of the following is the tightest upper bound that represents the number of swaps required to sort n numbers using selection sort?

A
O(log n)
B
O(n)
C
O(n log n)
D
O(n²)