100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
A beginner's guide to Python coding $8.99   Add to cart

Other

A beginner's guide to Python coding

 1 view  0 purchase
  • Course
  • Institution

This lab manual contains around 25 python programs along with its pseudocode/algorithm and output. The python programs comprise of all the most important basic concepts in Python from arithmetic operations, string operations, string functions, basic functions, if -else blocks to looping. The codes ...

[Show more]

Preview 4 out of 35  pages

  • June 9, 2023
  • 35
  • 2021/2022
  • Other
  • Unknown
avatar-seller
BCSE101E-Computer
Programming: Python

Cycle Sheet – Phase 1(Module 1-5)




Name: Srijani Ray
Registration Number: 21BCE2559
School of Computer Science and Engineering,
VIT Vellore

,Exercise No. Title Date Page No.

1 M1_CSQ1 12.11.21 3
2 M1_CSQ2 03.01.22 4
3 M1_CSQ3 03.01.22 6
4 M1_CSQ4 12.11.21 7

5 M1_CSQ5 12.11.21 9

6 M2_CSQ1 12.11.21 10
7 M2_CSQ2 03.12.21 11
8 M2_CSQ3 12.11.21 12

9 M2_CSQ4 02.01.22 13

10 M2_CSQ5 26.11.21 14
11 M3_CSQ1 13.11.21 15
12 M3_CSQ2 13.11.21 16

13 M3_CSQ3 13.11.21 17

14 M3_CSQ4 13.11.21 20
15 M3_CSQ5 13.11.21 21
16 M4_CSQ1 15.11.21 22

17 M4_CSQ2 27.11.21 23

18 M4_CSQ3 27.11.21 25
19 M4_CSQ4 14.01.22 26
20 M4_CSQ5 15.01.22 29

21 M5_CSQ1 07.01.22 31

22 M5_CSQ2 09.12.21 32
23 M5_CSQ3 07.01.22 33
24 M5_CSQ4 07.01.22 34

25 M5_CSQ5 16.01.22 34

,[Ex. No. M1_CSQ1]
AIM
To calculate the age of a housefly in seconds, given the number of days the housefly lived.
Algorithm / Pseudocode

Step 1: READ days
Step 2: COMPUTE the product of days, 24 and 3600 and store the value in age
Step 3: PRINT age

Flowchart




Program Code

days=int(input())
age=(days*24)*3600
print(age)

Output

, [Ex. No. M1_CSQ2]
AIM
To input two complex numbers and add the same to produce the result. After producing the
result, print the real part and imaginary part separately.
Algorithm/Pseudocode

Step 1: READ n
Step 2: Declare two lists listl[] and listml[]
Step 3: for i in range (0,n):
READ l and ml
Add l to listl and ml to listml using append()
Step 4: INITIALIZE total and totalml with 0
Step 5: for j in range (0,n):
COMPUTE the sum of totall and value of listl[j] and store in totall
COMPUTE the sum of totalml and value of listml[j] and store in totalml
Step 6: if(totalml>1000):
COMPUTE the quotient of totalml divided by 1000 and store in m
COMPUTE the sum of totall and m and store in totall
COMPUTE the difference between totalml and product of m and 1000 and store
totalml
Step 7: PRINT ("{} litres {} ml".format(totall,totalml))

Flowchart

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller srijaniray. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $8.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76800 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$8.99
  • (0)
  Add to cart