Latest

6/recent/ticker-posts
Showing posts from 2021Show all
Write an “Echo Client” and “Echo Server” using UDP to estimate the round trip Time from client to the server. The server should be such that it can accept Multiple connections at any given time
Consider the E-R diagram in the following Figure  , which models an online bookstore.a. List the entity sets and their primary keys.b. Suppose the bookstore adds music cassettes and compact disks to its collection. The same music item may be present in cassette or compact disk format, with differing prices. Extend the E-R diagram to model this addition, ignoring the effect on shopping baskets.c. Now extend the E-R diagram, using generalization, to model the case where a shopping basket may contain any combination of books, music cassettes, or compact disks.
Data communication and networking by Forouzan chapter 19 solution
What is Peterson's solution?
What is Process Synchronization?
How to create a .sh file in linux?
What are the different types of Network Topology in computer networking?
What is the output of the following code- fork() system call
Write a program to create a class shape with functions to find the area of the shapes. Create  derived classes circle, rectangle and trapezoid each having overridden functions area and display.  Base class:
Create a class called 'Matrix' containing a constructor that initializes the number of rows and  number of columns of a new Matrix object. The Matrix class has the following information:
GAME: Choice of area
How to print all subset of an array with given sum?
Find maximum sum i*arr[i] if only rotation of the array is allowed.
How to rotate an array by d elements? (Efficient approach)
VARIOUS PROGRAMMING QUESTIONS AND DATA STRUCTURE AND ALGORITHM