Вы находитесь на странице: 1из 9

http://vujannat.ning.

com
Best Website To Help Vu Students

FINALTERM EXAMINATION
Spring 2010
CS101- Introduction to Computing (Session - 4)
Ref No: 1344414
Time: 90 min
Marks: 58
Student Info
StudentID: BC090403561

Center: OPKST

ExamDate: 15 Aug 2010

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

http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

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

To improve the time for scannig a web page, text should be ___________.
► Centered
► Left Aligned
► Right Aligned
► Staggered

Question No: 2 ( 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: 3 ( Marks: 1 ) - Please choose one

In a good presentation each slide should contain____________.

► Heading

► Phrases not sentences

► Sentences not phrases

► Heading, sentences not phrases

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

According to a popular heuristic, success is defined by ___________.


► The user
► The builder
► Both user and builder
► None of the given options

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

When’+’ operator is used with string operands, it _____________ both strings.


► Adds
► Subtracts
http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

► Concatenates
► Compares

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

____________ DBMS supports data in terabytes.


► Personal
► Desktop
► Enterprise
► Single-user

Question No: 7 ( 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: 8 ( Marks: 1 ) - Please choose one

The responsibilities of the Team Lead includes_____________.


► Planning and tracking of the project
► Detailed design
► Professional development of team members
► All of the given options

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

When we buy a software package, we do not really buy it, we just by a license that allows
us to use it, the ___________stays with the maker.

► Agreement
► Ownership
► Membership
► Software

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

If a computer could pass the Turing test then it would be able to:
► think like human beings
► do the things faster
► win a million dollar prize

http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

► store more information

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

Which one of these translates the program once at a time ?


► Interpreter
► Compiler
► Operating system
► Translator

Question No: 12 ( 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: 13 ( Marks: 1 ) - Please choose one

Which protocol is used to send email ?


► FTP
► SMTP
► TELNET
► All of the given choices

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

Which protocol is used to control other computer from our own computer ?
► FTP
► NNTP
► TELNET
► None of the given choices

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

Quantity of data stored per unit volume is called data ___________.


► Integrity
► Consistency
► Security
► Density

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

http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

Which one of the following is a valid variable name?

► Break
► Switch
► Catch
► None of the given

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

_____________ loop is a flow control statement that allows code to be executed


repeatedly based on a given Boolean condition.
►For
►Do-While
►If-else
►While

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

You can view a 3-D image on a _____________.


►3-D display
►2-D display
►On both 2-D and 3-D displays
►We can not view a 3-D image

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

<script>
Number=new Array(5);
for(var i=1; i<=5 ; i=i+1)
{
for( var k=6; k<=10; k=k+1)
{
Number[i]= k*i;
}
}

</script>
For how many times the Nested For Loop shall execute;

►20
►15
►25
►Shall terminate in first loop.
http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

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

Norton utilities are a popular ----------design for window operating system.

► Antivirus program

► File compression utility

► Personal firewall

► Personal computer maintenance utility

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

A personal _____________is a utility program that detects and protects a personal


computer from unauthorized instructions.
►Firewall
►Antivirus
►Trojan horse
►None of above

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

Math.PI is a _________________.

 ► Method
       ► Property
       ► Function
       ► Variable

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

In the Drone phase the attacker __________


►Perform attack on the specified server
►Copies data from the server
►Controls the resources of the server to attack on
►Controls several computers to launch the attack on a specified server

http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

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

Pixel is the _______________ element on a computer display.


►None of the given
►Largest Image Forming
►Medium Image Forming
►Smallest Image Forming

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

Super computers consists of more than one parallel processors because


►One big processor is more expensive than parallel processors
►Through parallel processors problems can be solved easily
►Small processors are easy to manufacture
►All of the given

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

JavaScript does support drawing of graphics.


►TRUE
►FALSE

Question No: 27 ( Marks: 2 )

Why JavaScript is called Object-based language, why not Object-Oriented?


Ans: JavaScript is not object-oriented language like C++ or Java
It is so because it lacks two key features:
A formal inheritance mechanism
Strong typing

Question No: 28 ( Marks: 2 )

What is image processing ?


Ans: A branch of computer science concerned with manipulating and enhancing
computer graphics
Examples:
Converting 2-D satellite imagery into a 3-D model of a terrain

Question No: 29 ( Marks: 2 )

http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

In JavaScript, what is event handling? What are the two types of events?
Ans: Event Handling:
Capturing events and responding to them
The system sends events to the program and the program responds to them as they arrive

Question No: 30 ( Marks: 2 )

Write HTML format to include gif and jpg images in a web page.
Ans: <IMG src=URL, alt=text height=pixels width=pixels align="bottom|middle|top">  

Question No: 31 ( Marks: 3 )

What is the preferred organizational structure for the organization?


Ans: The network paradigm (all connected to many others) is becoming the preferred
organizational structure of more and more organizations as time goes by.
This new organization is replacing the old-style layered, tree-structured organizational
model.

Question No: 32 ( Marks: 3 )

Write down three advantages of using Functions in a program.


Ans: Following are three advantages of using Functions in a program:
1. No. of lines code is reduced
2. Codes becomes easier to read and understand
3. Code with functions is easy to maintain and change

Question No: 33 ( Marks: 3 )

Differentiate between onLoad and onUnload


Ans: On Load executes the specified JavaScript code when a new document is loaded
into a window.
While on the other hand on unload execute the specified java script code when a user
exist a document. 

Question No: 34 ( Marks: 5 )

http://vujannat.ning.com
Best Website To Help Vu Students
http://vujannat.ning.com
Best Website To Help Vu Students

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


Ans: The advantages of multimedia presentations are:

Easy to make last minute changes

The undo feature encourages experimentation

Easy to catalog, store, and recall

Easy to Communicate a group of people at same time-

Easy to understand- and a systematic way to represent your presentations.

Question No: 35 ( Marks: 5 )

What is the difference between Database and Database Management System (DBMS)?
Ans: The database management system analysis the data or record but relational database
management system links the database to each other. The processor can only process the
data that is available in main memory. Therefore the different models used to organize
data in main memory are collectively referred as DS. The database holds the records,
fields, cells with data. The DBMS is the "tools" used to manipulate the data in the
database. An example of a DBMS is SQL Serve. The DBMS is the database engine itself.
This is the core, the actual program that contains the logic to execute your SQL
statements performs that actual data access based upon these commands
whereas DB is linked with improving the speed of traversing and searching the data in
main memory

Question No: 36 ( Marks: 5 )

What are the responsibilities and profile of a Team Lead?


Ans: Team Lead
• Responsibilities:
– Planning and tracking of the project
– Detailed design
– Professional development of team members
– In case of small teams, development activities
• Profile:
– 5+ years of development experience
– Excellent interpersonal skills
– Good planning skills
– Good design skills

http://vujannat.ning.com
Best Website To Help Vu Students

Вам также может понравиться