<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-3762194903904357904</atom:id><lastBuildDate>Sat, 31 Aug 2024 06:05:35 +0000</lastBuildDate><title>MCA Friends</title><description></description><link>http://aitammca.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><copyright>MCA Copy</copyright><itunes:subtitle>MCA</itunes:subtitle><itunes:category text="Music"/><itunes:category text="Comedy"/><itunes:category text="TV &amp; Film"/><itunes:category text="Technology"><itunes:category text="Tech News"/></itunes:category><itunes:category text="News &amp; Politics"/><itunes:author>AITAM MCA</itunes:author><itunes:owner><itunes:email>noreply@blogger.com</itunes:email><itunes:name>AITAM MCA</itunes:name></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3762194903904357904.post-9095952177725607798</guid><pubDate>Wed, 06 Feb 2008 09:05:00 +0000</pubDate><atom:updated>2008-02-06T14:42:53.541+05:30</atom:updated><title>MCA Important Questions</title><description>&lt;a name="#U1"&gt;&lt;br /&gt;&lt;strong&gt;Unit I&lt;/strong&gt;&lt;br /&gt;Explain about Object Oriented Programming principles?&lt;br /&gt;What is Object Oriented paradigm?&lt;br /&gt;What is OOPS? What is its need?&lt;br /&gt;Differentiate Object Orientation with Procedure Orientation?&lt;br /&gt;Explain various programming paradigms?&lt;/a&gt;&lt;br /&gt;&lt;a name="#U2"&gt;&lt;br /&gt;&lt;strong&gt;Unit II&lt;/strong&gt;&lt;br /&gt;Difference between “C structure” and “C++ structure”&lt;br /&gt;Why is it best to use inline functions instead of plain old # define macros?&lt;br /&gt;How to tell the compiler to make a non-member function inline?&lt;br /&gt;How to tell the compiler to make a member function inline?&lt;br /&gt;Comapare C++ with C&lt;br /&gt;What is diff between malloc()/free() and new/delete?&lt;br /&gt;What is passing by reference?&lt;br /&gt;In a printf statement, what are the codes for integer? float? string? How can you choose how many numbers occur before and after the decimal point for a float? How can you pad zeroes to the beginning of an integer to make it a specific length?&lt;br /&gt;What are the two steps that happen with delete p?&lt;br /&gt;What are the advantages of new operator than malloc in C?&lt;br /&gt;Explain about the dynamic memory allocation and de-allocation in C++.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="#U3"&gt;&lt;br /&gt;&lt;strong&gt;Unit III&lt;/strong&gt;&lt;br /&gt;What do you mean by Data abstraction?&lt;br /&gt;Diffrence between a “assignment operator” and a “copy constructor”.&lt;br /&gt;What is the difference between overloading and “overridding”?&lt;br /&gt;Explain about the friend function with a suitable example.&lt;br /&gt;What are the access privileges in C++? What is the default access level?&lt;br /&gt;What is destructor?&lt;br /&gt;What is the default data hiding type for a class? Why are data members hidden? How would you access them?&lt;br /&gt;What is common and what is the difference between implementations of the copy constructors, initialization and overloaded assignment operators?&lt;br /&gt;What is a local class? Why can it be useful?&lt;br /&gt;Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?&lt;br /&gt;What is a class? What is an object?&lt;br /&gt;What is encapsulation?&lt;br /&gt;Explain about static inner classes with a program.&lt;br /&gt;What is a class? How do you define class in C++?&lt;br /&gt;Explain about the data members and member functions of a class?&lt;br /&gt;Explain about access control mechanism in C++?&lt;br /&gt;What do you mean by Encapsulation and explain in detail.&lt;br /&gt;Explain about friend and inline functions?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="#U4"&gt;&lt;br /&gt;&lt;strong&gt;Unit IV&lt;/strong&gt;&lt;br /&gt;What’s the deal with operator overloading?&lt;br /&gt;What are the benefits of operator overloading?&lt;br /&gt;What are some examples of operator overloading?&lt;br /&gt;What operators can/cannot be overloaded?&lt;br /&gt;What is polymorphism? Explain about different types of polymorphism in C++ with suitable examples.&lt;br /&gt;What is polymorphism? What constructions in C++ allow to say that this language supports polymorphism? What polymorphism is used for?&lt;br /&gt;What is the difference and what is common in specificity of constructors and destructors overloading?&lt;br /&gt;What is template? Explain about function templates and class templates with suitable examples.&lt;br /&gt;What is operator overloading? Explain how to overload the operators in C++ by taking any five operators.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="#U5"&gt;&lt;br /&gt;&lt;strong&gt;Unit V&lt;/strong&gt;&lt;br /&gt;What is multilevel inheritance? Write a program to illustrate the concept of Multilevel Inheritance.&lt;br /&gt;What is multiple inheritance? Write a program to illustrate the concept of Multiple Inheritance.&lt;br /&gt;Define Inheritance? How many types of inheritances are there? Explain each with suitable examples.&lt;br /&gt;What do you mean by run time polymorphism and how to implement run time polymorphism using virtual functions in C++?&lt;br /&gt;What is Hybrid inheritance? Write a program to illustrate the concept of Hybrid Inheritance.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="#U6"&gt;&lt;br /&gt;&lt;strong&gt;Unit VI&lt;/strong&gt;&lt;br /&gt;Explain the need for “Virtual Destructor”.&lt;br /&gt;Can we have “Virtual Constructors”?&lt;br /&gt;Write a program to illustrate the concept of virtual base class with example program.&lt;br /&gt;How to implement run time polymorphism using virtual functions.&lt;br /&gt;When should my destructor be virtual?&lt;br /&gt;What is a “virtual constructor”?&lt;br /&gt;What’s the difference between how virtual and non-virtual member functions are called?&lt;br /&gt;Explain about the Virtual functions in C++?&lt;br /&gt;Explain about the abstract classes in C++?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="#U7"&gt;&lt;br /&gt;&lt;strong&gt;Unit VII&lt;/strong&gt;&lt;br /&gt;Why does input seem to process past the end of file?&lt;br /&gt;Should we end output lines with std::endl or ‘\n'?&lt;br /&gt;How can we provide printing for an entire hierarchy of classes?&lt;br /&gt;How can we open a stream in binary mode?&lt;br /&gt;How can we “reopen” std::cin and std::cout in binary mode?&lt;br /&gt;Explain about console I/O and formatted I/O streams in C++.&lt;br /&gt;How can we write/read objects of my class to/from a data file?&lt;br /&gt;Why should we use iostream instead of the traditional cstdio?&lt;br /&gt;How can we get std::cin to skip invalid input characters?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Programming Questions&lt;br /&gt;&lt;/strong&gt;Write a program to change the case of each word in a file to initial capitals&lt;br /&gt;Write a program to concatenate the two given strings?&lt;br /&gt;Write a program to count the no of lines in given text file.&lt;br /&gt;Write a program that reverses the order of the characters in a string.&lt;br /&gt;A palindrome is a word or group of words that read the same forward and backward. For example “madam” or “wow.” Write a program that takes a string argument from the command line and prints whether the string was a palindrome or not.&lt;br /&gt;Write a program to merge the contents of two given files ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="#U8"&gt;&lt;br /&gt;&lt;strong&gt;Unit VIII&lt;/strong&gt;&lt;br /&gt;Write a program to illustrate the exception handling mechanism in C++&lt;br /&gt;Explain about try, catch, throw keywords in C++?&lt;br /&gt;What are some ways try / catch / throw can improve software quality?&lt;br /&gt;How can we handle a constructor that fails?&lt;br /&gt;How can we handle a destructor that fails.&lt;br /&gt;What is an Error and Exception?&lt;br /&gt;Explain the exception handling mechanism in C++?&lt;br /&gt;How do I use exceptions?&lt;br /&gt;Can I throw an exception from a constructor? From a destructor?&lt;br /&gt;Why doesn’t C++ provide a “finally” construct?&lt;br /&gt;What is an auto ptr and why isn’t there an auto array?&lt;br /&gt;Why can’t I resume after catching an exception?&lt;br /&gt;What do you mean by Stack unwinding?&lt;/a&gt;</description><link>http://aitammca.blogspot.com/2008/02/mca-important-questions.html</link><thr:total>0</thr:total><author>noreply@blogger.com (AITAM MCA)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3762194903904357904.post-6483744017137469225</guid><pubDate>Wed, 06 Feb 2008 08:50:00 +0000</pubDate><atom:updated>2008-02-06T14:26:15.108+05:30</atom:updated><title>Object Oriented Programming through C++</title><description>&lt;div align="center"&gt;&lt;strong&gt;Object Oriented Programming&lt;br /&gt;OOPS Web Course for JNTU MCA Ind Year I Sem&lt;br /&gt;Complete Material (Best of Luck for 2008 Exams)&lt;/strong&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou1.html"&gt;&lt;strong&gt;Unit 1&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou2.html"&gt;&lt;strong&gt;Unit 2&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou3.html"&gt;&lt;strong&gt;Unit 3&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou4.html"&gt;&lt;strong&gt;Unit 4&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou5.html"&gt;&lt;strong&gt;Unit 5&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou6.html"&gt;&lt;strong&gt;Unit 6&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou7.html"&gt;&lt;strong&gt;Unit 7&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.suhritsolutions.com/mca11oou8.html"&gt;&lt;strong&gt;Unit 8&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://aitammca.blogspot.com/2008/02/object-oriented-programming-through-c.html</link><thr:total>0</thr:total><author>noreply@blogger.com (AITAM MCA)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3762194903904357904.post-8223918971195564203</guid><pubDate>Wed, 30 Jan 2008 12:29:00 +0000</pubDate><atom:updated>2008-01-30T18:07:19.602+05:30</atom:updated><title>Syllabus for Academic Year 2007-2008 for MBA/MCA</title><description>&lt;div align="center"&gt;&lt;span style="font-family:verdana;font-size:180%;"&gt;For MCA Syllabus &lt;/span&gt;&lt;a href="http://www.jntu.ac.in/dap/mca.pdf"&gt;&lt;span style="font-family:verdana;font-size:180%;"&gt;Click Here&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:180%;"&gt;For MBA Syllabus &lt;/span&gt;&lt;a href="http://www.jntu.ac.in/dap/mba.doc"&gt;&lt;span style="font-family:verdana;font-size:180%;"&gt;Click Here&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://aitammca.blogspot.com/2008/01/syllabus-for-academic-year-2007-2008.html</link><thr:total>0</thr:total><author>noreply@blogger.com (AITAM MCA)</author></item></channel></rss>