0% found this document useful (0 votes)
32 views

Asgmnt SW Linux C CPP

This document outlines assignments for students in the Post Graduate Diploma in Software Engineering program at Jadavpur University and Brainware Computer Academy. It includes assignments on using Linux and programming languages, with examples of coding class structures for accounting, employee data, vectors, dates, times, inventory, and calculating payroll for different types of employees. The assignments are broken into multiple pages for module 1 of the program.

Uploaded by

Ranak Biswas
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Asgmnt SW Linux C CPP

This document outlines assignments for students in the Post Graduate Diploma in Software Engineering program at Jadavpur University and Brainware Computer Academy. It includes assignments on using Linux and programming languages, with examples of coding class structures for accounting, employee data, vectors, dates, times, inventory, and calculating payroll for different types of employees. The assignments are broken into multiple pages for module 1 of the program.

Uploaded by

Ranak Biswas
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Jadavpur University (Project Impact) and Brainware Computer Academy Post Graduate Diploma in Software Engineering

Module-I Practical Assignment Linux

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

Jadavpur University (Project Impact) and Brainware computer Academy Post Graduate Diploma in Software Engineering

Module-I Practical Assignment Language

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

PGDSE_MOD-I/ASMNT/02/2005

10

PGDSE_MOD-I/ASMNT/02/2005

11

PGDSE_MOD-I/ASMNT/02/2005

12

Jadavpur University (Project Impact) and Brainware Computer Academy Post Graduate Diploma in Software Engineering

Module-I Practical Assignment Language

PGDSE_MOD-I/ASMNT/02/2005

13

Account account_no name balance inputdata deposit withdraw display

Data member

Member function

Employee name age basic inputdata display calculate_pay

Vector Vector : array inputdata (array) multiply (int) display PGDSE_MOD-I/ASMNT/02/2005 14

Date day month year

putdata add subtract

Time hour minute second

putdata add subtract

PGDSE_MOD-I/ASMNT/02/2005

15

Inventory name stock price input display

Feet int ft int inch

Meter float mt float cm

PGDSE_MOD-I/ASMNT/02/2005

16

Employee Emp_Code input display calculate_pay

Workers wages days_worked input display calculate_pay

Officers basic HRA input display calculate_pay

PGDSE_MOD-I/ASMNT/02/2005

17

22.

PGDSE_MOD-I/ASMNT/02/2005

18

PGDSE_MOD-I/ASMNT/02/2005

19

PGDSE_MOD-I/ASMNT/02/2005

20

You might also like