Sponsored Links


Results 1 to 1 of 1

Thread: CS101- Introduction to Computing FINALTERM EXAMINATION mega paper 2012

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

    Thumbs up CS101- Introduction to Computing FINALTERM EXAMINATION mega paper 2012

    Sponsored Links1


    cs101 introduction to computing final term mega solve papers files virtual univeristy of Pakistan 2012 .2011,2010,2009 download the attachment

    FINALTERM EXAMINATION
    Spring 2010
    CS101- Introduction to Computing (Session - 1)


    Question No: 1 ( Marks: 1 ) - Please choose one
    What is NOT a key factor while designing a website?
    ► Usability
    ► User-friendly
    ► Consistency
    ► Complexity (correct)

    Question No: 2 ( Marks: 1 ) - Please choose one
    Communications on the internet is controlled by a set of two protocols which are ____________.
    ► IMAP and SMTP

    ► FTP and HTTP

    ► TCP and IP (correct)

    ► TCP and HTTP


    Question No: 3 ( Marks: 1 ) - Please choose one
    A variable can be _________ in scope.
    ► Local
    ► Global
    ► Either local or global (correct)
    ► None of the given options

    Question No: 4 ( Marks: 1 ) - Please choose one
    A protocol used for receiving email messages is called ____________.
    ► URL
    ► Telnet
    ► POP3 (correct)
    ► SMTP

    Question No: 5 ( Marks: 1 ) - Please choose one
    Aliasing problem can be managed by ____________the size of pixels.
    ► Reducing (correct)
    ► Increasing
    ► Gaining
    ► Modifying

    Question No: 6 ( Marks: 1 ) - Please choose one
    Serial arrangement in which things follow logical order or a recurrent pattern, such as statements executing one by one, is called __________.
    ► Loop
    ► Sequence (correct) 80% confidence
    ► Condition
    ► Array

    Question No: 7 ( Marks: 1 ) - Please choose one
    Which of the following data types are recognized by JavaScript?
    ► Strings
    ► Numbers
    ► Undefined
    ► All of the given options (correct)

    Question No: 8 ( Marks: 1 ) - Please choose one
    a = Math.ceil(12.01)
    What will be the value of a ?

    ► 12
    ► 13 (correct)
    ► 12.0
    ► 13.01

    Question No: 9 ( Marks: 1 ) - Please choose one
    In the old days, databases did NOT support ____________.
    ► Number
    ► Boolean
    ► Video (correct)
    ► Text

    Question No: 10 ( Marks: 1 ) - Please choose one
    The organizations are learning that business can be done in a more effective manner if emphasis is placed upon ___________.
    ► Cooperation
    ► Shared responsibility
    ► Networking
    ► All of the given options (correct)

    Question No: 11 ( Marks: 1 ) - Please choose one
    Module level design is the responsibility of the ___________.
    ► Architect
    ► Team Lead
    ► Developer (correct)
    ► CEO

    Question No: 12 ( Marks: 1 ) - Please choose one
    _____________ errors are caused by the code that somehow violates the rule of the language.
    ► Syntax (correct)
    ► Semantic
    ► Run time
    ► Load time

    Question No: 13 ( Marks: 1 ) - Please choose one
    The world first computer program was written to compute:
    ► Simple sequence
    ► Multiple sequence
    ► Bernoulli’s sequence (correct)
    ► Increasing sequence

    Question No: 14 ( Marks: 1 ) - Please choose one
    Microsoft Word is a type of:
    ► System Software
    ► Freeware Software
    ► Shrink-Wrapped Software (correct)
    ► Custom-built Software

    Question No: 15 ( Marks: 1 ) - Please choose one
    We need _____________ for memory management in computer
    ► Software
    ► Hardware
    ► Operating System (correct)
    ► Application Software

    Question No: 16 ( Marks: 1 ) - Please choose one
    _____________ is generally measured in terms of the number of steps required to execute an algorithm.

    ► Space
    ► Time (correct)
    ► Memory and time
    ► Bandwidth

    Question No: 17 ( Marks: 1 ) - Please choose one
    PowerBuilder falls in the category of ______________.
    ►Assembly Languages
    ►4-th Generation Languages (correct)
    ►Machine Languages
    ►High-Level Languages

    Question No: 18 ( Marks: 1 ) - Please choose one
    ___________ means to break down into simpler components and analyze.
    ►Recursion
    ►Parsing (correct)
    ►Scope
    ►Navigation

    Question No: 19 ( Marks: 1 ) - Please choose one
    for(var i=1; i<=2;i=i+1)
    {
    document.write( "Sorted Words:" + "<BR>" )
    }

    Which of the following shall be the output of above code:
    ►Sorted Words: Sorted Words:
    ►Sorted Words:
    Sorted Words:
    ► Sorted Words: “<BR>”
    Sorted Words: “<BR>”

    ►Sorted Words: <BR>
    Sorted Words: <BR> (correct)

    Sponsored Links



    Question No: 20 ( Marks: 1 ) - Please choose one
    Assembly languages allow a programmer to use _________ for numbers.
    ► Object

    ► Entity

    ► Name (correct)

    ► Interpreter


    Question No: 21 ( Marks: 1 ) - Please choose one
    __________ means you have only one container to store more than one value in JavaScript.
    ► Variable
    ► Matrix
    ► Array
    ► String

    Question No: 22 ( Marks: 1 ) - Please choose one
    Coding is the responsibility of ________________
    ► Software designer
    ► Software developer (correct)
    ► Project manager
    ► None of given

    Question No: 23 ( Marks: 1 ) - Please choose one
    CEO stands for____________________
    ► Central Executive officer
    ► Chief External officer
    ► Chief executive officer (correct)
    ► None of given

    Question No: 24 ( Marks: 1 ) - Please choose one
    Decision Support Systems will become a bigger part of the professional life of the________ .
    ► Doctors
    ► Mangers
    ► Marketers
    ► All of above (correct)

    Question No: 25 ( Marks: 1 ) - Please choose one
    The output of fuzzy Logic System is computed by using ______Technique.
    ► MAX-MAX
    ► MAX-MIN
    ► MIN-MAX (correct)
    ► None of the given

    Question No: 26 ( Marks: 1 ) - Please choose one
    In the statement Math.PI, Math is _________ and PI is ___________.
    ► Variable, Constant
    ► Object , Method
    ► Object , Function
    ► Object , Property (correct)

    Question No: 27 ( Marks: 2 )
    For what purposes FTP is used in networks ?
    Question No: 28 ( Marks: 2 )
    In JavaScript, what is event handling? What are the two types of events?


    Question No: 29 ( Marks: 2 )
    Define the key weakness of the web?

    Question No: 30 ( Marks: 2 )
    What was the obstacle to the construction of analytical engine?
    Question No: 31 ( Marks: 3 )
    The event handler attribute consists of three parts. Write about each of them.

    Question No: 32 ( Marks: 3 )
    Who is a Computing Professional?
    .

    Question No: 33 ( Marks: 3 )
    Give any three applications of computer graphics?

    Question No: 34 ( Marks: 5 )
    Mention any five applications of Artificial Intelligent System.

    Question No: 35 ( Marks: 5 )
    What are the important properties, methods and event handlers of image object?

    Question No: 36 ( Marks: 5 )
    Explain function arguments with the help of an example?
    Attached Files Attached Files
    Last edited by Vuhelper; 01-29-2012 at 09:22 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. CS101 Introduction to Computing Solve Paper December 2012-2013
    By education2012 in forum Mid Term & Final Term Papers
    Replies: 0
    Last Post: 12-10-2012, 07:58 PM
  2. CS101 Introduction to Computing Solve Paper December 2012
    By education2012 in forum Mid Term & Final Term Papers
    Replies: 0
    Last Post: 12-08-2012, 10:02 PM
  3. CS101 Introduction to Computing Solve Mid Term paper Fall Semester 2012
    By Vuhelper in forum Mid Term & Final Term Papers
    Replies: 0
    Last Post: 11-27-2012, 02:47 PM
  4. CS101 Introduction to Computing Solve Paper Fall Semester 2012
    By Vuhelper in forum Mid Term & Final Term Papers
    Replies: 0
    Last Post: 11-23-2012, 03:45 PM
  5. CS101- Introduction to Computing today currnet FINALTERM paper February 2012
    By Vuhelper in forum Mid Term & Final Term Papers
    Replies: 3
    Last Post: 02-03-2012, 07:05 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