Sponsored Links


Results 1 to 1 of 1

Thread: CS201 - Introduction to Programming full solve mid term papers 2011

  1. #1
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578

    Yelp 32 CS201 - Introduction to Programming full solve mid term papers 2011

    Sponsored Links1


    full solve bundle of papers in attachmen



    Question No: 10 ( Marks: 1 ) - Please choose one


    Which looping process is best, when the number of iterations is known?

    ► for

    ► while

    ► do-while

    ► all looping processes require that the iterations be known



    Question No: 11 ( Marks: 1 ) - Please choose one


    Which character is inserted at the end of string to indicate the end of string?


    ► new line


    ► tab

    ► null



    ► carriage return




    Question No: 12 ( Marks: 1 ) - Please choose one


    How many bytes are occupied by declaring following array of characters?
    char str[] = “programming”;


    ► 10

    ► 11

    ► 12

    ► 13



    Question No: 13 ( Marks: 1 ) - Please choose one


    Which of the following header file defines the rand() function?





    ► iostream.h

    ► conio.h

    ► stdlib.h

    ► stdio.h



    Question No: 14 ( Marks: 1 ) - Please choose one


    Commenting the code _____________________


    ► Makes a program easy to understand for others.

    ► Make programs heavy, i.e. more space is needed for executable.

    ► Makes it difficult to compile

    ► All of the given options.



    Question No: 15 ( Marks: 1 ) - Please choose one


    What's wrong with this for loop?
    for (int k = 2, k <=12, k++)

    ► the increment should always be ++k

    ► the variable must always be the letter i when using a for loop

    ► there should be a semicolon at the end of the statement

    ► the commas should be semicolons



    Question No: 16 ( Marks: 1 ) - Please choose one


    For which array, the size of the array should be one more than the number of elements in an array?


    ► int


    ► double




    ► float



    ► char

    Sponsored Links
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 01-15-2012, 04:50 PM
  2. Replies: 1
    Last Post: 07-17-2011, 06:59 PM
  3. Replies: 1
    Last Post: 07-17-2011, 06:48 PM
  4. Replies: 0
    Last Post: 07-16-2011, 03:42 AM
  5. Replies: 0
    Last Post: 07-09-2011, 09:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft