cs101 5 final term papers of 2010

Upload: fahid-javad

Post on 05-Apr-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    1/48

    CS101- Introduction to Computing

    Composed By Faheem Saqib

    5 Final term Papers of 2010

    For more Help Rep At

    [email protected]

    [email protected]

    0334-6034849

    FINALTERM EXAMINATION

    Spring 2010

    CS101- Introduction to Computing (Session - 3)

    Ref No: 1344120Time: 90 min

    Marks: 58

    Student Info

    StudentID:MC100200011

    Center:OPKST

    ExamDate:07 Aug 2010

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

    Analytical Engine is ------------------ An electrical machine

    A digital machine

    An analog machine A special purpose machine

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

    __________% of the users have left websites in frustration due to poor navigation.

    40

    62

    83

    91

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    2/48

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

    __________ breaks down the message to be sent over the internet into packets.

    FTP

    HTTP

    TCP

    IP

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

    The first spread sheet was called as_____________.

    Excel

    PowerPoint

    Word

    VisiCalc

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

    Which is correct?

    onUnload

    onUnLoad

    onUNLOAD

    All of the above

    Question No: 6 ( Marks: 1 ) - Please choose oneVariables allow us to manipulate data through the ___________.

    Actual Value

    Reference

    Length

    Name

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

    We use ___________ to stop Break-Ins.

    Scanners

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    3/48

    Intrusion detectors

    Utilities None of the given options

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

    Which attribute of the IMG tag tells us about the source of the image ____________.

    source

    path

    loc

    src

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

    The developer report to ___________ in a development team.

    Team Lead

    Project Manager

    CEO

    IT Manager

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

    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

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

    Using smart editors they can automatically color different parts of statements indifferent colors e.g. HTML tags in ____________ color.

    Green

    Grey

    Blue

    None of the given options

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

    _______ 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

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

    Randomized algorithms are often ________ than deterministic algorithms for the same

    problem.

    Simpler and more slow

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    4/48

    Simpler and more efficient

    Complex and more efficient Complex and more slow

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

    Compound Statement after decision constructs in JavaScript is enclosed with

    ( )

    [ ]

    { };

    { }

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

    The key property of the Array object in JavaScript is

    Value

    Length

    Name

    All of the given choices

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

    Which protocol is used to send email ?

    FTP

    SMTP

    TELNET

    All of the given choices

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

    Following is highest level of heading tag in list given below.

    H3

    H4

    H5

    H2

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

    Blue Pacific is a name of ______ computer.

    Mini

    Desktop

    Micro

    Super

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

    __________ correctness is easier to check as compared with __________

    Syntactic, Semantic

    Semantically, Syntactically

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    5/48

    Systematically, Semantically

    None of the given options

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

    __________ refers maintaining the correctness and consistency of data

    Security

    Integrity

    Reliability

    None of the given

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

    Which of the following keyword is used to jump out of switch statement as soon as

    the match is found?

    Default

    Else

    Jump

    Break

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

    How much parameters does POW () function have?

    2

    1 3

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

    How many types the string methods have?

    1

    2

    3

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

    The output ofdocument.write( "2" + Math.PI ) ; is__________.

    23.141592653589793

    3.146

    2.3141592653589793

    None of them

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

    POP, IMAP and SMTP are related to one of the following service/services?

    Electronic Mail

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    6/48

    Instant Messaging

    Both a and b None of above

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

    _______ is designed for 2D-Animation .

    Flash Animation

    HTML image class

    Web Browser

    HTML 2D class

    Question No: 27 ( Marks: 2 )

    Define the term 3D RenderingThe process of converting information about 3-D objects into a bit-map that can be

    Displayed on a 2-D computer display

    Question No: 28 ( Marks: 2 )

    What is an intelligent system?

    An intelligent system is a dynamic system that utilises computational intelligence (CI) to

    analyse interconnections between causes, drivers and effects, so as to model, predict and

    control their dynamic interactions in a holistic manner

    Question No: 29 ( Marks: 2 )

    Define testing with respect to programming..

    Question No: 30 ( Marks: 2 )

    What is a compiler? Write its one benifit over interpreter.

    Compiler translates the program written in a HLL in one go. The translated code is

    then used by the uP whenever the program needs to be run

    Interpreter translates the HLL program one statement at time. It reads a single

    statement, translates it into machine language and passes that machine language code to

    The uP and then translates the next statement, and so on

    Question No: 31 ( Marks: 3 )

    Who is a Computing Professional?

    Professionals involved in the development and/or maintenance of SW and/or

    computer HW

    Computer scientists, software engineers, computer engineers, and some of the

    telecom engineers are generally classified as computing professionals

    Question No: 32 ( Marks: 3 )

    What are Trojan Horses ?Unlike viruses, they are stand-alone programs

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    7/48

    The look like what they are not

    They appear to be something interesting and harmless (e.g. a game) but when theyare executed, destruction results

    Question No: 33 ( Marks: 3 )

    What is ICMP?

    Question No: 34 ( Marks: 5 )

    What is ARPANET and who developed it?

    Question No: 35 ( Marks: 5 )

    Write down the advantages of Natural Language Processing.

    Question No: 36 ( Marks: 5 )

    Draw hierarchy of the people in the small project?

    FINALTERM EXAMINATIONSpring 2010

    CS101- Introduction to Computing

    Ref No: 1547519

    Time: 90 min

    Marks: 58

    Student Info

    Student ID:

    Center:

    Exam Date:

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

    In a good presentation each slide should contain____________.

    Heading

    Phrases not sentences

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    8/48

    Sentences not phrases

    Heading, sentences not phrases

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

    Which one of the following is not an event handler's attribute?

    Function

    Identifier

    Equal sign

    String consisting of JavaScript statements

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

    According to the heuristic, the number of defects remaining in a system after a given

    level of tests is proportional to ___________.

    The number found on very first day.

    The number found during the development.

    The number found during the test.

    None of the given options.

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

    Which one is the best option for designing a Medical Expert System?

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    9/48

    Rule Based System

    Genetic Algorithm

    Fuzzy Logic

    Neural Network

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

    A combination of word processing and graphic design is

    Corel Draw

    Desktop Publishing

    Paint

    WordPad

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

    A microprocessor can be made more powerful by increasing its ________

    Clock frequency

    Word length

    Clock frequency and Word length

    None of above

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    10/48

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

    Security can also be improved through _____________.

    Encryption

    Typing errors

    Transmission errors

    Hardware malfunctions

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

    ______________ is a field that uniquely identifies each record stored in a table.

    Composite Key

    Primary key

    Foreign key

    None of the given options

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

    There are _________ types of errors.

    2

    3

    4

    5

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    11/48

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

    ______ is simply a fast port that lets you connect computer peripherals and consumer

    electronics to your computer without restart.

    Freeware

    Shareware

    Firewire

    Firmware

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

    ___ provides a simple, consistent way for applications to interact with the HW withouthaving to know all the details of the HW

    Explorer.exe

    System Files

    Operating System

    Application Software

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

    One can browse documents residing on a remote computer using ________ protocol.

    HTTP

    SMTP

    FTP

    TELNET

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    12/48

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

    Which event handler executes the specified JavaScript code when a window/form

    element loses focus ?

    onBlur

    onLoad

    onUnload

    onFocus

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

    Which event handler executes the specified JavaScript code when a window/form

    element receives focus ?

    onBlur

    onLoad

    onUnload

    onFocus

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

    _____________ loop is a flow control statement that allows code to be executedrepeatedly based on a given Boolean condition.

    For

    Do-While

    If-else

    While

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    13/48

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

    Expression format in cell D4 is NOT correct.

    True

    False

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

    for(var i=1; i

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    14/48

    Data integrity, in Database management system is necessary because it:

    Refers to provide insecurity to the data

    Refers to provide security to the data

    Refers to maintaining the correctness of data

    Refers to maintaining the consistency of the data

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

    Which of the following formula is used in spreadsheet for addition?

    C6+E6

    =C6+E6

    6+6=12

    6+E6

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

    Which of the following keyword is used to jump out of switch statement as soon as

    the match is found?

    Default

    Else

    Jump

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    15/48

    Break

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

    How many types the string methods have?

    1

    2

    3

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

    Which Internet Service is comparatively Slow but Inexpensive and Fast.

    E-mail

    Instant Messaging

    Web

    None of the given

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

    Semantic web is ________ .

    The extension of web

    Designed for both human beings and computers

    The extension of web and Designed for both human beings and computers

    None of the given

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    16/48

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

    Coding is the responsibility of ________________

    Software designer

    Software developer

    Project manager

    None of given

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

    Run time error occurs when ___________ .

    The complier compiles the programs

    The compiler ends the execution of the program

    The compiler start running the program

    The compiler finds a semantic error

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

    Heuristics are ________ .

    Intelligent systems

    Always ends with the solution of the problem

    Both of the given

    None of the given

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    17/48

    Question No: 27 ( Marks: 2 )

    What are application softwares? List down the names of three application softwares.

    Definition: Application Software are that software then can interact directory with theuser for performance of respective type of work.

    Following are the types of Application Softwares:-

    AutoCAD and Corel Draw Business Software Productivity SW Games SoftwareQuestion No: 28 ( Marks: 2 )

    Why Local variable is preferred over Global variable ?

    In my point of view Global variable has some advantage with Local variables is preferreddue to the following reasons:-

    When we declare any global variable in web page then in case of error and logic its very

    difficult to see on which line this variable is used and whats his value if we have more

    than 2000 lines and all the functions in web page using that Global Variable so Global

    variables can make the logic of a Web page difficult to understand.

    As we know we can use Global variable everywhere so Global variables also make thereuse and maintenance of your code much more complex.

    Question No: 29 ( Marks: 2 )

    In JavaScript, what is event handling? What are the two types of events?

    In java script we can capture events on do some operation on the basis of that particular

    event. For example we want to load some data on web page then with the help of event

    handling we can do this operation by using onLoad event.

    We can put Event handlers in the body of web page and also in attributes of HTML.

    From the attribute we can call any JavaScript function that will do his operation andcome back. Now we can also interact with server side with the help of AJAX in

    JavaScript function.

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    18/48

    In-Line Event Handling

    We can place event handlers in the BODY part and also in HTML attributes the eventhandlers attributes consist of 3 parts the event handler, equal sign and a string of

    JavaScript statement enclosed in quotes (single or double). And one more thing these

    should be put in one line without newline due to this sophisticated event handling is not

    possible with in-line event handling.

    Question No: 30 ( Marks: 2 )

    What is Structured Vector Graphics ?

    This is a plug-in that is required to view swf (flash) files in the web browser

    Question No: 31 ( Marks: 3 )

    What kind of new jobs are created because of computing? And which old professions are

    being eliminated?

    Due to computing where people are getting benefits from automated systems on the otherhand the people that are with KHATA system or Manual system and they dont know

    about computers are eliminated due to this reason and people take place of many people.

    We can see in the offices where before computer if there are four person required now

    only one person is required for example with the help of database we can store more than

    thousand of information and only one person is managing the whole data that is DBA. In

    the old system many people are writing the data in registers and then its also very

    difficult to find the specific record.

    Now we can see companies are hiring:-

    Data Entry Operators

    System Engineers

    Software Developer

    DBA etc.

    Question No: 32 ( Marks: 3 )

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    19/48

    What are Logic- or Time-Bombs ?

    It execute the payload when predetermined event occursFor example use type particular phrase and particular data is reached.

    Question No: 33 ( Marks: 3 )

    What do you mean by FTP or File Transfer Protocol?

    This protocol is used to upload the files on remote computers. This is used to transfer

    files between computer on TCP/IP network e.g. internet and now a days many software

    are available for uploading files using FTP like Mozila FTP, cute FTP etc.

    Question No: 34 ( Marks: 5 )

    Why should we, as computing professionals, be interested in studying the socialimplications of our creations?

    If we see our life then we can judge computing technology is changing our life fast if we

    compare with other technology.

    We should highlight the mistakes and successes of the past. We should learn then andselect future direction accordingly. Computers are keep becoming more and more

    powerful and gaining more autonomy.

    Powerful Global Corporation.

    The network Organization

    Question No: 35 ( Marks: 5 )

    How DoS attack is a cyber crime? For what cyber crime can be used?

    DoS is the crime but of a new type. A new type for policing system is required totackle such crimes.

    Cyber Crime can be used to Damage a home computer, Bring down the Business,

    Weaken the financial and defense system of country.

    Question No: 36 ( Marks: 5 )

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    20/48

    What are the key characteristics of internet? Write the names of any five.

    FINALTERM EXAMINATIONSpring 2010

    CS101- Introduction to Computing

    Ref No: 1346055

    Time: 90 minMarks: 58

    Student Info

    Student ID:

    Center:

    Exam Date:

    For Teacher's Use Only

    Q No. 1 2 3 4 5 6 7 8 Total

    Marks

    Q No. 9 10 11 12 13 14 15 16

    Marks

    Q No. 17 18 19 20 21 22 23 24

    Marks

    Q No. 25 26 27 28 29 30 31 32

    Marks

    Q No. 33 34 35 36

    Marks

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    21/48

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

    Analytical Engine is ------------------

    An electrical machine

    A digital machine

    An analog machine

    A special purpose machine

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

    Website design should NOT be __________.

    Unified

    Complex

    Consistent

    Predictable

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

    TCP stands for ___________.

    Total communication protocol

    Transmission control protocol

    Transfer control protocol

    Transfer collection protocol

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    22/48

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

    A vocabulary and set of grammatical rules for instructing a computer to perform specific

    tasks is called

    Software

    Programming language

    Device driver

    Interpreter

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

    A _________ is a meaningful, easy-to-remember label for an IP address.

    TCP address

    Domain name

    Network name

    VoIP

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

    In spreadsheets, cell address A12 means _______.

    Row A, Cloumn 12

    Row 12, Cloumn A

    Row 2,Cloumn A1

    Row A1, Cloumn 2

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    23/48

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

    According to the heuristic, the number of defects remaining in a system after a given

    level of tests is proportional to ___________.

    The number found on very first day.

    The number found during the development.

    The number found during the test.

    None of the given options.

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

    Which one is the best option for designing a Medical Expert System?

    Rule Based System

    Genetic Algorithm

    Fuzzy Logic

    Neural Network

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

    Command that allows you to recover form mistakes is called __________.

    Clear

    Edit

    Undo

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    24/48

    Break

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

    The document.write( ) method expects ___________ as its argument.

    Integer

    Float

    String

    Boolean

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

    We use ___________ to stop Break-Ins.

    Scanners

    Intrusion detectors

    Utilities

    None of the given options

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

    The developer report to ___________ in a development team.

    Team Lead

    Project Manager

    CEO

    IT Manager

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    25/48

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

    The key responsibilities of a project manager is _____________.

    Planning and tracking of the project

    Arranging of the appropriate resources

    Client relationship management

    All of the given options

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

    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

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

    The important attribute of image tag is ________________.

    src

    image

    None of the given options

    alt

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    26/48

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

    onAbort , onError are the _______________ of the image object.

    Event Handler

    Properties

    Methods

    None of the given options

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

    Now a days, users communicate with the computer using a consistent __________

    provided by the Operating System.

    Command-line interface

    Application Interface

    User Interface

    Protocol

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

    One can browse documents residing on a remote computer using ________ protocol.

    HTTP

    SMTP

    FTP

    TELNET

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    27/48

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

    Which of the following device can be used to control network traffic?

    Cable

    Connector

    Hub

    Repeater

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

    User can remotely log on to a computer and can have a control over it like a local user

    using

    TelNet Protocol

    TelNet Protocol and connected to the user through TCP/IP network

    TelNet protocol and FTP

    TCP/IP and FTP

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

    If(studentMarks>70);(

    document.write( "Grade A");

    }

    Which of following is correct format of above code:

    If(studentMarks>70);

    (

    document.write( "Grade A");

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    28/48

    };

    If(studentMarks70)

    (document.write( "Grade A");

    }

    If(studentMarks>70)

    {

    document.write( "Grade A");

    }

    None of above options

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

    Which of the following language is object based but not object oriented language.

    javascript

    visual basic

    C++

    C#

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

    asin(x) stands for __________

    Asynchronous sine

    Alpha Sine

    Automated Sine

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    29/48

    ArcSine

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

    The output of POW (3, 2) is______________.

    6

    4

    9

    12

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

    The Right most portion or the third portion of the URL contains______ .

    Protocol Identifier

    Server Name

    Directory Name

    None of the given

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

    Which Image format is known as Lossless original format.

    JPEG

    GIF

    Bitmap

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    30/48

    Vector

    Question No: 27 ( Marks: 2 )

    What is a function? Give one example.

    Answer:

    Function is a reusable code (group of statement) that is executed when the function is

    called. It is also known as sub-program. Function is normally defined in the head section

    of the code.

    Question No: 28 ( Marks: 2 )

    What is an intelligent system?

    Answer:

    Intelligent systems are the programs developed to perform complicated jobs that reflect

    human brain and thoughts. If the algorithms are too much complex or can not be solvedinstantly then we can use such systems. Therefore the well intelligent system not only

    performs well but it has the capability to rectify any errors by himself if it occurs withinhis domain.

    The examples of intelligent systems are Robotics, Business Intelligence etc.

    Question No: 29 ( Marks: 2 )

    What is meant by semantic error ?

    Answer:

    It is an error which a developer encounters when a statement is executed but it was notintended by him (the developer). Such errors are very difficult to locate during testing.

    Mostly these occur during abnormal circumstances. It may be referred as the logical

    error.

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    31/48

    Question No: 30 ( Marks: 2 )

    What is best algorithm?

    Answer:

    Greedy algorithm is the best algorithm as it is n algorithm that always takes the best

    immediate, or local solution while finding an answer.

    Question No: 31 ( Marks: 3 )

    How can we include images in a web page using HTML and Java script?

    Answer:

    Images can be included in HTML by employing tag, below is the format of

    Question No: 32 ( Marks: 3 )

    What are the Sub categories of Artificial Intelligence? Briefly explain any two.

    Answer:

    1. Robotics

    These are the machines which are computer programmed and perform work which was

    previously done by humans. They can be found in the manufacturing industry, the

    military, space exploration and medical applications.

    2.Expert SystemsThese systems are designed to replace an expert. The medical expert system is an

    example of such system which can replace a Doctor/medical expert.

    Question No: 33 ( Marks: 3 )

    What are the steps of working of TCP and IP protocols in internet transmission?

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    32/48

    Answer:

    TCP divide messages in to many packets (capsulation) and sent these messages over the

    internet and IP route these messages on the internet to the correct destination and uponreaching the messages on its destination the messages are encapsulated.

    Question No: 34 ( Marks: 5 )

    What is ARPANET and who developed it?

    Answer:

    ARPANET stands for Advanced Research Projects. The initial purpose was to

    communicate with and share computer resources among mainly scientific users at theconnected institutions. In the beginning it was connected four universities and enabledscientists to share resources.

    It was headed by Dr. J.C.R. Licklider.

    Question No: 35 ( Marks: 5 )

    Define professional ethics and its benefits with an example?

    Question No: 36 ( Marks: 5 )

    Write JavaScript code for the following:

    Make a function compareWithTen(value)

    Compare the function argument with 10 and display a message whether the value is less

    than, equal to or greater than 10.

    Final TERM EXAMINATION

    Spring 2010CS101- Introduction to Computing (Session - 2)

    Note: MCQs in Blue are the sure answers and Yellow highlighted are Quarantined

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

    __________ breaks down the message to be sent over the internet into packets.

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    33/48

    FTP HTTP

    TCP (page.no.317)

    IP

    Question No: 2 ( Marks: 1 ) - Please choose oneA protocol used for receiving email messages is called ____________.

    URL

    Telnet

    POP3 (page.no.213)

    SMTP

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

    Aliasing problem can be managed by ____________the size of pixels.

    Reducing (page.no.236)

    Increasing

    Gaining

    Modifying

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

    Variables allow us to manipulate data through the ___________.

    Actual Value Reference (page.no.143)

    Length

    Name

    Question No: 5 ( Marks: 1 ) - Please choose oneThe __________ reserved word allows a determined action to be taken if the first

    condition is false.

    For

    While

    Else

    Switch

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

    ERP is a type of __________________ .

    Entertainment software

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    34/48

    Productivity software

    Business software

    Scientific software

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

    What is/are the use/uses of Word processor?

    To write a letter

    To write Research paper or report

    To create address labels

    All of the given

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

    Command that allows you to recover form mistakes is called __________.

    Clear

    Edit

    Undo

    Break

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

    Automatic machines performing various tasks that were previously done by humans, are

    called ____________.

    Robotics (page.no.244)

    Computers

    Decision Making Systems

    Autonomous Web Agents

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

    The ______ is connected to all other modules of the microprocessor.

    Control unit

    Memory unit

    Floating Point unit

    Arithmetic and Logic unit

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

    Database consisting of two or more related tables, is called _____________.

    Flat file database

    Object oriented database

    Tabular storage database

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    35/48

    Relational database (page.no.263)

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

    _________ can be used for entering, editing, or viewing data, one record at a time.

    Queries

    Forms (page.no.263)

    Reports

    None of the given option

    Question No: 13 ( Marks: 1 ) - Please choose oneDistance learning has got a boost due to the ___________.

    Easy communication

    Online interactive contents Flexibility

    All of the given options

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

    ____________ DBMS supports data in terabytes.

    Personal

    Desktop

    Enterprise

    Single-user

    Question No: 15 ( Marks: 1 ) - Please choose oneAfter the DoS attack in year 2000, Yahoo servers were recovered in __________.

    1 hour

    2 hours

    3 hours

    4 hours

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

    When web server is busy it gives the following message to the user : Time out

    Waiting

    Server busy

    None of the given options

    Question No: 17 ( Marks: 1 ) - Please choose oneTo stop industrial espionage, we use__________.

    Private network

    Encryption

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    36/48

    Network sniffer

    All of the given options (page.no.277)

    Question No: 18 ( Marks: 1 ) - Please choose one_______________ based communication allows business entities to coordinate the

    activities of their globally spread units with greater accuracy.

    Intranet

    Internet

    Home

    LAN

    Question No: 19 ( Marks: 1 ) - Please choose oneonAbort , onError are the _______________ of the image object.

    Event Handler (page.no.286) Properties

    Methods

    None of the given options

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

    Processed data is called ________.

    Information

    Data Entity

    Attribute

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

    ______ is a client program that uses HTTP to make requests to Web servers throughout

    the internet on behalf of the user.

    Web Application

    Web Browser (page.no.18)

    Internet Application

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    37/48

    HTML

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

    _______ consists of cells arranged in rows & columns

    Spreadsheets Software

    Word processor

    Presentation Software

    Microsoft Paint Software

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

    Flow control constructs in JavaScript includes:

    If-Else

    Loops and If -Else

    Switch and If-Else

    All of the given choices

    Question No: 24 ( Marks: 1 ) - Please choose oneWhich is NOT true for JavaScript variable name ?

    Student

    Roll_no_1111

    For

    _schedule

    Question No: 25 ( Marks: 1 ) - Please choose oneIn JavaScript, second element of an array has the index:

    2

    0

    1

    3

    JavaScript Array Basics5 May 2008 ... In this tutorial you learn what a JavaScript array is, ... The first

    element hasan index of 0, the second element has an index of 1, ...

    www.elated.com/articles/javascript-array-basics/ - Cached - Similar -

    Question No: 26 ( Marks: 1 ) - Please choose oneWhich protocol is used to control other computer from our own computer ?

    FTP

    NNTP

    TELNET (page.no.211)

    None of the given choices

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

    ______ occurs when a function calls itself.

    Recursion

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    38/48

    Call by value

    Call by reference Parsing

    Recursion - Wikipedia, the free encyclopediaThe function calls itself recursively on a smaller version of the input (n - 1) and

    multiplies the result of the recursive call by n, until reaching the ...

    en.wikipedia.org/wiki/Recursion - Cached - Similar -

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

    Which function returns a randomly selected floating point number between 0 and 1 ?

    floor(x)

    ceil(x) random() round(x)

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

    Using Java Script you can write a character at random location on screen

    By applying randomCh() method

    With the help of String object

    With the help of random character property

    There is no built in approach in Java Script

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

    The most used form tag is the tag.

    True

    False

    Question No: 31 ( Marks: 1 )What are the elements of website design? Any one

    Question No: 32 ( Marks: 1 )

    What kind of information can be stored in a database ?

    Question No: 33 ( Marks: 2 )

    What is meant by universal access of internet services ?

    Question No: 34 ( Marks: 2 )

    What is the database?

    Question No: 35 ( Marks: 3 )

    The event handler attribute consists of three parts. Write about each of them.

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    39/48

    Question No: 36 ( Marks: 3 )

    What is difference between Design and System Architecture?

    Question No: 37 ( Marks: 3 )What are Trojan Horses ?

    Question No: 38 ( Marks: 5 )

    Differentiate between For and While loop by writing the syntax of both loops.

    Question No: 39 ( Marks: 5 )

    Suppose we have a big project. Draw hierarchy of the people involved in the project?

    Question No: 40 ( Marks: 10 )

    Write down output for the following JavaScript code.

    a)

    document.write(Math.sqrt(25)); // output ?

    b)

    document.write(Math.pow(5, 3)); // output ?

    c)

    document.write(Math.min(5, 3)); // output ?

    d)

    document.write(Math.max(5, 3)); // output ?

    e)

    document.write(Math.floor(9.87)); // output ?

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    40/48

    Question No: 41 ( Marks: 10 )

    Is tabular data storage better than flat file data storage? Justify your answer.

    FINALTERM EXAMINATION

    Fall 2010CS101- Introduction to Computing (Session - 2)

    Ref No: 1115842

    Time: 120 min

    Marks: 75

    Student Info

    StudentID: MC090401039

    Center: OPKST

    ExamDate: 2/25/2010 12:00:00 AM

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

    The memory size of the Altair 8800 was 128 bytes

    128 Kilo bytes

    256 Kilo bytes

    256 bytes

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

    A named collection of properties (data, state) and methods (instruction, behavior) iscalled ____________.

    Array

    Function

    Variable

    Object

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

    JavaScript Variables are ____________.

    Dynamically Typed Statically Typed

    Strong Typed

    None of the given options

    Question No: 4 ( 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

    Condition

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    41/48

    Array

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

    Rule of thumb learned through trial and error is called ___________.

    Design

    Heuristic Plan

    Aim

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

    According to heuristic, if you cant explain it in ____________ minutes, either you dontunderstand it or it does not work.

    10

    2

    5 4

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

    To store rounded number of 8.6 in a variable called "r_number", we write

    _____________.

    r_numbers=Maths.rounds(8.6)

    r_number=Math.rounds(8.6)

    r_number=Math.round(8.6) r_number=Maths.round(8.6)

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

    Using only HTML we can create

    Dynamic web pages

    Static web pages

    Both Static and Dynamic pages

    None of these

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

    __________ function returns the largest integer that is less than or equal to x.

    round(x) floor

    ceil

    abs(x)

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

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    42/48

    Due to working at home, contact with the colleagues is __________, which may result in

    __________ quality of work

    Reduced, Poorer

    Reduced, Better

    Increased, Poorer

    Increased, Better

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

    The distance among families is ___________ because of spending more time on internet.

    Increased Expanded

    Contracted

    Decreased

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

    When web server is busy it gives the following message to the user :

    Time out

    Waiting

    Server busy None of the given options

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

    ____________ is designed for detecting viruses and inoculating.

    Antivirus Utility

    Trojan

    None of the given choices

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

    The ____________ is becoming the preferred organizational structure for more and more

    organizations with the passage of time.

    Tree structured organizational model

    Network paradigm Hierarchical structure

    None of the given options

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

    Planning and tracking of the project is the responsibility of the___________.

    Project Manager Architect

    Developer

    Chief Executive Officer

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

    The responsibilities of the Team Lead includes_____________.

    Planning and tracking of the project

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    43/48

    Detailed design

    Professional development of team members All of the given options

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

    _____________ team is responsible for a project after the specifications stage till the

    very end.

    Executive

    Architect

    Development HR

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

    There are _________ types of errors.

    2

    3 4

    5

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

    ________ are the computers that perform at or near the currently highest operational rate

    for computers.

    Minicomputers

    Microcomputers

    Supercomputers Personal Computers

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

    Which one of these is NOT an example of storage devices?

    Tape

    RAM Floppy

    DVD

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

    Forms can be submitted by using __________ different methods

    2 3

    4

    5

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

    Which is NOT true for JavaScript variable name ?

    Student

    Roll_no_1111

    For

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    44/48

    _schedule

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

    One can browse documents residing on a remote computer using ________ protocol.

    HTTP SMTP

    FTP

    TELNET

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

    Which one is the example of spreadsheet software ?

    MS Word

    MS PowerPoint

    MS ExcelMS Access

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

    User can remotely log on to a computer and can have a control over it like a local user

    using

    TelNet Protocol

    TelNet Protocol and connected to the user through TCP/IP network TelNet protocol and FTP

    TCP/IP and FTP

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

    Hardware malfunctions is related to

    Data updates

    Data integrity

    Data security

    Data accessibility

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

    PowerBuilder falls in the category of ______________.

    Assembly Languages

    4-th Generation Languages

    Machine Languages

    High-Level Languages

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

    Backbone is also called as ________.

    vBNS BNS

    vHBNS

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    45/48

    HBNS

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

    Global variables can make the logic of a web page.

    Difficult to understand Easier to understand and maintain

    Difficult to reuse and maintain

    Difficult to understand, reuse and maintain

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

    In JavaScript: In order to display the text on browser Grade A, which of followingstatement is True.

    documentwrite( "Grade A")

    document.write( "Grade A"); document.write( "Grade && A");

    document.write( "Grade && A");

    Question No: 31 ( Marks: 1 )

    What is bandwidth?

    Bandwidth is a capacity of communication channel of carrying data.

    Question No: 32 ( Marks: 1 )

    What is My Personal Agent?

    A computer programe that work automatically and have voice interface

    Question No: 33 ( Marks: 2 )

    For what purposes FTP is used in networks ?

    To download or upload files / data to a remote computer

    Question No: 34 ( Marks: 2 )

    How can you define a readable program?

    A program that is easy to read & understand also easy to maintain and enhance.

    Question No: 35 ( Marks: 3 )

    What is the preferred organizational structure for the organization?

    The Network Organization: It is becoming the preferred organizational structure.

    Question No: 36 ( Marks: 3 )

    How can you define a consistent web design? Why is it needed?

    A consistent web design is Easy understandable, not with heavy graphics, easynavigation. It is needed because most of the website views leave the site because of poornavigation and not easy to understand, text and design is not clear etc.

    Question No: 37 ( Marks: 3 )Elaborate Vector or Object oriented graphics with atleast one example.

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    46/48

    Vector treats everything that is drawn as object, they are resolution in dependent and

    relatively small file size. For example swg, svg, wmf.

    Question No: 38 ( Marks: 5 )

    What are the advantages of multimedia presentations? Write any five.

    Multimedia presentation is a great tool for effective communication:

    Advantages:

    1. Easy to make last minute change2. More attractive3.

    Can include animation, videos etc.

    4. Better presentation easy to understandable for participants comparing to manualpresentation.

    5. Undo featureQuestion No: 39 ( Marks: 5 )

    Can a human doctor be replaced by an Expert System? Give reasons to support your

    answer.

    Expert System is a computer system which simulates the knowledge and expertise of a

    human expert. Yes, a human doctor can be replaced by an Expert System. Following are

    the reasons to support my answer:

    1. A large database of knowledge can be added to and kept up to date, it can storemore knowledge than a person.

    2. The Expert System cannot FORGET or get facts wrong.3. It survives forever. There is no loss of knowledge as there is when a doctor

    retires.

    4. The Expert System can access specialist knowledge that a doctor may not have.

    Question No: 40 ( Marks: 10 )

    Explain the following issues of Data Management? (3+4+3)

    1. Data entry2. Data updates3. Data securityDATA ENTRY:There is new data entered every day.

    New customers are added every day.

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    47/48

    Some of the data entry requires the manual entry into computer system

    New data entry needs to be entered correctly

    DATA UPDATES:Old titles must be removed regularly

    Data changes every time

    Prices change

    Transportation / shipping cost changes

    Customer personal data changes

    Schemes changing, new offers

    Every new entry needs to be entered correctly

    DATA SECURITY:All data in the system is very critical to its operation, the security of the customers

    personal data is most important. Most of the hackers are always trying for that type ofinformation specially Credit Card Numbers.

    This problem can be managed by using proper security arrangements and mechanismsthat provides access to only authorized entities. System Security can be improved

    through, encryption, firewalls and updated Antivirus Softwares

    Question No: 41 ( Marks: 10 )

    Write a note on the followings

    a. Image Preloading processb. Animated Gifs

    IMAGE PRELOADING PROCESS:

    The primary use of image preloading process is to download the image into the cache

    before it is actually needed to display.

    PROCESS:1. An example of the image object is shaped using the NEW keyword2. The src property of this instance is set equal to the filename of the image to bepre-loaded

    3. This step starts the down-loading of the image into the cache without actuallydisplaying

    4. When a pre-loaded image is required to be displayed, the src property of thedisplayed image is set to the src property of pre fetched image

    ANIMATE GIFS:

  • 8/2/2019 Cs101 5 Final Term Papers of 2010

    48/48

    We can save 16 gif images of the previous example in a single file in the form of an

    animated gif, and then used it in a regular tag to display a moving image.However, JavaScript provide better control over the sequencing and the gap between the

    individual images.