Pages

Oct 7, 2010

CBT internal 3 questions


    *Part A *

    1. Write about .Net Assemblies?
    2. List out the differences between Object oriented programming (OOP)
    and Component Oriented programming (COP) ?


    1. What are connectors in component framework?
    2. How is DCOM different from COM.?
    3. What is Appdomains?


    * *

    *Part B *

    6. Describe the Black box component framework?

    7. Discuss the mechanism about COM object Reuse?

    8. Discuss briefly about the compound documents with OLE containers
    and

    servers?

    9. Write a note on dispatch interfaces?

    10.Discuss briefly about the various Component design and Implementation
    tools?

    11.Write briefly about .NET components?

    12.How will you create a .Net component for displaying daily greeting(Good

    Morning, Afternoon, Evening and Good day.. ) message to a remote system?


    *(8 Mark Quest- Compulsory)*
     
    12. How will you create a .Net component for displaying daily greeting(Good
          Morning, Afternoon, Evening and Good day.. ) message to a remote system?         
    Private Sub Command1_Click()

    Dim objAdd As New clsAddPublic.display
    MsgBox(objAdd.display())
    End Sub
    Namespace Tester
    Public Interface Tester
    Function GetTime() as Integer
    End Interface


    ClassInterface(ClassInterfaceType.None),_ProgId(“Tester.Numbers”)>                            Public class Tester Implements Tester
    Public Tester()
    Public Function GetTime() As integer Implements Tester.GetTime
    Dim Time As Integer
    Time = DateTime.Now
    If (Time<12)
    MessageBox(“GOOD MORNING”)
    Elseif (Time≥12)
    Msgbox(“GOOD AFTERNOON”)
    ElseIf(Time>18)
    Msgbox(“GOOD NIGHT”)
    End If
    End If
    End If
    End Function
    Bool CNickDlg::OnInitDialog()
    CDialog::OnInitDialog();
    CString strmessage;
    Tester::Time *com-ptr;
    CoInitialize(NULL);
    Tester::NumbersPtr p(Tester::Time);
    Com-ptr = t;
    Int t-Time = com_ptr -> GetTime();
    SetIcon(m-hicon, TRUE);
    SetIcon(m-hicon, False);
    End Namespace

Sep 20, 2010

CBT unit-2&3 Important Questions


Unit Test-II
Part A

1.What is MDA?
2.What is IDL operational signatures?
3.What do you meant by JNDI?
4.What is Message Driven Beans?
5.What is Naming Service?
6.Differentiate between Java Bean and Session Bean?
7.What is Meta Object Facility (MOF) ?
8.What is ORB and its use?
9.Write in detail about Inter Definition Language (IDL) ?
10.Why we need CORBA and what are the essential parts of CORBA?
    
16 Marks

1.Explain the concept of RMI-IIOP in detail ?
2.Draw the Object Management Architecture and explain in detail about the types  
   of CORBA services which supports enterprise distributed computing?
3.Discuss briefly about CORBA component model and containers ?
4.Discuss briefly about the Portable Object Adapter ?
5.Discuss briefly about the concept of Session Bean and Entity Bean in detail ?

Aug 10, 2010

UT-1 Important Questions Aug16th 2010

hi, forward these questions all ur friends.

2Marks 
  1. Define software components? 
  2. What are Callbacks?
  3. How are modules different from the Components? 
  4. How threads are created? Write the concept of reflection? 
  5. Write brief note on JAR file? Discuss about thread states? 
  6. What are immutable objects? 
  7. What are the differences between the Components and the objects? 
  8. What are the states of non-runnable states?
  9. What are Events and Connections. 
  10. Discuss the elements of JAVA BEANS? 
  11. Write a short note on stub and skeleton? 
  12. Explain why JAR files are used and state their usage? 

16 Marks 
  1. Explain the concept of callbacks and directory services?
  2. Discuss briefly about the options of JAR files?
  3. Discuss in briefly about the Bean properties? 
  4. What is an interface? Discuss the types of interface with an example?
  5. Explain the concept of Object Serialization in detail?
  6. Write a bean program which describes the concept of Introspection? 
  7. Explain in detail about component architecture with a neat block diagram? 
  8. Discuss briefly about components and middleware? 

regards, vsjprasad.

Mar 18, 2010

Semester 6--> Network Lab Manual Programs & Output

1to 10 programs Softcopy of 33pages

http://rapidshare.com/files/364919304/networklab.doc



Semester 6--> Visual Programming lab Manual(1to10only)+ 3 programs

Output and Lab Necessary Class Wizard window followed for printout Softcopy...(1 to 10)[Pages 1 to 43].  DLL,ActiveX, Status Bar, ODBC programs... Available in separate link

http://rapidshare.com/files/369567401/vp.doc

http://rapidshare.com/files/369565783/vp-3programs.doc


Oct 10, 2009

Communications Lab Vocabulary List

For Online Communication Skills Lab,
hey guys here are some vocabulary words given by ms Mangla. they are useful for our practical exams and are taken from previous question papers
http://rapidshare.com/files/290314197/Meanings.doc

Oct 7, 2009