- Видео 474
- Просмотров 249 313
Shany sudheer
Индия
Добавлен 13 апр 2010
KTU Syllabus Algorithmic Thinking with Python module 2 Raptor software
KTU Syllabus Algorithmic Thinking with Python module 2 Raptor software
1. FInd the largets of N numbers
2. FInd the factorial of a number
1. FInd the largets of N numbers
2. FInd the factorial of a number
Просмотров: 12
Видео
KTU syllabus Algorithmic Thinking With Python Module 2
Просмотров 127 часов назад
KTU syllabus Algorithmic Thinking With Python Module 2 1. Flowcharts
KTU Syllabus Algorithmic Thinking With Python module 2
Просмотров 127 часов назад
KTU Syllabus Algorithmic Thinking With Python module 2 1. Explain the different constructs of Pseudo code 2. Explain the working of case structure constructs in pseudo code 3. What are the differences between repeat and repeat until blocks 4. Explain what is sequencing in pseudo code
KTU syllabus Algorithmic Thinking With Python Module 3 Recursion
Просмотров 309 часов назад
KTU syllabus Algorithmic Thinking With Python Module 3 Recursion 1. What you meant by recursion 2. What are the necessity of recursion 3. Explain the stack flow in recursion with an example 5. What are the different methods to avoid circulatory in recursion 6. What is the importance of base case condition in recursion 7. Write a python code to find the factorial of a number using recursion
KTU Syllabus ALgorithmic Thinking With Python Module 3
Просмотров 4719 часов назад
KTU Syllabus ALgorithmic Thinking With Python Module 3 1. Explain Merge sorting with the help of an example 2. Explain modularisation with the support of merge sorting
KTU syllabus Algorithmic Thinking With Python module 3
Просмотров 4521 час назад
KTU syllabus Algorithmic Thinking With Python module 3 1. Decomposition and Modularisation 2. What is problem solving 3. What is Decomposition in problem solving 4. What is modularisation in problem solving 5. What you meant by complex problems. Explain with an example. Describe a method to approach complex problem solving 6. What are the steps in decomposition 7. What are the steps in modulari...
KTU Syllabus Algorithmic Thinking With Python Lab experiment 7
Просмотров 1121 час назад
KTU Syllabus Algorithmic Thinking With Python Lab experiment 7 1. generate * pattern using nested for loop * * * * *
KTU Syllabus Algorithmic Thinking with Python
Просмотров 921 час назад
KTU Syllabus Algorithmic Thinking with Python 1. Create star pattern using nested for loop * * * * * * * * * * * * * * *
KTU Syllabus Algorithmic Thinking With Python
Просмотров 821 час назад
KTU Syllabus Algorithmic Thinking With Python 1. Create * Pattern using nested for loop * * * * * * * * * * * * * * *
KTU Syllabus Algorithmic THinking With Python Lab 6
Просмотров 20День назад
KTU Syllabus Algorithmic THinking With Python Lab 6 To construct a stars (*) pattern on the screen using nested loops. * * * * * * * * * * * * * * *
KTU Syllabus S1 Algorithmic Thinking with Python Lab experiment 7
Просмотров 109День назад
KTU Syllabus S1 Algorithmic Thinking with Python Lab experiment 7 1. To develop a Python program that performs various operations on NumPy arrays, including creation, appending, removing, updating, searching, slicing, and merging
KTU syllabus Algorithmic thinking with python Lab experiment 4
Просмотров 8614 дней назад
KTU syllabus Algorithmic thinking with python Lab experiment 4 1. To write a Python program that accepts three numbers as input and determines the largest among them. 2. Find the Smallest of Three Numbers 3. Identify the Middle Number 4. Check if Three Numbers are Equal 5. Check if Numbers Can Form a Triangle
Algorithmic Thinking with Python lab experiment 3 String manupulation in python
Просмотров 12321 день назад
1. Write a Python program to scan a string from the keyboard. Then, ask the user to enter a start index and an end index, and print the substring from the input string based on the specified indices. 2. Write a Python program to input a sentence from the keyboard. Then, ask the user for two indices: a start index and an end index. Print the substring from the input sentence, and then print the ...
Algorithmic Thinking with Python KTU syllabus module 1
Просмотров 41Месяц назад
Algorithmic Thinking with Python KTU syllabus module 1 introduction to python part t 7 Python Conditional Statements
Algorithmic thinking with Python , KTU syllabus First year B tech
Просмотров 34Месяц назад
Algorithmic thinking with Python , KTU syllabus First year B tech
Algorithmic Thinking with Python Lab experiment 1
Просмотров 222Месяц назад
Algorithmic Thinking with Python Lab experiment 1
KTU syllabus Algorithmic Thinking With Python
Просмотров 75Месяц назад
KTU syllabus Algorithmic Thinking With Python
KTU Syllabus Algorithmic Thinking with Python
Просмотров 86Месяц назад
KTU Syllabus Algorithmic Thinking with Python
KTU Syllabus Algorithmic Thinking With Python
Просмотров 74Месяц назад
KTU Syllabus Algorithmic Thinking With Python
KTU 2024 Scheme Algorithmic Thinking with Python
Просмотров 1992 месяца назад
KTU 2024 Scheme Algorithmic Thinking with Python
KTU 2024- Scheme Algorithmic Thinking with Python
Просмотров 1782 месяца назад
KTU 2024- Scheme Algorithmic Thinking with Python
Algorithmic Thinking With Python Module 1
Просмотров 1322 месяца назад
Algorithmic Thinking With Python Module 1
NPTEL IIT KGP Digital Image Processing week 1
Просмотров 224 месяца назад
NPTEL IIT KGP Digital Image Processing week 1
Applied Linear Algebra in AI and ML Unit 13 Week 10 Solution
Просмотров 2138 месяцев назад
Applied Linear Algebra in AI and ML Unit 13 Week 10 Solution
Applied Linear Algebra in AI and ML Unit 12 Week 9
Просмотров 628 месяцев назад
Applied Linear Algebra in AI and ML Unit 12 Week 9
Applied Linear Algebra in AI and ML Unit 11 Week 8 Assignment solution
Просмотров 808 месяцев назад
Applied Linear Algebra in AI and ML Unit 11 Week 8 Assignment solution
NPTEL Applied Linear Algebra in AI and ML Unit 9 Week 6 Assignment solution
Просмотров 898 месяцев назад
NPTEL Applied Linear Algebra in AI and ML Unit 9 Week 6 Assignment solution
KTU syllabus Machine learning Regression
Просмотров 239Год назад
KTU syllabus Machine learning Regression
Sir, can you provide a set of questions.
Great video, Shany sudheer. Looking forward to seeing your next upload from you. I smashed the thumbs up button on your content. Keep up the fantastic work! Your explanation of finding the largest and smallest numbers using Python was clear and helpful. Have you considered discussing how to handle edge cases, like when all three numbers are equal or when dealing with large data sets?
Thank you so much sir , saved me in exam , wonderful explanation
U are Suuuper Sir 🙏
Ith s1 ile first experiment alew
Thank you
Thank you sir for your help 😊
8:52 sir outer most partil oxidised surface alle.avide hole undakumo
sir ee semi conductor,elemental,compounds avayude band gap energy.ith engane aan possible ennathine patti ulla nalla book or class ethaan
Notes indo
JNZ SKIP ,LATER WHY IS THERE INC R6
very bad
Thank you Sir
Well explained 👏🏻
Thank you 🙂
Ye Kya tutul putul kar rha Bhai thik se bol
nice explanation
Thanks and welcome
can you post answer for week 10 also please!!!!!!!
Passing marks ka toh right haina ?
You have marked some questions wrong.
Please update hr
9d check 8b @@sudheertm80
Thank you sir
this week answer
👍
In place of 10 there will be 5
nice class
Very nice explanation. Thank you soo much sir.........|
onnum manasilayilla. poor class
Adipoli class aanu
Timer 0 or Timer 1 used ?????
thankyou sir
Sir ethu 2019 scheme aano?
Yes
onnum manasilayilla
How to generate 1hz signal
Nice
Sir plz give explanation in english
😍sir do upload more
How to find second largest num in an array
Thank you sir
sir..26:24 il 200 hexadecimal alle.. binary lekk convert cheyyande before calculating delay?
Sir...could you please do more videos on microcontrollers lab...
💥💥
*8:03
6:40*
Sir can u explain in English???
☹
Great explanation sir
Are you from Tamil Nadu??
Or Kerala right??
Sir can you please share these notes
Pdf notes ondo ithinte
Sir I am from GECW ❤️
Same here 🤗
❤
Super class sir
Aet305 class eduko