0% found this document useful (0 votes)
115 views2 pages

MSC Information Technology Entrance Test Syllabus Sample Questions

The document outlines the syllabus for the M. Sc. Information Technology entrance examination at The Maharaja Sayajirao University of Baroda, covering topics such as Mathematical foundations, Computer Programming, and Database management systems. It specifies that the test will consist of 100 multiple-choice questions with a negative marking system. Additionally, a model question paper is provided to illustrate the types of questions that may be asked.

Uploaded by

jaydip3174
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views2 pages

MSC Information Technology Entrance Test Syllabus Sample Questions

The document outlines the syllabus for the M. Sc. Information Technology entrance examination at The Maharaja Sayajirao University of Baroda, covering topics such as Mathematical foundations, Computer Programming, and Database management systems. It specifies that the test will consist of 100 multiple-choice questions with a negative marking system. Additionally, a model question paper is provided to illustrate the types of questions that may be asked.

Uploaded by

jaydip3174
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

FACULTY OF SCIENCE ,

THE MAHARAJA SAYAJIRAO UNIVERSITY OF BARODA

Syllabus for Entrance Examination for

M. Sc. Information Technology


The following will be the syllabus for the entrance test:

Mathematical foundations, Computer Oriented Numerical Methods, Operations Research,


Computer Programming, Object Oriented Concepts, Data and File Structures, Software
Engineering, Computer Organization, Operating system concepts, Database management
systems, Networking, Network based application programming (including web technologies).
There will be total 100 questions all of which will be of multiple-choice type.

There is negative marking. Each correctly answered question carries 1 mark, and wrongly answered
question carries – 0.25 marks.

MODEL QUESTION PAPER

Q.1. What will be the value of z for the following code?


int x = 7,y = 2;
float z;
z = x / y;
(A) 3 (B) 3.5
(C) 4 (D) 3.0
Q.2. Which of the following is not an important characteristic of an algorithm?
(A) Input (B) Finiteness
(C) Controlled (D) Definiteness
Q.3. If a super class method is implemented in subclass, it is called
(A) method overriding (B) method overloading
(C) inheritance (D) None of these
Q.4. Which of the following is not a database model?
(A) Relational Model (B) Object Oriented Model
(C) Network Model (D) Sequence Model
Q.5. Which of the following is true for a file processing system?
(A) Multiple copies of same data exist
(B) Multiple access problems cannot be handled
(C) Lack of Security
(D) All of the above
Q.6. Which of the following is most reliable topology?
(A) Bus (B) Ring
(C) Star (D) Mesh
Q.7. On which layer of OSI reference model do HTTP and FTP work?
(A) Application layer (B) Session layer
(C) Transport (D) Network layer
Q.8. Which technique is used to implement virtual memory?
(A) paging (B) defragmentation
(B) partitioning (D) None of these
Q.9. Which of the following is not a mobile operating system?
(A) UNIX (B) Android
(C) iOS (D) Symbian
Q.10. How a sentence “Some persons are arrogant” is represented in first order predicate
logic?
(A) x (person(x)  arrogant(x)) (B) x (person(x)  arrogant(x))
(C) x (person(x)  arrogant(x)) (D) x (arrogant(x)  person(x))
Q.11. Which of the following is a NULL set?
(A) {} (B) { }
(C) Both (A) and (B) (D) None of these
Q.12. Which component is suitable when multiple clients are required to handle
independently and parallel at server?
(A) Servlet (B) Socket
(C) JSP (D) All of the above
Q.13. Which of the following is not a server side scripting language?
(A) HTML (B) ASP
(C) CGI (D) JSP
Q.14. What is usually the criteria of performance in an interactive operating system?
(A) Response time (B) Throughput
(C) Execution time (D) All of the above
Q.15. How many values can be held by an array A (-1..m, 1..m)
(A) m (B) m2
(C) m(m+2) (D) m(m+1)

NOTE:
Entrance Test Date, Time, Venue will be
communicated through admission.msubaroda.ac.in
Visit the website for updates.

You might also like