FINALTERM EXAMINATION
Spring 2010
CS101- Introduction to Computing (Session - 1)
Ref No:
Time: 90 min
Marks: 58
Question No: 1 ( Marks: 1 ) - Please choose one

► Input device
► Output device
► Storage device
► Input and Output device
Question No: 2 ( Marks: 1 ) - Please choose one

► URL
► Telnet
► POP3
► SMTP
Question No: 3 ( Marks: 1 ) - Please choose one

► Sub-program
► Procedure
► Sub-routine
► All of the given option
Question No: 4 ( Marks: 1 ) - Please choose one

► Reducing
► Increasing
► Gaining
► Modifying
Question No: 5 ( Marks: 1 ) - Please choose one

► Blue only
► Black and Underlined
► Blue and Bold
► Blue and Underlined
Question No: 6 ( Marks: 1 ) - Please choose one

► 0 and 1
► 0 and 10
► 0 and -10
► 0 and -1
Question No: 7 ( Marks: 1 ) - Please choose one

► Race
► Arm
► Search
► Attack
Question No: 8 ( Marks: 1 ) - Please choose one

► Image downloading
► Image preloading
► Image uploading
► Image postloading
Question No: 9 ( Marks: 1 ) - Please choose one

► Architect
► Team Lead
► Project Manager
► Chief Executive Officer
Question No: 10 ( Marks: 1 ) - Please choose one

► Project Manager
► CEO
► Team Lead
► Developer
Question No: 11 ( Marks: 1 ) - Please choose one

► Interpreter
► Compiler
► Operating system
► Translator
Question No: 12 ( Marks: 1 ) - Please choose one

►Analyze in detail
►Muddle through
►Figure out
►Read in detail
Question No: 13 ( Marks: 1 ) - Please choose one

► Value
► Length
► Name
► All of the given choices
Question No: 14 ( Marks: 1 ) - Please choose one

► 1
► -1
► 2
► None of the given choices
Question No: 15 ( Marks: 1 ) - Please choose one

► 2
► 0
► 1
► 3
Question No: 16 ( Marks: 1 ) - Please choose one

► Data normalization
► Data management
► Data Mining
► None of the given options
Question No: 17 ( Marks: 1 ) - Please choose one

► Square
► Rectangle
► Diamond
► Circle
Question No: 18 ( Marks: 1 ) - Please choose one

► Compiler
► Open office
► Assembler
► Microsoft office
Question No: 19 ( Marks: 1 ) - Please choose one

► Linker
► Kernel
► Loader
► Device manager
Question No: 20 ( Marks: 1 ) - Please choose one

In the above statement, the variable HotWeather is of type _______ .
► Number
► String
► Boolean
► None of the above
Question No: 21 ( Marks: 1 ) - Please choose one

NaN is produced when a string is used in non mathematical context
► True
► False
Question No: 22 ( 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: 23 ( Marks: 1 ) - Please choose one

► E-mail
► Instant Messaging
► Web
► None of the given
Question No: 24 ( Marks: 1 ) - Please choose one

► Flash Animation
► HTML image class
► Web Browser
► HTML 2D class
Question No: 25 ( Marks: 1 ) - Please choose one

► Make the code readable
► Make the code faster
► Both of the given
► None of the given
Question No: 26 ( Marks: 1 ) - Please choose one

► Variable, Constant
► Object , Method
► Object , Function
► Object , Property
Question No: 27 ( Marks: 2 )

Its behaviour can only be predicted with the inputs provided.
Question No: 28 ( Marks: 2 )

Question No: 29 ( Marks: 2 )

In JavaScript, what is event handling? What are the two types of events?
Question No: 30 ( Marks: 2 )

student=new array(10);
A should be capital --->student=new Array(10);
Question No: 31 ( Marks: 3 )

Question No: 32 ( Marks: 3 )

Question No: 33 ( Marks: 3 )

How many types of errors can be found during a program developement? List them.
Question No: 34 ( Marks: 5 )

List any five issues of Data Management.
Question No: 35 ( Marks: 5 )

Group of technologies concerned with Capture , Process , and Transmit of information. Electronically.
Components of Information Technology:- 1) Hardware
2) Software
3) Procedure
4) Data
5) People
Question No: 36 ( Marks: 5 )

It defines interface between function and rest of the webpage.
It is comma separated list of data.
Arguments pass by value not by reference.
You have to define it before you call it.
Function add (a,b) {
C= a + b ;
Return c;
}
Sum = add(2,4);
Document.write(sum);
In above return c is necessary
No comments:
Post a Comment