SlideShare a Scribd company logo
MUMBAI UNIVERSITY
QUESTION PAPER
NETWORK SECURITY
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 2 ½ Hours Total Marks: 75
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 different principles of security. (5)
(B) List and explain different types of Criminal Attacks. Give example of each one. (5)
(C) List different Transposition Techniques. Explain any one with example. (5)
(D) A and B want to establish a secrete key using the Diffie-Hellman Kay Exchange protocol. Assuming
the values as n=11,g=5,x=2 and y=3, find out the values of A,B and the secret key.
(5)
Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain Cipher Feedback Mode. (5)
(B) Explain DES Algorithm. (5)
(C) How subkey is generated for rounds of IDEA Algorithm? (5)
(D) Explain the working of RC5. (5)
Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain with example RSA algorithm. (5)
(B) Write down difference between Symmetric and Asymmetric Key Cryptography. (5)
(C) Explain how MD5 works. (5)
(D) What is Message Authentication Code? Write down disadvantages of Hash-Based Message
Authentication Code.
(5)
Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) List and explain various fields in a X.509 Digital Certificate Version 3. (5)
(B) What is need of Self-Signed Digital Certificates and cross certificate? (5)
(C) Write down the difference between online certificate revocation status checks and simple certificate
validation protocol.
(5)
(D) List and explain PKIX Services. (5)
Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain the Purchase Request Transaction of SET. (5)
(B) List different Email Security Protocols. Explain any one in detail. (5)
(C) Explain IP Datagram Format. (5)
(D) List and explain different Fields of Security Association Database. (5)
Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What is Authentication Token? (5)
(B) What is the use of Smart Cards? Write down the problems and their solutions related to Smart Card
Technology.
(5)
(C) Write a short note on Kerberos. (5)
(D) Write a short note on One Way Authentication. (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
NETWORK SECURITY
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) List and explain different types of Attacks. (5)
(B) Explain how subkey is generated in Blowfish Algorithm. (5)
(C) Write down difference between MD5 and SHA-1. (5)
(D) List different Public Key Cryptography Standards. Explain any two of them. (5)
(E) What is Electronic Money? Classify Electronic Money based on
(i) Tracking of money
(ii) Involvement of the bank in the transaction
(5)
(F) List and explain different approaches to achieve SSO. (5)
MUMBAI UNIVERSITY
QUESTION PAPER
SOFTWARE TESTING
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 2 ½ Hours Total Marks: 75
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) Define Software Testing. Why is it necessary? (5)
(B) Explain the Software Testing Principles. (5)
(C) Compare and contrast he mindset of a tester and that of a developer. (5)
(D) What is quality? Discuss the correlation between testing and quality. (5)
Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain V-Model. (5)
(B) Explain the different test levels. (5)
(C) Describe the purpose of Confirmation Testing and Regression Testing. (5)
(D) Write a short note on Maintenance Testing. (5)
Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain the difference between Static and Dynamic Techniques. (5)
(B) Explain the factors for successful performance of reviews. (5)
(C) Describe the objective of static and list typical benefits of static analysis. (5)
(D) Describe the importance and of considering Static Techniques for the assessment of software work
products.
(5)
Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain the characteristics of Specification-Based Testing, Structure-Based Testing and Experience-
Based Testing.
(5)
(B) Explain Boundary Value Analysis with help of an example. (5)
(C) Write short note on Experienced Based Techniques. (5)
(D) Define the concept and importance of Code Coverage. (5)
Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Discuss the importance of Independent Testing. (5)
(B) Discuss the IEEE-829 Standard Test Plan Template. (5)
(C) Explain briefly the major types of Test Strategies that are the commonly used. (5)
(D) Define the following:
(i) Defect Density
(ii) Failure Rate
(iii) Test Control
(iv) Test Coverage
(v) Test Monitoring
(5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
SOFTWARE TESTING
(NOVEMBER – 2017 | 75:25 PATTERN)
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 TWO QUESTIONS: (10 MARKS)
(A) Classify different types of tests according to the process activates. (5)
(B) Summarize the potential benefits and risks of test automation and tool support for testing. (5)
(C) State the main principles of introducing a tool into an organization. (5)
(D) Define the following:
(i) Tool
(ii) Driver
(iii) Probe Effect
(iv) Data-Driven Testing
(v) Keyword-Driven Testing
(5)
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain briefly the fundamental Test Process. (5)
(B) Define COTS, Verification, Validation, Stub and Drivers. (5)
(C) Define the following:
(i) Entry Criteria
(ii) Exit Criteria
(iii) Moderator
(iv) Reviewer
(v) Scribe
(5)
(D) List the factors that influence the selection of the appropriate Test Design Technique. (5)
(E) Write a short note on Test Monitoring. (5)
(F) State the goals of a proof of concept or Piloting Phase for Tool Evaluation. (5)
MUMBAI UNIVERSITY
QUESTION PAPER
ASP.NET WITH C#
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 2 ½ Hours Total Marks: 75
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 is an Exception? Explain Exception Handling in C#. (5)
(B) What is Polymorphism? Explain Runtime Polymorphism in C#. (5)
(C) What is the difference between for loop and foreach loop? (5)
(D) Write short note on Common Language Runtime (CLR) in .NET. (5)
Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Differentiate between Private Assembly and Shared Assembly. (5)
(B) Explain how Garbage Collection works in .NET. (5)
(C) What is Selector in CSS? Explain various types of CSS Selectors. (5)
(D) What is .NET Framework? Explain various components of .NET Framework 4.0. (5)
Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) List and explain the major events in global.asax file. (5)
(B) What is the Code Behind and Inline Code? (5)
(C) Write ASP.NET Code to display selected elements from the CheckBoxList on a label control. Elements
on the label must be separated by a whitespace.
(5)
(D) Explain the following properties of ListBox Control:
(i) AutoPostBack
(ii) Items
(5)
Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Write necessary properties which are common for all validation controls. (5)
(B) What is ViewState? How it works in ASP.NET? (5)
(C) Explain TreeView Control in ASP.NET. (5)
(D) Write ASP.NET Code to send data entered in two textboxes from one web page to another web page.
Display the data on two separate labels.
(5)
Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What are the Authentication Mode in ASP.NET for security? (5)
(B) What is the difference between ExecuteScalar and ExecuteNonQuery? (5)
(C) Write a code to insert and update data into a SqlServer Database an ASP.NET Web Page. (5)
(D) Explain DataAdapter class in ADO.NET? (5)
Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Write the basic syntax of a LINQ Query in C#. (5)
(B) What are the benefits using Ajax? Explain UpdateProgress Control in Ajax. (5)
(C) Write a code to display all the number in array greater than 10 using LINQ. (5)
(D) Explain the use of document.ready() function in jQuery. (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
ASP.NET WITH C#
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain switch statement. What is fallthrough in switch? Is fallthrough permitted in C#? (5)
(B) How to create and use External Style Sheet using Visual Studio Developer? (5)
(C) Explain following two Web Server Controls:
(i) LinkButton
(ii) ImageButton
(5)
(D) What are Cookies? Explain various properties of HttpCookie Class. (5)
(E) What is the Authentication and Authorization in ASP.NET? (5)
(F) Write jQuery code to demonstrate the use of hide() and slideUp() functions on <p> element. (5)
MUMBAI UNIVERSITY
QUESTION PAPER
ADVANCED JAVA
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 2 ½ Hours Total Marks: 75
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 se of Adapter Class with suitable example. (5)
(B) Explain Delegation Event Model. What are two steps in using the Java Delegation Event Model? (5)
(C) Explain the various Layout managers available in AWT. (5)
(D) Write AWT based Java program that will read a string from user and display the length of the string. (5)
Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Write a Java program using swing components that displays table containing student information
(Name, Address, 10th
%, 12th
%, Emailed, Contact No.).
(5)
(B) What is use of JColorChooser? Write down the constructors and methods of the same. (5)
(C) Distinguish between AWT and JFC (Swing). (5)
(D) Explain Root Pane, Glass Pane, Layered Pane, Content Pane and Desktop Pane. (5)
Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What are Servlets? What are the advantages of Servlet over CGI? (5)
(B) What is Request Dispatcher? What are its two methods? (5)
(C) Explain the ServletRequest Interface of Servlet API. (5)
(D) Write a servlet program to display the factorial of a given number. (5)
Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) List and explain the Directive Tags of JSP. (5)
(B) Explain JDBC Architecture. (5)
(C) Write the purpose of following JDBC Classes:
(i) DriverManager
(ii) ResultSet
(iii) Statement
(iv) Connection
(v) PreparedStatement
(5)
(D) What are the advantages and disadvantages of Java Server Pages? (5)
Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain Model-View-Controller Architecture. (5)
(B) List various Phases of JSF Lifecycle. Explain in short. (5)
(C) What is Facelet? Write the features of Facelet. (5)
(D) Explain the benefits of EJB. (5)
Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Explain Architecture of Hibernate Framework in detail. (5)
(B) What is Value Stack in Struts? State and explain the execution flow of Value Stack. (5)
(C) Write a short note on Interceptors in Struts. (5)
(D) Explain structure of hibernate.cfg.xml file. (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
ADVANCED JAVA
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What is CheckBoxGroup? Explain with example. (5)
(B) Write a java program to demonstrate the use of Tabbed Panes. (5)
(C) What is the purpose of WEB-INF file? Explain. (5)
(D) Write a JDBC program that inserts values in database. [Table Name: Book, Fields: Bookid, Title, Author,
Publisher]
(5)
(E) What are the different types of Enterprise Beans? Explain. (5)
(F) What is OGNL? Explain the execution flow of OGNL. (5)
MUMBAI UNIVERSITY
QUESTION PAPER
LINUX ADMINISTRATION
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
1
Time: 2 ½ Hours Total Marks: 75
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 different Linux distributions? Explain each in brief. (5)
(B) Explain the duty of the Linux System Administrator in Backing Up and Restoring Files. (5)
(C) Explain the booting process of the Linux Operating System in detail. (5)
(D) Explain the Extended 3 File System. (5)
Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What are the different types of shells in Linux? Explain (5)
(B) Which are the network configuration files that are required to be changed while setting up a system
or moving the system? Explain.
(5)
(C) What is Network File System? Explain in detail. Explain the two important NFS Configuration files for
using the features of NFSv4.
(5)
(D) What is Dynamic Host Configuration Protocol? How are DHCP Server and Client configured on Linux? (5)
Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What is Samba? What is Server Message Block? Explain. (5)
(B) How are Samba users created? Explain with examples. (5)
(C) What is Timeserver? Why is it required? What are the different types of Time Servers? How is it
configured?
(5)
(D) What is Caching Proxy? What are the uses of a Caching Proxy Server? (5)
Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Discuss the http protocol and following daemons available in Linux: sshd, ftpd. (5)
(B) How is Xinetd Server configured? Explain. (5)
(C) Explain the nsswitch.conf and resolv.conf files. What are their uses? (5)
(D) Explain the seven configuration statements used in named.ca file. (5)
Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What is POP3? What is IMAP4? Explain and compare them. (5)
(B) How is vsftpd run over SSL? What are the SSL-related configuration directives for vsftpd over SSL?
Explain.
(5)
(C) How can anonymous ftp access be disabled in vsftpd? Explain. (5)
(D) Explain the configuration process of Postfix Mail Server? (5)
Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What are the changes in Apache 2.0 compared to Apache 1.x? Explain. (5)
(B) Explain the userdel and usermod command with options and arguments. (5)
(C) How can we build packages from source rpms? Explain the various Valid Build Stages. (5)
(D) What are the advantages of Shadow Passwords over Traditional Password System? (5)
[TURN OVER]
MUMBAI UNIVERSITY
QUESTION PAPER
LINUX ADMINISTRATION
(NOVEMBER – 2017 | 75:25 PATTERN)
B.SC.IT
(SEMESTER – V)
KjT MUMBAI B.SC.IT STUDY
FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB
PAGE
2
Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the RAID levels 0, 1, 5, 6 and 10. (5)
(B) Explain the showmount command with options and example. (5)
(C) Explain in detail the configuration process of squid. (5)
(D) What are Zone Statements? Explain the different values for the Zone Statement. (5)
(E) What is vsftpd? Enumerate and explain its features and usability enhancements. What are the
distinguishing features of ProFtpd?
(5)
(F) Explain the AddHandler, AddLanguage, AddDefaultCharset and AddCharset directives. (5)

More Related Content

What's hot

B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
Network Security (75:25 Pattern) [QP / April - 2017]
Network Security (75:25 Pattern) [QP / April - 2017]Network Security (75:25 Pattern) [QP / April - 2017]
Network Security (75:25 Pattern) [QP / April - 2017]Mumbai B.Sc.IT Study
 
Network Security (November - 2017) [75:25 Pattern | Question Paper]
Network Security (November - 2017) [75:25 Pattern | Question Paper]Network Security (November - 2017) [75:25 Pattern | Question Paper]
Network Security (November - 2017) [75:25 Pattern | Question Paper]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
[Question Paper] Network Security (75:25 Pattern) [November / 2015]
[Question Paper] Network Security (75:25 Pattern) [November / 2015][Question Paper] Network Security (75:25 Pattern) [November / 2015]
[Question Paper] Network Security (75:25 Pattern) [November / 2015]Mumbai B.Sc.IT Study
 
[Question Paper] Network Security (75-25 Pattern) [November / 2015]
[Question Paper] Network Security (75-25 Pattern) [November / 2015][Question Paper] Network Security (75-25 Pattern) [November / 2015]
[Question Paper] Network Security (75-25 Pattern) [November / 2015]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
ASP.NET With C# (75:25 Pattern) [QP / April - 2017]
ASP.NET With C# (75:25 Pattern) [QP / April - 2017]ASP.NET With C# (75:25 Pattern) [QP / April - 2017]
ASP.NET With C# (75:25 Pattern) [QP / April - 2017]Mumbai B.Sc.IT Study
 

What's hot (9)

B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]B.Sc.IT: Semester - VI (October - 2015) [CBSGS - 75:25 Pattern | Question Paper]
B.Sc.IT: Semester - VI (October - 2015) [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]
B.Sc.IT: Semester - VI (October - 2016) [CBSGS - 75:25 Pattern | Question Paper]
 
Network Security (75:25 Pattern) [QP / April - 2017]
Network Security (75:25 Pattern) [QP / April - 2017]Network Security (75:25 Pattern) [QP / April - 2017]
Network Security (75:25 Pattern) [QP / April - 2017]
 
Network Security (November - 2017) [75:25 Pattern | Question Paper]
Network Security (November - 2017) [75:25 Pattern | Question Paper]Network Security (November - 2017) [75:25 Pattern | Question Paper]
Network Security (November - 2017) [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 (75:25 Pattern) [November / 2015]
[Question Paper] Network Security (75:25 Pattern) [November / 2015][Question Paper] Network Security (75:25 Pattern) [November / 2015]
[Question Paper] Network Security (75:25 Pattern) [November / 2015]
 
[Question Paper] Network Security (75-25 Pattern) [November / 2015]
[Question Paper] Network Security (75-25 Pattern) [November / 2015][Question Paper] Network Security (75-25 Pattern) [November / 2015]
[Question Paper] Network Security (75-25 Pattern) [November / 2015]
 
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]
 
ASP.NET With C# (75:25 Pattern) [QP / April - 2017]
ASP.NET With C# (75:25 Pattern) [QP / April - 2017]ASP.NET With C# (75:25 Pattern) [QP / April - 2017]
ASP.NET With C# (75:25 Pattern) [QP / April - 2017]
 

Similar to B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper]

Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...
Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...
Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...Mumbai B.Sc.IT Study
 
B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]Mumbai B.Sc.IT Study
 
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]Mumbai B.Sc.IT Study
 
B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]Mumbai B.Sc.IT Study
 
B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]Mumbai B.Sc.IT Study
 
B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]Mumbai B.Sc.IT Study
 
Advanced Java (November - 2017) [75:25 Pattern | Question Paper]
Advanced Java (November - 2017) [75:25 Pattern | Question Paper]Advanced Java (November - 2017) [75:25 Pattern | Question Paper]
Advanced Java (November - 2017) [75:25 Pattern | Question Paper]Mumbai B.Sc.IT Study
 
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]Mumbai B.Sc.IT Study
 
Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
[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]Mumbai B.Sc.IT Study
 
Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]Mumbai B.Sc.IT Study
 
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]Mumbai B.Sc.IT Study
 
Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]Mumbai B.Sc.IT Study
 

Similar to B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper] (20)

Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...
Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...
Mumbai University - B.Sc.IT: Semester – V (November - 2015) [75:25 Pattern | ...
 
B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]B.Sc.IT: Semester – V (October – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2016) [Revised Course | 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# (November - 2017) [75:25 Pattern | Question Paper]
 
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
 
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
 
B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (December – 2017) [Revised Course | Question Paper]
 
B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (October – 2012) [Revised Course | Question Paper]
 
B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (May – 2016) [Revised Course | Question Paper]
 
Advanced Java (November - 2017) [75:25 Pattern | Question Paper]
Advanced Java (November - 2017) [75:25 Pattern | Question Paper]Advanced Java (November - 2017) [75:25 Pattern | Question Paper]
Advanced Java (November - 2017) [75:25 Pattern | Question Paper]
 
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 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]
Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]
 
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]
 
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]
 
Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2017) [Question Paper | CBSGS: 75:25 Pattern]
 
Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
 
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]
 
[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]
 
Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Data Warehousing (April – 2015) [Question Paper | CBSGS: 75:25 Pattern]
 
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
 
Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2014 ) [Question Paper | CBSGS: 75:25 Pattern]
 

More from Mumbai B.Sc.IT Study

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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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]Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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}Mumbai B.Sc.IT Study
 
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...Mumbai B.Sc.IT Study
 
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...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

slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxCapitolTechU
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya - UEM Kolkata Quiz Club
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...Nguyen Thanh Tu Collection
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxricssacare
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringDenish Jangid
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptxmansk2
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfVivekanand Anglo Vedic Academy
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxJheel Barad
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxJenilouCasareno
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfjoachimlavalley1
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfbu07226
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxbennyroshan06
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online PresentationGDSCYCCE
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...Nguyen Thanh Tu Collection
 

Recently uploaded (20)

slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 
B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
 

B.Sc.IT: Semester – V (November - 2017) [75:25 Pattern | Question Paper]

  • 1.
  • 2. MUMBAI UNIVERSITY QUESTION PAPER NETWORK SECURITY (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 2 ½ Hours Total Marks: 75 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 different principles of security. (5) (B) List and explain different types of Criminal Attacks. Give example of each one. (5) (C) List different Transposition Techniques. Explain any one with example. (5) (D) A and B want to establish a secrete key using the Diffie-Hellman Kay Exchange protocol. Assuming the values as n=11,g=5,x=2 and y=3, find out the values of A,B and the secret key. (5) Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain Cipher Feedback Mode. (5) (B) Explain DES Algorithm. (5) (C) How subkey is generated for rounds of IDEA Algorithm? (5) (D) Explain the working of RC5. (5) Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain with example RSA algorithm. (5) (B) Write down difference between Symmetric and Asymmetric Key Cryptography. (5) (C) Explain how MD5 works. (5) (D) What is Message Authentication Code? Write down disadvantages of Hash-Based Message Authentication Code. (5) Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) List and explain various fields in a X.509 Digital Certificate Version 3. (5) (B) What is need of Self-Signed Digital Certificates and cross certificate? (5) (C) Write down the difference between online certificate revocation status checks and simple certificate validation protocol. (5) (D) List and explain PKIX Services. (5) Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain the Purchase Request Transaction of SET. (5) (B) List different Email Security Protocols. Explain any one in detail. (5) (C) Explain IP Datagram Format. (5) (D) List and explain different Fields of Security Association Database. (5) Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What is Authentication Token? (5) (B) What is the use of Smart Cards? Write down the problems and their solutions related to Smart Card Technology. (5) (C) Write a short note on Kerberos. (5) (D) Write a short note on One Way Authentication. (5) [TURN OVER]
  • 3. MUMBAI UNIVERSITY QUESTION PAPER NETWORK SECURITY (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) List and explain different types of Attacks. (5) (B) Explain how subkey is generated in Blowfish Algorithm. (5) (C) Write down difference between MD5 and SHA-1. (5) (D) List different Public Key Cryptography Standards. Explain any two of them. (5) (E) What is Electronic Money? Classify Electronic Money based on (i) Tracking of money (ii) Involvement of the bank in the transaction (5) (F) List and explain different approaches to achieve SSO. (5)
  • 4.
  • 5. MUMBAI UNIVERSITY QUESTION PAPER SOFTWARE TESTING (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 2 ½ Hours Total Marks: 75 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) Define Software Testing. Why is it necessary? (5) (B) Explain the Software Testing Principles. (5) (C) Compare and contrast he mindset of a tester and that of a developer. (5) (D) What is quality? Discuss the correlation between testing and quality. (5) Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain V-Model. (5) (B) Explain the different test levels. (5) (C) Describe the purpose of Confirmation Testing and Regression Testing. (5) (D) Write a short note on Maintenance Testing. (5) Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain the difference between Static and Dynamic Techniques. (5) (B) Explain the factors for successful performance of reviews. (5) (C) Describe the objective of static and list typical benefits of static analysis. (5) (D) Describe the importance and of considering Static Techniques for the assessment of software work products. (5) Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain the characteristics of Specification-Based Testing, Structure-Based Testing and Experience- Based Testing. (5) (B) Explain Boundary Value Analysis with help of an example. (5) (C) Write short note on Experienced Based Techniques. (5) (D) Define the concept and importance of Code Coverage. (5) Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Discuss the importance of Independent Testing. (5) (B) Discuss the IEEE-829 Standard Test Plan Template. (5) (C) Explain briefly the major types of Test Strategies that are the commonly used. (5) (D) Define the following: (i) Defect Density (ii) Failure Rate (iii) Test Control (iv) Test Coverage (v) Test Monitoring (5) [TURN OVER]
  • 6. MUMBAI UNIVERSITY QUESTION PAPER SOFTWARE TESTING (NOVEMBER – 2017 | 75:25 PATTERN) 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 TWO QUESTIONS: (10 MARKS) (A) Classify different types of tests according to the process activates. (5) (B) Summarize the potential benefits and risks of test automation and tool support for testing. (5) (C) State the main principles of introducing a tool into an organization. (5) (D) Define the following: (i) Tool (ii) Driver (iii) Probe Effect (iv) Data-Driven Testing (v) Keyword-Driven Testing (5) Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain briefly the fundamental Test Process. (5) (B) Define COTS, Verification, Validation, Stub and Drivers. (5) (C) Define the following: (i) Entry Criteria (ii) Exit Criteria (iii) Moderator (iv) Reviewer (v) Scribe (5) (D) List the factors that influence the selection of the appropriate Test Design Technique. (5) (E) Write a short note on Test Monitoring. (5) (F) State the goals of a proof of concept or Piloting Phase for Tool Evaluation. (5)
  • 7.
  • 8. MUMBAI UNIVERSITY QUESTION PAPER ASP.NET WITH C# (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 2 ½ Hours Total Marks: 75 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 is an Exception? Explain Exception Handling in C#. (5) (B) What is Polymorphism? Explain Runtime Polymorphism in C#. (5) (C) What is the difference between for loop and foreach loop? (5) (D) Write short note on Common Language Runtime (CLR) in .NET. (5) Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Differentiate between Private Assembly and Shared Assembly. (5) (B) Explain how Garbage Collection works in .NET. (5) (C) What is Selector in CSS? Explain various types of CSS Selectors. (5) (D) What is .NET Framework? Explain various components of .NET Framework 4.0. (5) Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) List and explain the major events in global.asax file. (5) (B) What is the Code Behind and Inline Code? (5) (C) Write ASP.NET Code to display selected elements from the CheckBoxList on a label control. Elements on the label must be separated by a whitespace. (5) (D) Explain the following properties of ListBox Control: (i) AutoPostBack (ii) Items (5) Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Write necessary properties which are common for all validation controls. (5) (B) What is ViewState? How it works in ASP.NET? (5) (C) Explain TreeView Control in ASP.NET. (5) (D) Write ASP.NET Code to send data entered in two textboxes from one web page to another web page. Display the data on two separate labels. (5) Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What are the Authentication Mode in ASP.NET for security? (5) (B) What is the difference between ExecuteScalar and ExecuteNonQuery? (5) (C) Write a code to insert and update data into a SqlServer Database an ASP.NET Web Page. (5) (D) Explain DataAdapter class in ADO.NET? (5) Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Write the basic syntax of a LINQ Query in C#. (5) (B) What are the benefits using Ajax? Explain UpdateProgress Control in Ajax. (5) (C) Write a code to display all the number in array greater than 10 using LINQ. (5) (D) Explain the use of document.ready() function in jQuery. (5) [TURN OVER]
  • 9. MUMBAI UNIVERSITY QUESTION PAPER ASP.NET WITH C# (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain switch statement. What is fallthrough in switch? Is fallthrough permitted in C#? (5) (B) How to create and use External Style Sheet using Visual Studio Developer? (5) (C) Explain following two Web Server Controls: (i) LinkButton (ii) ImageButton (5) (D) What are Cookies? Explain various properties of HttpCookie Class. (5) (E) What is the Authentication and Authorization in ASP.NET? (5) (F) Write jQuery code to demonstrate the use of hide() and slideUp() functions on <p> element. (5)
  • 10.
  • 11. MUMBAI UNIVERSITY QUESTION PAPER ADVANCED JAVA (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 2 ½ Hours Total Marks: 75 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 se of Adapter Class with suitable example. (5) (B) Explain Delegation Event Model. What are two steps in using the Java Delegation Event Model? (5) (C) Explain the various Layout managers available in AWT. (5) (D) Write AWT based Java program that will read a string from user and display the length of the string. (5) Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Write a Java program using swing components that displays table containing student information (Name, Address, 10th %, 12th %, Emailed, Contact No.). (5) (B) What is use of JColorChooser? Write down the constructors and methods of the same. (5) (C) Distinguish between AWT and JFC (Swing). (5) (D) Explain Root Pane, Glass Pane, Layered Pane, Content Pane and Desktop Pane. (5) Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What are Servlets? What are the advantages of Servlet over CGI? (5) (B) What is Request Dispatcher? What are its two methods? (5) (C) Explain the ServletRequest Interface of Servlet API. (5) (D) Write a servlet program to display the factorial of a given number. (5) Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) List and explain the Directive Tags of JSP. (5) (B) Explain JDBC Architecture. (5) (C) Write the purpose of following JDBC Classes: (i) DriverManager (ii) ResultSet (iii) Statement (iv) Connection (v) PreparedStatement (5) (D) What are the advantages and disadvantages of Java Server Pages? (5) Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain Model-View-Controller Architecture. (5) (B) List various Phases of JSF Lifecycle. Explain in short. (5) (C) What is Facelet? Write the features of Facelet. (5) (D) Explain the benefits of EJB. (5) Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Explain Architecture of Hibernate Framework in detail. (5) (B) What is Value Stack in Struts? State and explain the execution flow of Value Stack. (5) (C) Write a short note on Interceptors in Struts. (5) (D) Explain structure of hibernate.cfg.xml file. (5) [TURN OVER]
  • 12. MUMBAI UNIVERSITY QUESTION PAPER ADVANCED JAVA (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) What is CheckBoxGroup? Explain with example. (5) (B) Write a java program to demonstrate the use of Tabbed Panes. (5) (C) What is the purpose of WEB-INF file? Explain. (5) (D) Write a JDBC program that inserts values in database. [Table Name: Book, Fields: Bookid, Title, Author, Publisher] (5) (E) What are the different types of Enterprise Beans? Explain. (5) (F) What is OGNL? Explain the execution flow of OGNL. (5)
  • 13.
  • 14. MUMBAI UNIVERSITY QUESTION PAPER LINUX ADMINISTRATION (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 1 Time: 2 ½ Hours Total Marks: 75 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 different Linux distributions? Explain each in brief. (5) (B) Explain the duty of the Linux System Administrator in Backing Up and Restoring Files. (5) (C) Explain the booting process of the Linux Operating System in detail. (5) (D) Explain the Extended 3 File System. (5) Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What are the different types of shells in Linux? Explain (5) (B) Which are the network configuration files that are required to be changed while setting up a system or moving the system? Explain. (5) (C) What is Network File System? Explain in detail. Explain the two important NFS Configuration files for using the features of NFSv4. (5) (D) What is Dynamic Host Configuration Protocol? How are DHCP Server and Client configured on Linux? (5) Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What is Samba? What is Server Message Block? Explain. (5) (B) How are Samba users created? Explain with examples. (5) (C) What is Timeserver? Why is it required? What are the different types of Time Servers? How is it configured? (5) (D) What is Caching Proxy? What are the uses of a Caching Proxy Server? (5) Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) Discuss the http protocol and following daemons available in Linux: sshd, ftpd. (5) (B) How is Xinetd Server configured? Explain. (5) (C) Explain the nsswitch.conf and resolv.conf files. What are their uses? (5) (D) Explain the seven configuration statements used in named.ca file. (5) Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What is POP3? What is IMAP4? Explain and compare them. (5) (B) How is vsftpd run over SSL? What are the SSL-related configuration directives for vsftpd over SSL? Explain. (5) (C) How can anonymous ftp access be disabled in vsftpd? Explain. (5) (D) Explain the configuration process of Postfix Mail Server? (5) Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS) (A) What are the changes in Apache 2.0 compared to Apache 1.x? Explain. (5) (B) Explain the userdel and usermod command with options and arguments. (5) (C) How can we build packages from source rpms? Explain the various Valid Build Stages. (5) (D) What are the advantages of Shadow Passwords over Traditional Password System? (5) [TURN OVER]
  • 15. MUMBAI UNIVERSITY QUESTION PAPER LINUX ADMINISTRATION (NOVEMBER – 2017 | 75:25 PATTERN) B.SC.IT (SEMESTER – V) KjT MUMBAI B.SC.IT STUDY FACEBOOK | TWITTER | INSTAGRAM | GOOGLE+ | YOUTUBE | SLIDESHARE | TUMBLR | GITHUB PAGE 2 Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS) (A) Explain the RAID levels 0, 1, 5, 6 and 10. (5) (B) Explain the showmount command with options and example. (5) (C) Explain in detail the configuration process of squid. (5) (D) What are Zone Statements? Explain the different values for the Zone Statement. (5) (E) What is vsftpd? Enumerate and explain its features and usability enhancements. What are the distinguishing features of ProFtpd? (5) (F) Explain the AddHandler, AddLanguage, AddDefaultCharset and AddCharset directives. (5)