https://www.google.com/contributor/welcome/?utm_source=publisher&utm_medium=banner&utm_campaign=2376261057261409

Search This Blog

Search with our Site

Custom Search

Sunday, June 30, 2013

Latitude Systems Drivers - CAB Availability (follow the links for CAB details and to download)




Latitude Systems Drivers - CAB Availability (follow the links for CAB details and to download)
System
Windows 8 System CAB
Windows 7 System CAB
Vista System CAB
XP System CAB
E6540
3330
10 Tablet
ST2E Tablet
6430U
N/A
E5430
N/A
E5530
N/A
E6230
N/A
E6330
N/A
E6430
E6430 ATG
N/A
E6430S
N/A
E6530
N/A
 ST Tablet
 N/A
 N/A
2120
E5420
E5520
E6220
E6320
E6420
E6420ATG
E6420XFR
E6520
XT3
N/A
13
N/A
2110
E4310
E5410
E5510
E6410
E6410ATG
E6510
2100
E4200
E4300
E5400
E5500
E6400
E6400ATG
E6500
XT2
Z600
N/A


Monday, June 24, 2013

CS304 Object Oriented Programming Assignment # 4 100% Correct Solution



//100% Correct Solution...

#include <iostream>
#include <string.h>
using namespace std;
//..Candidate Class
class Candidate
{
//..Atributes
char* cnic;
char* fistName;
char* lastName;
char* signAlloted;
public:
//..Required Operations
Candidate();
friend ostream & operator <<(ostream& os, const Candidate&);
friend istream & operator >> (istream& is, Candidate&);
bool operator == (const Candidate&);
};
//..Default Constructor
Candidate::Candidate()
{
this->cnic = new char[26];
this->fistName = new char[26];
this->lastName = new char[26];
this->signAlloted = new char[26];
}
//..Stream Inseration
ostream & operator<< (ostream & os, const Candidate& c)
{
os<< "\t\t" <<c.cnic;
os <<"\t\t" <<c.fistName;
os<< "\t\t " <<c.lastName;
os <<"\t " <<c.signAlloted;
return os;
}
//..Stream Extraction
istream & operator >> (istream & is, Candidate& c)
{
cout<< "\n Enter Your CNIC# :";
is >> c.cnic;
cout<< "\n Enter Your First- Name :";
is >> c.fistName;
cout<<"\n Enter Your LastName :";
is >> c.lastName;
cout<< "\n Enter Sign- Alloted :";
is >> c.signAlloted;
return is;
}
//..Equality Operator
bool Candidate:: operator==(const Candidate & can)
{
bool isEqual = false;
if(!strcmp(this->cnic, can.cnic))
{
cout<<"\n\n Insertion failed! Record against this CNIC already exists.";
cout<<"\n\n =====================================================";
return true;
}
if(!strcmp(this->fistName, can.fistName))
{
cout<<"\n\n Insertion failed! Record against this First Name already exists.";
cout<<"\n\n =====================================================";
return true;
}
if(!strcmp(this->lastName, can.lastName))
{
cout<< "\n\n Insertion failed! Record against this Last Name already exists.";
cout<< "\n\n =====================================================";
return true;
}
if(!strcmp(this->signAlloted, can.signAlloted))
{
cout<< "\n\n Insertion failed! Record against this Sign already exists.";
cout<< "\n\n =====================================================";
return true;
}
return false;
}

int main(int argc, const char * argv[])
{

cout<< "\n ================================================\n";
cout<< "\n Candidates Registration Interface\n";
cout<< "\n ================================================\n";
char choice;
cout<< "\n Do you want to start registration for wanting candidates? (y/n):";
cin >> choice;
if(choice == 'y' || choice == 'Y')
{
int noOfCandidates = 0;
//..get no of candidates and create array.
cout<< "\n\n Enter No. of candidates to be registered: ";
cin >> noOfCandidates;
Candidate candidates[noOfCandidates];
//..take input for each candidates.
for(int i = 0; i < noOfCandidates; i++)
{
cout<<"\n\n Enter Candidate "<< i+1 <<" Information";
cout<<"\n\n =====================================================";
cin >> candidates[i];
//..match the input for given cadidate with previous candidates and show messages accordingly.
if(i != 0)
{
for(int j = 0; j < i; j++)
{

if(candidates[i] == candidates[j])
{
//if matches then take the input for this candidate again.
i -= 1;
}
else
{
cout<< "\n\n Record "<< i+1<< " is sucessfully inserted.";
cout<< "\n\n =====================================================";
}
}
}
else
{
cout<< "\n\n Record "<< i+1<<" is sucessfully inserted.";
cout<< "\n\n =====================================================";
}
}
cout<< "\n\n Do you want to view Candidate's Information (y/n): ";
cin >> choice;
if(choice == 'y' || choice == 'Y')
{
cout<< "\n\n******************************************************";
cout<< "\n\n Displaying Registered Candidates Information";
cout<< "\n\n******************************************************";
cout<< "\n\n S.No.\t\t CNIC#\t\t Name\t\t Sign Alloted";
//..show the all candidates Information.
for(int i = 0; i < noOfCandidates; i++)
{
cout<< "\n\n "<< i+1 << candidates[i];
}
cout<< "\n\n Thanks for using this program "<<endl;
}
else
{
cout<< "\n\n Thanks for using this program "<<endl;
}
}
else
{
cout<< "\n\n Thanks for using this program "<<endl;
}
system("pause");
return 0;
}


Thursday, June 20, 2013

SEMESTER SPRING 2013 MICROECONOMICS (ECO402) ASSIGNMENT NO. 02


SEMESTER SPRING 2013 
MICROECONOMICS (ECO402) 
ASSIGNMENT NO. 02
DUE DATE: 24
TH
JUNE, 2013
MARKS: 30
ASSIGNMENT: 
The case: 
Dewan Farooque Motors Limited (DFML) is a Pakistani manufacturer of automobiles 
under license to Hyundai Motor Company and Kia Motors Corporation since 1998. The 
company is a subsidiary of Dewan Mushtaq Group, headquartered in Karachi with an 
assembly plant located in Sujawal. According to Budget 2013-2014, Hybrid cars up to 
1200cc will not have any duty, sales tax or income tax. Further, duty on Hybrid Vehicles 
of 1201cc to 1800cc has been reduced by 50 percent and from 1801cc to 2500cc to be 
reduced by 25 percent. To analyze the impact of this tax release on its sales, Dewan 
Farooque Motors Limited analyzed company’s facts and figures of past years and 
estimated its data for year 2013. Hypothetical data on price, quantity and total cost of the 
company has been given below: 
Year Price Unit sold 
(Q) 
Total Cost 
(TC) 
2008 325 150 29000 
2009 350 140 35000 
2010 425 130 49000 
2011 510 125 56000 
2012 630 100 60000 
Estimated 
2013 
720 80 65000 
Requirements: 
Use the above information and:
A. Calculate average cost and average revenue of Dewan Farooque Motors Limited 
for each year. 
B. Calculate for each year whether company is operating at profit or loss. 
C. Determine the quantity sold and price level at which the total profit for company is 
maximized. 
D. Suppose Dewan Farooque Motors Limited has hired you as an Economist to 
analyze the impact of this tax release on its sales. Discuss how this decision will 
affect the sales of this company? 
Marks: (A=6+6), (B=6+6), (C=3), (D=3)
Instructions:  
Please read the following instructions carefully before preparing the assignment solution
Solution of Part A and Part B should be in the following tabulated format. 
Part A Part B 
AC AR TR Profit/Loss 
Calculate to the point where calculation is being required. NO need to write 
irrelevant material or extra interpretation. 
This Assignment can be best attempted from the knowledge acquired after 
watching video lecture no. 16 to lecture no. 26 and reading handouts as well as 
recommended text book. 
IMPORTANT: 
24 hours extra / grace period after the due date is usually available to overcome 
uploading difficulties. This extra time should only be used to meet the 
emergencies and above mentioned due dates should always be treated as final 
to avoid any inconvenience. 
OTHER IMPORTANT INSTRUCTIONS: 
DEADLINE: 
 Make sure to upload the solution file before the due date on VULMS. 
 Any submission made via email after the due date will not be accepted. 
FORMATTING GUIDELINES: 
 Use the font style “Times New Roman” or “Arial” and font size “12”. 
 It is advised to compose your document in MS-Word format. 
 You may also compose your assignment in Open Office format. 
 Use black and blue font colors only. 
RULES FOR MARKING
Please note that your assignment will not be graded or graded as Zero (0), if: 
 It is submitted after the due date. 
 The file you uploaded does not open or is corrupt. 
 It is in any format other than MS-Word or Open Office; e.g. Excel, 
PowerPoint, PDF etc. 
 It is cheated or copied from other students, internet, books, journals etc. 
Note related to load shedding: Please be proactive 
Dear students! 
As you know that Pre Mid‐Term semester activities have started 
and  load  shedding  problem  is  also  prevailing  in  our  country. 
Keeping in view the fact, you all are advised to post your activities 
as early as possible without waiting for the due date. For your 
convenience;  activity  schedule  has  already  been  uploaded  on 
VULMS  for  the  current  semester,  therefore  no  excuse  will  be 
entertained after due date of assignments, quizzes or GDBs. 

ECO401 Economics GDB # 1 Spring 2013, Solution and Discussion Dute date June 24, 2013


The case:
According to the record of NADRA, there are over 3.8 million potential taxpayers in Pakistan but only 0.8 million people filed tax returns in the last year 2012. In the recent budget 2013-14, Finance Minister, Ishaq Dar aimed to bring those people who are not paying taxes into the tax net by enhancing the taxmachinery efficiency, removing anomalies, simplifying tax procedures, broadening the tax base and by several other measures. According to him, the focus of the budget is to improve the tax to GDP ratio to finally reach the targeted level of 15% by year 2018. In this budget, new taxes of Rs.209 billion worth have been imposed to meet the revenues and General Sales Tax (GST) has also been increased from 16% to 17%. Follow the given link of an article for further details of government taxation policy.

Requirement:
Being a student of Economics carefully read and evaluate this article. How this government taxation policy will affect the economy as a whole? Will these policies helpful in enhancing tax net and tax to GDP ratio?
Note: In order to comment on the above issue, you are required to read the given article carefully.  Read this article to take concept for current tax structure. Do not copy material from the article; write in your own words. Copy paste material will be awarded zero marks.


SEMESTER SPRING 2013 BUSINESS FINANCE (ACC501) ASSIGNMENT NO. 02


SEMESTER SPRING 2013
BUSINESS FINANCE (ACC501) ASSIGNMENT NO. 02
DUE DATE: 24TH JUNE, 2013 MARKS: 30
LEARNING OBJECTIVES:
After attempting this assignment whole-heartedly, the students will be able to:
 Evaluate any proposed project by using different capital budgeting techniques.
 Derive inferences regarding the acceptance/rejections of the project.
ASSIGNMENT:
Mr. Ali has recently retired from his job and got handsome amount from his employer. He wants to invest his money in a profitable project. He got two different projects along with their initial costs and expected cash flows for next 6 years as follows:
Period
Project A
(Rs.)
Project B
(Rs.)
0
-250,000
-250,000
1
30,000
70,000
2
50,000
80,000
3
60,000
90,000
4
90,000
40,000
5
100,000
20,000
6
120,000
10,000
He doesn’t have enough knowledge to check the financial feasibility of projects. So, he approaches to a financial consultancy firm to get these projects evaluated regarding their financial viability. Being an employee of the financial consultancy firm, you have been assigned the task to analyze these projects by using the following capital budgeting techniques:
1. Payback period (Desired period is 4 year) [ 4 + 4 = 08 ]
2. Net Present Value (NPV) [ 7 + 7 = 14 ]
3. Profitability Index (PI) [ 3 + 3 = 06 ]
Considering both projects mutually exclusive, suggest which of the two projects is feasible and why? [ 1 + 1 = 2 ]
Note: Cost of capital for projects are 10%.
IMPORTANT INSTRUCTIONS:
 Complete calculations are required for every part of the problem. Incomplete calculations will result in loss of marks.
 Discount factors and resulting figures should not be rounded up more than four decimal digits.
IMPORTANT:
24 hours extra / grace period after the due date is usually available to overcome uploading difficulties. This extra time should only be used to meet the emergencies and above mentioned due dates should always be treated as final to avoid any inconvenience.
OTHER IMPORTANT INSTRUCTIONS:
DEADLINE:
 Make sure to upload the solution file before the due date on VULMS.
 Any submission made via email after the due date will not be accepted.
FORMATTING GUIDELINES:
 Use the font style “Times New Roman” or “Arial” and font size “12”.
 It is advised to compose your document in MS-Word format.
 You may also compose your assignment in Open Office format.
 Use black and blue font colors only.
RULES FOR MARKING
Please note that your assignment will not be graded or graded as Zero (0), if:
 It is submitted after the due date.
 The file you uploaded does not open or is corrupt.
 It is in any format other than MS-Word or Open Office; e.g. Excel, PowerPoint, PDF etc.
 It is cheated or copied from other students, internet, books, journals etc.
Note related to load shedding: Please be proactive
Dear students!
As you know that Pre Mid-Term semester activities have started and load shedding problem is also prevailing in our country. Keeping in view the fact, you all are advised to post your activities as early as possible without waiting for the due date. For your convenience; activity schedule has already been uploaded on VULMS for the current semester, therefore no excuse will be entertained after due date of assignments, quizzes or GDBs.