Things don't go as we plan
A Page From My Diary
Tuesday, June 7, 2016
Tuesday, January 8, 2013
Business Applications Lab
Business Applications Lab on R.
R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering) and graphical techniques, and is highly extensible.
Assignment 1 - Generic function for plotting of R objects
Q1. Plot selected columns from a set of data in the form of a histogram
Command:
Command:
Q2: Plot both the lines and points in the same graph
Command:
Command:
> plot(zcol1,type="b")
Command:
> plot(zcollH,zcollL,type="b",main="NSE Graph",xlab="Time",ylab="High Value")
Q4. Find Volatility in NSE Index data.
Command:
> mergeddata<-c div="div" zcoll="zcoll" zcolll="zcolll">
-c>
>
summary(mergeddata)
>
range(mergeddata)
Min. 1st
Qu. Median Mean 3rd Qu. Max.
4888
5660 5723 5758
5884 6021
>
range(mergeddata)
[1] 4888.20
6020.75
Thursday, November 29, 2012
Tata Steel Ideation - Office On The Cloud
Problem Statement :
Tata Steel is looking for an original idea that will use any aspect of digital technology (cloud, mobile, Android, IoS etc ) to create a application or platform that can be integrated with the strategic management requirements of the company. Since this is an ideation contest, no software need to be built but paper must contain the following sections.
Tata Steel is looking for an original idea that will use any aspect of digital technology (cloud, mobile, Android, IoS etc ) to create a application or platform that can be integrated with the strategic management requirements of the company. Since this is an ideation contest, no software need to be built but paper must contain the following sections.
- Identify a need or a gap in the current management architecture of Tata Steel. Information available in the public domain can be used for this purpose.
- Propose a solution that will show how the current gap can be closed or narrowed significantly
- If possible give examples where a similar solution has or is being implemented.
- List benefits -- economic or otherwise -- that will accrue to the company if it is implemented. Also identify potential problems or difficulties that need to be guarded against.
- Provide rough estimate of costs including people costs that the company would have to incur as a one time expense and as a regular expense.
We , Dhileeban K M (12BM60107) and Syed Mohd Kashif (12BM60026) have teamed up and have come up with a solution which could leverage the benefits of today's mobile revolution and affect the way Steel manufacturing process are managed.
Here's presenting our work in the form of a presentation -:
Saturday, October 20, 2012
BIS Business Application
#Disclaimer: This post is part of assignment of first semester BIS course at School Of Management, IIT Kharagpur class of 2012-14.
Objective: The purpose of assignment is to give a solution to a business problem by downloading and configuring an application from hosting site on a cloud.
Business Problem
Business Application Solution
Name: Syed Mohd Kashif
Roll No: 12BM60026
Objective: The purpose of assignment is to give a solution to a business problem by downloading and configuring an application from hosting site on a cloud.
Business Problem
Business Application Solution
Name: Syed Mohd Kashif
Roll No: 12BM60026
Thursday, September 20, 2012
BIS Vendor Role - Deliverymax Online Inc
#Disclaimer: This post is created as a requirement for ZOHO app, BIS Course, VGSoM, IIT Kharagpur, Class of 2014.
Deleiverymax Online Inc is an online stationery and furniture ordering company which cater to individuals and financial institutions.
Vendor: Syed Mohd Kashif (12BM60026)
Customer: Hima Varsha (12BM60024)
Objective: I am acting as Vendor and designing the product as per the requirements of the previous roll number who is acting as customer for the ZOHO application.
USER MANUAL
CUSTOMER CERTIFICATE

BIS Customer Role
Customer Role
#Disclaimer: This post is prepared as a requirement for ZOHO APP, BIS Course, VGSoM, IIT Kharagpur fall semester class of 2014
Customer: Syed Mohd Kashif(12BM60026)
Vendor: Debarghya Chakraborty(12BM60027)
Objective: I am acting as customer and providing the requirements to the next roll number for the ZOHO app that he/she has to make for completing the course requirements.
Objective: I am acting as customer and providing the requirements to the next roll number for the ZOHO app that he/she has to make for completing the course requirements.
Saturday, August 4, 2012
From a stranger to a friend.
Below is transcript of my interaction with Rahul. I met him on my journey to Kharagpur. Rahul was around five feet eight inches tall, in his mid twenties and had a distinctive spark in his eyes. Rahul was a property dealer by profession. His seat berth was adjacent to mine. We got along very well and discussed some recent developments in business models. Rahul aspired to improve his business model by using information technology.
Rahul: Watching outside window...
Me: Nice scenery. Where are you going?
Rahul: Kolkata. You?
Me: Kharagpur.
Rahul: Are you a student at IIT?
Me: Yes (with a smile) I am a first year student of management.
Rahul: Management is the buzz word now a days. What is it and what all is taught ?
Me: Management is a multi-purpose organ that manages business and manages managers and manages workers and work. We are taught vast variety of subjects like human behavior, finance, marketing, operations and information technology.
Rahul: Very interesting. You are the right person then. I have a established property dealer business. I am looking to use information technology in making my business more efficient.(in an inquisitive manner)
Me: (smiles) That is innovative thinking. By creating a company you can reach potential customers sitting in different locations. An online application will help you maintain and manage huge amount of customer data. In nutshell an efficient three tier system architecture will save time and resources.
Rahul: System architecture! (with a spark in his eyes) What is it? What do you mean by a three tier system?
ME: Systems Architecture refers to the architecture of a system, i.e. a model to describe or analyze a system. Information system consists of data system,network and application system.
Rahul: Sorry to interrupt. What is data system and application system?
Me: Data system is a term used to refer to an organized collection of symbols and processes that may be used to operate on such symbols . Any organized collection of symbols and symbol-manipulating operations can be considered a data system.
Application system is a program or group of program designed for end users. These programs interact with computer and performs a desired function. It acts as an interface between man and machine.
Rahul: Please help me understand the basics of system architecture.(with a speculative look)
Me: (with a grin) Sure! There are three types of system architectures:
1. Integrated Systems.
2. Two Tier Client Server Architecture.
3. Three Tier Architecture.
(Took a note book and pen out of my bag). Will explain you with help of a diagram.(Draws the pictorial representation)

In Integrated system model data is stored in database which can be DB2, Oracle or SQL. Applications are stored on individual machines. It has business logic and a graphical unit interface. Local area network connects clients machine to server using internet.
Rahul: I understand.(with excitement).
Me: Lets see a Two tier client server architecture.(Draws the pictorial representation)
Multi-tier architecture is a client server architecture in which the presentation, the application processing, and the data management are logically separate processes.
Data is stored in the server and application is stored on individual machines. Internet connects individual machines to servers.
Rahul: (with a feeling of joy) I see. Its an improvement on previous model. Multiple users can access application at a time.
Me: You are absolutely right. Now lets see a Three tier architecture.(Draws the pictorial representation)

In a three tier architecture the business logic is kept centrally. The changes to business logic is done at one location only. The presentation logic though is kept locally.
Rahul: (Raised his hand) Got it data transfer over the network is minimized. This will result in lesser network traffic. What about data protection?
Me: You have a good understanding of system architecture now. For data protection fire walls are installed at local computers and servers. They block spyware, worms and viruses. So what architecture you plan to use for your company?
Rahul: My business is small. I plan to use a Two tier architecture.
Me: Do upgrade to three tier when your business grows.
Rahul: Definitely.(with a feeling of satisfaction).
Kharagpur station was about to come in a few minutes. Rahul thanked and appreciated the informative discussion we had. We exchanged our contact details. By the end of journey I made a good friend.
Thanks
Syed Mohd Kashif
Rahul: Watching outside window...
Me: Nice scenery. Where are you going?
Rahul: Kolkata. You?
Me: Kharagpur.
Rahul: Are you a student at IIT?
Me: Yes (with a smile) I am a first year student of management.
Rahul: Management is the buzz word now a days. What is it and what all is taught ?
Me: Management is a multi-purpose organ that manages business and manages managers and manages workers and work. We are taught vast variety of subjects like human behavior, finance, marketing, operations and information technology.
Rahul: Very interesting. You are the right person then. I have a established property dealer business. I am looking to use information technology in making my business more efficient.(in an inquisitive manner)
Me: (smiles) That is innovative thinking. By creating a company you can reach potential customers sitting in different locations. An online application will help you maintain and manage huge amount of customer data. In nutshell an efficient three tier system architecture will save time and resources.
Rahul: System architecture! (with a spark in his eyes) What is it? What do you mean by a three tier system?
ME: Systems Architecture refers to the architecture of a system, i.e. a model to describe or analyze a system. Information system consists of data system,network and application system.
Rahul: Sorry to interrupt. What is data system and application system?
Me: Data system is a term used to refer to an organized collection of symbols and processes that may be used to operate on such symbols . Any organized collection of symbols and symbol-manipulating operations can be considered a data system.
Application system is a program or group of program designed for end users. These programs interact with computer and performs a desired function. It acts as an interface between man and machine.
Rahul: Please help me understand the basics of system architecture.(with a speculative look)
Me: (with a grin) Sure! There are three types of system architectures:
1. Integrated Systems.
2. Two Tier Client Server Architecture.
3. Three Tier Architecture.
(Took a note book and pen out of my bag). Will explain you with help of a diagram.(Draws the pictorial representation)
In Integrated system model data is stored in database which can be DB2, Oracle or SQL. Applications are stored on individual machines. It has business logic and a graphical unit interface. Local area network connects clients machine to server using internet.
Rahul: I understand.(with excitement).
Me: Lets see a Two tier client server architecture.(Draws the pictorial representation)
Multi-tier architecture is a client server architecture in which the presentation, the application processing, and the data management are logically separate processes.
Data is stored in the server and application is stored on individual machines. Internet connects individual machines to servers.
Rahul: (with a feeling of joy) I see. Its an improvement on previous model. Multiple users can access application at a time.
Me: You are absolutely right. Now lets see a Three tier architecture.(Draws the pictorial representation)
In a three tier architecture the business logic is kept centrally. The changes to business logic is done at one location only. The presentation logic though is kept locally.
Rahul: (Raised his hand) Got it data transfer over the network is minimized. This will result in lesser network traffic. What about data protection?
Me: You have a good understanding of system architecture now. For data protection fire walls are installed at local computers and servers. They block spyware, worms and viruses. So what architecture you plan to use for your company?
Rahul: My business is small. I plan to use a Two tier architecture.
Me: Do upgrade to three tier when your business grows.
Rahul: Definitely.(with a feeling of satisfaction).
Kharagpur station was about to come in a few minutes. Rahul thanked and appreciated the informative discussion we had. We exchanged our contact details. By the end of journey I made a good friend.
Thanks
Syed Mohd Kashif
Subscribe to:
Posts (Atom)


