Navigation

    Cyberian
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Pro Blog
    • Users
    • Groups
    • Unsolved
    • Solved
    1. Home
    2. asma zahid
    Quiz 100% Result
    • افسوسناک۱۰ علامتیں! وہ صرف آپ کے ساتھ سونا چاہتا ہے

      cyberian

      Relationship Rules

      General Discussion
    • EDI (Electronic Data Interchange)

      Omer Arraien

      Electronic Data Interchange term?

      General Discussion
    • CS201 Assignment 3 Solution and Discussion

      laiba javed

      Re: CS201 Assignment 3 Solution and Discussion

      Assignment No. 3

      Semester: Fall 2020
      CS201 – Introduction to Programming Total Marks: 20
      Due Date:
      29-01-2021

      Instructions
      Please read the following instructions carefully before submitting assignment:
      It should be clear that your assignment will not get any credit if:

      o Assignment is submitted after due date.
      o Submitted assignment does not open or file is corrupt.
      o Assignment is copied (From internet/students).
      o Assignment is not in .cpp format.

      Software allowed to develop Assignment

      Dev C++

      Objectives:
      In this assignment, the students will learn:
      • Use of class in programming
      • How to deal with a file in programming
      • How to implement switch statement for Class based functions.

      ABC bakery is using a console based inventory management system for the receipt generation purposes. Console application will help the cashier in calculating total price of each item with respect to its price. Menu list will provide Add an item option to take data about an inventory item, include Item Id, Item name, price and quantity. Relevant data of all items will be displayed on screen with the help of menu option. Quantity amount of items will changeable if user wants to add quantity of an item.

      Problem Statement
      Write a C++ program to manage the inventory item using your knowledge about file handling and classes. User will manage details of an Inventory item using menu list that will provide three options:

      ENTER CHOICE

      ADD AN INVENTORY ITEM DISPLAY FILE DATA INCREASE QUANTITY

      Prompt will show to the user for continue the program after dealing with each option, until user will press a key other than ‘y’.

      Instructions to write C++ program:

      You will use class “Inventory” to declare inventory data and info
      Make “Inventory.txt” file to save inventory item record
      “Inventory.txt” file will delete each time when the program will run
      “ERROE IN OPENING FILE” will be shown if user not press ‘1’ when program will execute first time.
      You will use switch statement to handle different conditions and to perform different actions based on the different actions, that is, choice 1, 2, and 3.

      Code structure [ Demonstration]:
      You will be using the following class and other functions to develop the assignment:

      class Inventory { private: int itemID; char itemName[20]; float itemPrice; float quantity; float totalPrice; public: void readItem(); void displayItem(); int getItemID() ; float getPrice() ; float getQuantity() ; void updateQuantity(float q); }; //Deleting existing file void deleteExistingFile(){--------} //Appending item in file void appendToFille(){------------} //Displaying items void displayAll(){------------} //Increasing Quantity of item void increaseQuanity(){------------}

      Program Output:

      User’s prompt when program will execute for the first time.

      When user press ‘1’ , It will take data about an inventory item as an input from the user.

      When user press ‘2’, it will read data from “Inventory.txt” file and display record of all inventory items on the screen

      If user press ‘3’, it will ask to enter Item id against which user want to increase item quantity.

      Now, when the user will press ‘2’, the inventory item record will be shown as:

      Assignment#3 covers course contents from lecture 17 to 30.

      Best of Luck!

      CS201 - Introduction to Programming
    • CS311 GDB 1 Solution and Discussion

      zaasmi

      Re: CS311 GDB 1 Solution and Discussion

      CS311 GDB – 2020-2021

      Total Marks
      5
      Starting Date
      Monday, February 15, 2021
      Closing Date
      Monday, February 22, 2021
      Status
      Open
      Question Title
      GDB
      Question Description
      Due to the current COVID-19 Pandemic NCOC (National Command and Operation Center) decides to develop a single national level digital platform where all the information regarding COVID Pandemic will be available nationwide. The aim of this digital platform is to provide authentic and verified information at national level.
      Suppose you are working in a firm and NCOC takes the services of that firm for the creation of this digital platform. You are assigned the task to develop a web service for this web application. NCOC wants that the web service should be platform independent and should be able to entertain all the HTTP requests. You are given the choice to develop this web service using any one of the following technologies.
      · Java Servlets
      · CGI (Common Gateway Interface)
      Which technology you will consider for the creatin of this web service for NCOC digital platform and why? Support your answers with some solid reason.

      CS311 - Introduction to Web Services Development
    • Black color Traits

      mehwish

      What black color tells us?

      Black is associated with power, fear, mystery, strength, authority, elegance, formality, death, evil, and aggression, authority, rebellion, and sophistication. Black is required for all other colors to have depth and variation of hue. The black color is the absence of color.

      Current Affairs - International
    • A Man Who Can't Die

      mehwish

      Ali Banat
      (28 November 1982 – 29 May 2018) was an Australian businessman, of Palestinian origin, later a humanitarian philanthropist, from the Sydney suburb of Greenacre and of Palestinian descent. After the cancer diagnosis, he donated everything he had for charitable causes. He owned a security and electrical company before getting diagnosed with cancer in October 2015
      Muslims Around the World
      After the diagnosis, he founded the charity ‘Muslims Around the World’, also known as MATW.[4] An interview with Mohamed Hoblos titled “Gifted with Cancer” gave further publicity to his charity. His charity concentrated initially on Togo but spread to other mainly African countries like Burkina Faso, Ghana and Benin. He came to aid needy people in villages, including building of water wells, educational facilities, community development and income generating projects, food aid, in addition to building of schools, orphanages, facilities for widowed women and their children and in building and repairing of mosques.
      Death
      He was diagnosed with cancer in 2015 and died on 29 May 2018 after a 3-year battle. He left a farewell video message very briefly before his death

      Personalities
    • CS302 GDB1 Solution and discussion

      Huzaifa Asif

      Re: CS302 GDB1 Solution and discussion

      Total Marks 5
      Starting Date Thursday, February 18, 2021
      Closing Date Friday, February 19, 2021
      Status Open
      Question Title PAL vs PLA - Gaded Discussion Board (GDB)
      Question Description

      CS302 – Digital Logic Design

      Graded Discussion Board

      Suppose you had reduced a 32-variable Boolean expression using Quine–McCluskey algorithm to a 12-variable expression. For the generated simplified expression, you are required to implement it into a digital logic circuit. You can only use Programmable Array Logic (PAL) or Programmable Logic Array (PLA) devices.

      Assume that we had selected a Programmable Array Logic (PAL) and a Programmable Logic Array (PLA) for you to choose between.

      Using TICPAL22V10Z-25C (Programmable Array Logic)
      Using PLUS173–10 (Programmable Logic Array).
      Your selections among stated PLA and PAL must consider the following constraints:

      Complexity
      Flexibility
      Speed
      Functionality
      Cost
      Important instructions for GDB submission:

      You must provide a precise and to the point answer. Your answer should be no more than 5 to 6 lines and do avoid irrelevant details.
      Post your answer on the Graded Discussion Board (GDB), GDB through email or MDB will not be accepted in any case.
      GDB will only be open for 48 hours, no more time or grace day will be provided.
      Any answers copied from the internet or other student will get zero marks.

      CS302 - Digital Logic Design
    • cs 402 gdb solution fall 2020

      Muhammad Furqan Jalib 0

      CS 402 GDB 1 SOLUTION FALL 2020 1.docx CS 402 GDB 1 SOLUTION FALL 2020 2.docx

      CS402 - Theory of Automata
    • Notice: Samsung Cloud Features will be End Soon!

      zaasmi

      Beginning on 2021-06-30, Gallery Sync and Drive storage for My Files will no longer be supported by Samsung Cloud and your data will be deleted, as explained further below. In addition, if you have a premium storage subscription plan, this will automatically be canceled beginning 2021-04-01 and a refund may be issued to you.

      These features will now be supported by Microsoft OneDrive (This may not be supported in certain countries or device models). To minimize any inconveniences there might be, we offer you a way to migrate your existing Gallery Sync and/or Drive data to OneDrive conveniently until 2021-03-31 and continue with your service experience, or alternatively, to download your data to your mobile device and/or PC. Please note, if you migrate or download your data, these features may end and your data may be deleted prematurely even before the official end date, as described below.

      You can keep enjoying other features of Samsung Cloud, such as backing up/syncing and restoring other data (such as Contacts, Calendar, and Notes).

      [Features to be deprecated]

      Gallery Sync, Drive, and Premium storage subscription

      [Timeline of the Shutdown Process]

      From 2020-10-05 -No longer be able to newly use above-listed features
      -OneDrive migration and data download available
      From 2021-04-01 -Discontinue existing use of Gallery Sync and Drive
      -End of OneDrive migration support
      -Cancel the then-current premium storage subscription automatically and refund the last payment
      2021-06-30 -End of data download support
      *For more detailed information, please visit the Samsung Cloud website (More detail)
      [How to move your data to OneDrive]
      To keep your data in the cloud and continue syncing, please make sure to move your data to Microsoft OneDrive. Please note that this option is only available until 2021-03-31. [How to move to OneDrive]
      *This may not be supported in certain countries or device models
      *From the moment you start to move your data to OneDrive, existing Samsung Cloud syncing with Gallery, and Samsung Cloud Drive storage for My Files will be terminated, and as soon as the migration is completed, applicable data will be deleted.

      [[How to download your data]]After 2021-06-30, your data saved in Gallery Sync and Drive will be deleted. Please make sure to download them to your mobile device and/or PC prior to the end of feature date. If you choose this option, you will not be able to migrate your data to OneDrive. [How to download your data]
      *Applicable data will be deleted on the earlier of the two dates - 90 days from the moment you request downloading data or the final end of feature date.

      Tech News
    • CS606 GDB 1 Solution and Discussion

      laiba javed

      Re: CS606 GDB 1 Solution and Discussion

      Total Marks 5
      Starting Date Monday, February 15, 2021
      Closing Date Tuesday, February 16, 2021
      Status Open
      Question Title Intermediate Code Generation
      Question Description
      CS606 GDB Fall 2020

      Compilers are used to translate the source code in to machine code but there is an intermediate code is generated before the target machine code. Compilers can be developed to translate directly without generating machine code.

      Do you think intermediate code generation is extra and time consuming step while translating or it is necessary or beneficial in some way?

      Give your comments in favor or against it with proper reasons.

      Instructions:

      Read the following instructions carefully before sending your comments:

      GDB will have weightage of 5% of your total subject marks.
      Your discussion must be based on logical facts.
      You should post your comments on the Graded Discussion Board & not on the Regular MDB.
      Your comments should be relevant and to-the-point i.e. clear and concise (Maximum 4-5 lines answer using font style Times New Roman and Font Size 12).
      Books, websites and other reading material can be consulted but must be changed into your own wording before posting your comments. (Do not copy the material as it is.)
      No extra time will be given for discussion.

      CS606 - Compiler Construction
    • CS403 GDB1 Solution and discussion

      Ramish Khan

      Re: CS403 GDB1 Solution and discussion

      Total Marks 5
      Starting Date Monday, February 15, 2021
      Closing Date Tuesday, February 16, 2021
      Status Open
      Question Title GDB Topic
      Question Description
      GDB Topic

      Orchid bank is a private sector bank which has branches in different countries. Orchid bank uses database for the storage of clients’ data because databases can store very large numbers of records efficiently. By using database, we can add, edit or delete data easily. It is more efficient in data searching and data sorting. Database can be used by more than one user to access same data simultaneously.

      As a database designer, which type of database (distributed database & centralized database) you will use in this scenario to ensure data consistency, easy management and easy backup?

      Also, what you think that replication of database suitable in the above given scenario?

      Note: Your GDB answer should not exceed 4 to 5 lines.

      GDB Instructions:

      You need to provide precise and to the point answer, avoid irrelevant details. Copied from the internet or another student will get zero marks. You cannot participate in the discussion after the due date via email. The GDB will open and close on specified date and time. Please note that no grace day or extra time will be given for posting comments on GDB.
      CS403 - Database Management Systems
    • CS608 GDB 1 Solution and Discussion

      U

      Re: CS608 GDB 1 Solution and Discussion

      Total Marks 5
      Starting Date Monday, February 15, 2021
      Closing Date Tuesday, February 16, 2021
      Status Open
      Question Title Graded Discussion (GDB)
      Question Description
      Regression Testing is done to ensure that a code change in the software does not impact the existing functionality of the product. However the size of the test-suite grows when new test cases are added to the test suite which increases the cost of regression testing. Regression testing requires running a large program on a large number of test cases which means it can be expensive in both human and machine time.

      Suggest in your own words how can we deal with this situation. Your answer should be based on valid reasoning (maximum 5 to 6 lines).

      Irrelevant and lengthy answers will result in negative marking. Copy paste answers from the Internet or other students will get zero marks.

      CS608 - Software Verification and Validation
    • ZOO503 GDB 2 Solution and Discussion

      zaasmi

      Re: ZOO503 GDB 2 Solution and Discussion

      Total Marks 10
      Starting Date Tuesday, February 09, 2021
      Closing Date Wednesday, February 10, 2021
      Status Closed
      Question Title 01
      Question Description
      Graded Discussion Board

      Fall 2020 – ZOO503 Zoogeography and Paleontology

      Discussion Question:

      What is migration ? Describe with example.

      Guidelines:

      Your discussion must be based on logical facts. Your comments on the topic should not exceed 200 words. Exceeding words will result in Zero Marks. You should not copy or exchange your answer with other students. Two identical / copied comments will be marked Zero (0) and may damage your grade in the course. Do not engage in Obnoxious or ignoble answers.

      Instructions about GDB:

      The GDB will remain open for 2 working days/ 48 hours, opened on 9th Feb 2021 for discussion and last date for posting your discussion will be 10th Feb 2021. Questions / queries related to the content of the GDB, which may be posted by the students on MDB or via e-mail, will not be replied till the due date of GDB is over. For Detailed Instructions please see the GDB Announcement
      ZOO503 - Zoogeography and Paleontology
    • CS508 GDB 1 Solution and Discussion

      O

      Re: CS508 GDB.1 Solution and Discussion

      Total Marks 5
      Starting Date Monday, February 15, 2021
      Closing Date Tuesday, February 16, 2021
      Status Open
      Question Title GDB
      Question Description
      In a programming world, Lambda Expression (i.e. lambda function) is essentially a block of code that can be assigned to a variable, passed as an argument, or returned from a function call. It has been part of several programming languages like Smalltalk, Lisp, Ruby, Scala, Python, Java and C# etc. for quite some time.

      In context of C# programming, a lambda can be used instead of an anonymous method/function where we do not need to provide access modifier, return type and even name of the method. For example, the following anonymous method checks if a student is teenager or not:

      Listing 1: (anonymous method in C# to check if a student is teenager or not)

      delegate(Student std) {

      return std.Age > 12 && std.Age < 20;

      }

      While the same functionality can be achieved by using lambda as;

      Listing 2: (checking if a student is teenager or not using lambda in C#)

      std => std.Age > 12 && std.Age < 20;

      Here, we can see that the code has been shortened (i.e. writability increased). However, it makes the code relatively difficult to understand as “std” in listing 2 is ambiguous (i.e. readability decreased). But what about Reliability?

      Being a programming language expert, you are required to compare both approaches (i.e. code written with/without lambda) and state which one is better in terms of Reliability in C# programming language.

      CS508 - Modern Programming Languages
    • CS101 GDB 1 Solution and Discussion

      rabia rabi

      Re: CS101 GDB 1 Solution and Discussion

      Total Marks 5
      Starting Date Monday, February 15, 2021
      Closing Date Tuesday, February 16, 2021
      Status Open
      Question Title Graded Discussion Board
      Question Description
      A development team is developing a special purpose application for some organization. The data is very large but relatively static. Data loss is an acceptable risk. Multiple users are accessing the application at the same time. File system and database system are two approaches which can be used to store data. Being a database expert, you are approached by the Team manager to help them in deciding which of the above mentioned data storage system will be more suitable for current scenario.

      Suggest the storage system considering the above mentioned scenario with solid reasoning.

      CS101- Introduction to Computer
    • Important System Notification

      zaasmi

      Dear Customers,

      As you might already be aware, UCEPROTECT made major changes to their blocklisting methodology this week which resulted in our IP network being placed on their blacklist,
      which potentially affects all our customers who send emails to third party companies using UCEPROTECT.

      While the activities from our part of the network are not solely responsible for reaching the required rate to block to get blacklsited,
      we will take some major actions to prevent such issues in the future.

      For the purpose:

      We will force change ALL WEAK email accounts passwords for all mailboxes on our platform on Wednesday Feb 17th 2021.

      Creating email account from the control panel will require even stronger passwords with our latest weak password detection update.

      Thank you for your time and understanding regarding this matter.

      Best Regards,
      Support Staff
      GoDaddo

      General Discussion
    • winbox for Mac 64bit

      wafa sehar

      anyone there to help Mac OS 64 bit Winbox

      General Discussion
    • pfa stands for?

      Junaid Rajpoot

      help regarding pfa in email sense?

      General Discussion
    • CS607 Assignment 3 Solution and Discussion

      Liza Liza

      Re: CS607 Assignment 3 Solution and Discussion

      Artificial Intelligence (CS607)
      Assignment # 03
      Fall 2020
      Total marks = 20

      Deadline Date
      01-02-21

      Please carefully read the following instructions before attempting the assignment.

      RULES FOR MARKING
      It should be clear that your assignment would not get any credit if:
       The assignment is submitted after the due date.
       The submitted assignment does not open or the file is corrupt.
       Strict action will be taken if the submitted solution is copied from any other student or the internet.

      You should consult the recommended books to clarify your concepts as handouts are not sufficient.

      You are supposed to submit your assignment in Doc or Docx format.
      Any other formats like scan images, Pdf, Zip, Rar, Ppt and Bmp, etc will not be accepted.

      OBJECTIVE
      The objective of this assignment is to;
       Learn and practice basic understanding of working in CLIPS IDE.
       Basic understanding of Fuzzy Inference process with its rules.

      NOTE

      No assignment will be accepted after the due date via email in any case (whether it is the case of load shedding or internet malfunctioning etc.). Hence refrain from uploading assignments in the last hour of the deadline. It is recommended to upload the solution file at least two days before its closing date.

      If you find any mistake or confusion in the assignment (Question statement), please consult with your instructor before the deadline. After the deadline, no queries will be entertained in this regard.

      For any query, feel free to email at:
      [email protected]

      Questions No. 01 10 Marks
      You are required to write two rules one for input read and the second for input checking using CLIPS IDE.

      Rule no 1:
      In rule one, you are required to take input (subject name) from the user by displaying this message on the screen “Enter your subject”.
      Rule no 2:
      In the second rule, you are required to mention subject names “artificial intelligence”, “operating system” and “compiler construction” and check that your entered subject from the first rule matches with the mentioned subjects by displaying this message on the screen.
      “Your entered subject is true”.

      You are required to run the rule and display the output. Take screenshot of your CLIPS IDE and send otherwise your marks will be zero.

      Question No. 2 10 Marks
      You are required to think about the associated genuine factors from regular day to day proceedings:

      Room temperature measured in Fahrenheit or Celsius. A waiter tip depends upon a meal in the restaurant. News channel depends upon how much you are interested in watching it. A cricket ball’s speed is measured in kilometers per hour. The room light is estimated in what tone is on.
      For each situation, propose a fuzzy variable relating to these genuine factors.
      CS607 - Artificial Intelligence
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 84
    • Posts 86
    • Best 0
    • Groups 0

    asma zahid

    @asma zahid

    710
    Reputation
    12
    Profile views
    86
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location gujranwala Age 33

    asma zahid Follow

    Best posts made by asma zahid

    This user hasn't posted anything yet.

    Latest posts made by asma zahid

    • CS201 Assignment 2 Solution and Discussion

      Re: CS201 Assignment 2 Solution and Discussion

      CS201 Introduction to Programming Assignment No 02 Fall 2020 Solution / Discussion Due Date: 18-12-2020
      Assignment No. 2
      Semester: Fall 2020
      CS201 – Introduction to Programming
      Total Marks: 20
      Due Date: 18-12-2020
      Instructions
      Please read the following instructions carefully before submitting the assignment:
      It should be clear that your assignment will not get any credit if:
      o Assignment is submitted after due date.
      o Submitted assignment does not open or file is corrupt.
      o Assignment is copied (From internet/students).

      Software allowed to develop Assignment
      Dev C++

      Objectives:
      In this assignment, the students will learn:
      How to fill / populate a two-dimensional array using given source data.
      How to write user defined functions and pass an array to them as parameter.
      How to use if statement and do while loop.
      How to calculate the percentage in elements of array.
      How to display array elements.

      Assignment Submission Instructions
      You are required to submit only .cpp file on the assignments interface of CS201 at VU-LMS. Assignment submitted in any other format will not be accepted and will be graded zero marks.

      As all of you know that presidential election was conducted in USA recently, and the entire world had an eye on the results. There were three main candidates; Donald Trump from Republicans party, Joe Biden from Democrats and Jo Jorgensen as an independent candidate. Though the strong candidates for this presidential election 2020 were Trump and Biden, and there was tough competition among them. Similarly, some states of USA have played the role of Crucial states (Winning states) to win the election. In this assignment you will be provided with data from USA election 2020 and you have to write C++ program according to the given data.
      Problem Statement
      Write a menu in C++ which should show the state code and name of winning states at the start of application:
      Press 1 for Florida.
      Press 2 for Georgia.
      Press 3 for Michigan.
      Press 4 to exit.
      Source data:
      (Use two dimensional array to store following data)
      State Code
      Joe Biden Votes
      Donald Trump Votes
      Jo Jorgensen Votes
      Total Votes
      1
      5,284,453
      5,658,847
      70,046
      11,013,346
      2
      2,465,781
      2,455,428
      61,894
      4,983,103
      3
      2,790,648
      2,644,525
      60,287
      5,495,460
      [above dummy data is for assignment purpose only]
      Instructions to write C++ program:

      Ø Write functions to calculate %age of Joe Biden votes, %age of Donald Trump votes and %age of Jo Jorgensen votes in specific State. Following function names should be used for consistency.

      To display all data in matrix form
      showElements( );
      Percentage of Joe Biden votes
      PercentageBiden ( 😞
      Percentage of Donald Trump votes
      PercentageTrump();
      Percentage of Jo Jorgensen
      PercentageJorgensen();

      Sample Output:
      First, user will call the showElements() method to display all the source data in matrix form. Then, it will display a menu to calculate the percentage of Biden, Trump and Jorgensen votes for specific state:

      If user presses 1 then it will show the percentage of Biden, Trump and Jorgensen votes from state Florida.

      If user presses 2 then it will show the percentage of Biden, Trump and Jorgensen votes from state Georgia.

      Similarly, If user presses 3 then it will show the percentage of Biden, Trump and Jorgensen votes from state Michigan.

      If the user enters option other then 1 to 4. Following messages display:
      Choice should be between 1 and 4
      Invalid choice, please select again:

      Wish you Good Luck!

      Lectures Covered: This assignment covers Lecture # 07-15.
      Deadline: The deadline to submit your assignment solution is 18-12-2020. Your assignment must be submitted within the due date through VU-LMS. No assignment will be accepted through email after the due date.

      posted in CS201 - Introduction to Programming
      A
      asma zahid
    • Google Ads vs Facebook Ads: How will get you a better ROI?

      As social marketing experts, we’ve been asked so many time this question by clients.

      “So Google Ads vs Facebook Ads"

      1. Which is better for my business?”

      And almost every time we have a similar response – it depends!

      Google and Facebook are great, and yes one can be better than the other depending on your business, your audience, and your goals. Let’s take a look, shall we?

      The Most common Debate on Google Ads vs Facebook Ads

      We understand that small businesses often have a low marketing budget and deciding where to use their ad spend money can be extremely challenging. Let alone completely understanding the difference between Google Ads vs Facebook Ads. Which is why we are taking it upon ourselves to solve and put out some clarity to this debate once and for all. And in the process, help fellow business owners decide which one gets the best return on their marketing investment.

      ba11c277-fe8c-4f46-b1de-ed999d7f3da8-image.png

      Before jumping straight to the part where we tell you which of them one gets you a far better ROI within the epic battle of Google Ads vs Facebook Ads, let’s start by watching a number of the most differences between the 2 .

      What are Google Ads?

      The advances in technology over the years has given us as marketers and even consumers more choices than we could have possibly imagined in our lifetime. As a result, it’s changed how we discover , deliver, and receive information. it’s even changed the way to buy and buy products today.

      One such internet company who has not only embraced change but helped cultivate it’s Google. Founded in 1998, Google may be a program that’s employed by nearly 70% of online users to look for love or money and everything under the sun. Literally. Thousands of best results concerning products, tips, videos, local businesses and far more during a fraction of a second. Google today processes quite 40,000 search queries every second, quite 3 billion per day and a touch over a trillion per annum . And it’s shown this consistent growth since the first 2000. Imagine how this has and can still change the advertising landscape.

      Formerly referred to as Google AdWords, Google Ads has become one among the world’s largest and hottest pay per click advertising platforms. Meaning advertisers on this platform only pay when a user clicks on their ad. Other search engines use similar techniques for his or her advertising platforms also . But Google is so commonly employed by consumers and advertisers alike the term paid search is most famously related to Google Ads.
      d16b7845-3c8a-45d8-97f0-2777a3bc3b3c-image.png

      The image above shows a fast Google search of house cleaners near me. Notice how all of the listings are marked with a green “Ad” label to the left of the listing or “Sponsored” within the top right corner of the screen. Google not only showed me ads most relevant to my search query, they also showed me relevant results supported my location.

      Now that you simply understand a touch more of what Google Ads are, take a moment to observe this clip from one among our staff experts as he explains a preview of Google Ads vs Facebook Ads.

      What are Facebook Ads?

      If Google Ads are popularly mentioned as paid search, then Facebook Ads most definitely are given the title of paid social. Changing consumer behaviors and patterns have undeniably given rise to social media giants that permit consumers connect with their friends, voice concerns about their experiences, and have interaction with topics and businesses they like.

      In a previous article, we explained why business owners got to include Facebook advertising in their marketing plans. We highlight how Facebook has become the social powerhouse today with 2.27 billion monthly active users (and counting).

      Setting an example for why Facebook ads are so popular among advertisers and business owners. Boasting such impressive user data, it’s of no surprise that last year alone, Facebook Ads accounted for 25% of all online ad spend.

      Probably the most important advantage of Facebook over Google is that the incontrovertible fact that it knows our social behavior. We might not be fully conscious of it but we subconsciously reveal information on Facebook about ourselves quite what we shall .

      Yes, Facebook collects tons of knowledge . Maybe quite you even realize. The pages you wish , topics you engage in, your friends, your birth date, your current location, your vacation in 2018 then on. Imagine what value can such a knowledge bank created for advertisers looking to focus on specific users. And these emotions, our behavior and what we like features a huge impact on our purchasing decision.

      Introducing…(drumroll please)…Facebook Ads!

      The below graphic shows Facebook Ads targeting options available to advertisers.
      9a0de572-20c4-4172-af38-3df17b3b52d2-image.png

      facebook custom audience

      For this reason alone, Facebook Ads remain popular among many small business owners as they provide the power to pinpoint your target customer and only advertise to people that are literally likely to get your product or service.

      Another example of this is often with Facebook Google Search. you’ll have seen some ads on Facebook for products or services that you simply had previously researched, and located yourself asking, “how does Facebook know what I searched on Google?” Facebook itself doesn’t know this information, however, if a business is partnered with or connected to Facebook, then that data are often wont to wont to show their ads on your Facebook feed.

      This amount of specificity are some things that not many advertising platforms can provide, a minimum of not in as great of detail.
      a82d582e-0342-4d74-953d-51df455536c8-image.png

      facebook google search ad example

      Schedule a consult our digital experts today to ascertain how (not if) Facebook ads will help solve your business objectives.

      Google Ads vs Facebook Ads – How They Work

      What’s the difference between Facebook Ads and Google Ads? the most difference is how products/services are shown to consumers. Facebook shows ads to users supported their interests, while Google shows relevant ads to those that are specifically checking out a product. In simple terms, Facebook tends to specialise in brand outreach, while Google focuses on lead conversion.

      Let’s explore both during a little more detail.

      Google Ads with its paid search based offerings, lets business owners target users supported the search query they enter on Google, also referred to as keywords. Primarily text based, these ads are aimed toward showing relevant promoted results to users which will help them in their search further.

      From a user’s point of view, once they perform a Google look for a specific keyword, they’re shown pages of leads to usually but one second. But at the beginning of every search result page, the initial few listings (the ones with the tag “Ad” on them as seen below) are the promoted listings that advertisers have paid to showcase when that specific keyword is searched.
      faa42f01-2c83-4433-81c0-6f587a0e905a-image.png

      From an advertiser’s point of view, the Google Ad platform lets them create campaigns which will only appear when users search a keyword that they need to advertise for. For a good more targeted approach, local businesses can target people checking out their keywords in specific geographical area . That way they don’t waste paid clicks on a customer in Wyoming who will probably never visit their mechanic shop in Florida.

      Once these campaigns are found out , your ads enter a bidding round with advertisers who have selected similar keywords. and eventually , Google will show the ad that has the very best bid and with the foremost relevant content. Of course, there’s a military of tools Google provides to line up these campaigns but these are the fundamentals you would like to understand .

      Facebook Ads on the opposite hand, allows you to target your ad to people supported the behaviors and patterns you select as a targeting profile on its platform. Unlike Google Ads, it’s not supported a user’s search query. Not only does it provide a good range of targeting options supported demographics, it also lets an advertiser target users supported their behaviors, likes, and dislikes.

      For these reasons, you would like to form sure you truly know your customer. If you would like help figuring this out, one among our social media advertising experts can put together a customer avatar profile for you.

      The below image shows an example of the various ad formats available in Facebook Ads. Choose different display formats (image, video, carousel) and placements.
      3f4cbaf7-0db2-4b79-8c43-e77f7933394e-image.png

      What Exactly is that the ROI for Google Ads vs Facebook Ads? How can we Determine It?

      There was a time when traditional channels like print ads were the go-to-market strategy for business owners. counting on mass communications in local newspapers then hoping that somebody sees their ad and visits them to form a sale . Not knowing needless to say how effective their recent advertising campaign was.

      We have come an extended way from those times and today business owners and advertisers have advanced digital tools at their disposal. The newer advertising technologies lets them promote their businesses in several ad formats all while targeting specific customers.

      It gets better…

      Computer science and data analytics has made it possible to trace these campaigns and count conversions right down to the very hour that they occur. it’s wonderful how advertising platforms tag each and each visit to your website that happen through the ads. Further, the tag follows them even while they create a sale or bounce off. This level of detail means there’s more data than ever before to assist you optimize your campaign’s performance.

      We at as Marketing, have technical experts that love taking over this challenge. We track conversions on a day to day and inform business owners how their campaigns are performing.

      Moreover, we also help our clients put codes and scripts on their websites that capture website visitors. We then create remarketing campaigns on both Google Ads and Facebook Ads targeting people that have visited our website landing pages before. the power to retarget those past visitors is when the important ROI gets rolling. Because now, you’re not only sending out touches to users once and hoping that they purchase from you. Instead, you’re retargeting everyone who visited your website but didn’t convert.

      Testing Google Ads vs Facebook Ads

      So, which one finally generates a far better ROI? And make a tough choice simple.

      For a business owner, the talk on Facebook Ads vs Google Ads boils right down to one thing and one thing only – which of the 2 choices will provide the foremost profit? and that we completely understand that.

      For this reason, we decided to conduct a test of our own then let our opinions be known. The test subject we began to review was an area gym business. The client came to us with the first business objective of accelerating memberships to the gym. And a secondary objective of accelerating awareness of his new business.

      We found out two campaigns and ran them for 30 days to measure the marketplace for the merchandise before we presented our recommendations. The below two tables is what our campaigns achieved at the top of this trial period .

      3bf9f9b3-6f5e-4579-b9b5-f3f23a3b63f5-image.png
      Google Ads

      f1a9fbfd-4e9c-4581-be93-f2f2ac99a526-image.png
      Facebook Ads

      We first checked out the Facebook campaign. It did great! Exceeded our client’s expectations, even. By getting over 103 membership purchases and quite 150K impressions we thought we had a transparent winner during this test. Further, it helped achieve this at a price per conversion of $11. Not bad, right? The client was blown away with the results and was happy to continue the Facebook ad campaign knowing these results could only improve over time.

      Next up, we checked out the Google Ads we had created. Not only did it spend but what we had found out the campaign to spend, it also helped us get quite 200 memberships at the speed of only $4 per conversion. We found some pretty interesting data points to optimize our campaigns further. By the top of the test, our Google Ads had been seen by users specifically checking out gym memberships. We knew they might become lifelong customers. These sorts of results during the invention phase are an excellent indication of what sort of ads work best for our client.

      The campaign found out and infrastructure are often overwhelming. But trust us, we’ve been doing this for a short time now (8 years to be precise). and that we skills to urge you the results you would like . Get a free consultation with our digital marketing experts today to ascertain how you’ll get the simplest return on your investment.

      If you’re still trying to make a decision between Google Ads vs Facebook Ads, our experienced staff knows just the way to make that call . We don’t promise overnight success, but we’ll scale business opportunities for you and obtain you the higher ROI you crave.

      Our Recommendation within the Google Ads vs Facebook Ads Debate

      If the judgement goes to be supported return on the particular investment dollars spent, Google Ads has often proved to be the undisputed king. the very fact that we managed to realize more purchases all by utilizing a lesser ad spend, goes on to point out the effectiveness of Google Ads in terms of ROI.

      The answer might surprise some but from what we saw through this test, just reconfirmed what we’ve believed for a short time . If you’re a replacement business and wish to form a tough choice supported getting more sales immediately , a lead campaign on Google will provide you with the higher return on investment, supported a sales outcome.

      Even though Google Ads generally require a bigger advertising budget, they also require experience. Google wants to deliver the simplest to its user, so you’ve got to deliver an equivalent . the standard of your ad and website content instead of the ad spend may be a significant Google ranking factor when it involves ad bidding wars and your ads being shown over the competition. to form sure you’re the triple threat you would like to be, we highly suggest working with workplace who has advertising experts in your industry.

      So with all of this being said, if you’re a replacement business with an honest budget and an easy goal, Google Ads could be the simplest option for you when trying to find an easy answer within the battle of Google Ads vs Facebook Ads.

      The Flip Side to Our Recommendation in Google Ads vs Facebook Ads

      Facebook Advertising beyond a doubt should be at the middle of a business owner’s marketing plan. Especially when it involves his/her paid social strategy. Not only does it offer you a deeper insight into your audiences’ social behaviors, but also allows you to grow a social community around your business.

      One that we all know is that the most vital factor for business growth – word of mouth. No other advertising platform has greater power when it involves creating communities and fan experiences around businesses like Facebook does.

      The return on investment from Facebook Ads is far deeper than something are often measured by dollar amount alone. We all know the large potential of the channel and the way big of a crowd puller it are often . that creates its advertising platform a force to be reckoned with.

      As we said, every business is different.

      With different products and unique customer profiles.

      This means what might work for one business owner, won’t for an additional . this is often certainly true once you are judging your return on investment in advertising.

      Talk to our team today to ascertain how different ad platforms fit into your business and find out how we will get you a far better return on your investment.

      Our Final Verdict

      Sure, we had a transparent winner during this particular debate. But the larger debate of paid search vs paid social is clearly one that needs tons of testing with many various variables. We also understand that the solution isn’t always as simple because the one we discussed today. the selection depends on various factors like your business objectives, your business type or your customer audience. All have an equal role to play within the success of a campaign and therefore the ROI achieved.

      The choice might not always be clear. But we often recommend business owners to seem beyond ROI and consider judging campaigns supported the entire value they carry to your business – even within the case of Google Ads vs Facebook Ads. Value are often anything from building brand awareness to reaching potential customers or getting more leads, conversions, and purchases.

      We want to wrap it up and leave you with the subsequent thought:

      Google Ads will assist you find new customers directly and within the process, offer you a moment return on your marketing investment. While Facebook Ads will help new customers find and explore you. And this manner offer you a far better ROI within the end of the day .

      Interested to find out more or discuss your thoughts? inspect these related articles or drop a comment below to start out a discussion.

      Reff Lyfe

      posted in Tech News
      A
      asma zahid
    • BNK601 Quiz 1 Solution and Discussion

      Please share you Quiz

      posted in BNK601 - Banking Laws & Practices
      A
      asma zahid
    • MGT201 Quiz 2 Solution and Discussion

      Opening Date: Aug 18, 2020 12:00 AM
      Closing Date: Aug 21, 2020 11:59 PM

      posted in MGT201 - Financial Management
      A
      asma zahid
    • Coronavirus: Amazon to make face shields and sell at cost

      Amazon says it will produce hundreds of thousands of face shields for medics and sell them at cost price in the US.

      The internet giant said engineers from its drone and hardware divisions had been tasked with developing the product.

      At first, it will sell them to healthcare professionals, before making them available to all Amazon customers.

      Amazon is not the first major US firm to use its resources to produce personal protective equipment (PPE).

      Apple began sending face shields to hospitals in March. Space X, HP and Ford also used their manufacturing resources to make and donate face shields and other types of protective equipment.

      Amazon said that it had donated 10,000 face shields in the US and was “on track” to deliver a further 20,000.

      But its plan to sell them at low prices on its website will make them available to the general public, something other firms have not done.

      A look on Amazon’s marketplace on Thursday showed face shields sold by independent sellers were priced between $12 (£9.80) and $35.

      Once Amazon makes its mask available to all its customers, it could drive the price down significantly.

      The online retail giant has faced criticism for undercutting the prices of independent retailers on its sites, but anti-trust experts say its efforts to help in this crisis will likely offset those concerns.

      “People who are concerned about Amazon’s predatory behaviour might be concert but more people will be happy Amazon is making sure these are lower cost at a time of crisis,” said Michael Kades, director of markets and competition at the Washington Center for Equitable Growth.
      Amazon’s design

      The company said it based its designs on a face shield developed by a community of 3D printing enthusiasts in Washington.

      After making some changes, its designs had been approved by the US National Institutes of Health (NIH).
      Image copyright Amazon
      Image caption 3D printed headbands designed to work with face shields that will be distributed to healthcare professionals

      Engineers from Amazon’s drone division specialising in hardware design created a new design within a week that improved the quality of the materials to allow them to be reusable and added an enhanced snap feature to keep the shield in-place to make them safer.

      The engineers also amended the geometry of the shields to reduce sharp edges that could snag clothing or hair, thinned the forehead band to reduce pressure on a person’s forehead, and drastically improved print time making them quicker to manufacture.

      Amazon’s Brad Porter wrote in a blog post: “Because of the design innovations and the capabilities of our supply chain, we are confident we will be able to list them at a significantly lower price - almost a third of the cost - than all other reusable face shields currently available to frontline workers.”

      The internet giant is also making its designs - known as the origami design and brimmed design - open source so that the shields could be 3D printed by anyone.

      Both the US Food and Drug Administration (FDA) and the British Standards Institution (BSI) have warned that homemade and 3D printed face shields do not always protect healthcare workers’ faces from exposure to the coronavirus.

      But the global shortage of PPE has led to an increasing number of frontline medical workers crafting homemade equipment.

      Amazon did not say whether it would provide the masks to workers at its warehouse who have reported a lack of safety equipment during the coronavirus pandemic.

      • LOCKDOWN UPDATE: What’s changing, where?

      • SCHOOLS: When will children be returning?

      • EXERCISE: What are the guidelines on getting out?

      • THE R NUMBER: What it means and why it matters
        LOOK-UP TOOL: How many cases in your area?

      posted in Tech News
      A
      asma zahid
    • How powerful is Facebook’s ‘Supreme Court’ for speech?

      KARACHI: Last week, Facebook appointed 20 people from round the world to serve on what is going to effectively be the social media network’s “Supreme Court” for speech, issuing rulings on what quite posts are going to be allowed and what should be taken down.

      The list features a former prime minister, a Nobel Peace Prize laureate, and a number of other constitutional law experts and rights advocates, including the Pakistani lawyer and founding father of Digital Rights Foundation (DRF), Nighat Dad.

      The creation of an oversight board by a social media company isn’t only a primary for internet regulation, but also for Pakistan because the country is now on the worldwide tech map with Ms Dad’s inclusion.

      While it’s set a replacement model for accountability on content management, to what extent will it shape the company’s policies?
      Article continues after ad

      Selection of cases

      The board will give users an opportunity to appeal against any wrongful removal of their content on Facebook and Instagram. Although, the board will only review a fraction of these appeals as a user must first exhaust Facebook’s appeals before they will involve the board.

      According to the board’s leadership, the panel will specialise in the “most challenging” content issues for Facebook, including in areas like hate speech, harassment and protecting people’s safety and privacy.

      Oversight board will issue rulings on what quite posts are going to be allowed and what should be taken down

      Besides user appeals, it’ll even be ready to hear cases that are referred by Facebook. Facebook will directly refer cases to the board that are significant and difficult.

      Significant, as defined within the bylaws, means the content in question involves real-world impact and issues that are important for public discourse.

      Difficult means the content raises questions on current policies or their enforcement, with strong arguments on each side for either removing or leaving up the content under review. The board has sole discretion to simply accept or reject cases that are referred through this process.

      Facebook has long faced criticism for high-profile content moderation issues, including removal of pro-Kashmir posts, hate speech in Myanmar against the Rohingya and other Muslims.

      Recently, the corporate included guidelines on pandemic content to its list of community standards. However, with the platform now relying largely on automated moderation, anti-vaccine activists and conspiracy theorists have already become adept at gaming the platform’s rules.

      Unless its policies and moderation improve, the board is a smaller amount likely to cause major change because the final judgment are going to be in accordance with Facebook’s community standards.

      Another challenge limiting its efforts is that the global scale at it which it operates. Facebook said the board members chosen collectively have lived in additional than 27 countries and speak a minimum of 29 languages.

      Globally, there are 2.5 billion people using the platform in additional than 100 languages.

      Regulation in Pakistan

      It is important to say that not all content are often submitted to the board for its review.

      The board’s decisions are going to be binding “unless implementation could violate the law”, Facebook said.

      This is the only reason why the board’s addition is a smaller amount likely to vary much for internet regulation in countries with repressive cyber laws, like Pakistan.

      During the primary half 2019, Pakistan reported the very best volume of content (31 per cent) to Facebook.

      In its transparency report, Facebook said it restricted 5,690 items within Pakistan. None of the 5,690 items from the Facebook’s transparency report were removed for violating its content policies but under Pakistan’s cybercrime law.

      The government has also introduced the web Citizens Protection (Against Online Harm) Rules, 2020.

      Under the new rules, social media platforms are going to be required to get rid of any ‘unlawful content’ acknowledged to them in writing or electronically signed email within 24 hours, and in emergency cases within six hours. With the web harm rules in effect, if as an example , the authority now specifies 2,000 items to Facebook for removal, the platform are going to be required to completely suits it.

      “Ultimately, Facebook has got to respect local law in every country it operates in, so governments are liberal to introduce laws and Facebook, and therefore the board, would need to follow those laws,” a spokesperson for the overview board told Dawn.

      Account suspensions not included

      Initially, the board will only review individual pieces of content, like specific posts, photos, videos and comments on Facebook and Instagram.

      The scope will expand within the future to incorporate other forms of content, for instance content that has been left up, also as pages, profiles, groups or events.

      Last year, Facebook removed 103 pages, groups and accounts on both Facebook and Instagram as a part of a network that originated in Pakistan. during a blogpost on the takedown, Facebook said it had found that the network was linked to employees of Pakistani military.

      The spokesperson said the accounts and pages removed over ‘coordinated inauthentic behaviour’ on Facebook won’t be reviewed by the panel for now as Facebook already partnered with “independent people” to review and document its CIB enforcement actions and therefore the results were an outcome of weeks or months of investigations by its teams.

      Dad’s role

      According to the board, members don’t represent individual countries when making decisions.

      Each case identified by the board’s case-selection committee are going to be assigned to a five-member panel, four picked randomly from the board at large and one “from among those board members who are from the region which the content primarily affects”.

      “A five-member panel will deliberate over a case of content implicating Pakistan would come with a minimum of one member from Central and South Asia, though this might not necessarily be Nighat Dad,” a board spokesperson told Dawn.

      As a part of vetting, new board members (including Ms Dad) are required to disclose any potential conflicts of interest, the board added.

      Regarding Ms Dad’s advocacy in Pakistan, the spokesperson said the DRF founder will not be advocating with Facebook on to take specific policy positions and can also not have an avenue for escalating content to the corporate as a digital rights activist, it said.

      “That said, others at Digital Rights Foundation (DRF), will remain engaged with Facebook — completely break away Nighat and her work on the Oversight Board,” the OB representative added.

      posted in Tech News
      A
      asma zahid
    • RE: BT301 Lesson-1-14 Discussion

      Lesson 13
      DNA is a polynucleotide chain(containing more then 50 deoxyribonucleotide) and oligonucleotide(less then 50 deoxyribonucleotide) plz sir give me example of oligonucleotide???

      posted in BT301 - Introduction to Biotechnology
      A
      asma zahid
    • Facebook apologises for role in 2018 Sri Lanka unrest

      HONG KONG: Facebook has apologised for its role within the deadly communal unrest that shook Sri Lanka two years ago after an investigation found that hate speech and rumours spread on the platform may have led to violence against Muslims.

      The riots in early 2018 erupted as anti-Muslim anger was whipped abreast of social media, forcing the Sri Lankan government to impose a state of emergency and block access to Facebook.

      The tech giant commissioned a search into the part it’s going to have played, and investigators said incendiary content on Facebook may have led to violence against Muslims.

      “We deplore the misuse of our platform,” Facebook said during a statement to Bloomberg News after the findings were released on Tuesday. “We recognise, and apologise for, the very real human rights impacts that resulted.” a minimum of three people were killed and 20 injured within the 2018 unrest, during which mosques and Muslim businesses were burned, mainly within the central a part of the Sinhalese Buddhist-majority nation.
      Article continues after ad

      The hate speech and rumours spread on Facebook “may have led to ‘offline’ violence”, consistent with Article One, the human rights consultancy hired to conduct the investigation.

      posted in Tech News
      A
      asma zahid
    • Shoaib’s lawyer terms Tafazzul’s defamation notice as ‘invalid’

      LAHORE: Former fast bowler Shaoib Akhtar’s lawyer Abuzar Salman Khan Niazi has replied to the legal defamation notice served on the pacer by Taffazul Rizvi, the lawyer of the Pakistan Cricket Board (PCB), on April 29.

      Shoaib’s lawyer has dismissed the legal notice of defamation by saying: “That, the notice under reply, for all the intents and purposes, is manifestly invalid in law, defective, faulty, vague and circumlocutory and is susceptible to be rejected because the same fails to satisfy the mandatory requirement of Section 8 of the Defamation Ordinance 2002.”

      “A bare reading of the afore-stated section 8 makes it explicitly clear that no action in any form whatsoever under the ordinance are often initiated unless the mandatory requirement of specifying defamatory material within the notice under section 8 is satisfied,” the lawyer further responded.

      Shoaib’s lawyer further stated: “That in sight of the above you’re urged to withdraw the Notice under Reply forthwith and tender an apology for defaming, humiliating and ridiculing my client vide the Notice under Reply.”
      Article continues after ad

      It may be mentioned that Shoaib, during a statement made on his YouTube channel, had criticised the performance of Taffazul and described him as incompetent. Reac­ting to the tirade, Taffazul sent a legal notice of defamation, asking Shoaib to withdraw his statement plus tender an apology otherwise he would sue him certain Rs 100 million.

      posted in Cricket Celebrities
      A
      asma zahid
    • Ireland: Home games against New Zealand and Pakistan called off because of Covid-19 restrictions

      Ireland have announced the postponement of home matches against New Zealand and Pakistan because of the coronavirus pandemic.

      The Irish were scheduled to play the Black Caps in three Twenty20s and three ODIs on 19 June-2 July before taking on Pakistan in two T20s.

      The away ODI series against England is “under active discussion”.

      Cricket Ireland added that the three games “could move from their original dates in September”.

      • I Balbirnie ‘worried’ about T20 World Cup postponement

      • Ireland tour of Zimbabwe called off

      • Pay cuts for Cricket Ireland staff

      The loss of the New Zealand and Pakistan matches effectively wipes out Ireland’s schedule of home fixtures this summer.

      Government announcements in the Republic of Ireland and UK on Covid-19 restrictions have ruled out the feasibility of staging the matches.
      Up against it

      “We deeply regret that we can’t provide any international cricket at home to our fans this year, but we were always up against it with our entire home international programme coming in the first half of the season,” said Cricket Ireland chief executive Warren Deutrom.

      "We regard our matches as postponed until further notice, and I know Cricket Ireland is not alone in looking forward to the day that the Full Members can get around a table with the ICC to work out how, and if, we can fit everything in the current FTP cycle.

      "With regards to the three ODIs against England scheduled for September, discussions with the ECB are ongoing.

      "We will try to be as flexible as possible around these - as they are currently set to be our first fixtures as part of the new World Cup Super League, however, numerous challenges have to be resolved - notably around timing, bio-secure venues and quarantine requirements for players who travel.

      “We will continue to work with the ECB on trying to make these fixtures happen, but the issues involved will take a little while to work through.”

      posted in Cricket Celebrities
      A
      asma zahid