Search This Blog

Sunday 29 July 2018

CS402 - Theory of Automata  - Solution of Assignment 3


Dear Students:


You may download the idea of the solution of assignment no 3 of CS402 by just click the Download.

Download Now

Saturday 28 July 2018

CS601 - Data Communication  - Solution of Assignment 3


Dear Students:


You may download the idea of the solution of assignment no 3 of CS601 by just click the Download.

Download Now

Friday 27 July 2018

MTH202 - Discrete Mathematics - Solution of Assignment 2

Dear Students:


You may download the idea of the solution of assignment no2 of MTH202 by just click the Download.

Download Now

CS201 Introduction to Programming - Viva Preparation

Dear Class Fellows:


You may download the file for preparation of VIVA activity. Download the file by just click the Download.


Thursday 26 July 2018

CS201 Introduction to Programming - Viva activity for CS201, Spring 2018

Dear Class Fellows:

Viva activity for CS201 is going to be held from Tuesday 31st July 2018 to 16 August 2018. This activity has 5% weightage of your overall result in this course.

List of students IDs and viva date/time along with other details will be uploaded on Monday 30th July 2018 after 4.00PM on VU-LMS.

So keep checking your VU-LMS regularly.

Tuesday 24 July 2018

STA301 - Statistics and Probability Solution of Assignment 2

Dear Students:


You may download the idea of the solution of assignment no2 of STA301 by just click the Download.

Download Now

Sunday 22 July 2018

ENG201 Business Communication - Solution of GDB

Your life depends on you. Try to go outside your comfort zone and you will find a lot of interesting and new opportunities. Every time when you meet new people, you have more chances to have new opportunities to have a more interesting and creative life. Create your future, don’t waste good opportunities, enjoy your life.You and just you is responsible for your life. Nothing will change in your life if you are not working for it. Create your life happy and interesting.
''Success is not final; failure is not fatal: It is the courage to continue that counts''.
                                                                                   (WINSTAN.S CHURCHILL)
In life, the most important is to keep moving. Some days will be great and successful, and some will be harder, just enjoy and celebrate your good days and keep moving on your hard days. Never give up if something is not going as you planned. Maybe that particular situation and hard time will bring you more success and enjoyment than you thought before. Fear stops us from achieving our dreams. Believe me, if you have it in your dreams, so you are able to have it in your life. Work for it, find different ways to achieve it. Don’t be scared, don’t give up.

(Its a sample Idea)

Saturday 21 July 2018

CS201 Introduction to Programming - Sollution og Assignment 3

#include <iostream>
#include <string>
using namespace std;
class Laptop
{
    private:
        string Brand, Processor;
        int Ram, hardDrive;
   
    public:
    Laptop()
        {
            cout<<"Default Constructor Called \n";
            Brand = "None";
            Processor = "None";
            Ram = 0;
            hardDrive = 0;
        }
   
        void setBrand(string b)
        { Brand = b; }
        void setProcessor(string p)
        { Processor = p; }
        void setRam(int r)
        { Ram = r; }
        void sethD(int hd)
        { hardDrive = hd; }
   
        string getBrand()
        { return Brand; }
        string getProcessor()
        { return Processor; }
        int getRam()
        { return Ram; }
        int gethD()
        { return hardDrive; }
   
    Laptop(string theBrand, string theProcessor, int theRam, int thehardDrive)
        {
          cout<<"Parameterized Constructor Called...\n";
          Brand = theBrand;
          Processor = theProcessor;
          Ram =  theRam;
          hardDrive = thehardDrive;
        }
    };
int main()
{
 
  Laptop l;
  cout<<"\nBrand : "<<l.getBrand()<<"\nProcessor : "<<l.getProcessor()<<"\nRam : "<<l.getRam()<<"\nHard Drive : "<<l.gethD()<<"\n\n";


  Laptop l2("dell", "i5", 400, 500);
  cout<<"\nBrand : "<<l2.getBrand()<<"\nProcessor : "<<l2.getProcessor()<<"\nRam : "<<l2.getRam()<<"\nHard Drive : "<<l2.gethD()<<"\n";
  system("pause");
}

Friday 20 July 2018

STA301 - Statistics and Probability Solution of Practice questions(lesson 23 to 30)

Dear Students:


You may download the solution of practice questions from Lecture no. 23 to 30 of STA301 by just click the Download.

Download Now

Thursday 19 July 2018

CS601 Data Communication - Solved screenshots of today attempted Quiz


Dear Students:


You may download the solved screenshots of cs601 today Quiz of 19-July-2018 by just click the Download.

Download Now

Wednesday 18 July 2018

CS601 Data Communication - Chapter 10 Short Notes/Concepts Types of Error

Dear Fellow:


You may download the short notes/Concepts of chapter 10 of CS601  i.e. Types of Error by just clicking the download now.

DOWNLOAD NOW

Tuesday 17 July 2018

ENG201 Business Communication - Solution of today attempted Quiz

Dear Students:


You may download the solution of ENG201 today Quiz of 17-July-2018 by just click the Download.

Download Now

ENG201 Business Communication - Solution of today attempted Quiz

Dear Students:


You may download the solution of ENG201 today Quiz of 16 and 17-July-2018 by just click the Download.

Download Now

Sunday 15 July 2018

MTH202 - Discrete Mathematics (Final Term Examination)

Dear Fellows,


Your Final Term Examination of MTH202 will be based on the concepts you have learned in lectures 1 – 45. 

25% from lectures 1 - 22 
75% from lectures 23 - 45. 

It will be based on Objective questions (MCQs) and subjective questions of 2, 3 and 5 marks. 

Friday 13 July 2018

CS601 - Data Communication (Final Term Examination)


Dear Fellows,

Your Final Term Examination of CS601 will be based on the concepts you have learned in lectures 1 – 45. 

20% from lectures 1 - 22 
80% from lectures 23 - 45. 

It will be based on Objective questions (MCQs) and subjective questions of 2, 3 and 5 marks. 

Thursday 12 July 2018

CS201 Introduction to Programming - Short Notes/Concepts

Dear Fellow:


You may download the short notes/Concepts of CS201 by just clicking the download now.

DOWNLOAD NOW

ENG201 - Business and Technical English Writing (Final Term Examination)

Dear Fellows,

Your Final Term Examination of Eng201 will be based on the concepts you have learned in lectures 1 – 45. 

30% from lectures 1 - 22 
70% from lectures 23 - 45. 

It will be based on Objective questions (MCQs) and subjective questions of 2, 3 and 5 marks. 

CS601 Data Communication - Chapter 9 Short Notes/Concepts of Data Link Layer

Dear Fellow:


You may download the short notes/Concepts of chapter 9 of CS601 from topic 120 to topic 134 i.e. Data Link Layer by just clicking the download now.

DOWNLOAD NOW

Wednesday 11 July 2018

Data Communication - CS601 - (Chapter 9 to Chapters 12)


Dear Students:


You may download the following pdf file that contains the Data communication updated slides of chapter 9 to chapter 12.

Download Now

ENG201 - Business and Technical English Writing - Announcement QUIZ III


DATE: Quiz No. 3 on 16 July – 17 July, 2018
Syllabus: Lesson No. 23 to 27.
Time for 1 MCQs: 90 seconds. 

All the Best!

Sunday 8 July 2018

CS601 Data Communication - Virtual Circuit Network

Dear Fellow:

You may download the short notes/Concepts on the topic of CS601 (120-122) i.e. Virtual Switching by just clicking the download now.

DOWNLOAD NOW

CS601 Data Communication - Quiz-2 Announcement



Dear Fellows,

You are required to visit LMS for Quiz no 2 as scheduled.
Date - 19th July 2018 to 20th July 2018..
Topic Cover - topic no 120 to Topic no 165

The quiz will be opened for 48 hours and there is no extra time given to attempt it.



Wish you very best of luck!

Friday 6 July 2018

Download All MCS Solved Final-Term Past Papers by Waqar Siddhu Just one click Away

Dear Felllows:


You may download the solved Final-Term past papers of the following subjects of WAQAR SIDHU screenshots by just click the Download.


         CS201
         CS402
         CS601
         ENG201
         MTH202
         STA301

Download Now

Tuesday 3 July 2018

STA301 - Statistics and Probability Solution of Practice question 5 (lesson 11 to 15)


Dear Students:

You may download the correct solution of practice questions from Lecture no. 11 to 15 of STA301 by just click the Download.

Download Now

Monday 2 July 2018

STA301 Statistics and Probability - Current 2018 Mid-Term Papers


Dear Students:

You may download the STA301 the current mid-term papers by just click the Download.

Download Now

STA301 Statistics and Probability - Waqar Sidhu Solved Screenshot


Dear Students:

You may download the STA301 solved Waqar Sidhu Screenshots of past mid term exams by just click the Download.

Download Now

STA301 Statistics and Probability - How to draw Histogram and Polgon in EXCEL


Dear Students:

You may download the file for the tutorial how to draw Histogram and polygon in EXCELby just click the Download.

Download Now