Helpdesk: Class XI Computer Science Theory Exam 2013

QUADDHELP
This helpdesk has been started for Class XI students for their Computer Science exam scheduled on 23.02.13.
Please allow us 2-3 hours to reply your queries. Thank you.

13 comments:

  1. what is setw function? what is it's use?

    ReplyDelete
    Replies
    1. Please visit: http://quaddhelp.blogspot.in/2013/02/class-xi-solution-040213-three-hour-test.html

      Delete
  2. how char can be signed or unsigned ?

    ReplyDelete
    Replies
    1. signed char, which gives you at least the -128 to 127 range.
      unsigned char, which gives you at least the 0 to 255 range.

      RANGE HERE MEANS NUMBER OF CHARACTERS FROM ASCII.

      Delete
    2. signed char, which gives you at least the -128 to 127 range.
      unsigned char, which gives you at least the 0 to 255 range.

      RANGE HERE MEANS NUMBER OF CHARACTERS FROM ASCII.

      Delete
  3. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. Please visit: http://quaddhelp.blogspot.in/2013/02/class-xi-solution-040213-three-hour-test.html

      Delete
  4. what is the importance of null statement?


    ReplyDelete
    Replies
    1. Null character is which terminates, character array and it is written as \0.
      Null statement is nothing in C++.

      Delete
  5. are we to study each and every inbuilt functions coming under the respective header files?

    ReplyDelete
    Replies
    1. Please refer to syllabus as prescribed by CBSE for this topic and all other topics as well. What is in syllabus will be framed in exam.
      For inbuilt functions you can download notes from quadd website. Link to quadd website is given on the top of this blog.

      Delete
  6. domain specific tools ??
    i know what it is (definition) but what other things i need to know about it and about its types/examples such as school Management System, Inventory Management System, Payroll System etc. ??

    ReplyDelete