Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Describe Divide and Conquer strategy. Why recursion is most suitable for divide and conquers?
Develop a small software tool which will perform a Halstead analysis on the programming language source code of your preference.
Describe the different measures of software quality? Describe all such measures.
Describe the software configuration management. Why is it significant?
What do you mean by circuit switched networks? How communication is established in such networks?
Illustrate the functions performed by each and every layer of the OSI Model? Describe in brief.
What do you mean by Random Access protocols? List all the three random access protocols.
Illustrate the global substitution string function format with an illustration. What is the employ of toupper & tolower functions, describe them with the appropriate illustration.
Write down a program to create a process zombie process. Illustrate out the term process? Illustrate out waiting for a process in detail.
Illustrate the different file access methods? Describe Sequential access method. How it can be simulated on direct access file?
Write down a brief notes on process management commands. Illustrate out the term UNIX shell. Illustrate out shell environment.
List all the five series given by operating system. Describe the storage management feature of the operating system.
Describe the different system security methods.
Transform the E-R diagram to normalized relational scheme.
Describe the various types of constraints on the Generalization or Specialization.
Write down the difference between the Database system and the File system.
How would you identify a loop in a linked list? Write down a C program to detect the loop in a linked list.
Illustrate the meaning of threaded binary tree? How null pointers are substituted in it?
Describe the system development life cycle of a data warehouse. What factors must be considered while designing a data warehouse.
List out all the differences between the operational data and Decision support system data?
Illustrate out the term single Partition Allocation and Multiple Partition Allocation. Describe all the four (4) functions of network operating system.
What do you mean by back patching? Write down the applications of DAG.
Illustrate out the working of character recognition with an appropriate example. Illustrate out the theory and significance of Model complexity with an appropriate illustration.
Create Predictive Parsing table for the grammar given below: S -> (L) / a L -> L, S/S
Illustrate out the method to create windows application. Illustrate out the term arrays? Describe one dimensional array with appropriate illustrations.