Skip to main content

Posts

Showing posts from July 12, 2016

Student Week 2016 karachi

 Follow us on Fb Dear Student,   Students Week 2016 Registration are open till Monday, July 18, 2016 . Click on the link given on the email for the registration process. Regards. Campus Management, Virtual University of Pakistan, North Nazimabad Campus - VKHI02, D-3. First Floor. Block-D. (Above Ufone Customer Service Center). Near 5 Star Chowrangi / Signal, North Nazimabad. Karachi. P: +92-21-36631986 (Campus Manager) P: +92-21-36631982 (Queries / Info) P: +92-21-36632001 (IT Network) E: vkhi02@vu.edu.pk W: www.vu.edu.pk f: www.facebook.com/vkhi02 Students Week 2016 Registration FILL OUT FORM Create your own Google Form

CS 609 Assignment # 2 2016 idea solution

 CS609 Assignment Idea Solution #include // special function register declarations // for the intended 8051 derivatives bit LED = P2^0; // Defining LED pin void Delay(void); // Function prototype declaration void main (void) { while(1) // infinite loop { LED = 0; // LED ON Delay(); LED = 1; // LED OFF Delay(); } } void Delay(void) { int j; int i; for(i=0;i<10;i++) { for(j=0;j<10000;j++) { } } }

MTH501 GDB # 03 July 1, 2016

 Follow Us Google++  or Facebook GDB # 03 Starting Date: Friday, July 1, 2016 Post your solution of GDB only on GDB interface of LMS. Do not post the solution of GDB on ‘regular MDB’ forum. It will not be graded on MDB. There is preview option available on GDB forum. So, see the preview of your solution before posting your GDB. Once GDB is posted, it cannot be editable or re-submitted. In case, you see boxes instead of your solution in your GDB interface then email your GDB solution at  mth501@vu.edu.pk  before due date. Please read the instructions from the ‘announcement page’ of VULMS before posting your solution of GDB.       The following will be helpful to you for inserting mathematical equations in GDB interface: Also, visit   http://www.numberempire.com/texequationeditor/equationeditor.php  .   BEST OF LUCK! Solution 

cs614 Assigmnet 2016

Follow us in Fb Assignment No. 2 Graded Semester Spring 2016 Data Warehousing– CS614 Total Marks: 20 Due Date: 11th July 2016 Objective: The assignment has been designed to develop your ability to understand the dimensional modeling and Star Schema . Instructions: Please read the following instructions carefully before solving & submitting assignment: 1. The assignment will not be accepted after due date. 2. Zero marks will be awarded to the assignment that does not open or the file is corrupt. 3. The assignment file must be an MS Word (.doc) file format; Assignment will not be accepted in any other format. 4. Zero marks will be awarded to the assignment if copied (from other student or copied from handouts or internet). 5. Zero marks will be awarded to the assignment if the Student ID is not mentioned in the assignment file. For any query about the assignment, contact only at CS614@vu.edu.pk Do not post queries related to assignment on MDB. GOOD LUCK Ques