Program: Master of Information Systems
Assessment 1: Portfolio 1 (Session 2 Topic: Input, Processing and
Output) Semester 2: Block 8-2024
Course Code: MBIS4003 Course Title: Software Development
Total Marks: 5 Duration: 60 Minutes
Q1: Draw a flowchart for a program to accept Salary of an Employee and calculate tax as 2% of Salary. Display the Net salary after deducting tax. 1
Q2: A company has determined that its annual profit is typically 15 percent of total sales. Write a 2 program that asks the user to enter the projected amount of total sales, and then displays the profit that will be made from that amount.
Hint: Use the value 0.15 to represent 15 percent.
Q3: Write a small python program that will convert the given distance in metres to Kilometers. . 2 Hint:1 Kilometre = 1000 metres
Note: For questions 2 and 3 the output should be neatly formatted to 2 decimal places. (1 Mark for correct formatted output)
GET ANSWERS / LIVE CHAT