CS101- Introduction to Computing - Final Term Examination 

(Session - 3) - Spring 2010
by Renegade (Saeed) 
Solved by Amjad Ali
www.vuzs.info
 
Time: 90 min
Marks = M = 58
CS101- Introduction to Computing - Q.No. 1    ( M - 1 )    .
 Analytical Engine is ------------------
        An electrical machine
        A digital machine
        An analog machine
        A special purpose machine
   
CS101- Introduction to Computing - Q.No. 2    ( M - 1 )    .
 __________% of the users have left websites in frustration due to poor navigation.
        40
        62
        83
        91
   
CS101- Introduction to Computing - Q.No. 3    ( M - 1 )    .
 __________ breaks down the message to be sent over the internet into packets.
        FTP
        HTTP
        TCP
        IP
   
CS101- Introduction to Computing - Q.No. 4    ( M - 1 )    .
 The first spread sheet was called as_____________.
        Excel
        PowerPoint
        Word
        VisiCalc
   
CS101- Introduction to Computing - Q.No. 5    ( M - 1 )    .
 Which is correct?
        onUnload
        onUnLoad
        onUNLOAD
        All of the above
    www.vuzs.info  
CS101- Introduction to Computing - Q.No. 6    ( M - 1 )    .
 Variables allow us to manipulate data through the ___________.
        Actual Value
        Reference
        Length
        Name
   
CS101- Introduction to Computing - Q.No. 7    ( M - 1 )    .
 We use ___________ to stop Break-Ins.
        Scanners
        Intrusion detectors
        Utilities
        None of the given options
   
CS101- Introduction to Computing - Q.No. 8    ( M - 1 )    .
 Which attribute of the IMG tag tells us about the source of the image ____________.
        source
        path
        loc
        src
   
CS101- Introduction to Computing - Q.No. 9    ( M - 1 )    .
 The developer report to ___________ in a development team.
        Team Lead
        Project Manager
        CEO
        IT Manager
   
CS101- Introduction to Computing - Q.No. 10    ( M - 1 )    .
 The key responsibilities of the architect of the project is______________.
        Technology selection
        High-level design
        Makes certain that the implementation remains true to the design
        All of the given options
   
CS101- Introduction to Computing - Q.No. 11    ( M - 1 )    .
  Using smart editors they can automatically color different parts of statements in different colors e.g. HTML tags in ____________ color.
        Green
        Grey
        Blue
        None of the given options
   
www.vuzs.info
 
CS101- Introduction to Computing - Q.No. 12    ( M - 1 )    .
 _______ is responsible for all the essential operations like basic house keeping, task scheduling, etc. Also contains low-level HW interfaces
        Hardware
        Device Manager
        Kernel
        Device Driver
   
CS101- Introduction to Computing - Q.No. 13    ( M - 1 )    .
 Randomized algorithms are often ________ than deterministic algorithms for the same problem.
        Simpler and more slow
        Simpler and more efficient
        Complex and more efficient
        Complex and more slow
   
CS101- Introduction to Computing - Q.No. 14    ( M - 1 )    .
 Compound Statement after decision constructs in JavaScript is enclosed with
         )
         ]
         };
         }
   
www.vuzs.info
 
CS101- Introduction to Computing - Q.No. 15    ( M - 1 )    .
 The key property of the ‘Array’ object in JavaScript is
        Value
        Length
        Name
        All of the given choices
   
CS101- Introduction to Computing - Q.No. 16    ( M - 1 )    .
 Which protocol is used to send email ?
        FTP
        SMTP
        TELNET
        All of the given choices
   
CS101- Introduction to Computing - Q.No. 17    ( M - 1 )    .
 Following is highest level of heading tag in list given below.
        H3
        H4
        H5
        H2
   
CS101- Introduction to Computing - Q.No. 18    ( M - 1 )    .
 Blue Pacific is a name of ______ computer.
        Mini
        Desktop
        Micro
        Super
   
CS101- Introduction to Computing - Q.No. 19    ( M - 1 )    .
 __________ correctness is easier to check as compared with __________
        Syntactic, Semantic
        Semantically, Syntactically
        Systematically, Semantically
        None of the given options
www.vuzs.info
 
    
CS101- Introduction to Computing - Q.No. 20    ( M - 1 )    .
 __________ refers maintaining the correctness and consistency of data
        Security
        Integrity
        Reliability
        None of the given
   
CS101- Introduction to Computing - Q.No. 21    ( M - 1 )    .
 Which of the following keyword is used to jump out of switch statement as soon as the match is found?
        Default
        Else
        Jump
        Break
   
CS101- Introduction to Computing - Q.No. 22    ( M - 1 )    .
 How much parameters does POW () function have?
        2
        1
        3
   
CS101- Introduction to Computing - Q.No. 23    ( M - 1 )    .
 How many types the string methods have?
        1
        2
        3
   
CS101- Introduction to Computing - Q.No. 24    ( M - 1 )    .
 The output of document.write( "2" + Math.PI ) ; is__________.
        23.141592653589793
        3.146
        2.3141592653589793
        None of them  
www.vuzs.info
 
CS101- Introduction to Computing - Q.No. 25    ( M - 1 )    .
 POP, IMAP and SMTP are related to one of the following service/services?
        Electronic Mail
        Instant Messaging
        Both a and b
        None of above
   
CS101- Introduction to Computing - Q.No. 26    ( M - 1 )    .
 _______ is designed for 2D-Animation .
        Flash Animation           
        HTML image class
        Web Browser               
        HTML 2D class
   
CS101- Introduction to Computing - Q.No. 27    ( M - 2 )
 Define the term 3D Rendering
    The process of converting information about 3-D objects into a bit-map that can be displayed on a 2-D computer display.
CS101- Introduction to Computing - Q.No. 28    ( M - 2 )
 What is an intelligent system?
    SW programs or SW/HW systems designed to perform complex tasks employing strategies that mimic some aspect of human thought.
CS101- Introduction to Computing - Q.No. 29    ( M - 2 )
 Define testing with respect to programming.. Testing:-    The tasks performed to determine the existence of defects. Programming:-    The process of telling the computer what to do.
   
CS101- Introduction to Computing - Q.No. 30    ( M - 2 )
 What is a compiler? Write its one benifit over interpreter.                         
   
CS101- Introduction to Computing - Q.No. 31    ( M - 3 )
 Who is a Computing Professional?
   
CS101- Introduction to Computing - Q.No. 32    ( M - 3 )
 What are Trojan Horses ?
   
CS101- Introduction to Computing - Q.No. 33    ( M - 3 )
 What is ICMP?
    
www.vuzs.info
 
CS101- Introduction to Computing - Q.No. 34    ( M - 5 )
 What is ARPANET and who developed it?
   
CS101- Introduction to Computing - Q.No. 35    ( M - 5 )
 Write down the advantages of Natural Language Processing.
   
CS101- Introduction to Computing - Q.No. 36    ( M - 5 )
 Draw hierarchy of the people in the small project?