Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
triangular matricestiangular matrices is of 2 typesa lower triangularb upper
the space - time trade offthe best algorithm to solve a given problem is one that needs less space in memory and takes less time to complete its
explain space complexityspace complexity - the space complexity of an algorithm is the amount of memory it requires to run to completion some of the
time complexity- the time complexity of an algorithm is the amount of time it requires to run to completion some of the reasons for studying time
complexity of an algorithm an algorithm is a sequence of steps to solve a problem there may be more than one algorithm to solve a problem the choice
list the major activities of an operating system with respect to memory management secondary storage management and process managementoperating
system defined data types-these are data types that have been defined by the compiler of any program the c language contains 4 basic data types- int
double linked listin a doubly linked list also known as 2 way lists each node is separated into 3 parts the first part is called last pointer field
explain virtual packetsthe router cant transfer a copy of a frame from one kind of network to other since the frame formats be different more
conversion of forest into treea binary tree may be used to show an entire forest since the next pointer in the root of a tree can be used to point to
explain bootp boot strap protocoltcp or ip designer observed that several of the configuration steps could be combined in a single step if a server
write shorts notes on digital signaturethis method is used to authenticate the sender of a message for sign a message the sender encrypts the message
the two famous methods for traversing are-a depth first traversalb breadth
graph traversalin many problems we wish to investigate all the vertices in a graph in some systematic order in graph we often do not have any single
threaded binary tree-by changing the null lines in a binary tree to special links known as threads it is possible to perform traversal insertion and
why use a dtd document type definitionxml gives an application independent method of sharing data along with a dtd independent group of people can
what is a height balanced treeheight balanced tree avl tree an avl tree is a binary search tree in which the height of the left and right subtree of
what is xml dtd document type definitiondtd is a document which defines legal building blocks of a particular xml document this defines the document
how optimization is achieved in dnstwo primary optimizations used in dns and they are replication and caching all root servers is replicated various
why wap gateways are usedthe wireless application protocol gateway is a very unique product giving semi -automatic redirection of html documents to
what is wapwap is stands for wireless application protocol it is a global open standard which gives mobile users access to internet services by
how memory is freed using boundary tag method in the context of dynamic memory managementboundary tag method to free memoryto delete an arbitrary
worst fit method- in this method the system always allocate a portion of the largest free block in memory the philosophy behind this method is that
best - fit method- this method obtains the smallest free block whose size is greater than or equal to get such a block by traversing the whole
first - fit method- the free list is traversed sequentially to search the 1st free block whose size is larger than or equal to the amount