SlideShare a Scribd company logo
1 of 15
Download to read offline
MUMBAI UNIVERSITY
QUESTION PAPER
NETWORK SECURITY
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 3 Hours Total Marks: 100
N.B.: (1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non – Programmable Calculator is allowed.
Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What four requirements were defined for Kerberos? (5)
(B) Describe Transport Mode and Tunnel Mode. (5)
(C) What is Application Level Gateway? Explain its working. (5)
(D) Explain the Header format of MIME Messages. (5)
Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Define the following:
(i) Cryptography
(ii) Symmetric Encipherment
(iii) Asymmetric Encipherment
(5)
(B) Explain the working of DES. (5)
(C) Define Cryptosystem. Explain it with suitable diagram. (5)
(D) What is Shift Cipher? Explain with simple example. (5)
(E) List some of the components of Modern Block Cipher. (5)
(F) Explain p-1 Factoring Algorithm. (5)
Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain "ElGamal Signature Scheme". (5)
(B) Write a note on Digital Signature. (5)
(C) Explain Fail-Stop Signatures in detail. (5)
(D) Explain Blom's Scheme of Key Distribution. (5)
(E) Write a short note on Station-To-Station Protocol. (5)
(F) Explain Diffie-Hellman Key Exchange Algorithm. (5)
Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Define Computer Security. Explain the necessity of Computer Security. (5)
(B) What are the problems of Computer Security Mechanism? (5)
(C) Describe CIA Triad of Computer Security. (5)
(D) List & explain the categories of Security Mechanism of x.800. (5)
(E) Explain the following terms:
(i) Authentication
(ii) Access Control
(iii) Non-Repudiation
(5)
(F) What are Active Attacks? Discuss various Passive Attacks. (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
NETWORK SECURITY
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the General Format of PGP Message. (5)
(B) What are three threats associated with user Authentication over a Network? (5)
(C) Write short note on Kerberos. (5)
(D) What are the various Web Security Protocols? (5)
(E) What are the Operational Services of PGP? Explain any one. (5)
(F) In S/MIME, Explain how Bob and Alice Exchange the Secret Key for Encrypting Messages. (5)
Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What are the groups of IP Security Document? (5)
(B) What Services are provides by IPsec? (5)
(C) Describe Anti-Relay Attack. (5)
(D) Compare Transport Mode with Tunnel Mode of IP. (5)
(E) Describe ESP Packet Format. (5)
(F) What are the advantages of IP Security? (5)
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What is DMZ? Explain the importance of DMZ. (5)
(B) What is the context of UNIX Password Scheme? (5)
(C) How viruses are different from Worms and Trojan Horses? (5)
(D) What are the typical phases of operation of Virus or Worm? (5)
(E) What are advantages and disadvantages of Application Level Gateway? How is it different from Circuit
Level Gateway and Packet Filter Firewall?
(5)
(F) What is DOS? How DOS is different from DDOS? (5)
MUMBAI UNIVERSITY
QUESTION PAPER
ASP.NET WITH C#
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 3 Hours Total Marks: 100
N.B.: (1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non – Programmable Calculator is allowed.
Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain the concept of Private and Shared Assembly. (5)
(B) Distinguish between Abstract Class and Interface. (5)
(C) What is Namespace? Explain System Namespace. (5)
(D) Explain the different Keywords used for interrupting the Loops. (5)
Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What is .NET Framework? Explain in detail .NET Framework 4.0 with Diagram. (5)
(B) What are Interfaces? Write a program to show the implementation of Multiple Interfaces. (5)
(C) What are Sealed Classes and Sealed Methods? Why are they used? (5)
(D) Explain the Implicit and Explicit Conversion of Data Types with examples. (5)
(E) What are Indexers? Explain with example. (5)
(F) Explain Write() and WriteLine() Methods with examples.. (5)
Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What are the different types of Collections in .NET? Explain. (5)
(B) Explain Sorted, SelectedMode, MultiColumn, SelectedItem and SelectedIndex properties of ListBox
Control.
(5)
(C) Write a windows application to open the website mu.ac.in upon click the link. Write the necessary
Events and steps required for implementation. [Hint: Use LinkLabel]
(5)
(D) Write a short note on Properties. Name and describe any 5 basic Properties in ASP.NET. (5)
(E) Explain Group Box, Check Box and Radio Button. (5)
(F) What do you mean by Delegates? State its Declaration, Instantiation and Invocation Process. (5)
Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) List the steps for creating Sitemap File. (5)
(B) Explain the different Directives supported by ASP.NET. (5)
(C) Explain the use of web.config and global.asx Files in ASP.NET Application. (5)
(D) Explain ASP.NET Page Life Cycle. (5)
(E) What is CSS? Explain Inline and Embedded CSS. (5)
(F) What are Selectors in CSS? Explain the four most important types of Selectors. (5)
Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the role of Cookies in ASP.NET. (5)
(B) Explain the role of Master Pages in ASP.NET. (5)
(C) How to Use the ASP.NET Validation Control to Validate the User Input (5)
(D) Explain the difference between Response.Redirect() and Server.Transfer() method in ASP.NET. (5)
(E) Explain a syntax for creating sitemap file with suitable example. (5)
(F) What are the three different ways to store data in the Cache Object? (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
ASP.NET WITH C#
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) When do you use ExecuteReader, ExecuteNonQuery, ExecuteScalar methods? (5)
(B) What is LINQ to Objects? Explain. (5)
(C) Explain in brief about Paging and Single Item Control. (5)
(D) Write short note on XPath. (5)
(E) List all the steps in order to access a database through ADO.NET. (5)
(F) Explain type of joins in SQL Server. (5)
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the working of AJAX. (5)
(B) What does dollar symbols ($) mean in jQuery? Explain with example. (5)
(C) What is web service? Explain the basic steps of creating Web Service. (5)
(D) List and explain jQuery Selectors. (5)
(E) Explain the difference between AJAX Page Processing and Traditional Page Processing. (5)
(F) List any five applications where AJAX is incorporated. (5)
MUMBAI UNIVERSITY
QUESTION PAPER
SOFTWARE TESTING
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 3 Hours Total Marks: 100
N.B.: (1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non – Programmable Calculator is allowed.
Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain VV Model of Testing in brief. (5)
(B) Explain the issues in Object Oriented Testing. (5)
(C) State the advantages and disadvantages of Structural Testing. (5)
(D) What is Benchmarking? What are its types? (5)
Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) State and explain different Quality Factors. (5)
(B) What is Defect? Why Software does have Defect? (5)
(C) Differentiate between Software Quality Assurance and Software Quality Control. (5)
(D) Explain the VV Model of Testing. (5)
(E) State the methods or techniques of Verification. Explain any two. (5)
(F) Explain the characteristics of Big Bang Approach. (5)
Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) A rectangle program accepts four integers as lengths for four sides of length from 1 to 100, inclusively.
The output of the program is to determine whether the inputted numbers can form a rectangle,
square or neither of these. Create a decision table for the above problem with any five rules. Provide
a test case for each given rule.
(5)
(B) What is Functional Testing? Explain its advantages and disadvantages. (5)
(C) With the help of an illustrative example, explain how decision table can be used for testing. (5)
(D) Explain Equivalence Class Testing. How does weak normal differ from strong normal form of
Equivalence Class Testing?
(5)
(E) What is Retrospection? Explain with reference to Functional Testing. (5)
(F) Explain decision tables with an example. (5)
Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Write a note on DD-Path Testing. (5)
(B) Give the significance of Structural Testing. (5)
(C) Write a note on Metric Based Testing. (5)
(D) Write a note on Du Path Test Coverage Metrics. (5)
(E) Explain the following generating adequate test sets for each:
(i) Statement Coverage
(ii) Conditional Coverage
(5)
(F) Draw a dd-path for the following piece of code.
1) //Program Bank Interest
2) Dim Period As Integer
3) Dim Age As Float
4) Output :( “Enter the Period and Age”)
5) Input: (Period, Age)
6) Output: (“The values entered are ”, Period, Age) [TURN OVER]
7) IF (Age <= 70)
(5)
MUMBAI UNIVERSITY
QUESTION PAPER
SOFTWARE TESTING
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
8) THEN IF (100 <= Period < 200 )
9) THEN Output :( “ Interest paid is 7%”);
10) ELSE IF (200 <= Period < 365 )
11) THEN Output :( “ Interest is 8%”);
12) ENDIF
13) ELSE
14) IF (100 <= Period < 200 )
15) THEN Output :( “ Interest paid is 9%”);
16) ELSE IF (200 <= Period < 365 )
17) THEN Output :( “ Interest is 10%”);
18) ENDIF
19) ENDIF
20) END
Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) State and explain different levels of testing. (5)
(B) Explain the advantages and disadvantages of Bottom Up Approach. (5)
(C) "Efficiency of Unit Testing affects the effectiveness of Testing Process". Discuss. (5)
(D) Compare the objectives of Integration and Interaction Testing. (5)
(E) Explain Acceptance Testing in detail. (5)
(F) What is Retrospection? Explain Retrospection with respect to Unit Testing. (5)
Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Describe the feature of Object Oriented Software Testing. (5)
(B) Explain the classes as units with respect to Object Oriented Testing. (5)
(C) Discuss the aspect of Polymorphism and Inheritance with reference to Object Oriented Testing. (5)
(D) What is UML? Discuss UML Support for Object Oriented Integration Testing. (5)
(E) Explain different types of Metric-Based Testing. (5)
(F) Describe Verification & Validation Activities during Coding in VV. (5)
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Define the term 'Efforts' and explain the different types of Efforts. (5)
(B) "Effectiveness of testing depends on designing good tests cases". Discuss. (5)
(C) What is the importance of a Test Report? Describe its types. (5)
(D) What are Test Cases? Explain its basic components with the help of example. (5)
(E) List the steps for Test Process Improvement. (5)
(F) Explain Test Process Improvement in the following Phases:
(i) Plan
(ii) Do
(iii) Check
(iv) Act
(5)
MUMBAI UNIVERSITY
QUESTION PAPER
ADVANCED JAVA
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 3 Hours Total Marks: 100
N.B.: (1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non – Programmable Calculator is allowed.
Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What are Servlets? State the need and benefits. (5)
(B) Explain the concept of Event Listener and also explain its types. (5)
(C) Explain the concept of "Result" Interface. (5)
(D) State the Intrinsic Objects in JSP and explain any two. (5)
Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) How is Event Handling done in Java? (5)
(B) What is JTree? What are Tree Nodes and Models? (5)
(C) Write a Swing program that creates a GUI for the order form. The order form should contain the
following fields:
Text Boxes to store Customer Name, quantity of the product and price of the same.
Combo Box to select Product Name (From the list of products specified in the list).
Buttons, one to submit data and another to clear the fields.
Note: All input fields should be supported by appropriate labels.
Event: GUI design should handle windowClosing () event.
(5)
(D) Explain the usage of Scrollbar control in Swing. (5)
(E) Explain JInternalFrame with its Constructors. (5)
(F) How to create directory like Structure in Swing? Explain with illustration. (5)
Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the GenericServlet with its constructors and Methods. (5)
(B) Write a Servlet application to accept a number from the user and display whether the number is
multiple of 3 or not.
(5)
(C) Explain the Life Cycle of Servlet. (5)
(D) Explain the importance of Request Dispatcher of Servlet in Inter-Servlet Communication. (5)
(E) Write short note on HttpServlet Class. (5)
(F) Explain the Directory Structure of Web Application for executing Servlet Application. (5)
Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Write short note Updatable Resultset. (5)
(B) What are the different types of JDBC Drivers? Explain. (5)
(C) What is Scrollable Resultset? Explain with example. (5)
(D) Explain the concept of "Character Quoting Conventions" in JSP. (5)
(E) Write a JDBC program that inserts values in Database using Prepared Statement through Keyboard
Input. [TABLE NAME: Employee. FIELDS: Empid, Name, Dept, Designation]
(5)
(F) What are Directives in JSP? Explain its types. (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
ADVANCED JAVA
(DECEMBER – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Write short note on MVC Architecture? (5)
(B) Write a JSF program to accept the Employee details and store them in the database. (5)
(C) What is EJB? Explain the components of Enterprise Bean Architecture. (5)
(D) Write a model and navigation rules to find the simple interest of a given principal, interest and terms.
(in JSF)
(5)
(E) Explain the advantages of EJB. (5)
(F) How JSF applications can be built, maintained and executed? (5)
Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain structure of hibernate.cfg.xml. (5)
(B) Write a short on Interceptors in Struts. (5)
(C) Enlist the Core Components of Struts and explain about the Interceptors. (5)
(D) Explain the Architecture of Hibernate Framework in detail. (5)
(E) Explain the importance of Mapping and show the Creation of Mapping File in Hibernate Framework. (5)
(F) Write a short note of "Struts Framework" (5)
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain structure of hibernate.cfg.xml. (5)
(B) Write a short on Interceptors in Struts. (5)
(C) Enlist the Core Components of Struts and explain about the Interceptors. (5)
(D) Explain the Architecture of Hibernate Framework in detail. (5)
(E) Explain the importance of Mapping and show the Creation of Mapping File in Hibernate Framework. (5)
(F) Write a short note of "Struts Framework" (5)
MUMBAI UNIVERSITY
QUESTION PAPER
LINUX ADMINISTRATION
(DEC – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 3 Hours Total Marks: 100
N.B.: (1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non – Programmable Calculator is allowed.
Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain Smbclient, smbmount commands with suitable example. (5)
(B) Calculate the number of subnets, subnet mask, and number of hosts for a Class C subnet with 2 bits.
Provide a tabular format of number of subnets with the following details:
Network ID Net Mask Broadcast First IP Latest IP
(5)
(C) Explain the following RPM command line options:
(i) --whatrequires capability
(ii) --whatprovides capability
(iii) --requires
(iv) –provides
(v) --qf 'format_str'
(5)
(D) Explain rpm command with five options. (5)
Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the duties of System Administrators. (5)
(B) What is the importance of rc scripts? Explain. (5)
(C) Explain the proc virtual file system. (5)
(D) Explain Installing & Configuring Application Software. (5)
(E) Write a note on Backing Up & Restoring Files. (5)
(F) Explain the init process with emphasis on rcscripts. (5)
Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the concept of subnetting with suitable example. (5)
(B) Write the meaning of the following lines of /etc/exports file
/usr/local *.tyit.com(ro,sync)
/var/spool/mail 192.168.0.1(rw)
/opt/vpb 192.168.0.1(rw,no_subtree_check)
(5)
(C) Explain the concept of Classless InterDomain Routing. (5)
(D) What is dhcp? How is it configured? (5)
(E) How are NFS Server and Client configured? (5)
(F) State and explain the three files that are needed to be modified on each computer in the network in
addition to configuring the network cards.
(5)
Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Write and explain the steps to configure the Time Server. (5)
(B) Explain use of ssh, scp, sftp Services. (5)
(C) How is xinetd configured? Explain. (5)
(D) What are the sections of smb.conf file? Explain. (5)
(E) What is a Caching Proxy Server? Explain squid and state the steps involved in its configuration process. (5)
(F) Explain the smbmount and smbclient Commands of samba. (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
LINUX ADMINISTRATION
(DEC – 2017 | REVISED COURSE)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain zone files with example. (5)
(B) Write the steps for time server configuration. (5)
(C) What is the use of ssh, scp, sftp services. (5)
(D) List and explain different types of domain name servers. (5)
(E) Differentiate between IMAP4 and POP3? (5)
(F) Write a note on the statements of the /etc/named.conf file. (5)
Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) List the Mailman configuration categories. Write the purpose of any four. (5)
(B) Write a CGI page that will display the listing of the directory /home/tyit. (5)
(C) List and explain the common mailman Administrative Tasks. (5)
(D) Explain in detail the usage of /etc/aliases file. (5)
(E) Explain the <Directory> block of web configuration file. (5)
(F) Write the purpose of any five Mailman configuration categories. (5)
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain how DNS Service can be optimized? (5)
(B) What is the use of up2date agent? Write the meaning of the Alert icon that represent state of the
update:
(i) Blue Check Mark
(ii) Green Double Arrows
(iii) Red Exclamation Point
(iv) Gray Question Mark
(5)
(C) Explain the quotacheck Command with example. (5)
(D) Explain with example how to create a new group? (5)
(E) How can CGI be enabled with Apache? (5)
(F) Explain the Password Database File /etc/passwd describing its Fields. (5)

More Related Content

What's hot

What's hot (20)

B.Sc.IT: Semester - V (April - 2014) [60:40 Pattern | Question Paper]
B.Sc.IT: Semester - V (April - 2014) [60:40 Pattern | Question Paper]B.Sc.IT: Semester - V (April - 2014) [60:40 Pattern | Question Paper]
B.Sc.IT: Semester - V (April - 2014) [60:40 Pattern | Question Paper]
 
B.Sc.IT: Semester - V (October - 2013) [60:40 Pattern | Question Paper]
B.Sc.IT: Semester - V (October - 2013) [60:40 Pattern | Question Paper]B.Sc.IT: Semester - V (October - 2013) [60:40 Pattern | Question Paper]
B.Sc.IT: Semester - V (October - 2013) [60:40 Pattern | Question Paper]
 
B.Sc.IT: Semester - VI (October - 2016) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2016) [CBSGS - 75:25 Pattern | Question Paper]B.Sc.IT: Semester - VI (October - 2016) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2016) [CBSGS - 75:25 Pattern | Question Paper]
 
Software Testing (Revised Syllabus) [QP / October - 2012]
Software Testing (Revised Syllabus) [QP / October - 2012]Software Testing (Revised Syllabus) [QP / October - 2012]
Software Testing (Revised Syllabus) [QP / October - 2012]
 
[Question Paper] Network Security (Revised Syllabus) [May / 2016]
[Question Paper] Network Security (Revised Syllabus) [May / 2016][Question Paper] Network Security (Revised Syllabus) [May / 2016]
[Question Paper] Network Security (Revised Syllabus) [May / 2016]
 
Java and Data Structure (April - 2015) [Revised Course | Question Paper]
Java and Data Structure (April - 2015) [Revised Course | Question Paper]Java and Data Structure (April - 2015) [Revised Course | Question Paper]
Java and Data Structure (April - 2015) [Revised Course | Question Paper]
 
Software Testing (Revised Syllabus) [QP / October - 2016]
Software Testing (Revised Syllabus) [QP / October - 2016]Software Testing (Revised Syllabus) [QP / October - 2016]
Software Testing (Revised Syllabus) [QP / October - 2016]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015][Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015]
 
Java and Data Structure (October - 2016) [Revised Course | Question Paper]
Java and Data Structure (October - 2016) [Revised Course | Question Paper]Java and Data Structure (October - 2016) [Revised Course | Question Paper]
Java and Data Structure (October - 2016) [Revised Course | Question Paper]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2014]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2014][Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2014]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2014]
 
Network Security (Revised Syllabus) [QP / May - 2016]
Network Security (Revised Syllabus) [QP / May - 2016]Network Security (Revised Syllabus) [QP / May - 2016]
Network Security (Revised Syllabus) [QP / May - 2016]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016][Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016][Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016]
 
[Question Paper] Advanced Java (75:25 Pattern) [November / 2016]
[Question Paper] Advanced Java (75:25 Pattern) [November / 2016][Question Paper] Advanced Java (75:25 Pattern) [November / 2016]
[Question Paper] Advanced Java (75:25 Pattern) [November / 2016]
 
[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...
[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...
[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...
 
[Question Paper] Advanced Java (75:25 Pattern) [April / 2016]
[Question Paper] Advanced Java (75:25 Pattern) [April / 2016][Question Paper] Advanced Java (75:25 Pattern) [April / 2016]
[Question Paper] Advanced Java (75:25 Pattern) [April / 2016]
 
B.Sc.IT: Semester - VI (October - 2016) [IDOL - Revised Course | Question Paper]
B.Sc.IT: Semester - VI (October - 2016) [IDOL - Revised Course | Question Paper]B.Sc.IT: Semester - VI (October - 2016) [IDOL - Revised Course | Question Paper]
B.Sc.IT: Semester - VI (October - 2016) [IDOL - Revised Course | Question Paper]
 
Java and Data Structure (June - 2016) [Revised Course | Question Paper]
Java and Data Structure (June - 2016) [Revised Course | Question Paper]Java and Data Structure (June - 2016) [Revised Course | Question Paper]
Java and Data Structure (June - 2016) [Revised Course | Question Paper]
 
[Question Paper] Database Management Systems (Revised Course) [September / 2013]
[Question Paper] Database Management Systems (Revised Course) [September / 2013][Question Paper] Database Management Systems (Revised Course) [September / 2013]
[Question Paper] Database Management Systems (Revised Course) [September / 2013]
 
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...[Question Paper] Data Communication and Network Standards (Revised Course) [J...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
 

Similar to B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]

Similar to B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper] (20)

B.Sc.IT: Semester - V (November – 2014) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester - V (November – 2014) [75:25 Pattern | Question Paper]B.Sc.IT: Semester - V (November – 2014) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester - V (November – 2014) [75:25 Pattern | Question Paper]
 
B.Sc.IT: Semester - V (November - 2017) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester - V (November - 2017) [75:25 Pattern | Question Paper]B.Sc.IT: Semester - V (November - 2017) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester - V (November - 2017) [75:25 Pattern | Question Paper]
 
B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper]B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper]
 
B.Sc.IT: Semester – V (April - 2017) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester – V (April - 2017) [75:25 Pattern | Question Paper]B.Sc.IT: Semester – V (April - 2017) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester – V (April - 2017) [75:25 Pattern | Question Paper]
 
B.Sc.IT: Semester – V (April - 2015) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester – V (April - 2015) [75:25 Pattern | Question Paper]B.Sc.IT: Semester – V (April - 2015) [75:25 Pattern | Question Paper]
B.Sc.IT: Semester – V (April - 2015) [75:25 Pattern | Question Paper]
 
ASP.NET With C# (May – 2018) [IDOL: Revised Course | Question Paper]
ASP.NET With C# (May – 2018) [IDOL: Revised Course | Question Paper]ASP.NET With C# (May – 2018) [IDOL: Revised Course | Question Paper]
ASP.NET With C# (May – 2018) [IDOL: Revised Course | Question Paper]
 
Network Security (May – 2018) [IDOL: Revised Course | Question Paper]
Network Security (May – 2018) [IDOL: Revised Course | Question Paper]Network Security (May – 2018) [IDOL: Revised Course | Question Paper]
Network Security (May – 2018) [IDOL: Revised Course | Question Paper]
 
B.Sc.IT: Semester - VI (December - 2017) [IDOL - Revised Course | Question Pa...
B.Sc.IT: Semester - VI (December - 2017) [IDOL - Revised Course | Question Pa...B.Sc.IT: Semester - VI (December - 2017) [IDOL - Revised Course | Question Pa...
B.Sc.IT: Semester - VI (December - 2017) [IDOL - Revised Course | Question Pa...
 
ASP.NET With C# (November - 2017) [75:25 Pattern | Question Paper]
ASP.NET With C# (November - 2017) [75:25 Pattern | Question Paper]ASP.NET With C# (November - 2017) [75:25 Pattern | Question Paper]
ASP.NET With C# (November - 2017) [75:25 Pattern | Question Paper]
 
ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]
ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]
ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]
 
Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]
 
B.Sc.IT: Semester - VI (October - 2017) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2017) [CBSGS - 75:25 Pattern | Question Paper]B.Sc.IT: Semester - VI (October - 2017) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2017) [CBSGS - 75:25 Pattern | Question Paper]
 
Advanced Java (May – 2018) [IDOL: Revised Course | Question Paper]
Advanced Java (May – 2018) [IDOL: Revised Course | Question Paper]Advanced Java (May – 2018) [IDOL: Revised Course | Question Paper]
Advanced Java (May – 2018) [IDOL: Revised Course | Question Paper]
 
ASP.NET With C# (Revised Syllabus) [QP / April - 2015]
ASP.NET With C# (Revised Syllabus) [QP / April - 2015]ASP.NET With C# (Revised Syllabus) [QP / April - 2015]
ASP.NET With C# (Revised Syllabus) [QP / April - 2015]
 
Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]
 
Internet Technologies (December – 2017) [Question Paper | IDOL: Revised Course]
Internet Technologies (December – 2017) [Question Paper | IDOL: Revised Course]Internet Technologies (December – 2017) [Question Paper | IDOL: Revised Course]
Internet Technologies (December – 2017) [Question Paper | IDOL: Revised Course]
 
Linux Administration (May – 2018) [IDOL: Revised Course | Question Paper]
Linux Administration (May – 2018) [IDOL: Revised Course | Question Paper]Linux Administration (May – 2018) [IDOL: Revised Course | Question Paper]
Linux Administration (May – 2018) [IDOL: Revised Course | Question Paper]
 
B.Sc.IT: Semester - VI (April - 2015) [IDOL - Revised Course | Question Paper]
B.Sc.IT: Semester - VI (April - 2015) [IDOL - Revised Course | Question Paper]B.Sc.IT: Semester - VI (April - 2015) [IDOL - Revised Course | Question Paper]
B.Sc.IT: Semester - VI (April - 2015) [IDOL - Revised Course | Question Paper]
 
Internet Technologies (April – 2013) [Question Paper | IDOL: Revised Course]
Internet Technologies (April – 2013) [Question Paper | IDOL: Revised Course]Internet Technologies (April – 2013) [Question Paper | IDOL: Revised Course]
Internet Technologies (April – 2013) [Question Paper | IDOL: Revised Course]
 
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
 

More from Mumbai B.Sc.IT Study

More from Mumbai B.Sc.IT Study (20)

Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]
 
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
 
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
 
Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]
 
Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]
 
Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]
 
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
 
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]
 
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
 
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
 

Recently uploaded

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 

Recently uploaded (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 

B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]

  • 1.
  • 2. MUMBAI UNIVERSITY QUESTION PAPER NETWORK SECURITY (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 3 Hours Total Marks: 100 N.B.: (1) All Question are Compulsory. (2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made. (3) Answer To The Same Question Must Be Written Together. (4) Number To The Right Indicates Marks. (5) Draw Neat Labeled Diagrams Wherever Necessary. (6) Use of Non – Programmable Calculator is allowed. Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What four requirements were defined for Kerberos? (5) (B) Describe Transport Mode and Tunnel Mode. (5) (C) What is Application Level Gateway? Explain its working. (5) (D) Explain the Header format of MIME Messages. (5) Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Define the following: (i) Cryptography (ii) Symmetric Encipherment (iii) Asymmetric Encipherment (5) (B) Explain the working of DES. (5) (C) Define Cryptosystem. Explain it with suitable diagram. (5) (D) What is Shift Cipher? Explain with simple example. (5) (E) List some of the components of Modern Block Cipher. (5) (F) Explain p-1 Factoring Algorithm. (5) Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain "ElGamal Signature Scheme". (5) (B) Write a note on Digital Signature. (5) (C) Explain Fail-Stop Signatures in detail. (5) (D) Explain Blom's Scheme of Key Distribution. (5) (E) Write a short note on Station-To-Station Protocol. (5) (F) Explain Diffie-Hellman Key Exchange Algorithm. (5) Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Define Computer Security. Explain the necessity of Computer Security. (5) (B) What are the problems of Computer Security Mechanism? (5) (C) Describe CIA Triad of Computer Security. (5) (D) List & explain the categories of Security Mechanism of x.800. (5) (E) Explain the following terms: (i) Authentication (ii) Access Control (iii) Non-Repudiation (5) (F) What are Active Attacks? Discuss various Passive Attacks. (5) [TURN OVER]
  • 3. MUMBAI UNIVERSITY QUESTION PAPER NETWORK SECURITY (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the General Format of PGP Message. (5) (B) What are three threats associated with user Authentication over a Network? (5) (C) Write short note on Kerberos. (5) (D) What are the various Web Security Protocols? (5) (E) What are the Operational Services of PGP? Explain any one. (5) (F) In S/MIME, Explain how Bob and Alice Exchange the Secret Key for Encrypting Messages. (5) Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) What are the groups of IP Security Document? (5) (B) What Services are provides by IPsec? (5) (C) Describe Anti-Relay Attack. (5) (D) Compare Transport Mode with Tunnel Mode of IP. (5) (E) Describe ESP Packet Format. (5) (F) What are the advantages of IP Security? (5) Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) What is DMZ? Explain the importance of DMZ. (5) (B) What is the context of UNIX Password Scheme? (5) (C) How viruses are different from Worms and Trojan Horses? (5) (D) What are the typical phases of operation of Virus or Worm? (5) (E) What are advantages and disadvantages of Application Level Gateway? How is it different from Circuit Level Gateway and Packet Filter Firewall? (5) (F) What is DOS? How DOS is different from DDOS? (5)
  • 4.
  • 5. MUMBAI UNIVERSITY QUESTION PAPER ASP.NET WITH C# (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 3 Hours Total Marks: 100 N.B.: (1) All Question are Compulsory. (2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made. (3) Answer To The Same Question Must Be Written Together. (4) Number To The Right Indicates Marks. (5) Draw Neat Labeled Diagrams Wherever Necessary. (6) Use of Non – Programmable Calculator is allowed. Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain the concept of Private and Shared Assembly. (5) (B) Distinguish between Abstract Class and Interface. (5) (C) What is Namespace? Explain System Namespace. (5) (D) Explain the different Keywords used for interrupting the Loops. (5) Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) What is .NET Framework? Explain in detail .NET Framework 4.0 with Diagram. (5) (B) What are Interfaces? Write a program to show the implementation of Multiple Interfaces. (5) (C) What are Sealed Classes and Sealed Methods? Why are they used? (5) (D) Explain the Implicit and Explicit Conversion of Data Types with examples. (5) (E) What are Indexers? Explain with example. (5) (F) Explain Write() and WriteLine() Methods with examples.. (5) Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) What are the different types of Collections in .NET? Explain. (5) (B) Explain Sorted, SelectedMode, MultiColumn, SelectedItem and SelectedIndex properties of ListBox Control. (5) (C) Write a windows application to open the website mu.ac.in upon click the link. Write the necessary Events and steps required for implementation. [Hint: Use LinkLabel] (5) (D) Write a short note on Properties. Name and describe any 5 basic Properties in ASP.NET. (5) (E) Explain Group Box, Check Box and Radio Button. (5) (F) What do you mean by Delegates? State its Declaration, Instantiation and Invocation Process. (5) Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) List the steps for creating Sitemap File. (5) (B) Explain the different Directives supported by ASP.NET. (5) (C) Explain the use of web.config and global.asx Files in ASP.NET Application. (5) (D) Explain ASP.NET Page Life Cycle. (5) (E) What is CSS? Explain Inline and Embedded CSS. (5) (F) What are Selectors in CSS? Explain the four most important types of Selectors. (5) Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the role of Cookies in ASP.NET. (5) (B) Explain the role of Master Pages in ASP.NET. (5) (C) How to Use the ASP.NET Validation Control to Validate the User Input (5) (D) Explain the difference between Response.Redirect() and Server.Transfer() method in ASP.NET. (5) (E) Explain a syntax for creating sitemap file with suitable example. (5) (F) What are the three different ways to store data in the Cache Object? (5) [TURN OVER]
  • 6. MUMBAI UNIVERSITY QUESTION PAPER ASP.NET WITH C# (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) When do you use ExecuteReader, ExecuteNonQuery, ExecuteScalar methods? (5) (B) What is LINQ to Objects? Explain. (5) (C) Explain in brief about Paging and Single Item Control. (5) (D) Write short note on XPath. (5) (E) List all the steps in order to access a database through ADO.NET. (5) (F) Explain type of joins in SQL Server. (5) Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the working of AJAX. (5) (B) What does dollar symbols ($) mean in jQuery? Explain with example. (5) (C) What is web service? Explain the basic steps of creating Web Service. (5) (D) List and explain jQuery Selectors. (5) (E) Explain the difference between AJAX Page Processing and Traditional Page Processing. (5) (F) List any five applications where AJAX is incorporated. (5)
  • 7.
  • 8. MUMBAI UNIVERSITY QUESTION PAPER SOFTWARE TESTING (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 3 Hours Total Marks: 100 N.B.: (1) All Question are Compulsory. (2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made. (3) Answer To The Same Question Must Be Written Together. (4) Number To The Right Indicates Marks. (5) Draw Neat Labeled Diagrams Wherever Necessary. (6) Use of Non – Programmable Calculator is allowed. Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain VV Model of Testing in brief. (5) (B) Explain the issues in Object Oriented Testing. (5) (C) State the advantages and disadvantages of Structural Testing. (5) (D) What is Benchmarking? What are its types? (5) Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) State and explain different Quality Factors. (5) (B) What is Defect? Why Software does have Defect? (5) (C) Differentiate between Software Quality Assurance and Software Quality Control. (5) (D) Explain the VV Model of Testing. (5) (E) State the methods or techniques of Verification. Explain any two. (5) (F) Explain the characteristics of Big Bang Approach. (5) Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) A rectangle program accepts four integers as lengths for four sides of length from 1 to 100, inclusively. The output of the program is to determine whether the inputted numbers can form a rectangle, square or neither of these. Create a decision table for the above problem with any five rules. Provide a test case for each given rule. (5) (B) What is Functional Testing? Explain its advantages and disadvantages. (5) (C) With the help of an illustrative example, explain how decision table can be used for testing. (5) (D) Explain Equivalence Class Testing. How does weak normal differ from strong normal form of Equivalence Class Testing? (5) (E) What is Retrospection? Explain with reference to Functional Testing. (5) (F) Explain decision tables with an example. (5) Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Write a note on DD-Path Testing. (5) (B) Give the significance of Structural Testing. (5) (C) Write a note on Metric Based Testing. (5) (D) Write a note on Du Path Test Coverage Metrics. (5) (E) Explain the following generating adequate test sets for each: (i) Statement Coverage (ii) Conditional Coverage (5) (F) Draw a dd-path for the following piece of code. 1) //Program Bank Interest 2) Dim Period As Integer 3) Dim Age As Float 4) Output :( “Enter the Period and Age”) 5) Input: (Period, Age) 6) Output: (“The values entered are ”, Period, Age) [TURN OVER] 7) IF (Age <= 70) (5)
  • 9. MUMBAI UNIVERSITY QUESTION PAPER SOFTWARE TESTING (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 8) THEN IF (100 <= Period < 200 ) 9) THEN Output :( “ Interest paid is 7%”); 10) ELSE IF (200 <= Period < 365 ) 11) THEN Output :( “ Interest is 8%”); 12) ENDIF 13) ELSE 14) IF (100 <= Period < 200 ) 15) THEN Output :( “ Interest paid is 9%”); 16) ELSE IF (200 <= Period < 365 ) 17) THEN Output :( “ Interest is 10%”); 18) ENDIF 19) ENDIF 20) END Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) State and explain different levels of testing. (5) (B) Explain the advantages and disadvantages of Bottom Up Approach. (5) (C) "Efficiency of Unit Testing affects the effectiveness of Testing Process". Discuss. (5) (D) Compare the objectives of Integration and Interaction Testing. (5) (E) Explain Acceptance Testing in detail. (5) (F) What is Retrospection? Explain Retrospection with respect to Unit Testing. (5) Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Describe the feature of Object Oriented Software Testing. (5) (B) Explain the classes as units with respect to Object Oriented Testing. (5) (C) Discuss the aspect of Polymorphism and Inheritance with reference to Object Oriented Testing. (5) (D) What is UML? Discuss UML Support for Object Oriented Integration Testing. (5) (E) Explain different types of Metric-Based Testing. (5) (F) Describe Verification & Validation Activities during Coding in VV. (5) Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Define the term 'Efforts' and explain the different types of Efforts. (5) (B) "Effectiveness of testing depends on designing good tests cases". Discuss. (5) (C) What is the importance of a Test Report? Describe its types. (5) (D) What are Test Cases? Explain its basic components with the help of example. (5) (E) List the steps for Test Process Improvement. (5) (F) Explain Test Process Improvement in the following Phases: (i) Plan (ii) Do (iii) Check (iv) Act (5)
  • 10.
  • 11. MUMBAI UNIVERSITY QUESTION PAPER ADVANCED JAVA (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 3 Hours Total Marks: 100 N.B.: (1) All Question are Compulsory. (2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made. (3) Answer To The Same Question Must Be Written Together. (4) Number To The Right Indicates Marks. (5) Draw Neat Labeled Diagrams Wherever Necessary. (6) Use of Non – Programmable Calculator is allowed. Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What are Servlets? State the need and benefits. (5) (B) Explain the concept of Event Listener and also explain its types. (5) (C) Explain the concept of "Result" Interface. (5) (D) State the Intrinsic Objects in JSP and explain any two. (5) Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) How is Event Handling done in Java? (5) (B) What is JTree? What are Tree Nodes and Models? (5) (C) Write a Swing program that creates a GUI for the order form. The order form should contain the following fields: Text Boxes to store Customer Name, quantity of the product and price of the same. Combo Box to select Product Name (From the list of products specified in the list). Buttons, one to submit data and another to clear the fields. Note: All input fields should be supported by appropriate labels. Event: GUI design should handle windowClosing () event. (5) (D) Explain the usage of Scrollbar control in Swing. (5) (E) Explain JInternalFrame with its Constructors. (5) (F) How to create directory like Structure in Swing? Explain with illustration. (5) Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the GenericServlet with its constructors and Methods. (5) (B) Write a Servlet application to accept a number from the user and display whether the number is multiple of 3 or not. (5) (C) Explain the Life Cycle of Servlet. (5) (D) Explain the importance of Request Dispatcher of Servlet in Inter-Servlet Communication. (5) (E) Write short note on HttpServlet Class. (5) (F) Explain the Directory Structure of Web Application for executing Servlet Application. (5) Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Write short note Updatable Resultset. (5) (B) What are the different types of JDBC Drivers? Explain. (5) (C) What is Scrollable Resultset? Explain with example. (5) (D) Explain the concept of "Character Quoting Conventions" in JSP. (5) (E) Write a JDBC program that inserts values in Database using Prepared Statement through Keyboard Input. [TABLE NAME: Employee. FIELDS: Empid, Name, Dept, Designation] (5) (F) What are Directives in JSP? Explain its types. (5) [TURN OVER]
  • 12. MUMBAI UNIVERSITY QUESTION PAPER ADVANCED JAVA (DECEMBER – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Write short note on MVC Architecture? (5) (B) Write a JSF program to accept the Employee details and store them in the database. (5) (C) What is EJB? Explain the components of Enterprise Bean Architecture. (5) (D) Write a model and navigation rules to find the simple interest of a given principal, interest and terms. (in JSF) (5) (E) Explain the advantages of EJB. (5) (F) How JSF applications can be built, maintained and executed? (5) Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain structure of hibernate.cfg.xml. (5) (B) Write a short on Interceptors in Struts. (5) (C) Enlist the Core Components of Struts and explain about the Interceptors. (5) (D) Explain the Architecture of Hibernate Framework in detail. (5) (E) Explain the importance of Mapping and show the Creation of Mapping File in Hibernate Framework. (5) (F) Write a short note of "Struts Framework" (5) Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain structure of hibernate.cfg.xml. (5) (B) Write a short on Interceptors in Struts. (5) (C) Enlist the Core Components of Struts and explain about the Interceptors. (5) (D) Explain the Architecture of Hibernate Framework in detail. (5) (E) Explain the importance of Mapping and show the Creation of Mapping File in Hibernate Framework. (5) (F) Write a short note of "Struts Framework" (5)
  • 13.
  • 14. MUMBAI UNIVERSITY QUESTION PAPER LINUX ADMINISTRATION (DEC – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 3 Hours Total Marks: 100 N.B.: (1) All Question are Compulsory. (2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made. (3) Answer To The Same Question Must Be Written Together. (4) Number To The Right Indicates Marks. (5) Draw Neat Labeled Diagrams Wherever Necessary. (6) Use of Non – Programmable Calculator is allowed. Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain Smbclient, smbmount commands with suitable example. (5) (B) Calculate the number of subnets, subnet mask, and number of hosts for a Class C subnet with 2 bits. Provide a tabular format of number of subnets with the following details: Network ID Net Mask Broadcast First IP Latest IP (5) (C) Explain the following RPM command line options: (i) --whatrequires capability (ii) --whatprovides capability (iii) --requires (iv) –provides (v) --qf 'format_str' (5) (D) Explain rpm command with five options. (5) Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the duties of System Administrators. (5) (B) What is the importance of rc scripts? Explain. (5) (C) Explain the proc virtual file system. (5) (D) Explain Installing & Configuring Application Software. (5) (E) Write a note on Backing Up & Restoring Files. (5) (F) Explain the init process with emphasis on rcscripts. (5) Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the concept of subnetting with suitable example. (5) (B) Write the meaning of the following lines of /etc/exports file /usr/local *.tyit.com(ro,sync) /var/spool/mail 192.168.0.1(rw) /opt/vpb 192.168.0.1(rw,no_subtree_check) (5) (C) Explain the concept of Classless InterDomain Routing. (5) (D) What is dhcp? How is it configured? (5) (E) How are NFS Server and Client configured? (5) (F) State and explain the three files that are needed to be modified on each computer in the network in addition to configuring the network cards. (5) Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Write and explain the steps to configure the Time Server. (5) (B) Explain use of ssh, scp, sftp Services. (5) (C) How is xinetd configured? Explain. (5) (D) What are the sections of smb.conf file? Explain. (5) (E) What is a Caching Proxy Server? Explain squid and state the steps involved in its configuration process. (5) (F) Explain the smbmount and smbclient Commands of samba. (5) [TURN OVER]
  • 15. MUMBAI UNIVERSITY QUESTION PAPER LINUX ADMINISTRATION (DEC – 2017 | REVISED COURSE) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain zone files with example. (5) (B) Write the steps for time server configuration. (5) (C) What is the use of ssh, scp, sftp services. (5) (D) List and explain different types of domain name servers. (5) (E) Differentiate between IMAP4 and POP3? (5) (F) Write a note on the statements of the /etc/named.conf file. (5) Q.6 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) List the Mailman configuration categories. Write the purpose of any four. (5) (B) Write a CGI page that will display the listing of the directory /home/tyit. (5) (C) List and explain the common mailman Administrative Tasks. (5) (D) Explain in detail the usage of /etc/aliases file. (5) (E) Explain the <Directory> block of web configuration file. (5) (F) Write the purpose of any five Mailman configuration categories. (5) Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain how DNS Service can be optimized? (5) (B) What is the use of up2date agent? Write the meaning of the Alert icon that represent state of the update: (i) Blue Check Mark (ii) Green Double Arrows (iii) Red Exclamation Point (iv) Gray Question Mark (5) (C) Explain the quotacheck Command with example. (5) (D) Explain with example how to create a new group? (5) (E) How can CGI be enabled with Apache? (5) (F) Explain the Password Database File /etc/passwd describing its Fields. (5)