Posts

PYTHON PROGRAMMING INTERNAL and EXTERNAL

Image
                                      PYTHON PROGRAMMING LAB     23CSS1 23CSS1 PYTHON EXTERNAL LAB EXTERNAL EXAMINER -------------------------------- NAME: M V P Uma Maheswara Rao DESIGNATION: Associate Professor INSTITUTE: NRI Institute of technology,Agiripalli INTERNAL EXAMINER ------------------------------- NAME: Mr. T N V S Praveen DESIGNATION: Sr. Assistant Professor INSTITUTE: LBRCE, Mylavaram. 1(a) Write a python program to find Gross salary of a employee read basic pay of employee & DA is given as DA=70% of Basic , HRA=10% of Basic ,Gross salary=Basic +DA+HRA? (b) Write a python program to implement bubble sort using functions? c) Write a python program to remove duplicates from a list using sets? =========== ============ =================== ================= ===== =========== 2(a) Write a python program to print the following patterns?   (b) Write a python pro...

IS Unit1

 <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQlFn9mF-0HvQB3CVxyfK7ONKjEVDvI9GXwlP_LKGIrOo4fMwtmXY2Gk-LCBw4mlQ5ateunBvoXF5IG/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
23CSS1 PYTHON EXTERNAL LAB EXTERNAL EXAMINER -------------------------------- NAME: B. Triveni DESIGNATION: Assistant Professor INSTITUTE: DVR & Dr HS MIC College of Technology INTERNAL EXAMINER ------------------------------- NAME: Mr. T N V S Praveen DESIGNATION: Sr. Assistant Professor INSTITUTE: LBRCE, Mylavaram.

23CSS1 PYTHON PROGRAMMING LAB EXTERNAL

Image
                                         23CSS1 PYTHON SOC EXTERNAL LAB                       ========== ============== ========== ====== ====== 1(a) Write a Python program to input angles of a triangle and check whether triangle is valid or not. Also validate the angles entered by the user. (sum of three angles of triangle is 180 degrees) (b) Write a program which makes use of function to display all such numbers which are divisible by 7 but are not a multiple of 5, between 1000 and 2000. c) Write a program which accepts a sequence of comma-separated numbers from console and generate a list and a tuple which contains every number. Suppose the following input is supplied to the program: 34, 67, 55, 33, 12, 98. Then, the output should be: ['34', '67', '55', '33', '12', '98'] ('34',67', '55', '33', '12', '98'). $$$$$$$$$$$$$$$$$$...

Theory of computation notes

Image
 THEORY OF COMPUTATION LECTURE NOTES THEORY OF COMPUTATION (3-1-0) Cr.-4 Module – I (10 Lectures) Introduction to Automata: The Methods Introduction to Finite Automata, Structural Representations, Automata and Complexity. Proving Equivalences about Sets, The Contrapositive, Proof by Contradiction, Inductive Proofs: General Concepts of Automata Theory: Alphabets Strings, Languages, Applications of Automata Theory. Finite Automata: The Ground Rules, The Protocol, Deterministic Finite Automata: Definition of a Deterministic Finite Automata, How a DFA Processes Strings, Simpler Notations for DFA’s, Extending the Transition Function to Strings, The Language of a DFA Nondeterministic Finite Automata: An Informal View. The Extended Transition Function, The Languages of an NFA, Equivalence of Deterministic and Nondeterministic Finite Automata. Finite Automata With Epsilon-Transitions: Uses of ∈-Transitions, The Formal Notation for an ∈-NFA, Epsilon-Closures, Extended Transitions and Langua...

Python Material on Strings

 Python Material on Stri ngs