Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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.
Distinguish between type casting and type conversion. Is array index out of bounds allowed in C? Justify your answer.
What are different file handling functions in ‘C’ language? Write a ‘C’ language program to count the number of lines in a file.
What are the different file opening statements available in C? What are the different types of operators available in C language?
What do you mean by programming paradigm? Write down the name of different programming paradigm.
What is the function of modulus operator in C? Does it work for floating-point numbers? Distinguish between break and continue statement.
What is Normalization and its need. Explain the Anomalies in 3NF relations? what is a stored procedure? why do we require them? How are they different from functions and triggers?
Distinguish between SQL and embedded SQL.What is Sequence? How it is created in PL-SQL?
Write down the syntax of Table Creation and Deletion commands. What do you understand by view? How it is created in PL SQL?
What is advantage of using indexes? Write the statements to create and delete an index? Write down the types of integrity constraints used in Transact-SQL.
What do you mean by generic programming? How is it implemented in the c++?
Write down the five most significant features that a software developer must keep in mind while designing a system.
Design a class containing the constructor and destructor functions which should display the number of object being made or destroyed of this class type.
Define the term function? How will you define a function in C++?
What are the benefits of the object-oriented programming paradigm?
Describe data types supported by Java. How the for statement is executed? Describe the concept of exception handling in Java.
Write a DHTML code to alter position of an image by using script code and CSS style properties. Create a web page with links to other web pages showing details of university information.
Describe call-by-reference with suitable example. What is friend function? Give suitable example. Describe Multiple Inheritance with suitable example.
Write a JAVA Program to create Employee database and prepare pay-roll using JDBC.
Write a program in FORTRAN to compute the simple interest (I) When Amount (A), Rate of Interest (R) and Number of years (N) are given as input.