Monday 27 February 2017

mca5041 smu mca winter 2016 (april/may 2017 exam) Vth sem assignment

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412

Mca5041
winter 2016
1 What is reflective middleware? Write its advantages.

Answer: Reflective middleware is also known as component-based middleware. A component is termed as a program that performs a particular function and is designed in such a manner that it can easily be


2 Define Client/server computing. In Client/server computing, list the responsibilities of client and server.

Answer: Client/server computing is technology that facilitates an organisation to effectively manage its

3 Describe about 3G. What are the typical 3G standards? List few applications used on a 3G network.

Answer: 3G, also called Tri-Band 3G, is a set of standards which is used for mobile telecommunication services and mobile devices related to the IMT-2000 specifications formulated by ITU. This standard is used to offer various services on cell phones, such as video calls, internet

4 Describe briefly:
a) HTTP
b) CGI
c) Servlet
d) RMI
e) Socket

Answer: a) HTTP
The Hypertext Transfer Protocol (HTTP) is a protocol for distributed, collaborative, information systems. In


5 Differentiate between Stateful and Stateless session bean

Answer: Stateful session beans are used where the state of the bean requires to be retained so that the same client can use it for further method invocations. A good example of a Stateful session bean is the shopping cart

6 Explain the different components of the Android operating system. What are native Android applications?

Answer: Some of the components used to develop an Android application are as follows:
·         Activities: It is implemented when an application has a visible user interface (UI).
·         Services: It


Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412


·          

mca5033 smu mca winter 2016 (april/may 2017 exam) Vth sem assignment

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412

MCA5033
Winter 2016


1 What are the different strategies of OSS licensing? Explain briefly.

Answer: OSS licensing strategies which are given below:
Ø  Expansion strategy: It is an open source demonstration of the “law of conservation of modularity” which says that a single layer of a software stack is "modular and agreeable" permitting adjacent


2 Explain ACID properties in transaction management
Answer:

Transactions
In the context of a database, a transaction can be defined as a group of tasks (database operations). It is a unit of a program execution that accesses and possibly modifies various data objects (database tuples, relations).  A

3 Explain the SELECT and PROJECT operations.

Answer: Relational Algebra Operators are mathematical functions used to retrieve queries by describing a sequence


4 What is a Trigger? Describe trigger creation in detail.

Answer: SQL trigger is a set of SQL statements stored in the database catalog and is executed or fired whenever an event (insert, update or delete) that is associated with a table occurs. This is a special type of stored procedure which is invoked directly by an event. The main difference between a trigger and a stored procedure is that a trigger is called automatically whenever data modification takes place while the stored procedure must be called explicitly.

The general form of trigger declaration is given below:
CREATE TRIGGER Triggername (BEFORE | AFTER) _table Name_
(INSERT| UPDATE | DELETE)
MySQL stores triggers in data directory with the files named table name. TRG and triggername.TRN. The tablename. TRG file maps the trigger to the corresponding table and the trigger name. TRN file contains the trigger definition.
It has some limitations when compared to standard SQL. MySQL trigger cannot Use SHOW, LOAD DATA, LOAD TABLE, BACKUP DATABASE, RESTORE, FLUSH and RETURN statements. It cannot use statements that commit or rollback implicitly or explicitly. And also it cannot use prepared statement such as PREPARE, EXECUTE because Itcan’t use dynamic SQL.
MySQL trigger cannot call a stored procedure.
Creating Trigger in MySQL
In order to create a trigger we can use CREATE TRIGGER statement. The syntax of CREATE TRIGGER statement is as follows:
CREATE TRIGGER trigger_name trigger_time trigger_event
ON table_name
FOR EACH ROW
BEGIN
...
END
We are giving the trigger name after the CREATE TRIGGER statement. The trigger name should follow the naming convention [trigger time]_[table name]_[trigger event], for example before_employee_update. Trigger activation time can be either BEFORE or AFTER. We can use BEFORE keyword if we want to process the action prior to the modification on the table and can use AFTER if we need to process action after changes are made. Trigger events are INSERT, UPDATE and DELETE. A trigger should be associated with a specific table. Without a table trigger would not exist therefore we have to specify the table name after the ON keyword. SQL is code is placed between BEGIN and END keywords. Consider, we have an employee table with attributes Ename, empid, exp, salary. Then we create a new table named Emp_audit. This table is used to keep the record of changes made to employee table.
CREATE TABLE Emp_audit (
eid int(11) NOT NULL AUTO_INCREMENT,
Name varchar(50) NOT NULL,
Changedon datetime DEFAULT NULL,
actionvarchar (50) DEFAULT NULL,
PRIMARY KEY (eid));
Then, we can create the BEFORE UPDATE trigger to be invoked before a change is made to the employee records
DELIMITER $$
CREATE TRIGGER before_employee_update
BEFORE UPDATE ON employees
FOR EACH ROW BEGIN
INSERT INTO Emp_audit
SET action = 'update',
eid = OLD.empid,
Name = OLD.Ename,
Changedon = NOW ();
END$$
DELIMITER


5 Write short notes on:
a) Ingres
b) Postgres
c) Postgres95
d) PostgreSQL7
e) PostgreSQL8

Answer: Ingres
Ingres, a research project to create a relational database, was a project in the early 1970s at the University of California, Berkeley. This was the starting of the research and later many other databases were developed from this research and which includes the commercial Ingres and Informix

6 Describe briefly about the experimental evaluation. Write the significance of generic benchmarks.

Answer: The performance of a database system can be evaluated with bench marks. Probably the most popular and widely accepted is TPC-C (it is a benchmark tool by TPC (Transaction processing Performance

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412



bbr603 smu bba winter 2016 (april/may 2017 exam) VIth sem assignment

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412

DRIVE
Winter 2016
PROGRAM
Bachelor of Business Administration- BBA
SEMESTER
Semester 6
SUBJECT CODE & NAME
BBR602 –Retail Project Property Management and Case Studies in Retail

1 Who are the major stakeholders in the property market?
Stakeholders in the property market

Answer: Major Stakeholders in the Property Market
Customers and partners: Customers are the people who get in touch with property dealers or property users to buy a plot or property. The role of property users does not end with just selling the required property to


2 Define a property management plan. What are the steps for formulating it?
Property management plan
Steps for formulating property management plan

Answer: A property management plan is defined as a plan that helps the owners to improve the management of their property. It is also defined as the operational and financial strategy for maintaining the property. This plan is mostly implemented by property managers and real estate management companies. A property management plan focuses on maintaining the market value of


3 Explain the process of buying retail property.
Process of buying retail property

Answer: Process of buying retail property
Checklist analysis: A checklist can be defined as a list of relevant factors, such as cost, accessibility, competition, and demographics, which should be analysed by a retailer while selecting a retail property.


4 Explain the concept of insurance for retail property.
Concept of insurance for retail property

Answer: A retail property owner should take professional help of an insurance broker or executive agents in order to ensure the right insurance coverage. Insurance coverage can be of various types, which are:
Basic Coverage: It

5 What is purpose of online promotion of property?
Purpose of online promotion of property

Answer: Online promotion uses the Internet to carry out the marketing activities. The main objectives of online promotion are presenting information, increasing demand, and differentiating a product. The Internet is rapidly becoming the most efficient and effective way to market any

6 Write short notes on:
a) Special Economic Zones
b) Future design of retail stores

Answer: a) The Special Economic Zone (SEZ) policy in India first came into inception on April 1, 2000. The prime objective was to enhance foreign investment and provide an internationally

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412



bbr602 smu bba winter 2016 (april/may 2017 exam) VIth sem assignment

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412

DRIVE
Winter 2016
PROGRAM
Bachelor of Business Administration- BBA
SEMESTER
Semester 6
SUBJECT CODE & NAME
BBR602 –Retail Project Property Management and Case Studies in Retail

1 Who are the major stakeholders in the property market?
Stakeholders in the property market

Answer: Major Stakeholders in the Property Market
Customers and partners: Customers are the people who get in touch with property dealers or property users to buy a plot or property. The role of property users does not end with just selling the required property to


2 Define a property management plan. What are the steps for formulating it?
Property management plan
Steps for formulating property management plan

Answer: A property management plan is defined as a plan that helps the owners to improve the management of their property. It is also defined as the operational and financial strategy for maintaining the property. This plan is mostly implemented by property managers and real estate management companies. A property management plan focuses on maintaining the market value of


3 Explain the process of buying retail property.
Process of buying retail property

Answer: Process of buying retail property
Checklist analysis: A checklist can be defined as a list of relevant factors, such as cost, accessibility, competition, and demographics, which should be analysed by a retailer while selecting a retail property.


4 Explain the concept of insurance for retail property.
Concept of insurance for retail property

Answer: A retail property owner should take professional help of an insurance broker or executive agents in order to ensure the right insurance coverage. Insurance coverage can be of various types, which are:
Basic Coverage: It

5 What is purpose of online promotion of property?
Purpose of online promotion of property

Answer: Online promotion uses the Internet to carry out the marketing activities. The main objectives of online promotion are presenting information, increasing demand, and differentiating a product. The Internet is rapidly becoming the most efficient and effective way to market any

6 Write short notes on:
a) Special Economic Zones
b) Future design of retail stores

Answer: a) The Special Economic Zone (SEZ) policy in India first came into inception on April 1, 2000. The prime objective was to enhance foreign investment and provide an internationally

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject
if urgent then call us on 08791490301, 08273413412


 bbr601 smu bba winter 2016 (april/may 2017 exam) VIth sem assignment