Sponsored Links


Results 1 to 1 of 1

Thread: CS201 Introduction to Programming Assignment No. 1 Semester Fall 2012

  1. #1
    Senior Member
    Join Date
    Oct 2012
    Posts
    323

    18 CS201 Introduction to Programming Assignment No. 1 Semester Fall 2012

    Sponsored Links1




    CS201 Introduction to Programming Assignment No. 1 Semester Fall 2012


    Assignment No. 01
    Semester: Fall 2012
    CS201: Introduction to Programming Total Marks: 20

    Due Date:06/11/2012

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

    The assignment is submitted after 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: You have to upload only .cpp file. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks. For example, if you submit code in .doc (Word document) or .txt files, no reward will be given in any case.

    Sponsored Links


    Objective:

    The objective of this assignment is to provide hands on experience of:

    Basic concepts of C/C++ language and Programming
    Dealing with Data types
    Conditional statements of C/C++ language
    Loops
    Saving a program
    Compiling a program
    Executing the program


    Guidelines:

    Code should be properly indented and well commented.
    Follow C/C++ rules while writing variable names, function names etc
    Use only dev-C++ for this assignment.









    Assignment

    Problem Statement: Assessment system

    You are required to write a program for Assessment system of a University. The basic idea is to calculate the GPA (Grade Point Average) of each subject and then calculate the GPA of whole semester and on the basis of that GPA calculate the grade and remarks.

    Detailed Description:

    You are required to take the student’s marks for three subjects(English, Calculus, and Computer) as input from the user. After that calculate the GPA of each subject and the whole semester. Assume that total marks of a subject are 100 and each subject is of 3 credit hours.

    Complete Assessment system is given below:

    Grade GPA Marks Obtained Remarks
    A 4.00 100 % Excellent
    B 3.00-3.99 75-99 % Good
    C 2.00-2.99 50-75 % Satisfactory
    D 1.6-1.99 40-49 % Pass
    F 0.00 Below 40 % Fail

    • GPA for a subject = (obtained marks / 100) * 4 where 100 is the total marks of a subject.

    NOTE: If user enters less than 40 marks for a subject, the GPA of that subject should be 0.

    • GPA of whole semester = multiply each grade point you receive by the number of credit hours for that course, add up the totals, and then divide by the total number of credit hours taken in that semester.

    For example suppose the GPA in subject A is 2.5, in subject B 2.6, and in subject C is 3. Assuming that each subject is of 3 credit hours then GPA of whole semester will be calculated as:

    = 3 * ( 2.5 + 2.6 + 3 ) / 9
    = 2.7

    • On the basis of Semester GPA, you have to give grade and remarks to the student

    • If a student has less than 40 marks in a subject, a message should display that “you have to repeat this subject “.

    • After displaying the GPA, grade and remarks, the program should ask the user if he/she wants to perform this task again. The user will be given two options (yes / no). If user enters “Y or y”, the program will start calculating the GPA, grade and remarks again. If user selects “N or n”, the program will terminate.


    • If user enters Y or y as choice, the screen must be cleared before starting the whole process again. For this purpose you can use system(“cls”) function by including <conio.h> header file in the program.

    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CS201 Introduction to Programming Assignment No.3 Fall Semester 2013
    By Vuhelper in forum Assignments & Solutions
    Replies: 0
    Last Post: 01-12-2013, 04:08 PM
  2. Replies: 0
    Last Post: 11-12-2012, 02:00 PM
  3. CS201 Introduction to Programming Quiz No.1 Fall Semester 2012
    By Vuhelper in forum MCQ's & Quiz Discussion
    Replies: 0
    Last Post: 11-08-2012, 01:56 PM
  4. Replies: 4
    Last Post: 04-14-2012, 09:30 PM
  5. Replies: 63
    Last Post: 01-12-2011, 02:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft