Monday 31 October 2011

Re: vu experts - require first assignment solution cs506

CS506 Assignment No. 1 Fall 2011 Solution
Sunday, October 30, 2011 Posted In CS and IT Edit This
Question:
Write a program that computes the average and standard deviation of
the text floating point numbers in a file. Use the following formulas
for the average and the standard deviation of N values. The formulas
compute the sum, the sum of squares, the average, the average square,
the variance, and finally, the standard deviation.
sum = x1 + x2 + x3 + ... + xN-1 + xN


sumSQ = x12 + x22 + x32 + ... + xN-12 + xN2


avg = sum/N


avgSQ = sumSQ/N


var = avgSQ - avg2


sd = var(1/2)
The input file will contain any number text floating point numbers,
similar to the following:
10.5
12.9
9.67
12.05
8.23
10.08
10.23
7.7
10.4
11.34
Numbers could be several, or none per line, and negative numbers are
perfectly OK.


Solution:


Input Text:


10.0
20.0
30.0
40.0
50.0
............


SAVE THIS FILE IN .JAVA


import java.io.*;
import java.util.*;
import javax.swing.*;


public class assignment1{


public static void main( String args[] ){


try{
FileReader fr = null;
BufferedReader br = null;


fr = new FileReader ("input.txt");
br = new BufferedReader (fr);
String line = br.readLine();


double sum =0 ;


while (line != null) {
double num = Double.parseDouble(line);
sum += num;
line = br.readLine();
}


JOptionPane.showMessageDialog(null, "Sum = " + sum);
br.close();
fr.close();
}
catch(NumberFormatException nfEx) {
System.out.println(nfEx);
}
catch(FileNotFoundException fnfEx){
System.out.println(fnfEx);
}
catch(IOException ioEx){
System.out.println(ioEx);
}
}
}

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com

To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

vu experts - Quiz (its urgent)

AOA
 
ls help me in the quiz. ager kisi ne mkt-630 and mkt-624(brand management)  ka quiz diay ahia ya past quiz paray hain tu pls send me email
 
may God bless you all
 
 
regards,

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

[Pak Youth] salam arz kia hay

.

--
Khalid Shah
MBA(HRM)
(Passed)
 
apply for group membership

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

[Pak Youth] We want change in our dear homeland PAKISTAN......

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

[Pak Youth] please send me solution of CS506 and cs502 today is extended day

friends

today is extended day please send me solution of cs502 and cs506 plzzzzzzzzzzzzzzzzzzzzzzzzzzz

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: [Pak Youth] Assalam o Allaikum

salam to all

On Tue, Nov 1, 2011 at 9:59 AM, bc110201195 Zeeshan Akbar <bc110201195@vu.edu.pk> wrote:
i m fine ap kese ho gar me sub theak hai na

On Wed, Oct 19, 2011 at 4:49 AM, Ghazala Jabbar <ghazalajabbar01@gmail.com> wrote:
Assalam o Allaikum


How r All of You




--

Redards

Ghazala Jabbar

 


Pak Youth

 

A Community For Pakistani Youth

Pakistan-flag..............m.gif

 





--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.



--
Fida Saghar

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: [Pak Youth] Assalam o Allaikum

i m fine ap kese ho gar me sub theak hai na

On Wed, Oct 19, 2011 at 4:49 AM, Ghazala Jabbar <ghazalajabbar01@gmail.com> wrote:
Assalam o Allaikum


How r All of You




--

Redards

Ghazala Jabbar

 


Pak Youth

 

A Community For Pakistani Youth

Pakistan-flag..............m.gif

 





--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: [Pak Youth] Assalam o Allaikum

helo bro who are u

On Wed, Oct 19, 2011 at 10:10 AM, SIMBA SHAH <bc110201095@vu.edu.pk> wrote:
BBA 2nd semester is here

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

::::|| VU ||:::: Happy Eid Mubarik In Advance


✄║║─║║
✄║╚═╝╠══╦══╦══╦╗─╔╗
✄║╔═╗║╔╗║╔╗║╔╗║║─║║
✄║║─║║╔╗║╚╝║╚╝║╚═╝║
✄╚╝─╚╩╝╚╣╔═╣╔═╩═╗╔╝
✄───────║║─║║─╔═╝║
✄───────╚╝─╚╝─╚══╝
✄╔═══╗──╔╗
✄║╔══╝──║║
✄║╚══╦╦═╝║
✄║╔══╬╣╔╗║
✄║╚══╣║╚╝║
✄╚═══╩╩══╝
✄╔═╗╔═╗──╔╗─────────╔╗
✄║║╚╝║║──║║─────────║║
✄║╔╗╔╗╠╗╔╣╚═╦══╦═╦══╣║╔╗
✄║║║║║║║║║╔╗║╔╗║╔╣╔╗║╚╝╝
✄║║║║║║╚╝║╚╝║╔╗║║║╔╗║╔╗╗
✄╚╝╚╝╚╩══╩══╩╝╚╩╝╚╝╚╩╝╚╝
✄╔══╗
✄╚╣╠╝
✄─║║╔═╗
✄─║║║╔╗╗
✄╔╣╠╣║║║
✄╚══╩╝╚╝
✄╔═══╗─╔╗
✄║╔═╗║─║║
✄║║─║╠═╝╠╗╔╦══╦═╗╔══╦══╗
✄║╚═╝║╔╗║╚╝║╔╗║╔╗╣╔═╣║═╣
✄║╔═╗║╚╝╠╗╔╣╔╗║║║║╚═╣║═╣
✄╚╝─╚╩══╝╚╝╚╝╚╩╝╚╩══╩══╝
_____________________________§§§___§§§
___________________________@@§___§§§§§
__________________________@@@___ _@@@
§§§§§§__________________ @@@@@aa_@@@
§§§§§§§§§§_____▄▄▄____@@@@§§§§§§§@@
_§§§ $$$$$§§§§__██▀▀▀▀▄▄@@§§§§§§§§@@
__§§§$$$$$§§§ §§██O°°°OOO██▄§§§§§§§§@@
___"§§§$$$$$§§§§█OoooO OOO█████▄████▄▄_§§§§§§§§
_____""§§§§§§§§§█OOOOOOO█▀§§§§█O___OO▀██▄$$$$$$$
______________§§█▄OOOO°█▀§@@▐█OooOOOOO█▌$$§§§
________________§§§█████▀§@@@@█OOOOOOO█$$$$""
________________OO@@@@OOO@@@a█OOOOO▀
_______________O@@OOOO@@▄OO§§@a█████▀
_______________@@O @@OO@@█OO@O§
_______________@@O@OOBB@@@§§@█@
_____________@@OOO@█▄B B@§§§§@§§§
____________OOOO@@@██BBBB@I@§§§§
___________O@@OOOO@ @█BBBBB@@§§
_________@O@O@OOOOOO██▄BBBBBB

--


     4g.gif

-----        -----


--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

vu experts - Important Must Read

Dear friends we have launched our toolbar, from which we can update you on your desktop.
Main Features
  • Instantly visit VULMS / VU Datesheet Portal / VU Official Website without typing URL address.
  • Check Latest Assignment Solutions/ Quiz Conference notifications / Past Paper updates in just 1 click.
  • Manage your Weblyceum Account Easily.
  • Even you can check Weather, Facebook Notifications.

Best Regards,
Weblyceum Team
Helpline :+92-992-501991
Email :support@weblyceum.com
Group Admin :group-admin@weblyceum.com
URL :https://www.weblyceum.com 
Google Group :http://groups.google.com/group/weblyceum

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

Re: vu experts - require first assignment solution cs506

ned the solution of |CS614, |CS615, CS506
Thanks


 
On Mon, Oct 31, 2011 at 7:41 PM, mc100404711 Nadia Perveen <mc100404711@vu.edu.pk> wrote:
if u hav  solution of cs614, cs304,cs504 then send me also plz



On Mon, Oct 31, 2011 at 9:40 AM, Anila Rasheed <mc100404710@vu.edu.pk> wrote:

snd me cs614 sol

On Mon, Oct 31, 2011 at 8:17 AM, rose <mc090400762@vu.edu.pk> wrote:
if anyone have solution of cs506,cs605 n cs607  then send me too

On Sun, Oct 30, 2011 at 2:42 AM, IMRAN SB <IMMRAN1122@gmail.com> wrote:
please sent me the idea solution of first assignment of cs506

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.



--
rose
 

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.



--
MIT 3rd semester
subjects
CS502 - Fundamentals of Algorithms
CS506 - Web Design and Development
CS614 - Data Warehousing
CS615 - Software Project Management
CS619 - Final Project - CS619{{ statistical analyzer for data manipulation}}
MGT602 - Entrepreneurship


--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.



--

____√ΪȚĄĹ  ДŘț  öF Ѓįff℮____

_______M©O90403703_______

____________MįŦ____________

________3rd $ëMΕ€§ΤËг_______


--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

vu experts - help!

I need the solution for assignments cs403 And cs301 urgently plz help me out!!!
Thanks

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

Re: [Pak Youth] ASSALAM-O-ALAIKUM

thanks a lot 


MAY ALLAH BLESS YOU A LOT
M. ISHFAQ CH.
MC100205780
MCS 4th Semester
Campus: PMCH01



On Mon, Oct 31, 2011 at 11:24 PM, Manager <manager.pakyouth@gmail.com> wrote:
Attached CS506  Quiz 

On Mon, Oct 31, 2011 at 6:18 PM, M. ISHFAQ CH. <mc100205780@vu.edu.pk> wrote:
please sir cs506 k quiz ka kuch ker dain
thanks in advance



MAY ALLAH BLESS YOU A LOT
M. ISHFAQ CH.
MC100205780
MCS 4th Semester
Campus: PMCH01

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: [Pak Youth] cs601 assignment solution??????????

Thanks brother for the assignment.


Zindagi mein 4 existence ka buhat Khayal kero

Ist. woh jis nay tumein peda kia aur kainat ki har Naimat tum per tamam ker di (Allah) 

2nd. Jis nay apni sari zindagi hum logon ki falah aur Hadayat kay liye kurban ker di (Prophet PBUH)     


3nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)  

4nd. woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)


Regards
Sheraz


On Sun, Oct 30, 2011 at 2:32 PM, bc110200422 Muhammad Nouman <bc110200422@vu.edu.pk> wrote:
thnx brO..

2011/10/29 !!!мαѕσσм ƒ@!яу!!! <masooma.best@gmail.com>

QUESTION: - 1
Suppose a leather firm wants to build a computer network, where it wants to connect, which topology you will prefer to connect multiple star topologies? Explain your answer with solid reasons.

ANSWER:-
According to my opinion I will prefer the tree topology to connect the given multiple star topology together. Best topology for branched out networks is tree topology. The reasons are given below that why I use the tree topology to connect the multiple star topologies together:
Reasons:
 This topology is more suitable for
Ø large networks where ring or star topologies are not suitable to connect the large number of networks.
 There are no inflections in either expanding or
Ø removing the nodes.
 Tree topology is more convenient because of it
Ø sub-parts.
 In tree topology there is point to point wiring for individual
Ø segments.
 All the computers have access to the larger and their immediate
Ø networks.
 We can attach more devices and networks to the central hub in
Ø tree topology because of secondary hub devices.


 

Q.2 Idea solution:-
A packet and a frame are both packages of data moving through a network.


A packet exists at Layer 3 of the OSI Model, whereas a frame exists at Layer 2 of the OSI Model.


Layer 2 is the Data Link Layer. The best known Data Link Layer protocol is Ethernet.


Layer 3 is the Network Layer. The best know Network Layer protocol is IP (Internet Protocol).


To move through a network, a packet is encapsulated into one or more frames


Packet This term is consided by many to correctly refer to a message sent by protocols operating at the network layer of the OSI Reference Model. So you will commonly see people refer to packets . However, this termin is commonly also used to refer generically to any type of message, as i menitoned earlier.




Frame This term is most commonly associated with messages that travel at low levels of the OSI Reference Model. In particular, it is most commonly seen used in reference to data link layer messages. It is occasionally also used to refer to physical layer messages, when message formatting is performed by a layer 1 technology. A frame gets its name from the fact that it is created by taking higher-level packets or datagrams and "framing" them with additional header information needed at the lower level.

 

Q.3 solution:-


The numbers of cable links required for mesh topology are:
Number of devices = 11
Number of links = n (n-1)/2
=11 (11-1)/2 = 55


Number of I/o ports = (n-1) = 11-1 = 10


 

 

 

 



On Sat, Oct 29, 2011 at 9:25 PM, Princess of Hearts <asmarasool786@gmail.com> wrote:
--
Pr!nce$$ 0f He@rt$

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.




--


--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

::::|| VU ||:::: ONE OF THINGS WE AS HUMANS CAN NOT DO IS STOP "TIME"

O Muslims remember that your youth Nor your looks nor Beauty will stay with you forever , You will grow old and You will lose everything
Expect the love and mercy of == = Allah azawajal
Tell me something , can you or any Doctor could stop You from getting old?
ONE OF THINGS WE AS HUMANS CAN NOT DO IS STOP "TIME"
... Subhan'Allah remember when your were born , remember your teens and now You have reached an old age: how did u spend your time ?
_____________________________________________
Reflect upon the reminders of Allah Subhanahu Wa Ta'ala 4 indeed Inna lillahi wa inna ilaihi raji'un (To Allah We Belong and To Him We Return) Never underestimate the power of who created you from NOTHING !
AND IN2 SOMETHING:Therefore, the period of youth is a very delicate and important period in a Muslim's life. If spent in the right way his /her time as a youth will benefit not only himself / herself but also others.
___________________________
" O ye who believes remember Allah very often and glorify Him morning and evening." (33:41-2)
____________________________

It is Allah azawajal who gave ye youth , beauty and mashallah looks so dont think 4 a sec its your mama or papa who gave You beauty:

Thank Allah Subhanahu Wa Ta'ala for the blessing he gave ya inshallah:

May Allah give us the understanding of Qur'an and Sunnah, and may He give us the ability to send salutations upon our beloved Prophet Muhammad (SallAllahu `alayhi wa sallam) Ameen



--
Sent from my iPhone

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

Re: [Pak Youth] Assalam o Allaikum

slaam umaair bhai kese hen aap ??????????//

On Mon, Oct 31, 2011 at 11:26 PM, Umair Saulat <saulat.umair@googlemail.com> wrote:
mail jaye ga thora wait karooo dost

On Mon, Oct 31, 2011 at 4:45 PM, mc100400753 Hafiz Muhammad Mubashar <mc100400753@vu.edu.pk> wrote:
any students who's MBA 3rd semster .please send me sollution of assignment mgt 503.plz plz plz


On Mon, Oct 31, 2011 at 4:28 PM, mc100400753 Hafiz Muhammad Mubashar <mc100400753@vu.edu.pk> wrote:
i am fine and you 


On Wed, Oct 19, 2011 at 4:49 PM, Ghazala Jabbar <ghazalajabbar01@gmail.com> wrote:
Assalam o Allaikum


How r All of You




--

Redards

Ghazala Jabbar

 


Pak Youth

 

A Community For Pakistani Youth

Pakistan-flag..............m.gif

 





--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.


--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.



--
Zindagi mein 2 Logo ka buhat khayal rahkoooo

Ist woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)

2nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)

Regards, 
Umair Saulat

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.



--



Walt Script sample
Walt Script sample
Walt Script sample



--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: [Pak Youth] eng301 quize confrance

masoodkhan78601@gmail.com please contact this for ENG301 Conference 

On Mon, Oct 31, 2011 at 3:19 PM, mc100400616 Muhammad Irfan <mc100400616@vu.edu.pk> wrote:

vulinks4u@gmail.com   add this email id to join the quize confrance 
--
love all the creation of Allah

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: vu experts - required solution cs610, cs504, cs501

DID u Get the solution????

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com

To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

Re: vu experts - Re: [ vuZs.net ] Load-shedding & Study

ho geya hai forxit reader download easily thanks alot

On 10/31/11, mc090401904 <mc090401904@vu.edu.pk> wrote:
> CTRL + F
>
> press krny sa option aa jaya ga right corner ma search window khul jaya
> gi....
>
> On Sun, Oct 30, 2011 at 3:45 PM, mc090403918 Sehrish Javed <
> mc090403918@vu.edu.pk> wrote:
>
>> friends plz help me main adobe reader 8 kerna hai ainstall but jab b
>> main adobe reader kerte hon wo 10 wala hota hai download koi or
>> version hota ne hai 1o waly pdf main question find ke option nahi ate
>> hai.pls send me old setup of adobe reader 9 or 8
>> thanks
>>
>> On 10/30/11, Naveed Nawaz <sillysensitive@gmail.com> wrote:
>> > AOA dear fellows
>> >
>> > Faisalabad city main tou aik haftay say loadshedding nahee ho rahi?mujay
>> > yeh poochna hay kay baaqi cities aur villages main kiya situation
>> hay?kion
>> > kay Vu main tou saary Pakistan say student hain....
>> >
>> > --
>> > *
>> > Silent Noise
>> > sillysensitive (at)gmail.com
>> > MBA 4th (Finance) *
>> > *Faisalabad (VFSD01 Civil Line)*
>> >
>> > --
>> > --
>> > Please visit www.vuzs.net For Current & Old Papers, Quizzes,
>> Assignments and
>> > study material.
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "vuZs" group.
>> > --
>> > To post a new message on this group, send email to vuZs@googlegroups.com
>> > --
>> > Message Posting Rules:
>> >
>> http://vuzs.net/faq/4795-vuzs-google-groups-basic-rules-for-posting-messages.html
>> > --
>> > To unsubscribe from this group, send email to
>> > vuZs+unsubscribe@googlegroups.com
>> > --
>> > To join this group Send blank email from your virtual university email
>> > address to
>> > vuZs+subscribe@googlegroups.com
>> > or visit
>> > http://groups.google.com/group/vuZs/subscribe
>> > ---
>> > For more information Contact vuZs Manager at info@vuzs.net
>> >
>>
>> --
>> Please visit http://www.weblyceum.com and get registered for Past Papers,
>> Quiz, Assignments, GDBs and much more...
>>
>> To post to this group, send email to vu-experts@googlegroups.com
>>
>> To unsubscribe from this group, send email to
>> vu-experts-unsubscribe@googlegroups.com
>>
>> Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.
>>
>
> --
> Please visit http://www.weblyceum.com and get registered for Past Papers,
> Quiz, Assignments, GDBs and much more...
>
> To post to this group, send email to vu-experts@googlegroups.com
>
> To unsubscribe from this group, send email to
> vu-experts-unsubscribe@googlegroups.com
>
> Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.
>

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com

To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

::::|| VU ||:::: overseas students

Asalam hey tell me whch version of Team viewer are you using for the exams ..........Is it Version no.6 tell me plzz last time I had soo much prob with the connection with the Invigilator.........
Regards 
BS Accounting & Finance  {3rd Semester}
Overseas Kuwait (Q8)




--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

Re: [Pak Youth] urgent pls

Wellcome.



On Mon, Oct 31, 2011 at 8:26 AM, bc110200119 Aimen Ayub <bc110200119@vu.edu.pk> wrote:
thnx dear


On Mon, Oct 31, 2011 at 9:25 PM, sana <mc090200873@vu.edu.pk> wrote:
 A.A ineed assignment sol of cs615


On Mon, Oct 31, 2011 at 11:21 PM, Aηu S¡steя <bc100402458@vu.edu.pk> wrote:

Sister download from attachment.




On Mon, Oct 31, 2011 at 8:13 AM, bc110200119 Aimen Ayub <bc110200119@vu.edu.pk> wrote:


-- pls share cs302 assgignmnt today is last day

@!IVI3I\|


--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.



--
 

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.



--

@!IVI3I\|


--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.



--
 

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

[Pak Youth] urgent pls



-- pls share cs302 assgignmnt today is last day

@!IVI3I\|


--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

Re: ::::|| VU ||:::: eng301 solved quiz by Masood Khan

JAZAKALLAH , good job

On Mon, Oct 31, 2011 at 6:45 PM, Masood Khan <masoodkhan78601@gmail.com> wrote:
please find the attachment

--




Masood Khan

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en



--



Never believe what the lines of your hand predict about your future...

Because people who don't have hands also have a future.

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

Re: [Pak Youth] Cs502, Cs614 help plzzzzzzzzzz

plz send assignment cs 610 idea solution 

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

::::|| VU ||:::: CS101 Quiz Conference

Dear Students of C101 ,

 Quiz # 1 of CS101 will be on  (Nov 01, 2011). Quiz will be open for 24 hours only. Quiz will be from 
Lecture # 01 to Lecture # 10 


There will be a  Quiz conference of cs101 at 4 PM.. on 1st November. 

Send your gmail id (…@gmail.com) for participation in quiz conference, you should send your request through Gmail.
through VU id bc000000 you cant participate in quiz conference so, don't send your request through VU id.

for participation in quiz conference you should send your invitation or request at quiz.vu@gmail.com or 786.waqas.khan@gmail.com

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

::::|| VU ||:::: CS601 Quiz Conference

Dear Students of CS601 ,

 Quiz # 1 of CS601 will be on 01/11/2011 (Nov 01, 2011). Quiz will be open
for 24 hours only. Quiz will be from Lecture # 5 to Lectures # 9


There will be a  Quiz conference of cs601 at 3 PM.. on 1st November. 

Send your gmail id (…@gmail.com) for participation in quiz conference,
through VU id bc000000 you cant participate in quiz conference so, don't
send your request through VU id.

for participation in quiz conference you should send your invitation or request at quiz.vu@gmail.com

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

Re: [Pak Youth] CS506 Web Design and Development first assignment solution required

ooooo helloooooooooo assignmnt aa jati hn hmry pass agr solution hw tw bheja karoooooooooooo

On Mon, Oct 31, 2011 at 3:53 PM, Abdullah Mit <mc100403022@vu.edu.pk> wrote:
 

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

vu experts - REQUIRED SOLVED QUIEZ FILE OF ENG 301

PLZ ANY BODY SEND ME THE SOLVED QUIEZ FILE OF ENG 301.
THNKS AND REGARDS

--
SHAHBAZ AHMED
Phalia
shahbazam_phalia@yahoo.com

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

[Pak Youth] any body send me plz ISL201 assginment No.1

plz plzzzzzzzzzzzzzzzzzzz

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

::::|| VU ||:::: My Blogs

http://myallinsurances.blogspot.com/
http://wellbeingplans.blogspot.com/

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

::::|| VU ||:::: asslamualikum oversease students listen me ??

unhu ne mera status approve to kr dea he
lekin abi b datesheet k lea overseas ka ni show
kr rha q ?



--

                         


--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

Re: [Pak Youth] hello frnd kisi ka ACC501 SUBJECT HAI

Asalam O alaikum everyone and a very gud evening!
 
is here any student of Mass communication?

On Fri, Oct 28, 2011 at 11:48 AM, christ lover <mc100404615@vu.edu.pk> wrote:


--
"The Lord is My Shepherd "I Lack Nothing.
ʃə'zi:ə 'bhæt.i


--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

[Pak Youth] NEED HELP...................


plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz koi cs502 ki assignment ka idea share kar den plzzzzzzzzzzzzzzzzzzzzzzz
Anum Arshed

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.

[Pak Youth] idea solution of cs 607 1st assignment........by mirza_of_lahore@yahoo.com

idea solution of cs 607 1st assignment........by mirza_of_lahore@yahoo.com

--
You received this message because you are subscribed to the Google Groups "Pak Youth" group.
To post to this group, send email to pak-youth@googlegroups.com.
To unsubscribe from this group, send email to pak-youth+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pak-youth?hl=en.