Skip to main content

Posts

Showing posts from May, 2020

Amazon D.E Student Offer

Click here for Getting Offer 

CS604 Assignment no 1 spring 2020

                                       CS604 ASSIGNMENT NO 1 WITH SOLUTION TOTAL MARKS 20 Instructions: Please read the following instructions carefully before submitting the assignment. It should be clear that your assignment will not get any credit if: §   The assignment is submitted after the due date. §   The submitted assignment does not open or file is corrupt. §   Assignment is copied (partial or full) from any source (websites, forums, students, etc.) Note: Lecture No. 1 to 6 are covered in this assignment. You have to upload only .doc file . Assignment in any other format (extension) will not be accepted and will be awarded with zero marks. Objective: The objective of this assignment is to provide hands on experience of: §   To learn and understand the basic concept of an Operating System §   To learn Directory ...

cs604 assignment no 1 solution 2020

CS302 Assignment no 1 idea solution with Drive Link Due date 01-06-2020

CS504 ASSIGNMENT NO 1 SOLUTION.

CS510 Assignment no 1 idea solution 2020 | By Ehtisham

CS301 Assignment no 1Solution with .cpp file.DUE DATE 01-06-2020 | By Eh...

CS301 Assignment no 1 2020 solution with .cpp file

CS301 Assignment no 1 2020 solution with .cpp file PROBLEM STATEMENT You are required to write a program in C++ to implement Stack data structure and use this data structure to store different types of books based on their identity number. You have to implement Stack data structure using array. A stack is a LIFO structure in which data elements are stored in an order such that last element pushed on the stack will be popped up first. Your program should cover the following scenario. Suppose a student is collecting books and throwing them into stack of books. You need to develop an application that will count different books in the stack. This stack will consist of three types of books i.e. software, hardware and other books. You will identify book with unique numeric identity number. If book identity number will fully dividable by 8, will consider it software book. While the number fully dividable by 5 will consider it hardware book and consider rest of the books as other books. First,...

CS201 Assignment no 1 solution 2020 Full Explanation with Drive link.

CS201 Assignment no 1

CS201 Assignment no 1 2020 solution with .cpp file PROBLEM STATEMENT Create a menu based program using C++ which will calculate the increment and tax deduction amount on salary based on the pay scale of an employee. After this, net salary of employee will be calculated. Details of these calculations are provided in Solution Guidelines. You are required to use initial salary, increment rate, and tax deduction rate given in following table for each of the given pay scale. Pay Scale Initial Salary Increment Rate Tax deduction Rate SPS6 40,000 20% 3% SPS7 60,000 15% 3% SPS8 80,000 10% 3% SPS9 100,000             5% 3%   Solution CLICK HERE TO DOWNLOAD SOLUTION FILE.

STA301 GDB 1 Solution 2020 WITH FULL EXPLANATION | By Ehtisham.