Programmes

Tuesday, 17 May 2011

Some new features in HTML5

A new article has been posted on eTechy101.com.
The post title is 'HTML5: Latest Features'. Below is a preview of the post.

There are some very user-friendly and efficient features that have been added to
HTML5 and which have made HTML5 far more powerful and efficient as compared to
the previous versions. Some of the differences are presented:

Consider a code in HTML4:

<img src="path/to/image"
alt="About image" />
<p>Image of Mars. </p>

In the above code, there unfortunately isn’t any easy or semantic way to
associate the caption, wrapped in a paragraph tag, with the image element
itself. HTML5 rectifies this, with the introduction of the <figure>
element. When combined with the <figcaption> element, we can now
semantically associate captions with their image counterparts. A better
alternative is presented in HTML5:

STA301 current paper


What are simple events and what are compound events?                       [3Marks]



  1. For a particular data of 5 pair of values:                              [3 Marks]
      The fitted regression line is:
Y= - 0.5 + 0.5 x
Find the standard error of estimate (Sy.x); what doest it indicates?
This is question already given to us in our 2nd Assignment. Only the regression line values were change. Rest of values were same.
Be careful I am giving the assignment solution not the asked question.

Monday, 16 May 2011

TODAY CS506 PAPER.....

 CS506
Adapter classes have been defined for listener interfaces except ________ interface

1. MouseListener
2. KeyListener
3. WindowListener
4. ActionListener

A non-static inner class may have object instances that are associated with instances of the class's outer
class. A static inner class does not have any object instances

What is the difference between a static and a non-static inner class?

A non-static inner class may have object instances that are associated with instances of the class's outer
class. A static inner class does not have any object instances

What is the difference between Anonymous object and Named object? Give example with code.

iscuss any three methods of ResultSetMetaData?

Two java collections.Which Should use for Your indexed Search?

Which Component subclasses are used for paint

My Today paper CS201

Q:- Give one major use of Pointer? (2 marks
Q:- What does the file mode parameter ios::binary mean? ( 2 Marks)
Q:- What are the basic steps of file handling? ( 3 Marks)
Q:- Differentiate between array & list? ( 3 Marks)
Q:- Differentiate between random access & sequential access file? (5Marks)

Sunday, 15 May 2011

My CS604 today paper

1. Barkaly Algorithm..................2marks
2. Write 3 names of Sharing scheduling system ...............3marks
3. Write 3 names of Multithreading system ...............3marks
4. Difference b/w SJF & SRJF....................5marks
5. What is Critical Section Problem .briefly describe.................5marks.
6. Give data Structure of software based solution .................2marks