You need to provide "the following", otherwise other users cannot answer your question.
However, the Java operator for "not equal to" is "!=".
// For example.
if (1 != 2) {
System.out.println("1 doesn't equal 2");
}
The if-statement in the code above will always run, since 1 is not equal to 2.
Answer:
Hello, There!
<h2>Your Question↓</h2>
What is the function of ROM?
<h2>Answer↓</h2>
Allows parts of the computer to communicate is the Correct Answer.
Explanation:
<h2>Now you May Ask What does it do or How it works↓</h2>
- ⇒ROM provides the necessary instructions for communication between various hardware components.
- ⇒ it is essential for the storage and operation of the BIOS, but it can also be used for basic data management, to hold software for basic processes of utilities.
Tip: Wanna know how to earn points back for asking your Question?
If you do it's easy just when two people answer your question whichever answer you think is the best click the crown on the side to get 25% of your points back! :D
Therefore, I hope this helps!
Answer:
Site speed and usability.
Explanation:
Web pages are developed using web development tools like HTML, CSS, JavaScript etc. A collection of these web pages are called a website. The web is a hosted for internet use in a web server.
All requests for a website in a web server is done in a web browser in a client device. For a website to be easy searched for , the search engine optimisation technique is used.
A hosted website on a server must have a unique and usable domain name and the page loading on a browser should be made faster by optimising the size of the scripting language.
An Integer in an object that represent an int (Integer a = new Integer(3) would represent 3).
I'm not sure about Real.
A String is an object that represents a word. (String a = "dog")
Boolean
String
int
int
Hope this kind of helps