Answer:
Explanation:
The following code is written in the Java programming language. It is a function called howBig that takes in a String as a parameter and returns an int. The function grabs the string and then detects the size of the String (number of Characters it has) and then places that number into an Integer variable called wordSize. Then it returns the variable wordSize.
public static int howBig (String myWord) {
int wordSize = myWord.length();
return wordSize;
}
Answer:
If its any easy question, answer it yourself.
Explanation:
:)
Hi pupil here's your answer ::
________________________
RAM ::
● Data can be read and written on the RAM chip at any number of times.
● The operating system, application programs and the user data is stored in Ram only until the computer is powered on.
● Ram is a volatile memory that loses its contents when the computer is switched off.
● The size of RAM makes a difference in the processing, i.e. the bigger size of the RAM the greater is the speed of processing.
ROM ::
● Data can only be read from the ROM chip.
● Only system programs are stored in ROM. It can't be used to store user data and other programs.
● ROM is non volatile memory the data stored in ROM is permanent in nature.
● Size of the ROM has nothing to do with processing.
________________________
hope this helps. . . .
Answer:
A. Both approaches are used when writing programs.
Explanation:
Procedural programming (PP), also known as inline programming takes a top-down approach. It is about writing a list of instructions to tell the computer what to do step by step. It relies on procedures or routines. Object-oriented programming (OOP) is about encapsulating data and behavior into objects.
Hope this helps....
Have a nice day!!!!
Answer: Ask a member of the Enterprise Admins group to authorize the server.
Explanation:
From the information given, we are informed that Rachel installed a new server running Windows Server 2016 on the new subnet and configure it as a DHCP server but then realizes that the DHCP server service has started, but that the server does not respond to DHCP lease requests.
In this case, the reason for this can be attributed to the fact that the server hasn't been authorized, therefore, she can ask a member of the Enterprise Admins group to authorize the server.