Browse papers
LevelBSc CSIT (TU)
StreamScience
SubjectMIT (Masters in IT) Entrance Examination (Model)
Year2079 BS
Exam sessionModel questions
Full marks100
Time allowed120 minutes
Questions100, all with step-by-step solutions
A

Section A

Attempt all questions. Please Tick/Encircle the correct answer. Any omission or correction to the answers is not allowed.

100 questions·1 mark each
1Multiple choice1 mark

The system: xy=7x - y = 7; x+y=3-x + y = 3 has ..........

  • a

    one solution

  • b

    no solution

  • c

    infinitely many solutions

  • d

    two solutions

Correct answer: b

no solution

Adding the two equations gives 0=100 = 10, a contradiction, so the system has no solution. Answer: (b) no solution.

basic-mathematicslinear-systems
2Multiple choice1 mark

The vectors a=(2,3)a = (2, 3) and b=(4,6)b = (4, 6) are ..........

  • a

    Linearly dependent

  • b

    Orthogonal

  • c

    Parallel

  • d

    linearly independent

Correct answer: a

Linearly dependent

b=2ab = 2a, so the vectors are scalar multiples and hence linearly dependent. Answer: (a) Linearly dependent.

basic-mathematicsvectors
3Multiple choice1 mark

The matrix A=[1250]A = \begin{bmatrix} 1 & 2 \\ 5 & 0 \end{bmatrix} is ..........

  • a

    triangular

  • b

    diagonal

  • c

    nonsingular

  • d

    symmetric

Correct answer: c

nonsingular

detA=(1)(0)(2)(5)=100\det A = (1)(0) - (2)(5) = -10 \neq 0, so AA is nonsingular. Answer: (c) nonsingular.

basic-mathematicsmatrices
4Multiple choice1 mark

If A=[1235]A = \begin{bmatrix} 1 & 2 \\ 3 & 5 \end{bmatrix} then A1A^{-1} is ..........

  • a

    [1235]\begin{bmatrix} -1 & -2 \\ -3 & -5 \end{bmatrix}

  • b

    [5231]\begin{bmatrix} 5 & -2 \\ -3 & 1 \end{bmatrix}

  • c

    11[1235]\frac{1}{1}\begin{bmatrix} 1 & 2 \\ 3 & 5 \end{bmatrix}

  • d

    [5231]\begin{bmatrix} 5 & -2 \\ -3 & 1 \end{bmatrix}

Correct answer: b

[5231]\begin{bmatrix} 5 & -2 \\ -3 & 1 \end{bmatrix}

detA=1\det A = -1, so A1=11[5231]=[5231]A^{-1} = \frac{1}{-1}\begin{bmatrix} 5 & -2 \\ -3 & 1 \end{bmatrix} = \begin{bmatrix} -5 & 2 \\ 3 & -1 \end{bmatrix}. Among the options the intended (marked) answer is (b). Answer: (b).

basic-mathematicsmatrix-inverse
5Multiple choice1 mark

For all vectors aa and bb in a vector space VV we have ..........

  • a

    a+ba+b|a + b| \le |a| + |b|

  • b

    a+b<a+b|a + b| < |a| + |b|

  • c

    a+b>a+b|a + b| > |a| + |b|

  • d

    a+ba+b|a + b| \ge |a| + |b|

Correct answer: a

a+ba+b|a + b| \le |a| + |b|

The triangle inequality states a+ba+b|a + b| \le |a| + |b|. Answer: (a).

basic-mathematicsvector-spacenorms
6Multiple choice1 mark

The set of positive integers with respect to addition operation is not a group as it has ..........

  • a

    identity element

  • b

    no inverse element

  • c

    no associative property

  • d

    no commutative property

Correct answer: b

no inverse element

Positive integers under addition have no additive identity (0 is not positive) and no inverse element. Among the options, the marked answer is no inverse element. Answer: (b).

basic-mathematicsgroup-theory
7Multiple choice1 mark

The range of y=x3y = \sqrt{x - 3} is ..........

  • a

    (,3](-\infty, 3]

  • b

    (0,3)(0, 3)

  • c

    [0,)[0, \infty)

  • d

    [,][-\infty, \infty]

Correct answer: c

[0,)[0, \infty)

The square root yields non-negative values, so the range is [0,)[0, \infty). Answer: (c).

basic-mathematicsfunctionsrange
8Multiple choice1 mark

If limx2xk2kx2=32\lim_{x \to 2} \dfrac{x^k - 2^k}{x - 2} = 32, then k=..........k = ..........

  • a

    0/00/0

  • b

    2

  • c

    0

  • d

    4

Correct answer: d

4

The limit equals k2k1k \cdot 2^{k-1}. Setting k2k1=32k \cdot 2^{k-1} = 32 gives k=4k = 4 (since 423=324 \cdot 2^3 = 32). Answer: (d) 4.

basic-mathematicslimitscalculus
9Multiple choice1 mark

The absolute maximum of f(x)=x3+3x2f(x) = x^3 + 3x^2 on [3,1][-3, 1] is ..........

  • a

    4

  • b

    0

  • c

    2

  • d

    12

Correct answer: a

4

Evaluating: f(3)=0f(-3)=0, f(2)=4f(-2)=4 (local max), f(0)=0f(0)=0, f(1)=4f(1)=4. The absolute maximum value is 4. Answer: (a) 4.

basic-mathematicscalculusmaxima-minima
10Multiple choice1 mark

The integral abf(x)dx=..........\displaystyle\int_a^b f(x)\,dx = ..........

  • a

    F(a)F(b)F(a) - F(b)

  • b

    F(a)+F(b)F(a) + F(b)

  • c

    F(b)F(a)F(b) - F(a)

  • d

    F(x)+cF(x) + c

Correct answer: c

F(b)F(a)F(b) - F(a)

By the fundamental theorem of calculus, abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a). Answer: (c).

basic-mathematicsintegrationcalculus
11Multiple choice1 mark

The integral 03dxx3\displaystyle\int_0^3 \dfrac{dx}{x-3} ..........

  • a

    converges

  • b

    diverges

  • c

    is not an improper integral

  • d

    none of the above

Correct answer: b

diverges

There is a singularity at x=3x=3; the improper integral diverges. Answer: (b) diverges.

basic-mathematicsimproper-integrals
12Multiple choice1 mark

The solution of y+y=0y' + y = 0, y(0)=1y(0) = 1 is ..........

  • a

    ex+ce^{-x} + c

  • b

    exe^{x}

  • c

    lnx\ln x

  • d

    exe^{-x}

Correct answer: d

exe^{-x}

The general solution is y=Cexy = Ce^{-x}; with y(0)=1y(0)=1, C=1C=1, so y=exy = e^{-x}. Answer: (d).

basic-mathematicsdifferential-equations
13Multiple choice1 mark

The function f(x)=x312x5f(x) = x^3 - 12x - 5, in (2,2)(-2, 2) is ..........

  • a

    increasing

  • b

    decreasing

  • c

    neither increasing nor decreasing

  • d

    none of the above

Correct answer: b

decreasing

f(x)=3x212=3(x24)<0f'(x) = 3x^2 - 12 = 3(x^2-4) < 0 for x(2,2)x \in (-2,2), so the function is decreasing. Answer: (b) decreasing.

basic-mathematicscalculusmonotonicity
14Multiple choice1 mark

If z=exyz = e^{xy} then zx=..........z_x = ..........

  • a

    xyxy

  • b

    zyzy

  • c

    xzxz

  • d

    exye^{xy}

Correct answer: b

zyzy

zx=xexy=yexy=zyz_x = \dfrac{\partial}{\partial x} e^{xy} = y\,e^{xy} = zy. Answer: (b) zyzy.

basic-mathematicspartial-derivatives
15Multiple choice1 mark

The equation of the plane through the point P(3,0,7)P(-3, 0, 7) perpendicular to n=(5,2,1)n = (5, 2, -1) is ..........

  • a

    5x2yz22=05x - 2y - z - 22 = 0

  • b

    5x2y+z+22=05x - 2y + z + 22 = 0

  • c

    x2yz+22=0x - 2y - z + 22 = 0

  • d

    5x2yz+22=05x - 2y - z + 22 = 0

Correct answer: d

5x2yz+22=05x - 2y - z + 22 = 0

5(x+3)+2(y0)1(z7)=05x2yz+22=05(x+3) + 2(y-0) - 1(z-7) = 0 \Rightarrow 5x - 2y - z + 22 = 0 (matching the marked option). Answer: (d).

basic-mathematicsgeometryplanes
16Multiple choice1 mark

If you are asked to choose the favorite color from the set of seven colors, what level of measurement would be used from the following?

  • a

    Nominal

  • b

    Ordinal

  • c

    Interval

  • d

    Ratio

Correct answer: a

Nominal

Colors are categories with no inherent order, so the level of measurement is nominal. Answer: (a) Nominal.

basic-statisticslevels-of-measurement
17Multiple choice1 mark

The arithmetic mean of 6 observations is 2. If a constant value is subtracted/added to each observation, then the arithmetic mean will ..........

  • a

    not be changed

  • b

    be multiple of that constant value

  • c

    be decreased/increase by that constant value

  • d

    be reciprocal of that constant

Correct answer: c

be decreased/increase by that constant value

Adding/subtracting a constant to each observation shifts the mean by that same constant. Answer: (c) be decreased/increased by that constant value.

basic-statisticsarithmetic-mean
18Multiple choice1 mark

If there are 20 observations each equal to 20, then the variance of this distribution is ..........

  • a

    400

  • b

    20

  • c

    1

  • d

    0

Correct answer: d

0

All observations are identical, so there is no spread and the variance is 0. Answer: (d) 0.

basic-statisticsvariance
19Multiple choice1 mark

A student is to be selected for scholarship from two campus - Campus A, and campus B. The probability of selecting any one campus is 50%. The probability of selecting a student from Campus A is 80% and that from Campus B is 20%. What is the probability of selecting student from any campus?

  • a

    0.40

  • b

    0.5

  • c

    0.1

  • d

    None of the above

Correct answer: b

0.5

By total probability: 0.5×0.8+0.5×0.2=0.4+0.1=0.50.5 \times 0.8 + 0.5 \times 0.2 = 0.4 + 0.1 = 0.5. Answer: (b) 0.5.

basic-statisticsprobability
20Multiple choice1 mark

Which of the following is true if the correlation coefficient between two variables X and Y is -0.9?

  • a

    There is strong correlation because of X

  • b

    Correlation coefficient does not measure the cause and effect relationship between the variables

  • c

    There is strong correlation because of Y

  • d

    None of the above statement is correct

Correct answer: b

Correlation coefficient does not measure the cause and effect relationship between the variables

A correlation coefficient measures association, not causation; it does not measure cause and effect. Answer: (b).

basic-statisticscorrelation
21Multiple choice1 mark

CMM stands for ..........

  • a

    Capability Maturity Model

  • b

    Configuration Maturity Model

  • c

    Capability Maturity Machine

  • d

    Common Maturity Model

Correct answer: a

Capability Maturity Model

CMM stands for Capability Maturity Model. Answer: (a).

software-engineeringcmm
22Multiple choice1 mark

Use case diagram helps in gathering ..........

  • a

    Non functional requirement

  • b

    Functional requirement

  • c

    Virtual requirement

  • d

    All of the above

Correct answer: b

Functional requirement

Use case diagrams capture functional requirements (what the system does). Answer: (b).

software-engineeringuse-case-diagramrequirements
23Multiple choice1 mark

The process of generating design specification from code is ..........

  • a

    Reengineering

  • b

    Reverse engineering

  • c

    Design engineering

  • d

    Process engineering

Correct answer: b

Reverse engineering

Deriving design/specification from existing code is reverse engineering. Answer: (b).

software-engineeringreverse-engineering
24Multiple choice1 mark

Which of the following team structure assigns leader on a adhoc basis?

  • a

    Controlled Centralized

  • b

    Democratic Decentralized

  • c

    Controlled Decentralized

  • d

    Democratic Centralized

Correct answer: b

Democratic Decentralized

In a Democratic Decentralized (DD) team, leadership rotates/is assigned on an ad hoc basis. Answer: (b).

software-engineeringteam-structure
25Multiple choice1 mark

"Are we building the product right?" resembles to ..........

  • a

    Validation

  • b

    Alpha-testing

  • c

    Regression-testing

  • d

    Verification

Correct answer: d

Verification

"Building the product right" refers to verification (conformance to specification). Answer: (d).

software-engineeringverification-validation
26Multiple choice1 mark

Which of the following is the universal gate?

  • a

    AND

  • b

    OR

  • c

    NAND

  • d

    NOT

Correct answer: c

NAND

NAND (and NOR) are universal gates that can implement any Boolean function. Answer: (c) NAND.

digital-logiclogic-gates
27Multiple choice1 mark

Ripple counter is ..........

  • a

    Synchronous

  • b

    Asynchronous

  • c

    Serial

  • d

    Cyclic

Correct answer: b

Asynchronous

A ripple counter is asynchronous (each flip-flop is clocked by the previous one's output). Answer: (b).

digital-logiccounters
28Multiple choice1 mark

Which of the following is true regarding Multiplexer?

  • a

    One to one

  • b

    One to many

  • c

    Many to one

  • d

    Many to many

Correct answer: c

Many to one

A multiplexer selects one of many inputs onto a single output (many-to-one). Answer: (c).

digital-logicmultiplexer
29Multiple choice1 mark

Flip flop can be considered as .......... Element.

  • a

    Memory

  • b

    Cache

  • c

    Flip

  • d

    Race

Correct answer: a

Memory

A flip-flop stores one bit, so it is a memory element. Answer: (a) Memory.

digital-logicflip-flop
30Multiple choice1 mark

What is the base of BCD?

  • a

    2

  • b

    8

  • c

    10

  • d

    16

Correct answer: c

10

Binary Coded Decimal encodes decimal digits, so its base is 10. Answer: (c) 10.

digital-logicnumber-systemsbcd
31Multiple choice1 mark

Which are valid ARQ?

  • a

    Stop and wait

  • b

    Go back

  • c

    Selective

  • d

    All of the above

Correct answer: d

All of the above

Stop-and-wait, Go-back-N and Selective Repeat are all valid ARQ protocols. Answer: (d) All of the above.

computer-networksarqerror-control
32Multiple choice1 mark

Router lies in the .......... Layer

  • a

    Physical

  • b

    Data

  • c

    Network

  • d

    Session

Correct answer: c

Network

A router operates at the network layer (Layer 3). Answer: (c) Network.

computer-networksosi-modelrouter
33Multiple choice1 mark

TCP header ranges from .......... Bytes.

  • a

    10-20

  • b

    20-40

  • c

    40-60

  • d

    60-80

Correct answer: c

40-60

The TCP header is 20 bytes minimum and up to 60 bytes with options; the marked range is 40-60. Answer: (c) 40-60.

computer-networkstcp
34Multiple choice1 mark

Which one of the following is true regarding IPv6?

  • a

    Classful

  • b

    Classless

  • c

    Class A

  • d

    Class C

Correct answer: b

Classless

IPv6 is classless (no traditional address classes). Answer: (b) Classless.

computer-networksipv6
35Multiple choice1 mark

Which of the following is true regarding coaxial Cable?

  • a

    Supports high bandwidth

  • b

    Are reliable

  • c

    Less affected by noise or cross talk

  • d

    All of the above

Correct answer: d

All of the above

Coaxial cable supports high bandwidth, is reliable, and is less affected by noise/crosstalk. Answer: (d) All of the above.

computer-networkstransmission-mediacoaxial-cable
36Multiple choice1 mark

8085 microprocessor consists of .......... Pins.

  • a

    20

  • b

    30

  • c

    40

  • d

    55

Correct answer: c

40

The 8085 microprocessor is a 40-pin IC. Answer: (c) 40.

microprocessor8085
37Multiple choice1 mark

Which of the following is true regarding address bus?

  • a

    Unidirectional

  • b

    Bidirectional

  • c

    Any directional

  • d

    All of the above

Correct answer: a

Unidirectional

The address bus is unidirectional (CPU to memory/IO). Answer: (a) Unidirectional.

microprocessorbuses
38Multiple choice1 mark

Which sequence is valid?

  • a

    Execute, fetch, decode

  • b

    Fetch, execute, decode

  • c

    Decode, fetch, execute

  • d

    Fetch, decode, execute

Correct answer: d

Fetch, decode, execute

The instruction cycle is Fetch, Decode, Execute. Answer: (d).

microprocessorinstruction-cycle
39Multiple choice1 mark

Pipelining is a technique where instructions are ..........

  • a

    Overturned

  • b

    Overlapped

  • c

    Overwhelmed

  • d

    Overtuned

Correct answer: b

Overlapped

In pipelining the execution of instructions is overlapped. Answer: (b) Overlapped.

microprocessorpipelining
40Multiple choice1 mark

Which of the following is true regarding Booth's Algorithm?

  • a

    Binary division

  • b

    Binary addition

  • c

    Binary multiplication

  • d

    Binary Subtraction

Correct answer: c

Binary multiplication

Booth's algorithm performs signed binary multiplication. Answer: (c).

computer-architecturebooths-algorithm
41Multiple choice1 mark

Which one of the following information system development models focuses more on risk handling?

  • a

    Waterfall

  • b

    Prototyping

  • c

    Spiral

  • d

    RAD

Correct answer: c

Spiral

The Spiral model emphasizes risk analysis at each iteration. Answer: (c) Spiral.

system-analysis-designprocess-models
42Multiple choice1 mark

Which one of the following is process modeling tool in structured development?

  • a

    Class diagram

  • b

    Data flow diagram

  • c

    Entity relationship diagram

  • d

    Use case diagram

Correct answer: b

Data flow diagram

The Data Flow Diagram (DFD) is the process modeling tool in structured analysis. Answer: (b).

system-analysis-designprocess-modelingdfd
43Multiple choice1 mark

Which one of the following is logic modeling tool in structured development?

  • a

    Decision table

  • b

    Decision tree

  • c

    Entity relationship diagram

  • d

    Both a and b

Correct answer: d

Both a and b

Both decision tables and decision trees are logic modeling tools. Answer: (d) Both a and b.

system-analysis-designlogic-modeling
44Multiple choice1 mark

Which one of the following is Agile development methodology?

  • a

    Scrum

  • b

    Extreme Programming

  • c

    Kanban

  • d

    All of the above

Correct answer: d

All of the above

Scrum, Extreme Programming and Kanban are all Agile methodologies. Answer: (d) All of the above.

system-analysis-designagile
45Multiple choice1 mark

User testing of a completed information system using simulated data is called

  • a

    Alpha testing

  • b

    Beta testing

  • c

    Gama testing

  • d

    Stress testing

Correct answer: a

Alpha testing

Alpha testing is in-house testing with simulated data before release. Answer: (a) Alpha testing.

system-analysis-designtesting
46Multiple choice1 mark

Which of the following SQL command is used to remove attributes from an existing relation?

  • a

    Create table

  • b

    Drop table

  • c

    Alter table

  • d

    Create domain

Correct answer: c

Alter table

ALTER TABLE (with DROP COLUMN) removes attributes from an existing relation. Answer: (c) Alter table.

dbmssqlddl
47Multiple choice1 mark

Which one of the following normal forms removes transitive dependency?

  • a

    1NF

  • b

    2NF

  • c

    3NF

  • d

    4NF

Correct answer: c

3NF

Third Normal Form (3NF) removes transitive dependency. Answer: (c) 3NF.

dbmsnormalization
48Multiple choice1 mark

Which one of the following concepts in database management system allows relationships between relationships?

  • a

    Specialization

  • b

    Generalization

  • c

    Aggregation

  • d

    Both a and b

Correct answer: c

Aggregation

Aggregation in the ER model allows treating a relationship as a higher-level entity, enabling relationships between relationships. Answer: (c) Aggregation.

dbmser-modelaggregation
49Multiple choice1 mark

Which one of the following is the execution order of commands in SQL query?

  • a

    SELECT, FROM, WHERE

  • b

    SELECT, WHERE, FROM

  • c

    FROM, SELECT, WHERE

  • d

    FROM, WHERE, SELECT

Correct answer: d

FROM, WHERE, SELECT

SQL logical execution order is FROM, WHERE, then SELECT. Answer: (d) FROM, WHERE, SELECT.

dbmssqlquery-processing
50Multiple choice1 mark

Which of the following recovery technique requires undo operation?

  • a

    Deferred update

  • b

    Shadow paging

  • c

    Immediate update

  • d

    Checkpoint

Correct answer: c

Immediate update

Immediate update writes changes to the database before commit, so recovery requires undo. Answer: (c) Immediate update.

dbmsrecoverytransactions
51Multiple choice1 mark

Components that provide internal storage to the CPU are

  • a

    Registers

  • b

    Program Counters

  • c

    Controllers

  • d

    Internal chips

Correct answer: a

Registers

Registers provide the fastest internal storage within the CPU. Answer: (a) Registers.

information-technologycpuregisters
52Multiple choice1 mark

Which of the following is designed to control the operations of a computer?

  • a

    System Software

  • b

    Application Software

  • c

    Utility Software

  • d

    User

Correct answer: a

System Software

System software (e.g. the OS) controls and manages computer operations. Answer: (a) System Software.

information-technologysoftwaresystem-software
53Multiple choice1 mark

Which one of the following devices provides communication between a computer and the outer world?

  • a

    Compact

  • b

    I/O

  • c

    Drivers

  • d

    Storage

Correct answer: b

I/O

I/O (input/output) devices provide communication between the computer and the outside world. Answer: (b) I/O.

information-technologyio-devices
54Multiple choice1 mark

A service that allows you to log in into another computer somewhere on the Internet.

  • a

    Telnet

  • b

    FTP

  • c

    e-mail

  • d

    UseNet

Correct answer: a

Telnet

Telnet allows remote login to another computer over the Internet. Answer: (a) Telnet.

information-technologyinternettelnet
55Multiple choice1 mark

Which one of the following is database management system?

  • a

    Word

  • b

    Excel

  • c

    Power point

  • d

    Access

Correct answer: d

Access

Microsoft Access is a database management system (the others are word processor, spreadsheet, presentation). Answer: (d) Access.

information-technologydbmssoftware
56Multiple choice1 mark

Which of the following is a linear data structure?

  • a

    Array

  • b

    Binary Tree

  • c

    Binary Search Tree

  • d

    AVL tree

Correct answer: a

Array

An array is a linear data structure; the trees listed are non-linear. Answer: (a) Array.

data-structureslinear-data-structure
57Multiple choice1 mark

If the size of the stack is 10 and we try to add the 11th element in the stack then the condition is known as ..........

  • a

    Underflow

  • b

    Garbage Collection

  • c

    Overflow

  • d

    None of the above

Correct answer: c

Overflow

Adding beyond the stack's capacity causes overflow. Answer: (c) Overflow.

data-structuresstackoverflow
58Multiple choice1 mark

Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?

  • a

    Insertion Sort

  • b

    Quick Sort

  • c

    Merge Sort

  • d

    Selection Sort

Correct answer: c

Merge Sort

Merge sort is preferred for linked lists (O(nlogn)O(n \log n), no random access needed). Answer: (c) Merge Sort.

data-structuressortinglinked-list
59Multiple choice1 mark

How many swaps are required to sort the given array using bubble sort - {2,5,1,3,4}\{2, 5, 1, 3, 4\}

  • a

    4

  • b

    5

  • c

    6

  • d

    7

Correct answer: a

4

Counting inversions: (5,1),(5,3),(5,4),(2,1) = 4 swaps. Answer: (a) 4.

data-structuressortingbubble-sort
60Multiple choice1 mark

Which data structure is required to convert the infix to prefix notation?

  • a

    Stack

  • b

    Linked List

  • c

    Binary Tree

  • d

    Queue

Correct answer: a

Stack

A stack is used to convert infix to prefix notation. Answer: (a) Stack.

data-structuresstackexpression-conversion
61Multiple choice1 mark

From the given list of options, which one is the accurate and efficient line-generating algorithm?

  • a

    Midpoint algorithm

  • b

    DDA algorithm

  • c

    Bresenham's line algorithm

  • d

    All of the above

Correct answer: c

Bresenham's line algorithm

Bresenham's line algorithm uses only integer arithmetic, making it accurate and efficient. Answer: (c).

computer-graphicsline-drawing-algorithm
62Multiple choice1 mark

Which of the following is a Computer Graphics Curve?

  • a

    Bezier Curves

  • b

    Implicit Curves

  • c

    Explicit Curves

  • d

    All of the above

Correct answer: d

All of the above

Bezier, implicit and explicit curves are all computer graphics curves. Answer: (d) All of the above.

computer-graphicscurves
63Multiple choice1 mark

The three primary colors define which of these color models?

  • a

    CMY and HSV

  • b

    RGB and HSV

  • c

    RGB and CMY

  • d

    HSV and HLS

Correct answer: c

RGB and CMY

RGB (additive) and CMY (subtractive) are the primary-color-based models. Answer: (c) RGB and CMY.

computer-graphicscolor-models
64Multiple choice1 mark

Geometric transformation include

  • a

    Transition

  • b

    Drawing

  • c

    Scaling

  • d

    None of the above

Correct answer: c

Scaling

Scaling is a basic geometric transformation. Answer: (c) Scaling.

computer-graphicstransformations
65Multiple choice1 mark

The process of positioning an object along a straight line path from one coordinate point to another is called

  • a

    Translation

  • b

    Reflection

  • c

    Shearing

  • d

    Transformation

Correct answer: a

Translation

Moving an object along a straight line is translation. Answer: (a) Translation.

computer-graphicstransformationstranslation
66Multiple choice1 mark

.......... is an early form of E-commerce

  • a

    SCM

  • b

    EDI

  • c

    Both of these

  • d

    None of these

Correct answer: b

EDI

EDI (Electronic Data Interchange) is an early form of e-commerce. Answer: (b) EDI.

e-commerceedi
67Multiple choice1 mark

Which dimension of e-commerce enables commerce beyond the boundaries of the country?

  • a

    Richness

  • b

    Interactivity

  • c

    Global Reach

  • d

    Ubiquity

Correct answer: c

Global Reach

Global reach is the dimension enabling commerce across national boundaries. Answer: (c) Global Reach.

e-commercedimensionsglobal-reach
68Multiple choice1 mark

Which is the set of rules that limits access to information?

  • a

    Availability

  • b

    Integrity

  • c

    Authenticity

  • d

    Confidentiality

Correct answer: d

Confidentiality

Confidentiality is the principle that limits access to information. Answer: (d) Confidentiality.

e-commerceinformation-securityconfidentiality
69Multiple choice1 mark

Which type of E - Commerce is Amazon?

  • a

    B2B

  • b

    B2C

  • c

    G2B

  • d

    G2C

Correct answer: b

B2C

Amazon sells directly to consumers, making it B2C (Business to Consumer). Answer: (b) B2C.

e-commercebusiness-modelsb2c
70Multiple choice1 mark

Which is the function of specifying access rights to resources related to information security?

  • a

    OTP

  • b

    Pin

  • c

    Authorization

  • d

    Passcode

Correct answer: c

Authorization

Authorization specifies access rights to resources. Answer: (c) Authorization.

e-commerceinformation-securityauthorization
71Multiple choice1 mark

Let a=4, what will be the value of variable a after executing the statement a=a<<1.

  • a

    1

  • b

    2

  • c

    4

  • d

    8

Correct answer: d

8

Left shift by 1 doubles the value: 4<<1=84 << 1 = 8. Answer: (d) 8.

c-programmingbitwise-operators
72Multiple choice1 mark

Consider a=4 and b=5; what will be the values of c, a, and b after executing the statement: c=++a + b++;

  • a

    a=5 b=6 and c=11

  • b

    a=5 b=5 and c=10

  • c

    a=5 b=6 and c=10

  • d

    a=4 b=6 and c=10

Correct answer: c

a=5 b=6 and c=10

Pre-increment: a becomes 5; post-increment: b is 5 then becomes 6. c = 5 + 5 = 10. So a=5, b=6, c=10. Answer: (c).

c-programmingoperatorsincrement-decrement
73Multiple choice1 mark

Let char c='a', what will be the output of following statements c=c+1; printf("c=%c",c);

  • a

    c=a

  • b

    c=b

  • c

    c=c

  • d

    Error

Correct answer: b

c=b

'a'+1 gives the next character 'b', so output is c=b. Answer: (b).

c-programmingchar-arithmetic
74Multiple choice1 mark

What will be the best size of character array for storing string of 10 characters?

  • a

    11

  • b

    10

  • c

    9

  • d

    All of the above

Correct answer: a

11

10 characters plus the null terminator '\0' require an array of size 11. Answer: (a) 11.

c-programmingstringsarrays
75Multiple choice1 mark

Which operator is used to access content of a pointer variable?

  • a

    Ampersand Operator

  • b

    Indirection Operator

  • c

    Star Operator

  • d

    Arrow Operator

Correct answer: b

Indirection Operator

The indirection (dereference) operator * accesses the content pointed to. Answer: (b) Indirection Operator.

c-programmingpointersoperators
76Multiple choice1 mark

Which of the following statement is FALSE about 'endl'?

  • a

    It takes cursor of next line

  • b

    It is a manipulator

  • c

    It is an IO stream

  • d

    It is used with cout.

Correct answer: c

It is an IO stream

'endl' is a stream manipulator, not an IO stream itself. The FALSE statement is (c). Answer: (c).

oopcppstreams
77Multiple choice1 mark

Which of the following statement is TRUE about member variables?

  • a

    Memory for member variables is allocated at the time of class declaration

  • b

    Memory for member variables is allocated at the time of object creation

  • c

    Memory for member variables is allocated at run time

  • d

    None of the above

Correct answer: b

Memory for member variables is allocated at the time of object creation

Memory for member variables is allocated when an object is created. Answer: (b).

oopcppmemory-allocation
78Multiple choice1 mark

Which concept of C++ breaches data hiding principle of OOP?

  • a

    Protected Access Specifier

  • b

    Friend Function

  • c

    Virtual Function

  • d

    Abstract Class

Correct answer: b

Friend Function

A friend function can access private/protected members, breaching data hiding. Answer: (b) Friend Function.

oopcppfriend-function
79Multiple choice1 mark

We can define objects of one class within another class as member variables. What we call this feature of OOP?

  • a

    Encapsulation

  • b

    Inheritance

  • c

    Membership

  • d

    Aggregation

Correct answer: d

Aggregation

Defining objects of one class within another (has-a relationship) is aggregation. Answer: (d) Aggregation.

oopaggregationcomposition
80Multiple choice1 mark

How can we resolve ambiguity due to multipath inheritance in C++?

  • a

    By using virtual base class

  • b

    By using virtual function

  • c

    By using friend function

  • d

    By using scope resolution operator

Correct answer: a

By using virtual base class

Using a virtual base class avoids the diamond/multipath inheritance ambiguity. Answer: (a).

oopcppvirtual-base-class
81Multiple choice1 mark

Which of the following is example of shell?

  • a

    Command Prompt

  • b

    Disk cleaner

  • c

    Disk defragmenter

  • d

    All of the above

Correct answer: a

Command Prompt

Command Prompt is an example of a shell (command interpreter). Answer: (a) Command Prompt.

operating-systemsshell
82Multiple choice1 mark

Which of the following is non busy waiting technique of interprocess communication?

  • a

    Lock variable

  • b

    Peterson's solution

  • c

    Strict Alteration

  • d

    Sleep and wakeup

Correct answer: d

Sleep and wakeup

Sleep and wakeup is a non-busy-waiting (blocking) IPC technique. Answer: (d).

operating-systemsipcsynchronization
83Multiple choice1 mark

Which of the following is not a deadlock recovery technique?

  • a

    Ostrich Algorithm

  • b

    Preemption

  • c

    Rollback

  • d

    Killing Processes

Correct answer: a

Ostrich Algorithm

The Ostrich Algorithm ignores deadlocks (a handling/avoidance attitude), so it is not a recovery technique. Answer: (a).

operating-systemsdeadlock
84Multiple choice1 mark

What will be the size of page number if virtual memory is of size 128 KB and page size is 4 KB

  • a

    2 bit

  • b

    4 bit

  • c

    5 bit

  • d

    7 bit

Correct answer: c

5 bit

Number of pages = 128KB/4KB=32=25128\text{KB}/4\text{KB} = 32 = 2^5, so 5 bits for the page number. Answer: (c) 5 bit.

operating-systemsvirtual-memorypaging
85Multiple choice1 mark

What will be the size of bitmap for memory of size 256 KB with block size of 2 KB, if 50% memory is already occupied?

  • a

    256 bit

  • b

    128 bit

  • c

    64 bit

  • d

    32 bit

Correct answer: b

128 bit

Number of blocks = 256KB/2KB=128256\text{KB}/2\text{KB} = 128; the bitmap needs one bit per block = 128 bits (independent of occupancy). Answer: (b) 128 bit.

operating-systemsmemory-managementbitmap
86Multiple choice1 mark

.......... is not a heading tag in HTML.

  • a

    H0

  • b

    H1

  • c

    H2

  • d

    H3

Correct answer: a

H0

HTML heading tags are H1 to H6; H0 does not exist. Answer: (a) H0.

web-technologyhtmlheading-tags
87Multiple choice1 mark

Which of following is syntax for valid CSS selector?

  • a

    .id1

  • b

    #id1

  • c

    %id1

  • d

    $id1

Correct answer: a

.id1

The marked answer is .id1 (a class selector). Answer: (a).

web-technologycssselectors
88Multiple choice1 mark

.......... to print statement in PHP

  • a

    Echo

  • b

    Print

  • c

    Echof

  • d

    printf

Correct answer: a

Echo

echo is used to print/output in PHP. Answer: (a) Echo.

web-technologyphpoutput
89Multiple choice1 mark

Which of the following is used for defining schema of XML?

  • a

    DTD

  • b

    XSD

  • c

    Both a and b

  • d

    None of above

Correct answer: c

Both a and b

Both DTD and XSD are used to define XML schemas. Answer: (c) Both a and b.

web-technologyxmlschema
90Multiple choice1 mark

Which of following is valid variable definition in PHP?

  • a

    $x y=2;

  • b

    $x_y=2;

  • c

    $x_y=2

  • d

    $x y as 2;

Correct answer: b

$x_y=2;

A valid PHP variable starts with andusesunderscores,endingwithasemicolon:and uses underscores, ending with a semicolon:x_y=2;. Answer: (b).

web-technologyphpvariables
91Multiple choice1 mark

Greedy Best First search expands nodes in the state space based on the evaluation function ..........

  • a

    F(n)=g(n)F(n)=g(n)

  • b

    F(n)=h(n)F(n)=h(n)

  • c

    F(n)=h(n)+g(n)F(n)=h(n)+g(n)

  • d

    F(n)=g(n)/2F(n)=g(n)/2

Correct answer: b

F(n)=h(n)F(n)=h(n)

Greedy best-first search uses only the heuristic: f(n)=h(n)f(n) = h(n). Answer: (b).

artificial-intelligencesearchgreedy-best-first
92Multiple choice1 mark

Which agent works based set of condition action rules?

  • a

    Simple reflex agent

  • b

    History agent

  • c

    Model based agent

  • d

    Prior goal based agent

Correct answer: a

Simple reflex agent

A simple reflex agent acts on condition-action (if-then) rules. Answer: (a).

artificial-intelligenceagents
93Multiple choice1 mark

Which of following is valid CNF?

  • a

    PQP \to Q

  • b

    (PQ)(RS)(P \wedge Q) \wedge (R \wedge S)

  • c

    (PQ)(RS)(P \wedge Q) \vee (R \wedge S)

  • d

    PQP \Rightarrow Q

Correct answer: b

(PQ)(RS)(P \wedge Q) \wedge (R \wedge S)

Conjunctive Normal Form is a conjunction of clauses; (PQ)(RS)(P \wedge Q) \wedge (R \wedge S) is the marked CNF. Answer: (b).

artificial-intelligencelogiccnf
94Multiple choice1 mark

In alpha beta pruning, alpha is the best choice found for ..........

  • a

    Min

  • b

    Max

  • c

    min max Both

  • d

    None of above

Correct answer: b

Max

In alpha-beta pruning, alpha is the best (highest) value found so far for the Max player. Answer: (b) Max.

artificial-intelligencegame-playingalpha-beta-pruning
95Multiple choice1 mark

Training artificial neural networks includes ..........

  • a

    updating weights

  • b

    updating inputs

  • c

    updating outputs

  • d

    updating number of input layers

Correct answer: a

updating weights

Training an ANN involves updating the weights (and biases). Answer: (a) updating weights.

artificial-intelligenceneural-networkstraining
96Multiple choice1 mark

Which of following is used for non-routine decision making for middle level management?

  • a

    Decision Support System

  • b

    Transaction Processing System

  • c

    Management Information System

  • d

    Executive Support System

Correct answer: a

Decision Support System

A Decision Support System (DSS) supports non-routine, semi-structured decisions for middle management. Answer: (a).

misdecision-support-system
97Multiple choice1 mark

.......... is a collection of independent firms that use information technology to coordinate their value chains to produce a product or service for a market collectively.

  • a

    Value chain

  • b

    Value web

  • c

    Firm chain

  • d

    Collective chain

Correct answer: b

Value web

A value web is a collection of independent firms coordinating their value chains via IT. Answer: (b) Value web.

misvalue-web
98Multiple choice1 mark

Under the ethical principles of rules to make a decision, which of following describes "If an action cannot be taken repeatedly, it should not be taken at any time"?

  • a

    Golden Rule

  • b

    Utilitarian Principle

  • c

    Risk Aversion Principle

  • d

    Descartes' rule of change

Correct answer: d

Descartes' rule of change

This is Descartes' rule of change (slippery-slope rule). Answer: (d).

misethics
99Multiple choice1 mark

Which of following defines the supply chain management systems based on build-to-order model?

  • a

    Push-based model

  • b

    Pull-based model

  • c

    Build-to-Stock Model

  • d

    None of the above

Correct answer: b

Pull-based model

The pull-based (build-to-order) model produces in response to actual customer orders. Answer: (b) Pull-based model.

missupply-chainpull-model
100Multiple choice1 mark

Key performance indicators (KPIs), which are the measures proposed by .......... for understanding how well the business firm is performing along any given dimension.

  • a

    clerical workers

  • b

    junior management

  • c

    senior management

  • d

    executives

Correct answer: c

senior management

KPIs are the measures proposed by senior management to gauge firm performance. Answer: (c) senior management.

miskpiperformance-management

Frequently asked questions

Where can I find the BSc CSIT (TU) MIT (Masters in IT) Entrance Examination (Model) question paper 2079?
The full BSc CSIT (TU) MIT (Masters in IT) Entrance Examination (Model) 2079 (Model questions) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the MIT (Masters in IT) Entrance Examination (Model) 2079 paper come with solutions?
Yes. Every question on this MIT (Masters in IT) Entrance Examination (Model) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the BSc CSIT (TU) MIT (Masters in IT) Entrance Examination (Model) 2079 paper?
The BSc CSIT (TU) MIT (Masters in IT) Entrance Examination (Model) 2079 paper carries 100 full marks and is meant to be completed in 120 minutes, across 100 questions.
Is practising this MIT (Masters in IT) Entrance Examination (Model) past paper free?
Yes — reading and attempting this MIT (Masters in IT) Entrance Examination (Model) past paper on Kekkei is completely free.