RTU Previous Exam Papers BE CS 3rd Sem Object Oriented Programming January 2013

RTU Previous Exam Papers BE CS 3 rd Semester Object Oriented Programming January 2013 UNIT – I 1. (a) Explain structure as a user defined data type in C with the Help of suitable example. (b) Write an interactive program which processes date of birth using structure. (c) Explain following with their syntax : (i) … Read more

Genetic Algorithm Fundamentals Basic Concepts Notes

Genetic Algorithm Fundamentals Basic Concepts Notes Introduction Genetic Algorithms are a family of computational models inspired by evolution. These algorithms encode a potential solution to a specific problem on a simple chromosome-like data structure and apply recombination operators to these structures as as to preserve critical information. Genetic algorithms are often viewed as function optimizer, … Read more

Fuzzy set theory Notes

Fuzzy set theory Notes What do ya mean fuzzy Before illustrating the mechanisms which make fuzzy logic machines work, it is important to realize what fuzzy logic actually is. Fuzzy logic is a superset of conventional(Boolean) logic that has been extended to handle the concept of partial truth- truth values between “completely true” and “completely … Read more