CS101 Fall2008 FinalTerm OPKST Session 1 SOLVED
CS101 Fall2008 FinalTerm OPKST Session 1 SOLVED
ME
Send me your papers onto ([email protected]) so we’ll have a wide
range of papers over Here.
FINALTERM EXAMINATION
Fall 2008
CS101- Introduction to Computing (Session - 1)
► Memory
► Processor
► Monitor
► Mouse
► ABC
► UNVAC 1
► Harvard Mark 1
► IBM PC
► Usability
► User-friendly
► Consistency
► Complexity
What happens if I start a new list without closing the original one?
► Any
► Red
► Green
► Blue
Question No: 6 ( Marks: 1 ) - Please choose one
► 1 million
► 2 million
► 10 million
► 16 million
► Human nature
► Human brain
► Human culture
► Human actions
► Robotic
► Web Agent
► Fast
► Super fast
► Slow
► Very slow
►m–2
►m–1
►m+1
►m
The __________ is the old profession which is being eliminated because of computing.
► Typist
► Bank manager
► Operational manager
When web server is busy it gives the following message to the user :
► Time out
► Waiting
► Server busy
The group of technologies concerned with the capturing, processing and transmission
of information in the digital electronic form is called _____________.
► Telecom Engineering
► Computer Engineering
► Computer Science
► Information Technology
► Architecture
► Business Development
► Configuration Management
► Developer
A collection of data organized in such a way that the computer can quickly search for
a desired data item is known as :
► Retrieving
► Database
► Information
► DBMS
► System Software
► Freeware Software
► Shrink-Wrapped Software
► Custom-built Software
Question No: 20 ( Marks: 1 ) - Please choose one
► Analyze in detail
► Muddle through
► Figure out
► Read in detail
► Data updates
► Data integrity
► Data security
► Data accessibility
► Limit Integrity
► Type Integrity
► Referential Integrity
► Physical Integrity
► Query
► Form
► Report
Currently the BlueRay DVD can store more than ________ of data.
► 10 GB
► 100 GB
► 50 GB
► 150 GB
In JavaScript, a || b is interpreted as
► a is true or b is false
► True
► False
► Gets focus
► Losts focus
► 3-D display
► 2-D display
► Team Lead
► Developer
► Project Manager
What is heuristic?
or
information, and people can insert formulas to work with the data.
Charts
financial-forecasting
In JavaScript, what is event handling? What are the two types of events?
The system sends events to the program and the program responds to them as they
arrive
Events can include things a user does - like clicking the mouse - or things that the
system itself does -
• Systems are available that monitor almost every key stroke that an employee
makes on a computer
• Systems are available that read and censor all incoming and outgoing eMail
What are the Sub categories of Artificial Intelligence? Briefly explain any
two.
Expert systems
Systems that, in some limited sense, can replace an expert
Robotics
Automatic machines that perform various tasks that were previously done by humans
Example:
Pilot-less combat air planes
How many ways are there to call a function in a program ? Explain with
example
Functions do not run automatically. When the page loads, each function waits quietly until it is
told to run
Elaborate the ‘+ ’ operator and its constraints with the help of examples
The web page will ask the user to enter five values to be added.
After taking input it will calculate the sum and mean of those values by
calling sum and mean functions.
Object
Event Handler
An event handler is a command which calls a function when an event happens, such
as the user clicking a button
Local Variable
Declaring variables (using the var keyword) within a function, makes them
local•They are available only
Scope of Variable
defining the scope of a variable. A variable can be either local or global in scope
Array