0% found this document useful (0 votes)
44 views7 pages

Seminar Topics 1

Uploaded by

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

Seminar Topics 1

Uploaded by

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

Name

ABAN ROSHAN AKBAR


ABHIJITH P G
ABISHEK A S
ADHIL KRISHNA M A
ADHWAIDH ANAND V A
ADIL V J
ADITHYAN K J
AGNA ANTONY
AGNAI K VINOD
AKSHAY S R
ALWIN K BIJU
AMAL KISHAN ANTHIKOTE
ANANDHU SUBASH
ANSAR V H
APARNA. C P
ARCHANA C J
ATUL KRISHNA
AYUSH K H
AYYAPPADAS.T.M.
AZMI ARAKKAVEETTIL
NOUSHAD
BLESTTIN BINU
CHRIS JAISON
DELEENA SHIJO
DIVEK P BHARATHAN
EDWIN V R
FATHIMA RUKZANA
HARIRAG V S
HIBA FATHIMA P A
IMTHIYAZ AHAMED V N
INWIN BENNY T
JEWEL ANTONY PRIJU
LAKSHMIPRIYA U B
MALAVIKA. P .S
MANIRUL S K
MISHAL P M
MOHAMED MAAZIN
MOHAMMED JALAL T T
MOHAMMED K .A.
MUHSINA.A.A
NIRANJANA MENON
NIVIN NOGI
RAJITHESH K R
SAYANDH SIVAKUMAR
SHAHINA V S
SUBIN P S
TEJUS KRISHNA KOLAKKATTY
SHIBU
VISHNU RADHESH
VYSHNAV P S
NAJAD
NIRANJAN
Seminar Topic
To find factorial of a number using recursion
To print n terms of fibonacci series
To find the area of a triangle
To check whether the given number is odd or even
To check whether the given number is prime or not
To print the sum of n numbers read from the user
A cashier has currency notes of denominations 10, 50, and 100. If the amount to be withdrawn is input through the key
A library charges a fine for every book returned late. For first 5 days the fine is 50 paise, for 6-10 days fine is one rupee
To demonstrate fruit buyer’s problem
To print the reverse of a 2 digit number
To print the square of a list of numbers
To print * pyramid
To calculate body mass index and print the category
To print the frequency of each character in a string using dictionary data structure
To print count down of a number using while loop
Read the contents of a file and write its reverse to another file
Print the number of lines ,words, characters in a file
Read and print a file content with exception handling
Calculate lcm and gcd of two numbers using function
To perform addition of two square matrices.
To print whether a number or word is palindrome or not
To print whether a number is armstrong or not
Compare and contrast digital and analog computers in terms of their characteristics and classifications. How do their fu
Explain the roles of the central processing unit (cpu), memory (primary and secondary), and input/output devices in the
Differentiate between high-level, assembly, and machine languages in terms of abstraction and usability. How do these
Explain about computer memory.
Differentiate between ram and rom
Describe the processes of compilation, assembly, and interpretation in translating programming languages into machin
Differentiate between compiler and interpreter.
Outline the stages of the program development life cycle. How can proper problem definition, analysis, and program de
Design an algorithm and a flowchart to solve a real-world problem (e.g., calculating the factorial of a number). Discuss
Analyze the key features of python as a programming language and evaluate its advantages over other programming la
Explain how variables are declared and values assigned in python, and illustrate with examples how python evaluates a
Compare the functionality of arithmetic, relational, and logical operators in python, and demonstrate with examples ho
Discuss various string manipulation methods available in python, and illustrate how these methods can be applied to re
Describe how boolean expressions and logical operators can be used to control program flow in python, and construct
Examine the role of conditional statements in python, and propose a solution for a scenario where nested conditional s
Evaluate the differences between for and while loops in python, and design a python program that uses both looping c
Define and discuss the concept of functions in python. Illustrate your explanation by providing examples of function inv
Compare and contrast explicit and implicit type conversion in python. Furthermore, analyze how function composition
Evaluate the significance of built-in mathematical functions in python and their practical applications. In addition, const
Explain various operations on list with the help of a suitable example.
Examine the various operations that can be performed on strings in python. Create a program that demonstrates how
Analyze the properties of tuples with the help of a simple program
Explain dictionaries and its operations with the help of a suitable example.
Describe the different methods of file handling in python with the help of a suitable example.
Discuss the role of exception handling in python programming. Analyze how the try-except block enhances error mana
Describe the steps to connect a python program to a mysql database.
Analyze the best practices for performing crud operations in a python application using mysql.
Explain self parameter with the help of an example.
ithdrawn is input through the keyboard in tens, hundreds, or thousands, find the total number of currency notes of each denominatio
e, for 6-10 days fine is one rupee and above 10 days fine is 5 rupees. If you return the book after 30 days your membership will be can

nd classifications. How do their functions and applications differ in modern computing systems?
y), and input/output devices in the operation of a computer system. Discuss how these components interact to perform tasks.
action and usability. How do these languages interact with application and system software in executing programs?

gramming languages into machine code. Compare the advantages and limitations of using a compiler versus an interpreter for a softw

efinition, analysis, and program design contribute to writing efficient and error-free code?
e factorial of a number). Discuss the importance of programming paradigms and the characteristics of a good program.
ntages over other programming languages for modern application development.
examples how python evaluates and executes different types of expressions.
nd demonstrate with examples how operator precedence affects the evaluation of complex expressions.
hese methods can be applied to real-world problems like text formatting and data extraction.
am flow in python, and construct examples where boolean expressions are applied in decision-making processes.
enario where nested conditional statements could be used to implement complex decision-making logic.
program that uses both looping constructs to solve a problem involving table iteration and data processing.
providing examples of function invocation and the importance of proper syntax and structure in function definitions.
nalyze how function composition can be utilized to solve complex problems, providing specific examples to support your analysis.
cal applications. In addition, construct a user-defined function that incorporates various types of parameters (positional, keyword, defa

program that demonstrates how string manipulation works.

xcept block enhances error management.


notes of each denomination the cashier will have to give to the withdrawer
ur membership will be cancelled. Write a program to accept the number of days the member is late to return the book and display the

to perform tasks.

s an interpreter for a software development project.

d program.

support your analysis.


s (positional, keyword, default) and describe how it enhances the flexibility of your code.
n the book and display the fine or the appropriate message.

You might also like