BSc CSIT (TU) Science MIT (Masters in IT) Entrance Examination (Model) Question Paper 2079 Nepal
This is the official BSc CSIT (TU) (Science stream) MIT (Masters in IT) Entrance Examination (Model) question paper for 2079, as set in the model model examination. It carries 100 full marks and a time allowance of 120 minutes, across 100 questions. On Kekkei you can attempt this MIT (Masters in IT) Entrance Examination (Model) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BSc CSIT (TU) MIT (Masters in IT) Entrance Examination (Model) exam or solving previous years' question papers, this 2079 paper is a great way to practise under real exam conditions.
Section A
Attempt all questions. Please Tick/Encircle the correct answer. Any omission or correction to the answers is not allowed.
The system: ; has ..........
no solution
Adding the two equations gives , a contradiction, so the system has no solution. Answer: (b) no solution.
The vectors and are ..........
Linearly dependent
, so the vectors are scalar multiples and hence linearly dependent. Answer: (a) Linearly dependent.
The matrix is ..........
nonsingular
, so is nonsingular. Answer: (c) nonsingular.
If then is ..........
, so . Among the options the intended (marked) answer is (b). Answer: (b).
For all vectors and in a vector space we have ..........
The triangle inequality states . Answer: (a).
The set of positive integers with respect to addition operation is not a group as it has ..........
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).
The range of is ..........
The square root yields non-negative values, so the range is . Answer: (c).
If , then
4
The limit equals . Setting gives (since ). Answer: (d) 4.
The absolute maximum of on is ..........
4
Evaluating: , (local max), , . The absolute maximum value is 4. Answer: (a) 4.
The integral
By the fundamental theorem of calculus, . Answer: (c).
The integral ..........
diverges
There is a singularity at ; the improper integral diverges. Answer: (b) diverges.
The solution of , is ..........
The general solution is ; with , , so . Answer: (d).
The function , in is ..........
decreasing
for , so the function is decreasing. Answer: (b) decreasing.
If then
. Answer: (b) .
The equation of the plane through the point perpendicular to is ..........
(matching the marked option). Answer: (d).
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?
Nominal
Colors are categories with no inherent order, so the level of measurement is nominal. Answer: (a) Nominal.
The arithmetic mean of 6 observations is 2. If a constant value is subtracted/added to each observation, then the arithmetic mean will ..........
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.
If there are 20 observations each equal to 20, then the variance of this distribution is ..........
0
All observations are identical, so there is no spread and the variance is 0. Answer: (d) 0.
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?
0.5
By total probability: . Answer: (b) 0.5.
Which of the following is true if the correlation coefficient between two variables X and Y is -0.9?
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).
CMM stands for ..........
Capability Maturity Model
CMM stands for Capability Maturity Model. Answer: (a).
Use case diagram helps in gathering ..........
Functional requirement
Use case diagrams capture functional requirements (what the system does). Answer: (b).
The process of generating design specification from code is ..........
Reverse engineering
Deriving design/specification from existing code is reverse engineering. Answer: (b).
Which of the following team structure assigns leader on a adhoc basis?
Democratic Decentralized
In a Democratic Decentralized (DD) team, leadership rotates/is assigned on an ad hoc basis. Answer: (b).
"Are we building the product right?" resembles to ..........
Verification
"Building the product right" refers to verification (conformance to specification). Answer: (d).
Which of the following is the universal gate?
NAND
NAND (and NOR) are universal gates that can implement any Boolean function. Answer: (c) NAND.
Ripple counter is ..........
Asynchronous
A ripple counter is asynchronous (each flip-flop is clocked by the previous one's output). Answer: (b).
Which of the following is true regarding Multiplexer?
Many to one
A multiplexer selects one of many inputs onto a single output (many-to-one). Answer: (c).
Flip flop can be considered as .......... Element.
Memory
A flip-flop stores one bit, so it is a memory element. Answer: (a) Memory.
What is the base of BCD?
10
Binary Coded Decimal encodes decimal digits, so its base is 10. Answer: (c) 10.
Which are valid ARQ?
All of the above
Stop-and-wait, Go-back-N and Selective Repeat are all valid ARQ protocols. Answer: (d) All of the above.
Router lies in the .......... Layer
Network
A router operates at the network layer (Layer 3). Answer: (c) Network.
TCP header ranges from .......... Bytes.
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.
Which one of the following is true regarding IPv6?
Classless
IPv6 is classless (no traditional address classes). Answer: (b) Classless.
Which of the following is true regarding coaxial Cable?
All of the above
Coaxial cable supports high bandwidth, is reliable, and is less affected by noise/crosstalk. Answer: (d) All of the above.
8085 microprocessor consists of .......... Pins.
40
The 8085 microprocessor is a 40-pin IC. Answer: (c) 40.
Which of the following is true regarding address bus?
Unidirectional
The address bus is unidirectional (CPU to memory/IO). Answer: (a) Unidirectional.
Which sequence is valid?
Fetch, decode, execute
The instruction cycle is Fetch, Decode, Execute. Answer: (d).
Pipelining is a technique where instructions are ..........
Overlapped
In pipelining the execution of instructions is overlapped. Answer: (b) Overlapped.
Which of the following is true regarding Booth's Algorithm?
Binary multiplication
Booth's algorithm performs signed binary multiplication. Answer: (c).
Which one of the following information system development models focuses more on risk handling?
Spiral
The Spiral model emphasizes risk analysis at each iteration. Answer: (c) Spiral.
Which one of the following is process modeling tool in structured development?
Data flow diagram
The Data Flow Diagram (DFD) is the process modeling tool in structured analysis. Answer: (b).
Which one of the following is logic modeling tool in structured development?
Both a and b
Both decision tables and decision trees are logic modeling tools. Answer: (d) Both a and b.
Which one of the following is Agile development methodology?
All of the above
Scrum, Extreme Programming and Kanban are all Agile methodologies. Answer: (d) All of the above.
User testing of a completed information system using simulated data is called
Alpha testing
Alpha testing is in-house testing with simulated data before release. Answer: (a) Alpha testing.
Which of the following SQL command is used to remove attributes from an existing relation?
Alter table
ALTER TABLE (with DROP COLUMN) removes attributes from an existing relation. Answer: (c) Alter table.
Which one of the following normal forms removes transitive dependency?
3NF
Third Normal Form (3NF) removes transitive dependency. Answer: (c) 3NF.
Which one of the following concepts in database management system allows relationships between relationships?
Aggregation
Aggregation in the ER model allows treating a relationship as a higher-level entity, enabling relationships between relationships. Answer: (c) Aggregation.
Which one of the following is the execution order of commands in SQL query?
FROM, WHERE, SELECT
SQL logical execution order is FROM, WHERE, then SELECT. Answer: (d) FROM, WHERE, SELECT.
Which of the following recovery technique requires undo operation?
Immediate update
Immediate update writes changes to the database before commit, so recovery requires undo. Answer: (c) Immediate update.
Components that provide internal storage to the CPU are
Registers
Registers provide the fastest internal storage within the CPU. Answer: (a) Registers.
Which of the following is designed to control the operations of a computer?
System Software
System software (e.g. the OS) controls and manages computer operations. Answer: (a) System Software.
Which one of the following devices provides communication between a computer and the outer world?
I/O
I/O (input/output) devices provide communication between the computer and the outside world. Answer: (b) I/O.
A service that allows you to log in into another computer somewhere on the Internet.
Telnet
Telnet allows remote login to another computer over the Internet. Answer: (a) Telnet.
Which one of the following is database management system?
Access
Microsoft Access is a database management system (the others are word processor, spreadsheet, presentation). Answer: (d) Access.
Which of the following is a linear data structure?
Array
An array is a linear data structure; the trees listed are non-linear. Answer: (a) Array.
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 ..........
Overflow
Adding beyond the stack's capacity causes overflow. Answer: (c) Overflow.
Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?
Merge Sort
Merge sort is preferred for linked lists (, no random access needed). Answer: (c) Merge Sort.
How many swaps are required to sort the given array using bubble sort -
4
Counting inversions: (5,1),(5,3),(5,4),(2,1) = 4 swaps. Answer: (a) 4.
Which data structure is required to convert the infix to prefix notation?
Stack
A stack is used to convert infix to prefix notation. Answer: (a) Stack.
From the given list of options, which one is the accurate and efficient line-generating algorithm?
Bresenham's line algorithm
Bresenham's line algorithm uses only integer arithmetic, making it accurate and efficient. Answer: (c).
Which of the following is a Computer Graphics Curve?
All of the above
Bezier, implicit and explicit curves are all computer graphics curves. Answer: (d) All of the above.
The three primary colors define which of these color models?
RGB and CMY
RGB (additive) and CMY (subtractive) are the primary-color-based models. Answer: (c) RGB and CMY.
Geometric transformation include
Scaling
Scaling is a basic geometric transformation. Answer: (c) Scaling.
The process of positioning an object along a straight line path from one coordinate point to another is called
Translation
Moving an object along a straight line is translation. Answer: (a) Translation.
.......... is an early form of E-commerce
EDI
EDI (Electronic Data Interchange) is an early form of e-commerce. Answer: (b) EDI.
Which dimension of e-commerce enables commerce beyond the boundaries of the country?
Global Reach
Global reach is the dimension enabling commerce across national boundaries. Answer: (c) Global Reach.
Which is the set of rules that limits access to information?
Confidentiality
Confidentiality is the principle that limits access to information. Answer: (d) Confidentiality.
Which type of E - Commerce is Amazon?
B2C
Amazon sells directly to consumers, making it B2C (Business to Consumer). Answer: (b) B2C.
Which is the function of specifying access rights to resources related to information security?
Authorization
Authorization specifies access rights to resources. Answer: (c) Authorization.
Let a=4, what will be the value of variable a after executing the statement a=a<<1.
8
Left shift by 1 doubles the value: . Answer: (d) 8.
Consider a=4 and b=5; what will be the values of c, a, and b after executing the statement: c=++a + b++;
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).
Let char c='a', what will be the output of following statements c=c+1; printf("c=%c",c);
c=b
'a'+1 gives the next character 'b', so output is c=b. Answer: (b).
What will be the best size of character array for storing string of 10 characters?
11
10 characters plus the null terminator '\0' require an array of size 11. Answer: (a) 11.
Which operator is used to access content of a pointer variable?
Indirection Operator
The indirection (dereference) operator * accesses the content pointed to. Answer: (b) Indirection Operator.
Which of the following statement is FALSE about 'endl'?
It is an IO stream
'endl' is a stream manipulator, not an IO stream itself. The FALSE statement is (c). Answer: (c).
Which of the following statement is TRUE about member variables?
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).
Which concept of C++ breaches data hiding principle of OOP?
Friend Function
A friend function can access private/protected members, breaching data hiding. Answer: (b) Friend Function.
We can define objects of one class within another class as member variables. What we call this feature of OOP?
Aggregation
Defining objects of one class within another (has-a relationship) is aggregation. Answer: (d) Aggregation.
How can we resolve ambiguity due to multipath inheritance in C++?
By using virtual base class
Using a virtual base class avoids the diamond/multipath inheritance ambiguity. Answer: (a).
Which of the following is example of shell?
Command Prompt
Command Prompt is an example of a shell (command interpreter). Answer: (a) Command Prompt.
Which of the following is non busy waiting technique of interprocess communication?
Sleep and wakeup
Sleep and wakeup is a non-busy-waiting (blocking) IPC technique. Answer: (d).
Which of the following is not a deadlock recovery technique?
Ostrich Algorithm
The Ostrich Algorithm ignores deadlocks (a handling/avoidance attitude), so it is not a recovery technique. Answer: (a).
What will be the size of page number if virtual memory is of size 128 KB and page size is 4 KB
5 bit
Number of pages = , so 5 bits for the page number. Answer: (c) 5 bit.
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?
128 bit
Number of blocks = ; the bitmap needs one bit per block = 128 bits (independent of occupancy). Answer: (b) 128 bit.
.......... is not a heading tag in HTML.
H0
HTML heading tags are H1 to H6; H0 does not exist. Answer: (a) H0.
Which of following is syntax for valid CSS selector?
.id1
The marked answer is .id1 (a class selector). Answer: (a).
.......... to print statement in PHP
Echo
echo is used to print/output in PHP. Answer: (a) Echo.
Which of the following is used for defining schema of XML?
Both a and b
Both DTD and XSD are used to define XML schemas. Answer: (c) Both a and b.
Which of following is valid variable definition in PHP?
$x_y=2;
A valid PHP variable starts with x_y=2;. Answer: (b).
Greedy Best First search expands nodes in the state space based on the evaluation function ..........
Greedy best-first search uses only the heuristic: . Answer: (b).
Which agent works based set of condition action rules?
Simple reflex agent
A simple reflex agent acts on condition-action (if-then) rules. Answer: (a).
Which of following is valid CNF?
Conjunctive Normal Form is a conjunction of clauses; is the marked CNF. Answer: (b).
In alpha beta pruning, alpha is the best choice found for ..........
Max
In alpha-beta pruning, alpha is the best (highest) value found so far for the Max player. Answer: (b) Max.
Training artificial neural networks includes ..........
updating weights
Training an ANN involves updating the weights (and biases). Answer: (a) updating weights.
Which of following is used for non-routine decision making for middle level management?
Decision Support System
A Decision Support System (DSS) supports non-routine, semi-structured decisions for middle management. Answer: (a).
.......... 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.
Value web
A value web is a collection of independent firms coordinating their value chains via IT. Answer: (b) Value web.
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"?
Descartes' rule of change
This is Descartes' rule of change (slippery-slope rule). Answer: (d).
Which of following defines the supply chain management systems based on build-to-order model?
Pull-based model
The pull-based (build-to-order) model produces in response to actual customer orders. Answer: (b) Pull-based model.
Key performance indicators (KPIs), which are the measures proposed by .......... for understanding how well the business firm is performing along any given dimension.
senior management
KPIs are the measures proposed by senior management to gauge firm performance. Answer: (c) senior 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) 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.