Dear students,
The syllabus for UT1 scheduled for 23.4.12 is as follows
!. Classes and objects - complete chapter
2. Function overloading - A program
3. constructors destructors - leave copy constructor . do till covered it class
All the best. Come prepared
Thursday, April 19, 2012
Sunday, March 18, 2012
Saturday, March 17, 2012
Friday, May 28, 2010
Tuesday, March 16, 2010
SMILE AND DON'T BE SERIOUS
DO SPARE SOME MOMENTS TO WATCH AND LEARN FROM THIS MOTIVATIONAL SHOW
http://www.4shared.com/file/242240179/66d1d4da/Personality_Development_Notes.html
http://www.4shared.com/file/242240179/66d1d4da/Personality_Development_Notes.html
Thursday, February 18, 2010
SAMPLE PAPER LINKS FOR C++
Dear students ,
Visit the following links for sample papers -
http://www.cbseguess.com/papers/sample_papers/xii/2010/computer_science.php
http://way2freshers.com/papers/kerala-hse-computer-science-model-papers-2010.html
http://www.cbse-sample-papers.blogspot.com/2008/12/hots-questions-for-class-10-and-class.html
Visit the following links for sample papers -
http://www.cbseguess.com/papers/sample_papers/xii/2010/computer_science.php
http://way2freshers.com/papers/kerala-hse-computer-science-model-papers-2010.html
http://www.cbse-sample-papers.blogspot.com/2008/12/hots-questions-for-class-10-and-class.html
Wednesday, February 3, 2010
SOME MORE VIVA-VOCE QUESTIONS
DO GO THROUGH THE "LET US REVISE COLUMN" AFTER EACH CHAPTER in Sumita Arora)
-
- Difference between data type ( primitive & non- primitive) and data type modifiers
- typedef , enumeration, datatypes
- generating random numbers ( pg 39, sumita arora)
-unformatted console I/O functions ( pg 38)
- unformatted stream I/O functions ( pg 42)
- usefulness of inline functions and scope resolution operator
- situation when constructor and copy constructor are called( pg 217, 218)
- special characteristics of constructors and destructors( pg 229,232)
-understanding of fig 7.2 (pg 319)
-file pointers and random acess (pg 340-341)
- memory leaks ( pg 390), this pointer, pointers and arrays,significance array as pointers
- static vs. dynamic allocation
- stack vs. queues
- comparative analysis of selection/ bubble/ insertion sort
- applications of stacks and queues
- understanding og increament and decreament post/pre fix operators. try these
1. void main() { int a=9;
a += a++ + ++a; }
2. void main() { int p=5,q;
q= p++ + ++p + ++p +p; }
NOTE- U CAN POST QUERIRS ON THIS BLOG
-
- Difference between data type ( primitive & non- primitive) and data type modifiers
- typedef , enumeration, datatypes
- generating random numbers ( pg 39, sumita arora)
-unformatted console I/O functions ( pg 38)
- unformatted stream I/O functions ( pg 42)
- usefulness of inline functions and scope resolution operator
- situation when constructor and copy constructor are called( pg 217, 218)
- special characteristics of constructors and destructors( pg 229,232)
-understanding of fig 7.2 (pg 319)
-file pointers and random acess (pg 340-341)
- memory leaks ( pg 390), this pointer, pointers and arrays,significance array as pointers
- static vs. dynamic allocation
- stack vs. queues
- comparative analysis of selection/ bubble/ insertion sort
- applications of stacks and queues
- understanding og increament and decreament post/pre fix operators. try these
1. void main() { int a=9;
a += a++ + ++a; }
2. void main() { int p=5,q;
q= p++ + ++p + ++p +p; }
" BEST OF LUCK - STUDY SINCERELY, WORK HARD, HAVE FAITH IN YOU - ALL IS WELL"
NOTE- U CAN POST QUERIRS ON THIS BLOG
Subscribe to:
Posts (Atom)