Skip to main content

Comments

Post a Comment

Popular posts from this blog

CLASS and OBJECTS

CLASS and OBJECTS 1.Give the output of the following program ( Assuming that all required header files are  included in the program )     :                class TEMP { static int a; float b; public: TEMP( ) { b=10; } void INTEMP( ) { a++; b=a+10; } void OUTTEMP( ) { cout<<a*i<<"$"<<b-3<<endl; } }; int TEMP::a=2; void main() { TEMP ob[5]; for(int x=1;x<5;x++) ob[x].INTEMP( ); for(x=1;x<5;x++) ob[x].OUTTEMP( );}  2.  Define a class Travel in C++ with the description given below: Private Members: T_Code of type string No_of_Adults of type integer No_of_Children of type integer Distance of type integer TotalFare of type float Public Members: A constructor to assign initial values as follows : T_Code with the word “NULL” No_of_Adults as 0 No_of_Children as 0 Distance as 0 TotalFare as 0 A func...
CYBER OLYMPIAD SYLLABUS Cyber Olmpiad CLASS-2 Total Questions : 35   Time : 1 hr. Syllabus Section – 1 : Patterns, Measuring Units, Odd One Out, Series Completion,  Geometrical Shapes, Analogy, Ranking Test, Grouping of Figures, Coding-Decoding, Embedded Figures. Section – 2 : Introduction to Computers, General Information about Computers, Parts of Computer, Uses of Computer, Learning to use Keyboard and Mouse, Introduction to MS-Paint, Latest Developments in the field of IT. Section – 3 : Higher Order Thinking Questions - Syllabus as per Section – 2.          Questions are based on Windows 7 and MS-Office 2010. CLASS-3 Total Questions : 35   Time : 1 hr. Syllabus Section – 1 : Patterns, Analogy and Classification, Coding-Decoding, Mirror Images, Embedded Figures, Alphabet Test, Ranking Test, Grouping of Figures, Figure Matrix, Geometrical Shapes, Days and Dates & Possible Combinations. Section – 2...