Answer:
No, the packets did not arrive in the right order but the TCP protocol reordered the packets. The transmission took a while, but the message was finally delivered.
Explanation:
Packets are chunks of data from a data source or message transmitted from one computer device to another. Protocols like TCP or transmission control protocol and UDP (user datagram protocol) are used for data transfer, with TCP as the more reliable protocol (it checks for errors, retransmit lost packets, and reorders received packets in the destination device) and slow protocol.
Databases, authentication, and user accounts are all part of a website's ______________.
Answer:
The answer is "Backend".
Explanation:
The Backend Development applies to just the webserver side when they concentrate mostly on how well the site functions. The website generally includes 3 sections consist of all this web design: a client, program, or server. The Backend user codes are the information provided by the database to both the web browser.
According to institutional anomie theory, why is there a need to maintain cooperation between economic and non-economic institutions?
A.
to support and balance the interdependency of social institutions
B.
to maintain harmony
C.
to educate people
D.
to raise the standard of living
Answer:
A. to support and balance the interdependency of social institutions
Explanation:
PLATO
_____ is confirming the significance of what another person is feeling.
Validation: Understanding and showing acceptance for another person
Answer:
Validation
Explanation:
I took the quiz
4.9 lesson practice quiz
Need help on 4
Answer:
thank youuu
Explanation: : )
Answer: sum
Explanation:
It worked for me.
Note that common tasks are listed toward the top, and less common tasks are listed toward the bottom. According to O*NET, what are some common tasks performed by Tellers? Check all that apply.
analyzing investment opportunities
reviewing statistics to determine customer risk
advising customers regarding commodity purchases
cashing checks and paying out money
receiving checks and cash for deposit
entering transactions into computers
Answer:
cashing checks and payout money
receiving checks and cash for deposit
enter transitions into computers
Explanation:
lol im doing this on edge btw
The Tellers task are:
Cashing checks and payout money.Receiving checks and cash for deposit.Enter transitions into computers.What is a teller?A teller is known to be an individual that is said to be employed to handle the day to day activities with customers' transactions.
Conclusively, note that by carrying out the task above such as Cashing checks and payout money, a teller is said to be performing its functions.
Learn more about Tellers from
https://brainly.com/question/18078464
#SPJ2
about "How can computer help us in our life?
Answer:
Explanation:
Computer also facilitate comfort to our life and provides convenience. For transportation, it facilitate the way people travel. Airways, Roadways and waterways uses computers to control their operation. It saves time and relieve severity of traveling difficulties.
Write a program which takes a string input, converts it to lower case, then prints the same string with all vowels (a, e, i, o, u) removed.
Hint: one good way to do this is to make a new String variable and add all the letters you want to print (i.e. everything except vowels) to it.
Sample Run:
Enter String:
Animation Rerun
nmtn rrn
NOTE: This is in Java :)
if you can do this... It will be helping me a lot for my Java Exam ....
import java.util.Scanner;
public class JavaApplication66 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter String:");
String vowels = "aeiou";
String text = scan.nextLine();
text = text.toLowerCase();
String newText = "";
for (int i = 0; i < text.length(); i++){
char c = text.charAt(i);
if (vowels.indexOf(c) == -1){
newText += c;
}
}
System.out.println(newText);
}
}
This works for me. Best of luck.
Answer:
Scanner scan = new Scanner(System.in);
System.out.println("Enter String:");
String v = "aeiou";
String t = scan.nextLine();
t =t.toLowerCase();
String nt ="";
for(int i = 0; i < t.length(); i++){
char c = t.charAt(i);
if (v.indexOf(c) == -1){
nt += c;
}
}
System.out.println(nt);
}
}
Explanation:
Good Luck!
Choose the appropriate assistive technology for each situation.
A person with a visual impairment could use a
to help them interact with a computer.
Someone with a mobility impairment might use
to interact with web sites and applications.
are an assistive tool that helps someone with a hearing impairment, access audio content.
Answer:
-Screen Reader
-Tracking Device
-Transcript
Explanation:
Just did it :p
Answer:
-Screen Reader
-Tracking Device
-Transcript
Explanation:
what is the standard unit used to measure mass?
Answer:
the standard unit used to measure mass is gram.
Ballet was originally created for the wedding celebration of Louis XVI and Marie Antoinette. (True or False)
Answer:
true
Explanation:
PLZZZ HELP! Your smartphone screen to turn it on, and nothing happens. It appears to be turned off and will not turn on. What should you try first to fix it?
perform a hard reset
submerge it in a bag of rice for 24 hours
plug it into a charger for an hour
perform a soft reset
Answer:
plug it in if that dosnt work do a soft reset
Explanation:
I think
Pokémon Brick Bronze...
Well we dont need to get political but bronze
Which of the following formulas will Excel not be
able to calculate?
=SUM(A1:A5)*0.5
=SUM(A1:A5)/(10-10)
=SUM(A1:A5)-10
Answer:
Yusuf you have to pay for the agent and she is still in my dream job you
Explanation:
hey Rick are the one that was on the link to the impressed with
Answer:
A formula or function should begin with =.
Explanation:
Multirotor drones are a type of _______ aircraft.
a. recreational
b. manned
c. lighter-than-air aircraft
d. heavier-than-air
Answer:
C. lighter-than-air aircraft
Explanation:
A multirotor is a rotorcraft with more than two lift-generating rotors. An advantage of multirotor aircraft is the simpler rotor mechanics required for flight control. Multirotor drones are used by hobbyists so it could be recreational, but mostly it's used in radio control aircraft so not recreational. It's unmanned so it's not b. If not a or b it has to be c or d. Most of it's airborne time is it being lighter-than air. I'd choose c.
Data is best described as
statistical details.
factual or numerical information.
calculations and conclusions.
multimedia content.
Answer:
it is B i just got it corect
Explanation:
Data is best described as factual or numerical information. The correct option is 2.
What is data?Data is information that has been transformed into a format that is useful for transfer or processing in computing.
Data is information that has been transformed into binary digital form for use with modern computers and communication mediums. The topic of data may be used in either the singular or the plural.
The information is mostly divided into four categories:
Nominal dataRegular data.Separate data.Constant data.Data can include words or numbers that are recorded on paper, bytes and bits that are kept in the memory of technological devices, or truths that are retained in a person's memory.
Information that is factual or numerical is what data is best known as.
Thus, the correct option is 2.
For more details regarding data, visit:
https://brainly.com/question/10980404
#SPJ6
Your question seems incomplete, the probable complete question is:
Data is best described as
statistical details.factual or numerical information.calculations and conclusions.multimedia content.Why does a folder change color when you click and drag a file over it
Which option identifies what the computer will yield in the following scenario?
Simon has created many drawings of a new bridge he is designing. He is now ready to create a technical drawing using a computer program.
The computer program will add additional sketches to the design.
The computer program will compile different angles.
The computer program will create a design with the exact dimensions.
The computer program will allow an isometric projection to be viewed.
Answer:
The computer program will create a design with the exact dimensions.
Explanation:
That ones the correct option which ever one it is.
For those that play pc games how do you go outside in The Sims 2?
Answer:
My sister plays a lot of the sims 4 but I do recall she also played the Sims 2 so when she would go outside she would command them to do that.
Explanation:
If this does not work I would suggest you get a video that can explain it better than I possibly would? Considering the Sims 2 was made a while back you would maybe want somebody with a little more experience.
Answer:
To go outside you have to command the Sims to do so , otherwise it wont work.
Explanation:
Hey Asia? Its me from lats summer. Im the one who answered your question on humans needing each other. If you remember me and our long conversation reply to this comment.
what data type do we use to store numbers that will be used for calculations?
Answer:
The integer data type is often used to hold information like transaction IDs and store numbers
Explanation:
The integer data type is used to store numbers that will be used for calculations.
What is a caluclation?
An intentional mathematical process known as a computation converts one or more sources within one or maybe more outcomes or conclusions.
In the context of numbers or amounts, calculation implies ascertaining quantitatively. In the context of an abstraction topic, calculation implies arriving at a conclusion based on logic, reasoning, or practical wisdom.
The INTEGER value is generally used to maintain counts, amounts, and other data since it is saved as a binary notation integer.
Numbers that could be used in simple computations are stored using the data type types. Such numbers can either be squares, which seem to be valued without decimals, or they could be numerical integers.
Learn more about caluclation, here:
https://brainly.com/question/13042594
#SPJ2
It is early in the season and the night of the big football rivalry game, and you are so excited to spend time with friends and watch your boyfriend play ball. However, you are assigned to one of the football spreads and must take pictures. What do you do?
Answer:
take the pictures while watching him play
Explanation:
Why is Net WPM a better formula than Gross WPM to calculate typing speed?
Answer:
I think it is because a gross is equal to 144 and that is a hard way to count
Explanation:
Complete the sentence.
The binary number represented by the voltage graph below is _______
Answer:
00100110
Explanation:
100% on the quiz
The binary number represented by the voltage graph below is 00100110.
A bit (i.e., a 'binary digit'), refers to the smallest unit of data of a computer, which only can take two different values: either zero (0) or one (1).In general, voltages around five Volts (5 V) represent 1, whereas voltages around zero (0 V) represent 0.Voltage signals used to indicate either zero (0) or one (1) are referred to as bits.What are the numbers 1 to 10 in binary?The numbers from 0 to 10 are thus in binary 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, and 1010.
Binary Number System: According to digital electronics and mathematics, a binary number is defined as a number that is expressed in the binary system or base 2 numeral system. It describes numeric values by two separate symbols; 1 (one) and 0 (zero). The base-2 system is the positional notation with 2 as a radix.
To learn more about binary system, refer
https://brainly.com/question/8649831
#SPJ2
Which visual aid would be best for showing changes inacts population size over time?
a line graph
a map
a pile grain
a table
Answer:
a line graph
Explanation:
I think so . hope this helps
who prime minister of india
Mr. Narendra modi is a prime Minister of Indian.
Answer:
narendra modi ..................
BJP4 Exercise 3.2: printPowersOf2
How do you do this????
Answer: Write a method called printPowersOf2 that accepts a maximum number as an argument and prints
* each power of 2 from 20 (1) up to that maximum power, inclusive.
*/
public static void printPowersOf2(int max) {
for (int i = 0; i <= max; i++) {
System.out.print((int) Math.pow(2, i) + " ");
}
System.out.println();
Explanation:
I just looked your problem up and read the directions. Using java:
public class JavaApplication63 {
public static void printPowersOf2(int maximum){
for (int i = 0; i <= maximum; i++){
int num = 1, w = 0;
if (i == 0){
System.out.print(0+" ");
}
else{
while (w < i){
num *= 2;
w++;
}
}
System.out.print(num+" ");
}
}
public static void main(String[] args) {
printPowersOf2(8);
}
}
In my code, we don't use the math class. I hope this helps!
How do
you
encode the Copyright logo?
Answer: © or ™ you can copy them or you can ALT+0169 for the copyright but it dont work on all keybords
Explanation:
PLEASE HELP!! WILL MARK BRAINLEST
What positive and negative impact does Instagram have on you?
Instagram has many and negative impacts depending on what users are interacting and what posts are made.
Negative:
Toxic peopleDiscouraging commentsRude judgementNeed for popularityPositive:
A way to shareCommunication between friendsEncouraging commentsSomewhere to find inspirationThere's many more things, but I just listed a few that I can remember.
How did the invention of an airplane totally change people’s views of the world?
The beginning of the WWW was at the European Organization for Nuclear Research (CERN). Tim Berners-Lee built a database, in which you had to link every new page to an existing page. What is the name of this database?
Answer:
ENQUIRE database system
Explanation:
Tim Berners-Lee developed the ENQUIRE database for the European Organization for Nuclear Research (CERN) in 1980. The ENQUIRE was a hypertext software program. ENQUIRE worked by using cards and hyperlinks between them in a similar manner than the internet (WWW) uses pages. The problem with ENQUIRE was that it was a close system that needed continuous manual updates. Simply too much time was needed to keep ENQUIRE's data updated. The CERN team realized that they needed a similar program but open to external users.
Answer:
ENQUIRE
Explanation:
Plato correct (I put it in all caps)!!
The colors of the pixels in a digital image are often represented by red, green, and blue values
between 0 and 255 (an RGB triplet). A photographer is manipulating a digital image to lighten it
because all of the RGB values in the image are less than 100, making it very dark. He does this
by adding 20 to the R, G, and B values of each pixel, then overwriting the original image. What
type of transformation is the photographer using on the digital image? plz help !!
Answer:
Lossless Transformation
Explanation: