MB0050 - RESEARCH METHODOLOGY

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )

ASSIGNMENT
DRIVE
SUMMER 2014
PROGRAM
MBADS/ MBAFLEX/ MBAHCSN3/ MBA – SEM 3
PGDBMN/ PGDENMN/ PGDFMN/ PGDHRMN/ PGDHSMN/ PGDIB/ PGDISMN/ PGDMMN/ PGDOMN/ PGDPMN/ PGDROMN/ PGDSCMN/ PGDTQMN – SEM 1
SUBJECT CODE & NAME
MB0050
RESEARCH METHODOLOGY
BK ID
B1700
CREDITS-4
MARKS 60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.

1How would you distinguish between a management decision problem and a management research problem? Do all decision problems require research? Explain and illustrate with examples.
Differences
Explanation
Examples

2How are research designs classified? What are the distinguishing features of each? Differentiate by giving appropriate examples.
Meaning of Research designs
Classification and features
Differences Examples

3Discuss with the help of examples the four key levels of measurement. What mathematical operations/statistical techniques are and are not permissible on data from each type of scale?
Meaning of Measurement scales
Types of Measurement scales with examples
Mathematical operations/statistical techniques

4 Processing of data involves editing, coding, classifying and tabulating. Explain each of these steps by taking an appropriate example.
Explanation
Examples

5Distinguish between the following:
a. Null hypothesis and Alternative hypothesis
b. One tailed and two tailed tests
c. Type I and Type II error
d. One way and two way analysis of variance
e. Descriptive and inferential analysis of data


6a. What is Chi-square test of goodness of fit? What precautions are necessary while applying this test? Point out its role in business decision making.

b. Two research workers classified some people in income groups on the basis of sampling studies. Their results are as follow:

Investigators
Income groups

Total

Poor

Middle

Rich

A
160
30
10
200
B
140
120
40
300
C
300
150
50
500

Show that the sampling technique of atleast one research worker is defective.
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )


BT9001 - Data Mining

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )


ASSIGNMENT
PROGRAM
BSc
SEMESTER
V
SUBJECT CODE & NAME
Data Mining
CREDIT
4
BK ID
BT9001
MAX.MARKS
60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.
Q.1 What is the relation between data mining and data warehousing? Explain.
Answer: - In computing, a data warehouse (DW, DWH), or an enterprise data warehouse (EDW), is a system used for reporting and data analysis. Integrating data from one or more disparate sources creates a central repository of data, a data warehouse (DW). Data warehouses store current and historical data and are used for creating trending reports for senior management reporting such as annual and quarterly comparisons.

Q.2 Define data mining. State the differences between data mining and DBMS.
Answer:- Data mining (the analysis step of the "Knowledge Discovery in Databases" process, or KDD),an interdisciplinary subfield of computer science, is the computational process of discovering patterns in large data sets involving methods at the intersection of artificial intelligence, machine learning, statistics, and database systems. The overall goal of the

Q. 3 Explain clustering and its applications.
Answer: - Application clustering (sometimes called software clustering) is a method of turning multiple computer servers into a cluster (a group of servers that acts like a single system). Clustering software is installed in each of the servers in the group. Each of the servers maintains the same information and collectively they perform administrative tasks such as load balancing, determining node failures, and assigning failover duty. The other clustering method, hardware clustering, requires that specialized hardware be installed in a single server that controls the cluster.

5 How data mining is used in telecommunication field? Explain
Answer: - The telecommunications industry was one of the first to adopt data mining technology. This is most likely because telecommunication companies routinely generate and store enormous amounts of high-quality data, have a very large customer base, and operate in a rapidly changing and highly competitive environment. Telecommunication companies utilize data mining to improve their marketing efforts, identify fraud, and better manage their telecommunication networks. However, these companies also face a number of data mining challenges

Q.6 Draw and explain the architecture of data mining based IDS and explain.
Answer: - Data mining is the process of discovering actionable information from large sets of data. Data mining uses mathematical analysis to derive patterns and trends that exist in data. Typically, these patterns cannot be discovered by traditional data exploration because the relationships are too complex or because there is too much data.
These patterns and trends can be collected and defined as a data mining model. Mining models can be applied to specific scenarios, such as:
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )



BT8903 - C# Programming

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )


ASSIGNMENT
PROGRAM
BSc
SEMESTER
V
SUBJECT CODE & NAME
C# Programming
CREDIT
4
BK ID
BT8903
MAX.MARKS
60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.

Q.1 Describe the components of .Net framework with the help of a diagram. Also explain the Common Language Runtime (CLR) in .Net.
Answer:- The Common Language Runtime (CLR) is an Execution Environment . It works as a layer between Operating Systems and the applications written in .Net languages that conforms to the Common Language Specification (CLS). The main function of Common Language Runtime (CLR) is to convert the Managed Code into native code and

Q.2 Describe the C# program structure with the help of a diagram.
Answer: - C# programs can consist of one or more

Q.3 Write the following programs in C#:
1. Write a program in C# to reverse a string using for loop.
2. Write a program in C# that concatenates list of strings.
Answer:-

Q.4 Explain the following in C#:
1. Pass by value
2. Pass by reference
3. Output parameters
4. Variable argument list
Answer:- Pass By Value:-


Q.5 Give the similarities and differences between structure and classes.
Answer:-
·         The difference between a class and a structure is that, by default, all of the members of a class are private and, by default, all of the members of a structure are public. 
·         Structure are value type where as class are reference type.
·         Structure are default public where as class are default private.'this' pointer will work only in class. 
·         Structure: Initially (in C) a structure was
·          

6 Explain the concept of inheritance with the help of an example. Also explain containment inheritance.
Answer: - In object-oriented programming (OOP), inheritance is when an object or class is based on another object or class, using the same implementation (inheriting from a class) or specifying implementation to mantain the same behavior (realizing an interface; inheriting behavior). It is a mechanism for code reuse and to allow independent
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )



BT0088 - Cryptography and Network Security

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )


ASSIGNMENT
PROGRAM
BSc
SEMESTER
V
SUBJECT CODE & NAME
Cryptography and Network Security
CREDIT
4
BK ID
BT0088
MAX.MARKS
60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.
Q.1 Describe the stream and block encryption with their advantages and disadvantages.
Answer:- While both are symmetric ciphers, stream ciphers are based on generating an "infinite" cryptograpic keystream, and using that to encrypt one bit or byte at a time (similar to the one-time pad), whereas block ciphers work on larger chunks of data (i.e. blocks) at a time, often combining blocks for additional security (e.g. AES in CBC mode).

Q.2 Compare DES and AES algorithms.
Answer:- DES (Data Encryption Standard) is a rather old way of encrypting data so that the information could not be read by other people who might be intercepting traffic. DES is rather quite old and has since been replaced by a newer and better AES (Advanced Encryption Standard). The replacement was done due to the inherent weaknesses in DES that allowed the encryption to be broken using certain methods of attack. Common applications of AES, as of

Q.3 Explain Developmental Controls and Administrative Controls.
Answer:- ADMINISTRATIVE CONTROL At the end of the lecture student will be able to:-Understand the concept of Administrative Accountability and Control-Understand the types of internal accountability and external accountability Administrative AccountabilityAccording to Leonard D. White accountability is `the sum total of constitutional, statutory

Q.4 List all the models of security and explain any two models.
Answer:- A computer security model is a scheme for specifying and enforcing security policies. A security model may be founded upon a formal model of access rights, a model of computation, a model of distributed computing, or no particular theoretical grounding at all.
A security policy is a document that expresses clearly and concisely what the protection mechanisms are to achieve. Its a statement of the security we expect the

Q.5 Define and explain IP security. Explain IP security architecture.
Answer: - IP Security Architecture
The purpose of the IP Security Architecture (IPSEC) is to provide a standard security mechanism and services to the currently used IP version 4 (IPv4) and to the new IP version 6 (IPv6). It does this by specifying two standard headers to be used with both versions of IP datagrams: "IP Authentication Header" (AH) and "IP Encapsulating Security Payload" (ESP

6 Describe guard and personal firewalls
Answer: - Firewalls are an excellent tool for securing a network. A firewall is system designed to prevent unauthorized access to or from a private network and basically limits access to a network from another network. Firewall that can be implemented in hardware or software, or a combination of both either denies or allows outgoing traffic known as egress filtering or incoming traffic known as ingress filtering. 

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )



BT0087 - WML and WAP Programming Theory

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )


ASSIGNMENT
PROGRAM
BSc
SEMESTER
V
SUBJECT CODE & NAME
WML and WAP Programming Theory
CREDIT
4
BK ID
BT0087
MAX.MARKS
60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.
Q.1 What is wireless markup language? Where it is used? Explain its advantages and disadvantages.
Answer: - Wireless Markup Language (WML), based on XML, is a markup language intended for devices that implement the Wireless Application Protocol (WAP) specification, such as mobile phones. It provides navigational support, data input, hyperlinks, text and image presentation, and forms, much like HTML (HyperText Markup Language). It preceded the use of other markup languages now used with WAP, such as HTML itself, and XHTML (which are

Q.2 Explain doctype declaration and line breaking in WML with examples.
Answer:- All WML documents must have the DOCTYPE declaration. It should be placed between the XML declaration and the <wml> element. Below is the DOCTYPE declaration for WML 1.3. You can simply copy and paste it into your WML files
The DOCTYPE declaration specifies the name of the DTD (Document Type Definition) and the URL to the DTD. The DTD contains information about the

Q.3 What is the use of Lang library functions in WML? What are the functions available in Lang library? Explain any two of them in detail with examples.
Answer:- A programming language basically offers an environment encompassing conditional statements such as, the, if and for constructs, loops, arithmetic and logical operators etc. But, what really separates one programming language from another is its ability to enhance the productivity of the programmer. This is achieved by distributing free libraries, functions and utilities with the programming language. In this case, a large number of very useful
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )



BT0086 - Mobile Computing

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )


ASSIGNMENT
PROGRAM
BSc
SEMESTER
V
SUBJECT CODE & NAME
Mobile Computing
CREDIT
4
BK ID
BT0086
MAX.MARKS
60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.
Q.1 Explain CDMA technique. Draw necessary diagram.
Answer: - A CDMA communication system, comprising:
·         A plurality of base transceiver stations spatially distributed to communicate with mobile communication devices via radio links;
·         A plurality of base station controllers, each coupled to a plurality of base transceiver stations;
·         A mobile switching center connected to couple said base station controllers to a public telephone network.
·         A data communication system comprising (1) a plurality of packet control function devices respectively connected to said base
·          

Q.2 List and explain the different kinds of domains available in wireless communication.
Answer:- The most mature wireless network technology today is 802.11b, which is what we will focus on. Let's briefly go over the IEEE 802.11b standard.
IEEE 802.11b makes use of the 2.4 GHz ISM band and provides speeds from 1 Mbps up to 11 Mbps, with the range about 1500 feet. (Although in reality, you are hard

Q.3 What do you mean by mobile operating system? Explain Symbian operating system. List the mobile operating systems which are currently popular in market.
Answer:- A mobile operating system, also referred to as mobile OS, is an operating system that operates a smartphone, tablet, PDA, or other mobile device. Modern mobile operating systems combine the features of a personal computer operating system with other features, including a touchscreen, cellular, Bluetooth, Wi-Fi, GPS mobile navigation, camera, video camera, speech recognition, voice recorder, music player, near field communication and


Q.4 Explain WAP forum and mobile wireless devices.
Answer: - Wireless Application Protocol (WAP) is a technical standard for accessing information over a mobile wireless network. A WAP browser is a web browser for mobile devices such as mobile phones that uses the protocol. Before the introduction of WAP, mobile service providers had limited opportunities to offer interactive data services, but needed interactivity to support Internet and Web applications such as:
·         Email by mobile phone
·         Tracking of stock-market prices
·          

Q.5 what are the two methods of Spread Spectrum modulation? Explain in detail.
Answer:- Spread spectrum communication is the modulation method used in the current standard wireless systems such as wireless LAN, Bluetooth, ZigBee and other public-use radio. You may have heard of spread spectrum communication, but wouldn’t you like to know what it actually means?

There are two types of spread spectrum communication, direct sequence spread spectrum (DS) and frequency hopping (FH) spread spectrum. However, as a general term it’s called spread spectrum communication, but the only thing it has in common

Q.6 What is demand routing protocols? Explain cluster based routing protocols.
Answer: - A stub router can be thought of as a spoke router in a hub-and-spoke network topology—as shown in Figure 34—where the only router to which the spoke is adjacent is the hub router. In such a network topology, the IP routing information required to represent this topology is fairly simple. These stub routers commonly have a WAN connection to the hub
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :

“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )