Answer:
The code will be a java-script code
Explanation:
public abstract class Phone{
private String phoneNumber ;
public Phone (String thePhoneNumber) {
phoneNumber = thePhoneNumber ;
}
public String getPhoneNumber ( ) {
return phoneNumber ;
}
public String toString ( ) {
phoneNumber = "# (" + phoneNumber + ") " ;
return phoneNumber ;
}
public abstract boolean createConnection (Network status) ;
public abstract void closeConnection( ) ;
}
Answer
The senders PC is using UDP protocol
Explanation
UDP is the User Datagram Protocol which is used as an alternative communication protocol to the TCP which is used primarily for establishing low latency and loss of tolerating connections between applications on the internet UDP is normally used by the programs running on different computers on a network. Its purposes is to send short messages which are datagrams. It is not much reliable because of its occasional loss of packet. Due to this packet loss the recipient is not guaranteed that the data being streamed will not get interrupted. This is because If a router on the Internet starts getting overloaded, or a packet gets corrupted due to interference or anything, the packet will be dropped unlike the TCP (Transmission control protocol)which resend the packets and keeps re sending. The UDP does not resend the packets which are dropped. Once they are dropped that all.
Answer:
The correct answer is JQuery
Explanation:
JQuery
uses CSS to access and manipulate HTML elements.
Answer:
RGB
Explanation:
R=red
G=Green
B=Blue
RGB is standard scheme of colors ,rest of the colors use to be make by mixing three of these colors. These are standard colors use for monitor,computer and Tv screen.
RBG plays an vital role in the memory of the computer. For example the JPG file is RBG-24 bit file. So it is easy to upload the file that is JPG and it is easy to edit and upload. This file is taking less RAM so the editors usually keeps the JPG file along with them because it is easy to compress and edit the file.
Hence it is proved that RGB color coding is very efficient for the usage of the memory because it is already a compressed file and use the RAM so efficiently, so the quality of task done by CPU would never be compromised by using RGB.
Large photo is usually composed of more colors and the computer use to struggle alot for such iamge files.
The RGB code (0-255 for each of R, G, B) carrirs 16777216 possible matches. It's not almost "every new color," but it made up more than most of the colors humans can easily identifies.
we must say that RGB is not the perfect choice for making every possible color that is existing but it is quite helpful in making every unique color that a human could identify. RGB is mostly makes the light color with the combination of these three colors.
RGB is not the best for making every possible color but it is so useful as far as the computer memory is concern it uses very less memory and it file is quite light. Uploading of JPG file is easy ,it takes less time and memory.
On clouds the memory is most important element so, mostly the RGB are preferred colors and these are enough to represent in compute scheme.
The statement that is true about depth-first search, or DFS is that It explores all nodes for all solutions.
Check more about DSF services below.
<h3>Does depth first search visit every node?</h3>
The DFS algorithm is known to be a kind of a recursive algorithm that is said to often make use of the idea of backtracking.
Note that this is one where there is an exhaustive searches of all the nodes by going ahead and also backtracking.
Hence, The statement that is true about depth-first search, or DFS is that It explores all nodes for all solutions.
Learn more about depth-first search, from
brainly.com/question/15142337
#SPJ1