Saturday, November 12, 2011

Re: .::VULMSIT::.eNoxel Qualities of a VU student

Right.. very nice

On Sun, Nov 13, 2011 at 7:56 AM, Shoukat Aajiz <aajiz61@gmail.com> wrote:

Profile of a Successful Virtual University Student

Successful Virtual University students:
  • take responsibility for their own learning

  • are self motivated and self-disciplined

  • understand that "online" is a far more convenient way to learn

  • are comfortable and confident with written communications

  • are willing to be members of an online community

  • are open minded about sharing life, work, and educational experiences as part of the learning process

  • are always willing and open to acquiring new skills

  • are willing to "speak up" if problems arise

  • think ideas through thoroughly, before sharing them with others

  • actively and appropriately participate in class discussions

  • complete and turn in assignments on time

  • use time and resources efficiently and stay focused on the task at hand

  • approach each day with a positive attitude

  • treat others with respect and courtesy, even online

  • accept others and their points of view

  • maintain healthy professional relationships among their peers

  • cooperate and work well with others, especially in cyber-space

  • believe in collaboration and healthy competition

  • demonstrate good character in helping and encouraging others

  • use polite and acceptable language when communicating

  • are expected to demonstrate the highest levels of honesty and integrity

  • build mutually supportive relationships that assist them in pursuing their goals and dreams

  • become life-long learners

  • find valuable lessons from everything they experience

  • are willing to commit the required amount of time to their studies

  • are critical thinkers and reflective practitioners

  • believe that high-quality learning can happen anywhere, anytime

  • are active, creative and engaged in the learning process.

--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.enoxel.tk
 
http://itncs.tk
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en

--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.enoxel.tk
 
http://itncs.tk
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en

.::VULMSIT::.eNoxel OD (HRM 628) Assignment Idea solution by Shoukat Aajiz

See the attached file plz

--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.enoxel.tk
 
http://itncs.tk
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en

.::VULMSIT::.eNoxel Re: ::: vuaskari.com ::: Qualities of a VU student

EVALUATE yourself guys whether you own these characteristics?

On Sun, Nov 13, 2011 at 7:56 AM, Shoukat Aajiz <aajiz61@gmail.com> wrote:

Profile of a Successful Virtual University Student

Successful Virtual University students:
  • take responsibility for their own learning

  • are self motivated and self-disciplined

  • understand that "online" is a far more convenient way to learn

  • are comfortable and confident with written communications

  • are willing to be members of an online community

  • are open minded about sharing life, work, and educational experiences as part of the learning process

  • are always willing and open to acquiring new skills

  • are willing to "speak up" if problems arise

  • think ideas through thoroughly, before sharing them with others

  • actively and appropriately participate in class discussions

  • complete and turn in assignments on time

  • use time and resources efficiently and stay focused on the task at hand

  • approach each day with a positive attitude

  • treat others with respect and courtesy, even online

  • accept others and their points of view

  • maintain healthy professional relationships among their peers

  • cooperate and work well with others, especially in cyber-space

  • believe in collaboration and healthy competition

  • demonstrate good character in helping and encouraging others

  • use polite and acceptable language when communicating

  • are expected to demonstrate the highest levels of honesty and integrity

  • build mutually supportive relationships that assist them in pursuing their goals and dreams

  • become life-long learners

  • find valuable lessons from everything they experience

  • are willing to commit the required amount of time to their studies

  • are critical thinkers and reflective practitioners

  • believe that high-quality learning can happen anywhere, anytime

  • are active, creative and engaged in the learning process.

--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en

--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.enoxel.tk
 
http://itncs.tk
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en

[~>VU-P!nD!<~] CS609 Assignment Solution

//*Come and Join us*//
//http://groups.google.com/group/mcs-mit//
#include
<stdio.h>
#include <windows.h>

char Strip_Bckgrd_Array[] = {BACKGROUND_RED,BACKGROUND_BLUE,BACKGROUND_GREEN };
int main ( void )
{
HANDLE h = GetStdHandle ( STD_OUTPUT_HANDLE );
WORD ColorAtt;
CONSOLE_SCREEN_BUFFER_INFO Nimi;


GetConsoleScreenBufferInfo(h, &Nimi);
ColorAtt = Nimi.wAttributes;

int rux;
for(rux = 0;rux<25;rux++){

//color strip code here


}

SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | Strip_Bckgrd_Array[0] ); // Backgroup Color strip 1
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | Strip_Bckgrd_Array[2] ); // Backgroup Color strip 2
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | BACKGROUND_INTENSITY ); // Backgroup Color strip 3
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | BACKGROUND_INTENSITY ); // Backgroup Color strip 4
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[2] ); // Backgroup Color strip 5
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | Strip_Bckgrd_Array[2] ); // Backgroup Color strip 6
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 7
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[1]| Strip_Bckgrd_Array[2] ); // Backgroup Color strip 8
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[1] ); // Backgroup Color strip 9
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] ); // Backgroup Color strip 10
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 11
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 12
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 13
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[2] ); // Backgroup Color strip 14
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[1]| BACKGROUND_INTENSITY ); // Backgroup Color strip 15
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[1]| Strip_Bckgrd_Array[2] ); // Backgroup Color strip 16
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[2] ); // Backgroup Color strip 17
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 18
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] ); // Backgroup Color strip 19
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] ); // Backgroup Color strip 20
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[2] ); // Backgroup Color strip 21
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[1]| BACKGROUND_INTENSITY ); // Backgroup Color strip 22
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[0] | Strip_Bckgrd_Array[1]| Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 23
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[1] | BACKGROUND_INTENSITY ); // Backgroup Color strip 24
printf ( " " );
SetConsoleTextAttribute ( h, Strip_Bckgrd_Array[2] | BACKGROUND_INTENSITY ); // Backgroup Color strip 25
printf ( " " );




SetConsoleTextAttribute ( h, ColorAtt);
system("pause");
return 0;

}

Asslam O Alikum
CS609 Assignment Solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


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

[Blue Heaven] cs609 Idea Solution

Asslam O Alikum
cs609 Idea Solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
███████████████{ Follow The Group Rules }██████████████████
 
We make a Blue Heaven Group On Face Book. it is so excited and pleasure for us that if you join This Pak youth community Place.
 
http://www.facebook.com/groups/149985251751375/
 
You received this message because you are subscribed to the Google
Groups "Blue Heaven" group.
To post to this group, send email to blue_heaven@googlegroups.com
To unsubscribe from this group, send email to
blue_heaven+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/blue_heaven?hl=en_US?hl=en

..::VU-Pink::.. cs609 Idea Solution

Asslam O Alikum
cs609 Idea Solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

~*~νυ ѕтυ∂у мαηια~*~ cs609 Idea Solution

Asslam O Alikum
cs609 Idea Solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
Don't share personal phone number etc.
To post to this group, send email to vustudymania@googlegroups.com
For More Data Please Visit Our Official Website www.vubaba.com to get all the data you need
http://www.vubaba.com
 
http://groups.google.com/group/vustudymania

.::VULMSIT::.eNoxel cs609 Idea Solution

Asslam O Alikum
cs609 Idea Solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.enoxel.tk
 
http://itncs.tk
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en

[~>VU-P!nD!<~] cs609 Idea Solution

Asslam O Alikum
cs609 Idea Solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


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

..::VU-Pink::.. eco 401 gdb solution

Asslam O Alikum
eco 401 gdb solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

~*~νυ ѕтυ∂у мαηια~*~ eco 401 gdb solution

Asslam O Alikum
eco 401 gdb solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
Don't share personal phone number etc.
To post to this group, send email to vustudymania@googlegroups.com
For More Data Please Visit Our Official Website www.vubaba.com to get all the data you need
http://www.vubaba.com
 
http://groups.google.com/group/vustudymania

[Blue Heaven] eco 401 gdb solution

Asslam O Alikum
eco 401 gdb solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
███████████████{ Follow The Group Rules }██████████████████
 
We make a Blue Heaven Group On Face Book. it is so excited and pleasure for us that if you join This Pak youth community Place.
 
http://www.facebook.com/groups/149985251751375/
 
You received this message because you are subscribed to the Google
Groups "Blue Heaven" group.
To post to this group, send email to blue_heaven@googlegroups.com
To unsubscribe from this group, send email to
blue_heaven+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/blue_heaven?hl=en_US?hl=en

.::VULMSIT::.eNoxel eco 401 gdb solution

Asslam O Alikum
eco 401 gdb solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.enoxel.tk
 
http://itncs.tk
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en

[~>VU-P!nD!<~] eco 401 gdb solution

Asslam O Alikum
eco 401 gdb solution

Remember Me in Your Prayers

Best regard's
Ch. Muhammad Afaaq (Arrien)

MBA (Finance) 
Islamabad
Afaaq_Tariq@yahoo.com

0346-5329264

For latest assignments solved quizzes files GDB, Solve & Unsolved Past Papers come join us in

http://groups.google.com/group/vustudymania

If u like me than raise your hand with me
If not then raise ur standard
That's about me … !


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