Questions Bank

Following are some common questions asked in interviews gathered by the students of Fall 14 (CS & SE) from different software houses and teachers.

The number in square brackets [X] shows the repetition frequency of the question.

Continue reading “Questions Bank”

Probability and Statistics Past Papers

Attached is the file and pictures of PnS past papers.

Continue reading “Probability and Statistics Past Papers”

Python Programming Videos

Hello Folks,
Last year I recorded a couple of videos on Python programming for my fellows. If you want to learn Python programming these videos would be a good jump start. I also composed some problem sets and quizzes which will be uploaded later.

Following are the topics covered:

  • Introduction
  • Using Python Shell
  • Using Built In Maths Functions
  • Arithmetic Operations
  • Variables
  • Print Statement
  • Strings
  • String Concatenation
  • String Repetition
  • String Slicing
  • String Methods
  • Embedding Values in Strings
  • IN and NOT IN Operator
  • Getting Input from the user
  • Tackling the problems while taking input
  • Object References
  • Simple Assignment, Self Assignment, and Short-Hand Assignment
  • Simultaneous Assignment
  • Relational Operators
  • Conditional Operators
  • If, If Else Statements
  • Data Type Mismatch Error
  • Input Validation
  • Loops (while, for,for in)
  • Understanding Import Statement
  • Break and Continue Statements
  • Sequence: Lists(Creating, Printing, Mutating, Accessing, Deleting, Iterating)
  • Lists Methods
  • User Defined Functions
  • File Handling
  • Exception Handling
  • GUI Programming – Basics

As mentioned above, it was intended for my fellows first 2-3 videos may be a bit difficult and they are a little bit

Digital Image Processing – All Lecture Slides

DIP_Lecture_1&2

DIP_Lec3

DIP_Lec4

DIPLecture8thMay

10thmaylecture

DIP_lecture22May

DIPlecture1214june17

Image Histograms-a

Imagehistograms-b

Histogram (counts & bins)

DIP_Lecture_1&2

DIP(ImageNoise)

DIP(Gaussian_Filter)

Digital Image Processing(Filtering&EdgeDetection)