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

Assignment 1

The document outlines assignments for two courses at PSNA College of Engineering & Technology for the academic year 2024-2025. The first assignment focuses on Entrepreneurship & IPR, emphasizing entrepreneurial traits and government policies, while the second assignment covers Problem Solving and Python Programming, requiring students to develop algorithms and Python programs. Each assignment includes specific questions and marks distribution, with individual submission requirements.

Uploaded by

anulavanyancb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Assignment 1

The document outlines assignments for two courses at PSNA College of Engineering & Technology for the academic year 2024-2025. The first assignment focuses on Entrepreneurship & IPR, emphasizing entrepreneurial traits and government policies, while the second assignment covers Problem Solving and Python Programming, requiring students to develop algorithms and Python programs. Each assignment includes specific questions and marks distribution, with individual submission requirements.

Uploaded by

anulavanyancb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PSNA COLLEGE OF ENGINEERING & TECHNOLOGY, DINDIGUL -624622.

(An Autonomous Institution, Affiliated to Anna University Chennai)

DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS

Academic Year 2024 – 2025 (EVEN Semester)


Assignment – I

Course CB2013 Course : Entrepreneurship & IPR


Code Name
Degree B.E Programme : CSE Semester & : III &
Sec B,C,D
Type of Assignment Individual Max. Marks : 20
Faculty In-charge ANU LAVANYA ,AP/CS&BS Date : 19.02.25
Course Objectives
CO The learners will gain entrepreneurial competence to run the business efficiently
1
CO The learners are able to undertake businesses in the entrepreneurial environment
2
CO Understand the concept of innovation
3
CO Ability to manage Intellectual Property portfolio to enhance the value of the firm.
4
CO Gain knowledge and skills needed to run a business successfully
5 Answer All questions. ( 4*10=40 Marks)
Q. Questions Mark C BL
No. O
Discuss the importance of entrepreneurial personality traits
C
1 in achieving business success. How can these traits 10 5
O1
influence decision-making and risk management?
Imagine
traits you are
influence starting a smallrisk
decision-makingand business. How would you
management?
C
2 assess the impact of local government industrial policies on 10 6
O2
your business plan?

Faculty In-charge HOD - CSBS


PSNA COLLEGE OF ENGINEERING & TECHNOLOGY, DINDIGUL -624622.
(An Autonomous Institution, Affiliated to Anna University Chennai)

DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS

Academic Year 2024 – 2025 (ODD Semester)


Assignment – II
SET: 1
Course GE2C25 Course : Problem Solving and Python Programming
Code Name
Degree B.TEC Programme : CS&BS Semester & : I&A
H Sec
Type of Assignment Individual Max. Marks : 40
Faculty In-charge ANU LAVANYA ,AP/CS&BS Date :
Course Objectives
CO Develop algorithmic solution to simple computational problems
1
CO Develop and execute simple python programs
2
CO Write simple python programs using conditionals and loops for solving problems
3
CO Decompose a python program into functions
4
CO Represent compound data using python lists, tuples, dictionaries etc.
5
CO Read and write data from/to files in python programs.
6 Answer All questions. ( 4*10=40 Marks)
Q. Questions Mark C BL
No. O
i)Problem: Write a program to perform basic arithmetic C
operations (+, -, *, /) using functions. O4

 Create separate functions for addition, subtraction,


1 multiplication, and division. 10
 Use a menu-driven program to call these functions.

ii)Write a Python program to generate the Fibonacci series


up to n terms using recursion.
C
Write a Python program to implement the following python
O5
List, Tuple operation for your own concept
i) Inserting the element at the specified positions
2 10
ii)Remove the element in the List
iii)Delete the entire List,Tuple
iv)Position of the particular Element in a Given List
Write a Python script to print a dictionary where the keys C
are numbers between 1 and 15 and the values are square of O5
keys
Sample Dictionary {1: 1, 2: 4, 3: 9, 4: 16, 5: 25, 6: 36, 7: 49,
8: 64, 9: 81, 10: 100, 11: 121,12: 144, 13: 169, 14: 196, 15:
3 225} 10
1)Print the dictionary elements, key and values separately
2) Access the dictionary elements
3) Sorting the values
4) Change values of the dictionary
5) Calculate the Length of the Dictionary
i)Create three text file such as “source1.txt”,”source2.txt”, C
in read mode , “target.txt” in write mode and write a Python O6
Script to copy the content of “source1.txt”,”source2.txt”,
and write the content in “target.txt file”.
4 10
ii)Write a Python code to get the voters age as input. If the
user Enters a Valid age as input
Display the Result otherwise Raise the Exception.

Faculty In-charge Course Coordinator HOD - CSBS

You might also like