Skip to content
  • 0 Votes
    29 Posts
    17k Views
    zaasmiZ
    The verizon and symantec reports show that_______________. Web is the most vulnerable vector Email is the most attacked vector IOT is more secure than other technologies Malicious internal users or disgruntled employees cause most damage [image: YdrJ2Mo.png]
  • 0 Votes
    7 Posts
    2k Views
    zareenZ
    Grand Quiz Syllabus and Schedule Dear Students, Assalam-o-Alaikum! Due to the prevailing circumstances, Grand Quiz will be conducted to replace Proctored Mid-Term Exam in this course of MGT201. You can attempt Grand Quiz within 24 Hours. So it is advised to be proactive since there will be no extension. Number of Questions 30 Weightage 20% Types of Questions MCQs Opening Date Dec 28, 2020 at 12:00 AM Closing Date Dec 28, 2020 at 11:59 PM Lessons Video Lecture 1-22 Special Instructions You must attempt your Grand Quiz effectively as it is being held as your mid-term exam and it would be equivalent to 20% of the overall course weightage. You can start attempting the quiz at any time but within given date(s) by clicking the quick link for Quiz on VU-LMS as it will become enabled within the mentioned dates. As soon as the time will be over, it will automatically be disabled and will not be available to attempt it. Please note that some questions of the quiz may require some computation as well. So plan your course preparation accordingly. Each question has maximum time limit of 90 seconds to attempt and save. So, you have to save your answer before 90 seconds. But due to unpredictable/unstable Internet speed, it is strongly recommended that you save your answer within 60 seconds to avoid any inconvenience. While attempting a question, keep an eye on the remaining time. Attempting quiz is unidirectional. Once you have moved forward to the next question, you will not be able to go back to the previous one. Therefore, before moving to the next question, make sure that you have selected the best option and have saved your answer. DO NOT press back button of your browser or refresh the page while attempting a question. Otherwise you will lose the chance of attempting the current question and a new question will be loaded. DO NOT try to disable “Java Script” in your browser; otherwise you will not be able to attempt the quiz. If for any reason, you lose access to Internet (like power failure or disconnection of Internet); you will be able to attempt the quiz again but from the next question where you left in the last attempt. But remember that you have to complete the quiz before expiry of the deadline. Stay Safe & Healthy Best of Luck!
  • 0 Votes
    3 Posts
    1k Views
    zareenZ
    @zareen said in PHY301 Assignment 2 Solution and Discussion: Label and identify meshes in given below circuit. Use Loop/Mesh analysis to find currents through all Meshes. https://youtu.be/j8LHrm3_brk
  • 0 Votes
    5 Posts
    1k Views
    zareenZ
    Spring 2020_PHY301_1_SOL.pdf
  • 0 Votes
    1 Posts
    253 Views
    No one has replied
  • 0 Votes
    9 Posts
    2k Views
    zareenZ
    @zareen said in CS409 Assignment 2 Solution and Discussion: Consider the given below the ERD [image: qgcCb2r.png]
  • 0 Votes
    2 Posts
    1k Views
    zaasmiZ
    @zaasmi said in CS409 Assignment 1 Solution and Discussion: Question# 01: Scenario In today’s era of intelligence and mobility where every thing is shifted on mobile like mobile commerce, and mobile computing. Suppose you are working as DBA in a multinational company which works on mobile system and your company decided to change the database structure to embedded database, and as a DBA you suggest your company to used SQLite. State the reasons by which you will convince your company seniors to use SQL Lite? Solution: SQLite is file based and embeddable relational database management system. As it is lite and due to its support to relational database management system it is best to use in mobile applications. So, SQLite is very appropriate to construct an embedded database system. It is light database, and it is direct file system engine that uses SQL syntax, also doesn’t require a special database server or anything. Similarly, SQLite can easily adjust with the requirements of embedded system as it has small core, open source and database is a file which is very easy to apprehend the copy, move and cross platform sharing of database files. Now a days, SQLite use is increasing in embedded systems due to its advantages. SQLite will be more widely used in the embedded field, such as the remote control, intelligent mobile terminal, information appliances control, home medical equipment, mobile devices etc. In a multiplatform architecture SQLite having wide scope. Question # 02: Write any ten situations in which using SQLite will give best results? Solution: Embedded devices or applications Replacement for ad hoc disk files Stand-in for an enterprise database during testing or demos Multi-user applications Data analysis Application file format Server-side database Data transfer format Cache for enterprise data Internal or temporary database Websites File archive/ data container Education and Training Experimental SQL language extensions
  • 0 Votes
    6 Posts
    2k Views
    zaasmiZ
    @Rabia-Dar said in MTH302 Assignment 1 Solution and Discussion: @zaasmi said in MTH302 Assignment 1 Solution and Discussion: A retailer purchases items that cost Rs. 40.5 each. He adds a markup of 25% on the selling price. The item is then marked down to 7%. What will be the final selling price of the item. By definition, the markup percentage calculation is cost X markup percentage. Then add that to the original unit cost to arrive at the sales price. The markup equation or markup formula is given below in several different formats. For example, if a product costs $100, then the selling price with a 25% markup would be $125. Gross Profit = Sales Price – Unit Cost = $125 – $100 = $25 Now that you have found the gross profit, let’s look at the markup percentage calculation: Markup Percentage = Gross Profit/Unit Cost = $25/$100 = 25% The purpose of markup percentage is to find the ideal sales price for your products and/or services. Use the following formula to calculate sales price: Sales Price = Cost X Markup Percentage + Cost = $100 X 25% + $100 = $125 [image: qtcZNSm.png] [image: fZbh5i5.png]
  • 0 Votes
    4 Posts
    1k Views
    Dua ZahraD
    plz send me mth302 asaaignment
  • 0 Votes
    3 Posts
    917 Views
    H
    Develop a program that calculates Loan in C++. Your program should satisfy the following requirement: User Input: 1 User is asked to enter name. 2 User is asked to enter number of dependent with range (0-5). 3 User is asked to enter status i.e. (Permanent or Probation). 4 User is asked to enter Salary. 5 User is asked to enter Duration at Job (in years): o <1 o 1-2 o 2-4 o 4-7 o >7 6 User is asked how much loan is required. Criteria:  Loan can be given if and only if a person is on Permanent job for more than 1 years.  Minimum salary from which a loan can be given is 35,000 per month for a person having no dependent. Minimum salary requirement increases by 20,000 per dependent.  If years of services is from 1 to 2 years, then max loan amount can be up to 6 salaries.  If years of services is from 2 to 4 years, then max loan amount can be up to 8 salaries.  If years of services is from 4 to 7 years, then max loan amount can be up to 10 salaries.  If years of services is from 7 to 10 years, then max loan amount can be up to 12 salaries.  If years of services is more than 10 years, then max loan amount can be up to 24 salaries.  Add 13% interest on the approved loan amount. This amount will be payable within 8 years’ time i.e. 96 months.  If the money to lend is more than the lend amount, then calculate the difference and show it properly.  For unsuccessful Loan Application: Show Message: “CUSTOMER NAME, your lend application has not been successful this time”.  For Successful Loan Application: Show Message: “Congratulations CUSTOMER NAME, your lend application is successful this time. Your monthly installment will be ______ Amount Payable for 96 months”.
  • 0 Votes
    2 Posts
    494 Views
    zaasmiZ
    Please share idea
  • 0 Votes
    2 Posts
    606 Views
    zaasmiZ
    Please share idea
  • 0 Votes
    2 Posts
    694 Views
    zaasmiZ
    Please share idea
  • 0 Votes
    2 Posts
    684 Views
    zaasmiZ
    Please share idea solution
  • 0 Votes
    2 Posts
    875 Views
    Zill-e-Huma LiaqatZ
    @zaasmi sir plz solution bta dyn stat404 k
  • 0 Votes
    2 Posts
    679 Views
    zaasmiZ
    @zaasmi said in CS441 Assignment 1 Solution and Discussion: Re: CS441 Assignment 1 Solution and Discussion Assignment No. 1 Semester: Spring 2020 CS441 – Big Data Concepts Total Marks: 20 Due Date: 01/06/2020 Lectures covered: Week 1 to week 3 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). Software allowed to develop Assignment Python editor Objectives: To enable students to write, execute a program in Python. Moreover to familiarize students with the concepts of: • Variables and operators • Conditional statements • Loop structures Assignment Submission Instructions You have to submit only.py file on the Assignments interface of CS441 on VULMS. Assignment submitted in any other format will not be accepted and will be graded zero marks. Assignment Write a program in Pyton programming language, which allows the user to input an integer value for a variable named upperLimit. Based on the input value, the program should perform the following tasks: • Check whether the value entered by the user falls within the range from 1 to 100. (1 and 100 included in the given range.) • Calculate and display the sum of all numbers within the range (1 to upperLimit). • Calculate and display the average of all numbers within the range (1 to upperLimit). • Calculate and display the total number of numbers within the range (1 to upperLimit). Sample output for the wrong input: [image: Uz89tPV.png] Sample output for the wrong input: [image: 1Dw0vOn.png] Sample output for the correct input: [image: ZYZEfvz.png] Deadline: The deadline to submit your assignment solution is 01/06/2020. Your assignment must be submitted within the due date through VULMS. No assignment will be accepted through email after the due date. Solution Code: start=1 sum=0.0 average=0.0 count=0 print("Enter the upper Limit:") upperLimit=input() if upperLimit<=1: print("Wrong input!! Upper Limit should not be less than 1") elif upperLimit>100: print("Wrong input!! Upper Limit should not be greter than 100") else: print for num in range(start, upperLimit+1): sum=sum+num count=count+1 print("Sum of all numbers within the range:") print(sum) print average= sum/count print("Average of all the numbers within the range:") print(average) print print("Total number of numbers within the range:") print(count)
Reputation Earning
How to Build a $1,000/Month World CUP LIVE Matches Live Cricket Streaming
Ads
File Sharing
Stats

1

Online

3.0k

Users

2.8k

Topics

8.5k

Posts
Popular Tags
Online User
| |