Skip to main content

Posts

Showing posts from November 8, 2012

[vu-students] Sardar's Product,..... Makes You Invisible :P

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

[vu-students] CS504 1st Assignment Solution

Assignment # 1 CS504 Idea Solution Fall 2012 Copy paste on ur own responsibility :P     Question 1   Write business requirement of online budgeting control system.   Answer   Business Requirements   This web based online budgeting control application is to provide an electronic environment for fast processing of university budget related tasks. This application will help to control budget and will be beneficial for all.     Question # 2 Write functional requirements of online budgeting control system.?   Answer As it is a web online application so functional requirements should be as follows   Functional Requirements   Login Management   This system should allow the users to login to get access to online budgeting control system   Logout Management   This system should allow the users to logout after login whenever they want.   Account management  

[vu-students] CS301 2nd Assignment Solution

Don't Copy Paste Plz /* Hamid Khan    BC100400738 */ #include<iostream.h> #include<stdlib.h> using namespace std; class Binary_Add {       public:              Binary_Add() {curr = -1;}              int top(){return Arr[curr];}              int pop(){return Arr[curr --];}              void push (int x){Arr[++ curr] = x;}              int isEmpty(){return (curr == -1);}              void add();       private:               int curr;               int Arr[20];             }; int main() {     int num;     int a, b, i;     Binary_Add b1, b2, b3, b_sum;     cout<<"Please enter number: \t";     cin>>num;     cout<<"Enter First Binary Number Bit By Bit: \t"<<endl;     for(i = 0; i < num; i++)     {           cin>>a;           b1.push(a);     }     cout<<"Enter Second Number Bit by Bit: \t"<<endl;     for(i = 0; i < num; i++)     {           cin>>b;           b2.push(b);     }     in

[vu-students] Pakistan to open YouTube soon: Rehman Malik

Pakistan to open YouTube soon: Rehman Malik Islamabad: Pakistan Federal Interior Minister Rehman Malik said on Thursday that the government would soon unblock YouTube after blocking blasphemous content. Earlier, he claimed the youth was stressing him to open the video sharing website. While talking to press, Malik said the government would ban sales of mobile SIMs on shops, and instead they would be sent to user's home. "Satellite phones are being misused, and we will not allow anyone to use them without registering them from the Pakistan Telecommunication Authority (PTA)," Malik told press. The federal minister said security officials had identified sensitive areas regarding Moharram. But he declined to give details. He further said that CCTV cameras and helicopters would be used for monitoring. While assuring the security of rallies in Moharram, he said additional force would also be deployed at Mosques and Imambargahs. Malik appealed Sunni and Shia

[vu-students] Twitter resets passwords 'unintentionally'

Twitter resets passwords 'unintentionally'   San Francisco:  Some people logging onto Twitter on Thursday were greeted with word that their passwords were reset due to concerns their accounts may have been breached by hackers. The San Francisco-based one-to-many text messaging service said the routine security precaution was accidentally applied to more users than intended. Twitter did not specify the number of accounts involved. "When we believe an account may have been compromised, we reset the password and send an email letting the account owner know this has happened along with information about creating a new password," Twitter told AFP. "In this case, we unintentionally reset passwords of a larger number of accounts, beyond those that we believed to have been compromised." Twitter apologized for any confusion caused by password resets. Internet security specialists advise people to regularly change passwords on accounts to thwart hackers.

Re: ::: vuaskari.com :::

thanx -- 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    

::: vuaskari.com ::: CS401 Quiz No.1 Dated 08th November 2012

Quiz No.1 CS401 Assembly Language Dated 08-11-2012   In direct addressing the memory address given in the instruction is Fixed Variable Register Empty   Execute in every condition whether true or false  If the condition is true  If the condition is false  None of the given     This jump is taken if the last arithmetic operation produced a number in its destination that has even parity , Which jump is taken  Select correct option:  JP  JPE  JNP  both JP and JPE   This jump is taken if the last arithmetic operation produced a number in its destination that has even parity , Which jump is taken  Select correct option:  JP  JPE  JNP  both JP and JPE   The process through which the segment register can be explicitly specified is known as  Select correct option:  Segment Addressing   Segment Override Prefix  Segment Indexing  None of the above     The other directive