What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

What is the difference between resume and continue?

resume | continue |

Continue is a synonym of resume.



As nouns the difference between resume and continue

is that resume is a summary or synopsis while continue is an option allowing a gamer to resume play after {{l/en|game over}}, when all {{l/en|life|lives}} have been lost.

As verbs the difference between resume and continue

is that resume is to take back possession of (something) while continue is to proceed with (doing an activity); to prolong (an activity).

resume

English

Alternative forms

* resume,

Noun

(en noun)
  • A summary or synopsis.
  • * 1919 , (Saki) (Hector Hugh Munro), ‘Excepting Mrs. Pentherby’, The Toys of Peace :
  • On one occasion Mrs. Val Gwepton, who was not blessed with the most reposeful of temperaments, fairly let herself go, and gave Mrs. Pentherby a vivid and truthful résumé of her opinion of her.
  • * 1978 , Royal Society of South Australia, Transactions of the Royal Society of South Australia , Volumes 102-103, page 79,
  • A résumé of diagnostic characters of the five families represented in Australia is also given, and a list of the 19 genera described from Australia is included
  • * 1999 , The Guardian , 14 Jun 1999:
  • However, a brief résumé of recent weddings, royal and otherwise, reveals that Edward and Sophie's big day could be in danger of being badly out of step.
  • * 2005 , Tony Martin, Lolly Scramble: A Memoir of Little Consequence , Pan Macmillan Australia, unnumbered page,
  • It was this piffling résumé that accompanied me to Auckland, where I hoped to get a foot in with the city?s biggest ‘nonprofessional’ theatre group, the New Independent.
  • * 2006 , Helen Borger, Human Resources , Career FAQs, Australia, page 122,
  • Résumés have a particular structure that you should follow – it?s what you say in it that makes yours stand out from the rest.
  • * 2011 , Monica Makari, How to Find a Job in Australia , Revised edition, How to...Books, Australia, page 34,
  • A well written CV (Curriculum Vitae) or résumé is the most important document when looking for a job, your first opportunity to present yourself and it can open or close the door to an interview.
  • * {{quote-news
  • , year=2012 , date=May 20 , author=Nathan Rabin , title=TV: Review: THE SIMPSONS (CLASSIC): “Marge Gets A Job” (season 4, episode 7; originally aired 11/05/1992) , work=The Onion AV Club citation , page= , passage=Fortuitously, Marge is looking for a job after an endless hiatus from the working world. After Lisa helps her mother “polish” up her résumé' so that she now appears to be the most accomplished woman in the world, Marge lands a job at the power plant operating a machine her ridiculously padded ' résumé claims she helped invent.}}
  • * 1995 , Gary Wolf, "The Curse of Xanadu", Wired Magazine
  • The match between Stiegler and Xanadu was doubly unlikely; not only was Stiegler happily unemployed, but the Xanadu programmers did not seem to place high value on management personnel. As Stiegler tells it, the original plan during the first days at Autodesk was to get somebody with a good résumé and stick him in a closet until somebody from Autodesk came to visit, at which point the obedient manager could be trotted out to prove that the hackers were under control. This was hardly Stiegler's style.

    Synonyms

    * (account of education and employment) curriculum vitae, CV * (summary or synopsis)

    Usage notes

    * In Canada, is the only spelling given by the Gage Canadian Dictionary (1997 edition). * In the US, there are three major spellings of this word: , and (resume). All three are in common usage and all three are occasionally contested. The usual justification for each is usually as follows: ** (resume) is an acceptable spelling, because modern English does not usually have diacritic marks except when borrowing terms or as an optional spelling to indicate a breach of standard pronunciation rules. Compare (cafe), (emigre), (nee), and (fiance), all of which are commonly spelled with and without accent marks. The spelling resume is more likely to be found on the web due to the limits of ASCII character encoding and the US English keyboard. ** , where there is no etymological precedent for the accent. The acute accent over the first (e), on the other hand, serves no function in English. ** . * Certain other French words with two accented instead, which may affect the perception of the correctness of the two spellings of the term.

    continue

    English

    Verb

    (continu)
  • to proceed with (doing an activity); to prolong (an activity).
  • Shall I continue speaking, or will you just interrupt me again?
    Do you want me to continue to unload these?
  • * {{quote-news, year=2012, date=April 15, author=Phil McNulty, work=BBC
  • , title= Tottenham 1-5 Chelsea , passage=Fuelled by their fury, Spurs surged forward and gave themselves hope after 56 minutes when Scott Parker's precise through-ball released Adebayor. He was pulled down in the area by Cech but referee Atkinson allowed play to continue for Bale to roll the ball into an empty net.}}
  • *
  • Firstly, I continue to base most species treatments on personally collected material, rather than on herbarium plants.
  • To make last; to prolong.
  • * , New York, 2001, p.74:
  • Can you account him wise or discreet that would willingly have his health, and yet will do nothing that should procure or continue it?
  • To retain (someone) in a given state, position etc.
  • * 2002 , , The Great Nation , Penguin 2003, p.257:
  • The schools were very much the brainchild of Bertin, and although the latter was ousted from the post of Controller-General by Choiseul in 1763, he was continued by the king as a fifth secretary of state […].
  • To remain in a given place or condition; to remain in connection with; to abide; to stay.
  • * Milton
  • Here to continue , and build up here / A growing empire.
  • * Bible, Matthew xv. 32
  • They continue with me now three days, and have nothing to eat.
  • to resume
  • When will the concert continue ?
  • (legal) To adjourn, prorogue, put off.
  • This meeting has been continued to the thirteenth of July.
  • (poker slang) To make a continuation bet.
  • Usage notes

    * In the transitive sense, (continue) may be followed by either the present participle or the infinitive; hence use either "to continue writing" or "to continue to write". * As (continue) conveys the sense of progression, it is pleonastic to follow it with "on" (as in "Continue on with what you were doing").

    Synonyms

    * carry on, go on with, keep, keep on, proceed with * (sense) carry on, go on, proceed, resume

    Antonyms

    * terminate, discontinue

    Noun

    (wikipedia continue) {{examples-right, sense=statement which causes a loop to execute the next iteration, examples= Line 3 of the following pseudocode contains a continue . 1. for c = 1 to 5 do 2. tif (c == 3) do 3. ttcontinue; 4. tend 5. tprint(c + " "); 6. end}} (en noun)
  • (video games) an option allowing a gamer to resume play after have been lost.
  • (video games) an option allowing a player to .
  • (programming) a , skipping the statements following it
  • Coordinate terms

    * (statement which causes a loop to execute the next iteration) 1000 English basic words ----