Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
write an applet that can interact with both the http client and html interpreter in a browser import javaappletimport
if voice is converted to digital form using pcm how many bits of data will be produced in half a secondwhile voice is converted to digital by using
does it makes sense for two domain name servers to contain exactly the same set of names whyyes this is very advantageous for two domain servers
can both client and server use the same protocol port on the same computer at the same time explainclient and server cant use similar port number on
discuss the advantages of electronics data exchange ediadvantages of edielectronics data exchanges saves needless re-capture of data it leads to
why is xml superior to other forms of data exchangethe xml gives universal data format for integrated electronic business solutions other database
what are the limitations of mobile devicesfor mobile devices we require both pc-integrated applications and specialized mobile services quite than
what interprets can a browser contain besides html and httpbesides an http client and an html interpreter a browser can have elements whihc enable
why java is called machine independentwhile a java program is compiled this is not converted in an executable code rather this is converted in a byte
write an html program segment that contains hypertext links from one document to anotherhtml permits any item to be placed as a hypertext reference
write a cgi program that prints date and time at which it was runbinsh cgi script that prints the date and time at which it was run output the
why can crc detect more errors than simple checksumthere are two purposes a crc can identify more errors than a simple checksum1 since an input bit
what is the advantage of dividing an email address into two partsthe division of an e-mail address in two parts is significant since it achieve two
differentiate between eprom and eepromeprom the meaning of this term is erasable prom this can be reprogrammed through first erasing the existing
diiference between rom and promrom it also called read only memory is a permanent memory the data is permanently stored and cannot be changed in
ip specified that datagram can arrive in a different order than they were sent if a fragment from one datagram arrives at a destination before all
why is tcp called end-to-end protocoltcp is termed as an end-to-end protocol as this provides a connection directly by an application in one computer
how do you make an image clickable in html give an exampleto create an image or text clickable hyperlinks are used that use the lt a gt and lt a gt
explain the characteristics of program interpretation modelthe program interpretation model characteristics are the source program is retained into
explain characteristics of program translation modelthe program translation model characteristics are a program should be translated before this can
arrays- to execute a stack we need a variable called top that holds the index of the top element of stack and an array to hold the part of the stack
implementation of stack -stacks can be executed in the 2 waysa arraysb linked
representation of linked list in memory- each node has an info part and a pointer to the next node also known as link the number of pointers is two
a linked list can be of the following types- linear linked list or one way listdoubly linked list or two way listcircular linked listheader linked
linked list a linked list is a linear collection of data elements called nodes the linear order is given by pointer every node is divided into 2