Match the protocols to their use. HTTP POP3 SMTP FTP You check email in your inbox. arrowRight You send an email to a friend. arrowRight You transfer a text document. arrowRight You visit a website. arrowRight

Answers

Answer 1

Answer:

HTTP stands for "Hyper Text Transfer Protocol" and is used for transferring readable documents across the internet. This matches the action "You visit a website"

POP3  stands for "Post Office Protocol 3" and is used for reading e-mail.  This matches to the action "You check email in your inbox"

SMTP stands for "Simple Mail Transfer Protocol", and is used for sending email.  This matches the action "You send an email to a friend".

FTP stands for "File Transfer Protocol", and is used for transferring files to and from other machines.  This matches the action "You transfer a text document", although truthfully that description is so vague it actually matches all four of the given protocols.


Related Questions

different the need for external or secondary memory​

Answers

Answer:

Secondary storage is needed to keep programs and data long term. Secondary storage is non-volatile , long-term storage. Without secondary storage all programs and data would be lost the moment the computer is switched off.

External storage enables users to store data separately from a computer's main or primary storage and memory at a relatively low cost. It increases storage capacity without having to open up a system.

2.19.5: Circle Pyramid 2.0

Answers

In this exercise we have to use the knowledge of the python language to write the code, so we have to:

The code is in the attached photo.

So to make it easier the code can be found at:

def move_to_row(num_circle):

x_value = -((num_circle*50)/2)

y_value = -250 +(50*row_value)

penup()

setposition(x_value,y_value)

pendown()

def draw_circle_row(num_circle):

for i in range(num_circle):

endown()

circle(radius)

penup()

forward(diameter)

#### main part

speed(0)

radius = 25

diameter = radius * 2

row_value = 1

num_circle = int(input("How many circle on the bottom row? (8 or less): "))

penup()

for i in range(num_circle):

move_to_row(num_circle)

row_value=row_value+1

draw_circle_row(num_circle)

num_circle=num_circle-1

See more about python at brainly.com/question/26104476

Damion recently did an update to his computer and added a new video card. After the update, Damion decided that he would like to play his favorite game. While he was playing the game, the system locked up. He restarted the computer and did not have any issues until he tried to play the same game, at which point, the computer locked up again. What might be the problem with Damion's computer

Answers

The answer is Secure boot

. The electric company charges according to the following rate schedule: 9 cents per kilowatt-hour (kwh) for the first 300 kwh 8 cents per kwh for the next 300 kwh (up to 600 kwh) 6 cents per kwh for the next 400 kwh (up to 1,000 kwh) 5 cents per kwh for all electricity used over 1,000 kwh Write a function to compute the total charge for each customer. Write a main function to call the charge calculation function using the following data: Customer Number Kilowatt-hours Used 123 725 205 115 464 600 596 327 … … The program should print a three column chart listing the customer number, the kilowatt hours used, and the charge for each customer. The program should also compute and print the number of customers, the total kilowatt hours used, and the total charges.

Answers

Answer:

here, hope it helps.

Explanation:

#include<iostream>

using namespace std;

int calculate(int N)

{

int rate=0;

for(int count=1;count<N;count++)

{

if(count<=300)

rate=rate+9;

else if(count<=600)

rate=rate+8;

else if(count<=1000)

rate=rate+6;

else

rate=rate+5;

}

return rate;

}

void main()

{

int costumer[20];

int wats[20];

int rates[20];

int i=0;

cout<<"please enter the information for the costomers below 0 to stop"<<endl;

while (costumer[i-1]!= 0)

{

cout<<"please enter the number of the coustomer "<<endl;

cin>>costumer[i];

if(costumer[i]==0)

break;

cout<<"please enter Kilowatt-hours used for the costumer "<<endl;

cin>>wats[i];

i++;

}

for(int j=0;j<i;j++)

rates[j]=calculate(wats[j]);

for(int j=0;j<i;j++)

{

cout<<" Customer Number Kilowatt-hours used charge"<<endl;

cout<<" "<<costumer[j]<<" "<<wats[j]<<" "<<rates[j]<<endl;

}

}

what presents information about the document, the progress of
current tasks and the status of certain commands and keys?​

Answers

Answer: status bar

Explanation:

The status bar refers to the horizontal window that's found at the bottom of the parent window whereby an application will show different kinds of status information.

The main function of the status bar is to simply display information withnragrds to the current state of the window. Therefore, the status bar helps in the presentation of information about the document, indicates progress of

current tasks and also the status of some commands and keys.

How has the shift to locally grown produce decreased greenhouse emissions?

Answers

Answer:

How has the shift to locally grown produce decreased greenhouse emissions? 1 Large farms often create greenhouse emissions by poor farming practices. 2 Locally grown produce allows fewer dangerous toxins to seep into the soil and the atmosphere.


Explain the computer Memory and how it works

Answers

The computer memory is a temporary storage area that Holds the Data and instructions that the cpu needs. Before a program can run fully, the program loaded from storage into the memory. Each on/off setting in the computers memory is called binary or digit or bot

Which of the following is false? Group of answer choices Racks and bins are examples of storage equipment. In a part-to-picker system, the pick location is brought to the picker. Automation refers to equipment that complements, rather than replaces, human contact. Forklifts can be dangerous. All are true

Answers

Answer:

Automation refers to equipment that complements, rather than replaces, human contact.

Explanation:

Artificial intelligence (AI) also known as machine learning can be defined as a branch of computer science which typically involves the process of using algorithms to build a smart computer-controlled robot or machine that is capable of performing tasks that are exclusively designed to be performed by humans or with human intelligence.

Generally, artificial intelligence (AI) provides smarter results and performs related tasks excellently when compared with applications that are built using conventional programming.

Hence, it is used for creating or developing automated tasks, scripts, and software applications that performs tasks automatically without human interventions.

Therefore, automation refers to equipment that replaces, rather than complement human contact.

Describe one health problem related to fertilizers?​

Answers

The Answer is look it up

What is an example of a one-to-many relationship?
O products to orders
customer to orders
O primary key to primary key
O employee ID to employee ID

Answers

last option o si employee is

Answer: customer to orders

Explanation:

3) Paul enjoys working at Small World
because he finds the
stimulating.
O
installation
O environment
O application
O opportunity​

Answers

Answer:

Environment

Explanation:

He finds the environment stimulating, hence why he enjoys working there.

the answer o

for this question is environment

Which statement is true of Voice over Internet Protocol (VoIP)? a. Callers can be screened even with blocked caller IDs. b. Calls cannot be forwarded by users. c. Voicemails are not received on the computer. d. Users often experience busy lines.

Answers

Answer:

a. Callers can be screened even with blocked caller IDs.

Explanation:

Communication can be defined as a process which typically involves the transfer of information from one person (sender) to another (recipient), through the use of semiotics, symbols and signs that are mutually understood by both parties. Some of the most widely used communication channel or medium over the internet are an e-mail (electronic mail) and Voice over Internet Protocol (VoIP).

Voice over Internet Protocol (VoIP) is also known as IP Telephony and it's a type of communication technology which typically involves the use of broadband connection for the transmission of voice data between two or more people. Thus, it requires the use of internet enabled devices such as smartphones, computers, IP phones, etc.

Blocking a number with the VoIP technology prevents the blocked user from calling or contacting your line. However, you can still screen or carry out some investigations with respect to the blocked number through Voice over Internet Protocol (VoIP).

Hence, the statement which is true of Voice over Internet Protocol (VoIP) is that, callers can be screened even with blocked caller IDs.

Which term refers to the owner having full responsibility for company debts and obligations?
o
A. limited liability
о
B. stock obligation
o
C. unlimited liability
.
D. taxation obligation

Answers

Answer:limited liability

Explanation:

The maximum weight the box can possibly hold is 49 ounces. The scale at the checkout counter will weigh the box and calculate the price based on the weight. You want to write a Prolog program (rule) itemsByWeight(P, S, C, F, W) to find how many items of each kind are in the box according to the total weight W, where P, S, C and F are the numbers of Pizza slices, Salad bowls, Cupcakes, and Fries packs, respectively.

Answers

Answer:

A practical example is this definition of the square of a number, intended to be a function predicate: square(X,Y) :- Y is X * X.

Explanation:

Book information (overriding member methods) Given main() and a base Book class, define a derived class called Encyclopedia. Within the derived Encyclopedia class, define a printlnfomethod that overrides the Book class printinfo() method by printing not only the title, author, publisher, and publication date, but also the edition and number of volumes. Ex. If the input is The Hobbit J. R. R. Tolkien George Allen & Unwin 21 September 1937 The Illustrated Encyclopedia of the Universe James W. Guthrie Watson-Guptill 2001 2nd 1 the output is: Book Information: Book Title: The Hobbit Author: J. R. R. Tolkien Publisher: George Allen & Unwin Publication Date: 21 September 1937 Book Information: Book Title: The Illustrated Encyclopedia of the Universe Author: James W. Guthrie Publisher: Watson-Guptill Publication Date: 2001 Edition: 2nd Number of Volumes: 1 Note: Indentations use 3 spaces 261744 1399928 LAB ACTIVITY 11.17.1: LAB: Book information (overriding member methods) 0/10 File is marked as read only Current file: BookInformation.java 1 import java.util.Scanner; 3 public class BookInformation 2

Answers

Answer:

Explanation:

The Book class and BookInformation class was not provided but was found online. After analyzing both of these classes I have created the following code that grabs and overrides the printInfo() method in order to add and print the edition and number of volumes as well

public class Encyclopedia extends Book {

   String edition;

   int numVolumes;

   public String getEdition() {

       return edition;

   }

   public void setEdition(String edition) {

       this.edition = edition;

   }

   public int getNumVolumes() {

       return numVolumes;

   }

   public void setNumVolumes(int numVolumes) {

       this.numVolumes = numVolumes;

   }

   public void printInfo() {

       System.out.println("Book Information: ");

       System.out.println(" Book Title: " + super.title);

       System.out.println(" Author: " + author);

       System.out.println(" Publisher: " + publisher);

       System.out.println(" Publication Date: " + publicationDate);

       System.out.println(" Edition: " + getEdition());

       System.out.println(" Number of Volumes: " + getNumVolumes());

   }

}

Write a program to read a list of nonnegative integers and to display the largest integer, the smallest integer, and the average of all the integers. The user indicates the end of the input by entering a negative sentinel value that is not used in finding the largest, smallest, and average values. The average should be a value of type double so that it is computed with a fractional part. Input Notes: The input is simply a sequence of positive integers, separated by white space and terminated by -1.

Answers

Answer:

The program in Python is as follows:

mynum = []

num = int(input("Enter a number: "))

total = 0

while num >= 0:

   mynum.append(num)

   total+=num

   num = int(input("Enter a number: "))

   

print("Smallest: ",min(mynum))

print("Largest: ",max(mynum))

print("Average: ",total/len(mynum))

Explanation:

This creates an empty list

mynum = []

This prompts the user for input

num = int(input("Enter a number: "))

This initializes total to 0

total = 0

The following is repeated until a negative number is inputted

while num >= 0:

This appends the inputted number into the list

   mynum.append(num)

This calculates the sum of all the numbers inputted

   total+=num

This prompts the user for another input

   num = int(input("Enter a number: "))

   

This calculates and prints the smallest

print("Smallest: ",min(mynum))

This calculates and prints the largest

print("Largest: ",max(mynum))

This calculates and prints the average

print("Average: ",total/len(mynum))

Type the correct answer in the box. Spell all words correctly. Complete the sentence based on the role education plays to help you become proficient in any performing art. In the performing arts, education hones your skills and provides a pathway, but your is essential for success.

Answers

Answer:

what do i do??

Explanation:

Answer:

talent

Explanation:

A stack is initially empty, then the following commands are performed: push 5, push 7, pop, push 10, push 5, pop , which of the following is the correct stack after those commands (assume the top of the stack is on the left)?

a. 10 7 8 5 9
b. 10 8 5
c. 8 5 9
d. 8 5

Answers

Answer:

The answer is "5, 10".

Explanation:

In this question values are different that's why all choice was wrong, it correct solution can be defined as follows:

In the stack, we use the "push and pop" method that works as follows:

Push is used to inserting the value into the stack.Pop is used for deleting the value from the stack.

que disminuye o destruye la televisión en cultura contemporánea según McLuhan

ayuda pls

Answers

Answer:

Traslation=

That diminishes or destroys television in contemporary culture according to McLuhan

help pls

Explanation:

ASAP BRAINLIEST!!!
Which of the following conversations should NOT be facilitated using text messaging?
O scheduling a dinner date
O inviting friends to a barbeque
O asking a question about a homework assignment
O clarifying the status of a relationship

Answers

Answer:

Explanation:

clarifying the status of a relationship  * that should be done in person cause it can be very personal

D it’s considered a d*ck move if not done in person

para que se emplean los operando en una formula

Answers

Explanation:

what are you mobile-gws-wiz-serp now and black and son in a new medicine that is not the only way that we know you are in a

what is data analysing data and give three examples ?​

Answers

Answer:

Data Analysis is the process of systematically applying statistical and/or logical techniques to describe and illustrate, condense and recap, and evaluate data. ... An essential component of ensuring data integrity is the accurate and appropriate analysis of research findings.

Inferential Analysis. Diagnostic Analysis. Predictive Analysis. Prescriptive Analysis are examples.

PLS HELP


Select the correct answer from each drop-down menu. Daniel, Abeeku, and Carlos are three friends in the same physiology class. All three demonstrate different types of listening. Identify the different listening techniques displayed by each of them. Daniel listens to all the key content of the lecture and takes notes. He displays _______ listening. Abeeku is restless and begins to focus on the emotions and mood of the professor when he’s just bored. Abeeku displays _______ listening. Carlos also focuses on the key content of the lectures, but he evaluates them for accuracy based on what he has read or heard somewhere else. Carlos displays_______listening.


The blanks are: informative, critical, discriminative

Answers

Answer:

informative, discrimiitive,critical thats the order

ASAP BRAINLIEST!!!
Which of the following is the primary factor driving growth in the telecom technician career field?
O lower quality devices
broadband connections
O satellite internet
O fiber optic cabling

Answers

Answer:

mc kevin lutoo

Explanation:

Answer:

fiber optic cabling

Explanation:

The employment outlook for this position is expected to grow by 4%, or an additional 8,400 employees, by 2022. As of 2012, the average salary was $53,500 per year, or about $22 per hour. According to Bureau of Labor Statistics, in 2012 there were about 217,200 telecom technicians in the United States.

Wired telecommunications carriers are driving the market with growth primarily due to fiber and coaxial cabling to homes, and particularly in highly urban or highly remote areas.

A student, Alice, is logged into a Linux system using her id alice. At a command terminal while in her home directory, Alice creates a subdirectory named code to store two files named: plugin.c and plugvar.h.
a) What is the absolute pathname to the file plugvar.h?
b) Alice types in the sequence of commands listed below
$ cd
$ touch filetoo
$ cd code
What is the relative pathname to the file filetoo?

Answers

Answer:

Some one is going to clip me

Explanation:

describe the role of a Database Analyst ​

Answers

Answer:

Database Analysts organize and make sense of collections of information in order to create functional database systems. They evaluate, design, review, and implement databases. They are also hired to maintain and update existing databases to better serve the needs of businesses.

Write a procedure called Str_nextWord that scans a string for the first occurrence of a certain delimiter character and replaces the delimiter with a null byte. There are two input parameters: a pointer to the string and the delimiter character. After the call, if the delimiter was found, the Zero flag is set and EAX contains the offset of the next character beyond the delimiter. Otherwise, the Zero flag is clear and EAX is undefined. The following example code passes the address of target and a comma as the delimiter:

Answers

Answer:

Str_nextword PROC, pString:PTR BYTE, ; pointer to string delimiter:BYTE ; delimiter to find push esi mov al,delimiter mov esi,pString cld ; clear Direction flag (forward) L1: lodsb ; AL = [esi], inc(esi) cmp al,0 ; end of string? je L3 ; yes: exit with ZF = 0 cmp al,delimiter ; delimiter found? jne L1 ; no: repeat loop L2: mov BYTE PTR [esi-1],0 ; yes: insert null byte mov eax,esi ; point EAX to next character jmp Exit_proc ; exit with ZF = 1 L3: or al,1 ; clear Zero flag Exit_proc: pop esi ret Str_nextword ENDP

Explanation:

push esimov al,delimitermov esi,pStringcld ; clear Direction flag (forward)L1: lodsb ; AL = [esi], inc(esi)cmp al,0 ; end of string?je L3 ; yes: exit with ZF = 0cmp al,delimiter ; delimiter found?jne L1 ; no: repeat loopL2: mov BYTE PTR [esi-1],0 ; yes: insert null bytemov eax,esi ; point EAX to next characterjmp Exit_proc ; exit with ZF = 1L3: or al,1 ; clear Zero flagExit_proc:pop esiretStr_nextword ENDPStr_nextword ENDP

exe files are types of trojan and malware virus and they send you blue screen of death.

Answers

Answer:

im not 100 percent surre but i think so

Explanation:

Write a switch statement to select an operation based on the value of inventory. Increment total_paper by paper_order if inventory is 'B' or 'C'; increment total_ribbon by ribbon_order if inventory is 'D', 'F', or 'E'; increment total_label by label_order if inventory is 'A' or 'X'. Do nothing if inventory is 'M'. Display error message if value of inventory is not one of these 6 letters.

Answers

Answer:

switch(inventory){

   case B || C:

       total_paper += paper_order;

       break;

   case D || F || E:

       total_ribbon += ribbon_order;

       break;

   case A || X:

       total_label += label_order;

       break;

   case M:

       break;

   default:

       console.log("Error! Invalid inventory value");

}

Explanation:

The switch keyword is a control statement used in place of the if-statement. It uses the 'case' and 'break' keywords to compare input values and escape from the program flow respectively. The default keyword is used to accommodate input values that do not match the compared values of the cases.

When writing professional emails, it is okay to use emoticons and
abbreviations.
True
False

Answers

Answer:

False

Explanation:

Answer:

false

Explanation:

Other Questions
WhiWhich of the following statements about traits is true?A. All organisms within a population will have the sametraits.B.A trait that is helpful in one environment will benefit organisms in all environments.C. Organisms with helpful traits are more likely to survive and pass those traits on to their offspring.D. An organism cannot have traits that would help it survive in environmental conditions that are different from the conditions of its habitat. When the interest rate is above the equilibrium level, a. the quantity of money that people want to hold is less than the quantity of money that the Federal Reserve has supplied. b. people respond by buying interest-bearing bonds or by depositing money in interest-bearing bank accounts. c. bond issuers and banks respond by lowering the interest rates they offer. d. All of the above are correct. The molar mass of Cu2CO3 isa. 123.5 g/mol b. 155.0 g/molc. 187.0 g/mold. 211.0 g/mol What value of x and y makes the 2 triangles congruent by ASA? Find the measures of angle QPR and QRP what is the answer to my math problem. Evaluate 32^1/5 You know when your reading a book and at the bottom of the page is a list of words alongside with the definitions of those words, what is it called?(its a text feature) Brandon took 3 minutes to brush his teeth, 2 minutes to get dressed and 12 minutes to eat breakfast. If he left his house at 7:19 what time did he start getting ready. The Economy Repair Shop charges a $50 fee plus $30 an hour for labor. Jeff's Repair Shop charges $35 an hour. Which inequality can be used to determine the number of hours of labor that would make Economy Repair Shop's charges less than Jeff's Repair Shop's charges?A. 50+30x35xC.50x+30 If it's 7:30 what time will it gets in an hour and a quarter? WILL GIVE BRAINLIEST Solve for x: 12 (x + 3) = 4 (2x + 9) + 4xA: one solutionB: no solutionC: infinite solutions My name is Felicia McMillian, and I was referred to you by a friend. I have a question about what I should do with my money. I've been working as a pharmaceutical sales representative for just two years now, but I've already started investing a little bit of my money. Right now, I have a checking account, a money market account, and I've started buying small bonds. I am beginning to earn a little more money, and I'm starting to think about future goals, like buying a house, helping my kids pay for college, retirement. . . all things that are more than 10 years down the road. What would you advise me to do at this point? personal narrative essays what event started ww2? giving brainliest!! Globalization of the economy is increasing because of which of thesefactors?A. Agreements limiting immigrationB. Advances in internet technologyC. A decrease in demand for resourcesD. Treaties limiting international trade 8. between which two consecutive integers does radical (Picture 1 )lie? Please help me with 1,2,3,4 and show me how you get it the answers please I really need help can someone help me answer this pls i really need it If the money multiplier is 3 and the Fed wants to increase the money supply by $900,000, it could 18. A. Buy $300,000 worth of bonds. B. Buy $225,000 worth of bonds. C. Sell $300,000 worth of bonds. D. Sell $225,000 worth of bonds. Quadratics and Their Solutions: I NEED HELP speech on poor health begins in the mind