We are Permanently Move to www.VUpk.net Please Join us there.

CS101 Solved Paper - Final Term 2009-3

Thursday 2 August 2012

CS101- Introduction to Computing - FINALTERM EXAMINATION 

(Session - 2) - Spring 2009
Time: 120Min
Marks - 75


CS101 - Introduction to Computing - Q.No. 1 ( M - 1 )

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

► FTP

► HTTP
► TCP (page.no.317)
► IP

CS101 - Introduction to Computing - Q.No. 2 ( M - 1 )

A protocol used for receiving email messages is called ____________.
► URL
► Telnet
► POP3 (page.no.213)
► SMTP

CS101 - Introduction to Computing - Q.No. 3 ( M - 1 )

Aliasing problem can be managed by ____________the size of pixels.
► Reducing (page.no.236)
► Increasing
► Gaining
► Modifying

CS101 - Introduction to Computing - Q.No. 4 ( M - 1 )

Variables allow us to manipulate data through the ___________.
► Actual Value
► Reference (page.no.143)
► Length
► Name

CS101 - Introduction to Computing - Q.No. 5 ( M - 1 )

The __________ reserved word allows a determined action to be taken if the first condition is false.
► For
► While
► Else (correct)
► Switch


CS101 - Introduction to Computing - Q.No. 6 ( M - 1 )

ERP is a type of __________________ .

► Entertainment software

► Productivity software (correct)
► Business software
► Scientific software

CS101 - Introduction to Computing - Q.No. 7 ( M - 1 )

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 (correct)

www.vuzs.net

CS101 - Introduction to Computing - Q.No. 8 ( M - 1 )
Command that allows you to recover form mistakes is called __________.

► Clear

► Edit
► Undo (correct)
► Break

CS101 - Introduction to Computing - Q.No. 9 ( M - 1 )

Automatic machines performing various tasks that were previously done by humans, are called ____________.
► Robotics (page.no.244)
► Computers
► Decision Making Systems
► Autonomous Web Agents

CS101 - Introduction to Computing - Q.No. 10 ( M - 1 )

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

► Control unit (correct)

► Memory unit
► Floating Point unit
► Arithmetic and Logic unit

CS101 - Introduction to Computing - Q.No. 11 ( M - 1 )

Database consisting of two or more related tables, is called _____________.
► Flat file database
► Object oriented database
► Tabular storage database
► Relational database (page.no.263)

CS101 - Introduction to Computing - Q.No. 12 ( M - 1 )

_________ can be used for entering, editing, or viewing data, one record at a time.
► Queries
► Forms (page.no.263)
► Reports
► None of the given options

CS101 - Introduction to Computing - Q.No. 13 ( M - 1 )
Distance learning has got a boost due to the ___________.
► Easy communication
► Online interactive contents
► Flexibility
► All of the given options (correct)

CS101 - Introduction to Computing - Q.No. 14 ( M - 1 )

____________ DBMS supports data in terabytes.
► Personal(correct)
► Desktop
► Enterprise
► Single-user

CS101 - Introduction to Computing - Q.No. 15 ( M - 1 )

After the DoS attack in year 2000, Yahoo servers were recovered in __________.
► 1 hour
► 2 hours
► 3 hours(correct)
► 4 hours

CS101 - Introduction to Computing - Q.No. 16 ( M - 1 )

When web server is busy it gives the following message to the user :
► Time out
► Waiting
► Server busy(correct)
► None of the given options

CS101 - Introduction to Computing - Q.No. 17 ( M - 1 )

To stop industrial espionage, we use__________.
► Private network
► Encryption
► Network sniffer
► All of the given options (page.no.277)

CS101 - Introduction to Computing - Q.No. 18 ( M - 1 )

_______________ based communication allows business entities to coordinate the activities of their globally spread units with greater accuracy.
► Intranet
► Internet(correct)
► Home
► LAN

CS101 - Introduction to Computing - Q.No. 19 ( M - 1 )
onAbort , onError are the _______________ of the image object.
► Event Handler (page.no.286)
► Properties
► Methods
► None of the given options

CS101 - Introduction to Computing - Q.No. 20 ( M - 1 )

Processed data is called ________.

► Information(correct)

► Data
► Entity
► Attribute

CS101 - Introduction to Computing - Q.No. 21 ( M - 1 )

______ 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
► HTML
www.vuzs.net
CS101 - Introduction to Computing - Q.No. 22 ( M - 1 )
_______ consists of cells arranged in rows & columns
► Spreadsheets Software (correct)
► Word processor
► Presentation Software
► Microsoft Paint Software

CS101 - Introduction to Computing - Q.No. 23 ( M - 1 )

Flow control constructs in JavaScript includes:
► If-Else
► Loops and If -Else
► Switch and If-Else
► All of the given choices (correct)

CS101 - Introduction to Computing - Q.No. 24 ( M - 1 )

Which is NOT true for JavaScript variable name ?
► Student
► Roll_no_1111
► For (correct)
► _schedule

CS101 - Introduction to Computing - Q.No. 25 ( M - 1 )
In JavaScript, second element of an array has the index:
► 2
► 0
► 1   (correct)
► 3
JavaScript Array Basics
5 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, ...
source : www.elated.com/articles/javascript-array-basics/ 

CS101 - Introduction to Computing - Q.No. 26 ( M - 1 )

Which protocol is used to control other computer from our own computer ?
► FTP
► NNTP
► TELNET (page.no.211)
► None of the given choices

CS101 - Introduction to Computing - Q.No. 27 ( M - 1 )

______ occurs when a function calls itself.
► Recursion (correct)
► Call by value
► Call by reference
► Parsing
Recursion - Wikipedia, the free encyclopedia
The 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 

CS101 - Introduction to Computing - Q.No. 28 ( M - 1 )

Which function returns a randomly selected floating point number between 0 and 1 ?
► floor(x)
► ceil(x)
► random() (correct)
► round(x)

CS101 - Introduction to Computing - Q.No. 29 ( M - 1 )

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  (correct)

CS101 - Introduction to Computing - Q.No. 30 ( M - 1 )

The most used form tag is the < input type="text" /> tag.

► True  (correct)

► False

CS101 - Introduction to Computing - Q.No. 31 ( M - 1 )

What are the elements of website design? Any one

CS101 - Introduction to Computing - Q.No. 32 ( M - 1 )

What kind of information can be stored in a database ?

CS101 - Introduction to Computing - Q.No. 33 ( M - 2 )

What is meant by universal access of internet services ?

CS101 - Introduction to Computing - Q.No. 34 ( M - 2 )

What is the database?

CS101 - Introduction to Computing - Q.No. 35 ( M - 3 )

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

CS101 - Introduction to Computing - Q.No. 36 ( M - 3 )

What is difference between Design and System Architecture?

CS101 - Introduction to Computing - Q.No. 37 ( M - 3 )

What are Trojan Horses ?

CS101 - Introduction to Computing - Q.No. 38 ( M - 5 )

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

CS101 - Introduction to Computing - Q.No. 39 ( M - 5 )

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

CS101 - Introduction to Computing - Q.No. 40 ( M - 10 )

Write down output for the following JavaScript code.

a)

b)

c)

d)

e)


CS101 - Introduction to Computing - Q.No. 41 ( M - 10 )

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

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...