Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
What is the importance of super keyword in Java?
Describe the thread in detail? Write down the syntax of creating multiple threads?
What do you mean by data streams? What do you mean by string buffers? Explain it in detail.
Describe the Asynchronous Programming Model. Explain the use of Thread Pool and Timer classes?
Write down the name of the Encoding class used in .net framework?
Explain the use of IEualityComparer Interface in detail? Explain with appropriate example.
Explain Monitoring Directory for Changes in detail. Describe different built-in Reference Types.
What do you mean by Application Domains? Explain how to create Application Domain and Loading/ unloading it?
Describe Generic Collection Class Structure. What is the role of Deflate Stream Class?
Illustrate the main function of the STRING statement?
Given two sorted files FILE-A and FILE-B. Write down a program in the COBOL to merge these files into FILE-C by using MERGE verb?
Name the file parameters in COBOL? Describe them with proper illustrations.
What are the main objectives of the structured programming?
Describe the method of searching in an unsorted table of the COBOL.
Describe the PERFORM verb in table handling with all its options.
What is the importance of PICTURE clause in a COBOL program? Describe its use with illustrations.
Describe the difference between the INITIALIZE and MOVE statement in the COBOL with illustration.
What are various types of arithmetic verbs in COBOL? Give their syntax and describe with illustrations.
Illustrate the importance of COBOL verbs in the COBOL programming?
Describe the fundamental structure of the COBOL program with appropriate diagrams.
Describe the various storage classes available in C. Write a program to determine the factorial of a number using recursion.
How do you create multidimensional arrays in C? Write a program to multiply two matrices and print the result.
What are various decision control statements in C? Give syntax and example of each. Describe various string handling functions of C with suitable example.
Distinguish Call by Value & Call by Reference using suitable example. What are Pointers? How Array will be passed to function using Pointers?
List and describe various types of data types in C. Also distinguish between signed and unsigned data types with reference to range of memory they occupy.