Skip to main content

CS101 Current Final Term Fall 2013 File 1

q1 2 marks

is it possible to run an application in the private memory space of another application?
Ans:
No, Application can neither run into the private memory space of another app, nor be run into by another application .Different types of memory (e.g. main, cache) in the system must be used properly, so that each app can run most effectively .

q2 marks 2
if we categorize the networks in termos of the distance they cover, then what will be the types of network? just write the names
Ans:
LAN: local area network
WAN: wide area network
MAN: metropolitan area network

q3 maris 2
how animation of images is easy through javascript?

Ans:
Images in JavaScript can be manipulated in many ways using the built-in object,
Image.Properties: name, border, complete, height, width, hspace, vspace, lowsrc, src
• Methods: None
• Event handlers: onAbort, onError, onLoad, etc.
These all easy statements and command helps in javascript to animate any image .

q4 marks 2
each of javascript method has different functionality. Discuss the functionality of tostring() method.

Ans:
The ‘toString’ Method assigns Explicit conversion to a string
EXAMPLE:
Convert 100.553478 into a currency format
a = 100.553478 ;
b = a.toString( ) ;
decimalPos = b.indexOf( ".", 0 ) ;
c = b.substring( 0, decimalPos + 3 ) ;
document.write( c ) ;

q5 marks 3
how can we reduce the heat effect for processor?


Ans:
A component designed to lower the temperature of an electronic device by dissipating heat into the surrounding air. All modern CPUs require a heat sink. Some also require a fan. A heat sink without a fan is called a passive heat sink; a heat sink with a fan is called an active heat sink.



q6 marks 3
suppose A& B are two java script based programs intending to solve the same problem. List any three differences between the program A and the program B assuming that only the program A is coded using the "Function" approach.



q 7 marks 3
Artificial intelligence is a wide field which can be further categorized into sub categories. you are required to briefly discribe its any three sub-categories.

Ans
a)Neural networks: original inspiration was human brainemphasis now
usefulness as a computational tool
1) Genetic Algorithms : based on darwins evolutionary principle
GA requires the ability to recognize a good solution but not howto get to that
solution
2) rulebased systems
b) the right techniques
Examples:
In medical: Artificial intelligence, Expert System for Chest Pain Diagnosis.
In industry: Artificial intelligence ,Expert System for Automobile Troubleshooting
In space: Artificial intelligence, tele-robots.

q 8 marks 3
A program is reviewed for finding and removing errors before it is handed over to its clients. Discuss the two main approaches of finding and removing errors from a program.
Ans:
A program is reviewed for finding and removing errors before it is handed over to its clients. the two main approaches of finding and removing errors from a program are as follows,
Testing: The tasks performed to determine the existence of defects
Debugging: The tasks performed to detect the exact location of defects

q 9 mars 5
explain how does the process of instant messaging from one computer to another cmputer take place?
Ans:
User launches the IM client
IM client finds the IM server & logs in
It sends communication info (IP address, etc) to the IM server
IM server finds user’s contacts & sends him/her the communication info
for the ones online
IM server also tells the contacts that the user is online; sends his/her
communication info to them
Now the user’s & the contact’s IM clients are ready to communicate
directly (P2P)
Once the IM server provides the communication info to the user and his/her contact’s IM client, the two are able to communicate with each other without the IM server’s Assistance.
q 10 marks 5
the appropriateness of a technique of technology can be determined by considering some aspects related to that technique of technology . enlist any five aspects which may be considered while selecting an AI technique.

Ans:
if 2 techniques produce solutions of a similar quality, matching the right technique
to a problem can save on time & resources
Characteristics of an optimal technique:
The solution contains all of the required information
The solution meets all other necessary criteria
The solution uses all of the available (useful) knowledge
How do we determine the suitability of a particular AI technique for a given task. We
look at the task’s requirements and then see which technique fulfils those requirements
more completely – the one which does, is the one we use!

q 11 5 marks
write HTML code for the following output
I have a bike :
i have a car:
i have an airplane:
Ans:
<HTML>
<HEAD>
<TITLE> cs101 final exam</TITLE>
</HEAD>
<BODY>
<UL>
<LI> I have a bike:</LI>
<LI> i have a car:</LI>
<LI> i have an airplane:</LI>
</UL>
</BODY>
</HTML>

q 12 marks 5
how marketing strategies are being changed with the progress in the field of computer and also describe how new marketing strategies are being implemented.
Making and using a marketing strategyhas a strong positive impact on profitability. The Web has changed marketing forever, redirecting it from a mass focus to a
single-person focus.one of the best sating about bussines is “Want more Business – Knock on more Doors”.and for this purpose net provide us the best solutions. The vast quantity of online information and resources should always be utilized intelligently; One of the few exceptions to this premise is when someone discovers a great “Low Cost” product or service, and is able to market it efficiently and effectively using the internet.
Some effective marketing strategies are:
Perfect Website Title
Search engine optimization.
Business Directory Management
TV COMMERCIALS OR RADIO ADVERTISING

Comments

Popular posts from this blog

CS614 Quiz No.4 Shared by Abdul_Mateen (Solved)

Question # 1 of 10 ( Start time: 01:03:34 PM ) Total Marks: 1 The first step of the “12-steps data warehouse implementation approach” of Shaku Atre is: Select correct option: Finding user needs (Page No. 336) Planning system resources Finding system scope Data acquisition and cleansing Question # 2 of 10 ( Start time: 01:04:15 PM ) Total Marks: 1 Users do not care, how advance the front end of your DWH is, what they care is that: Select correct option: Tables should be properly denormalized Proper partitioning technique should be used At least star or snow flake schema should be implemented They should get information in timely manner and the way they want   Question # 3 of 10 ( Start time: 01:04:49 PM ) Total Marks: 1 Which of the following is NOT one of the top-10 mistakes that should be avoided during DWH development? Select correct option: Not interacting directly with end user Not being an accommodating person (Page No. 316) Isolating IT support p...

CS504 Quiz No.3 Shared by Angel

Question # 1 of 10 ( Start time: 09:08:01 PM ) Total Marks: 1 Defining the services of an object means: Select correct option: What it does?        ok What it knows? Who knows it? Whome it knows? Question # 2 of 10 ( Start time: 09:08:27 PM ) Total Marks: 1 Which one of these represents the Krutchen’s 4+1 architectural view model? Select correct option: Logical view, Process view, Physical view, Development view, Use case view Logical view, Dynamic view, Physical view, Development view, Use case view Logical view, Process view, Physical view, Development view, Sequence view Dynamic view, Process view, Physical view, Development view, Use case view Question # 3 of 10 ( Start time: 09:09:50 PM ) Total Marks: 1 Return values in Synchronous messages are represented by: Select correct option: A solid line A dotted line with label        ok A solid line with label Double line Question # 4 of 10 ( Start tim...

CS614 Quiz No.3 Shared by Sweety (Solved)

Question # 1 of 10 ( Start time: 09:48:28 PM ) Total Marks: 1 Mining multi dimensional databases allow users to: Select correct option: Categorize the data Analyze the data Summarize the data All of the given options   (Correct) Question # 2 of 10 ( Start time: 09:49:23 PM ) Total Marks: 1 As per Bill Inmon, a data warehouse, in contrast with classical applications is: Select correct option: Data driven   (Correct) Resource driven Requirement driven Time sensitive Question # 3 of 10 ( Start time: 09:50:11 PM ) Total Marks: 1 In ________learning you don’t know the number of clusters and no idea about their attributes. Select correct option: Supervised learning Unsupervised learning   (Correct) Multi Dimension modeling None of the given options Question # 4 of 10 ( Start time: 09:51:04 PM ) Total Marks: 1 Identify the TRUE statement: Select correct option: The data value increases as volume decreases   (Correct) The data value decreases ...