University Of Pune Question Paper
M. C. M. (Semester - III) Examination - 2010
ADVANCED RUBY
(New 2008 Pattern)
Time : 3 Hours] [Max. Marks : 70
Q.1) (A) Write short notes : (Any Five) [30]
(a) Database Relationships
(b) Plugins
(c) Layouts in Rails
(d) MVC Architecture in Rails
(e) Label and Radiobutton widget in RubyTK
(f) Threading
(g) MessageBox widget with example
(B) Solve the following : (Any Five) [40]
(a) Write migration for creating table ‘Customer’ having
cust_id, firstname, lastname, cust_name, creditcardno,
created_at, updated_at columns.
(b) Write rhtml code for creating login page. After submitting
login form it should call create action of session controller.
(c) Write callback method in customer model which will update
cust_name as follows :
If first name is ‘Abhinav’ and last name is ‘Bindra’, then
cust_name should be ‘AbhinavBindra’.
(d) Create a TK window that has 2 check boxes “RUBY”
and “JAVA”, a label and a button “Select”. The label should
change its caption according to the selection.
(e) Using Ruby Socket API, write a client that passes a string
to the server and server responds by sending length of the
string to the client.
(f) Write a SOAP Server and SOAP Client such that server
defines a method that accepts a number as a parameter
and returns whether the number is odd or even. Client
invokes this method and prints result returned by the server.
M. C. M. (Semester - III) Examination - 2010
ADVANCED RUBY
(New 2008 Pattern)
Time : 3 Hours] [Max. Marks : 70
Q.1) (A) Write short notes : (Any Five) [30]
(a) Database Relationships
(b) Plugins
(c) Layouts in Rails
(d) MVC Architecture in Rails
(e) Label and Radiobutton widget in RubyTK
(f) Threading
(g) MessageBox widget with example
(B) Solve the following : (Any Five) [40]
(a) Write migration for creating table ‘Customer’ having
cust_id, firstname, lastname, cust_name, creditcardno,
created_at, updated_at columns.
(b) Write rhtml code for creating login page. After submitting
login form it should call create action of session controller.
(c) Write callback method in customer model which will update
cust_name as follows :
If first name is ‘Abhinav’ and last name is ‘Bindra’, then
cust_name should be ‘AbhinavBindra’.
(d) Create a TK window that has 2 check boxes “RUBY”
and “JAVA”, a label and a button “Select”. The label should
change its caption according to the selection.
(e) Using Ruby Socket API, write a client that passes a string
to the server and server responds by sending length of the
string to the client.
(f) Write a SOAP Server and SOAP Client such that server
defines a method that accepts a number as a parameter
and returns whether the number is odd or even. Client
invokes this method and prints result returned by the server.
0 comments:
Pen down your valuable important comments below