Is “consecutive” a subset of “sequential”?

Is '大勢の人' redundant?

Can not upgrade Kali,not enough space in /var/cache/apt/archives

Melting point of aspirin, contradicting sources

Open a doc from terminal, but not by its name

Is there a conventional notation or name for the slip angle?

How much character growth crosses the line into breaking the character

Is a file system driver implemented using a kernel module in Linux?

Can I use my Chinese passport to enter China after I acquired another citizenship?

Database accidentally deleted with a bash script

Joining ~ 40 normalized tables for 200 columns to display detailed user profile. Can this be optimized?

We have a love-hate relationship

Do varchar(max), nvarchar(max) and varbinary(max) columns affect select queries?

Create all possible words using a set or letters

Should I stop contributing to retirement accounts?

Schmidt decomposition - example

Why is it that I can sometimes guess the next note?

Can someone explain how this makes sense electrically?

Python script not running correctly when launched with crontab

How should I respond when I lied about my education and the company finds out through background check?

Is camera lens focus an exact point or a range?

How do I repair my stair bannister?

What is the gram­mat­i­cal term for “‑ed” words like these?

Is it possible to have a strip of cold climate in the middle of a planet?

Can we have a perfect cadence in a minor key?



Is “consecutive” a subset of “sequential”?














1















Going straight to the dictionary, we can see that:



Consecutive means: something following something else without interruption.



Some examples:



  1. He did 100 consecutive push-ups (1, 2, 3, ..., 99, 100)



  2. He scored 3 consecutive goals (meaning that a player scored 3 goals without any other team-mate scoring in between)



    2.1 Ronaldo scored in min. 25, 50, 75. He scored 3 consecutive goals. Had somebody else from his team scored anywhere between 25-75 his goals wouldn't have been consecutive.



  3. He had to take his medicine for 14 consecutive days (2 weeks straight, without interruption).


Sequential means: following a particular order.



The above doesn't mean without interruption though. It just has to follow a predictable pattern.



Some examples:



  1. Computer instructions are always executed sequentially, the order being top-down as they are encountered in the program.


  2. The Fibonacci sequence: 1, 2, 3, 5, 8, 13, 21, ... is a sequence where each number is the sum of the preceding two numbers.


  3. I described the events sequentially, but in reverse order, starting with the conclusion.


  4. We were given a list of sequential numbers comprising even multiples of 10. (20, 60, 100, say every 4 multiples)


  5. He was used as a defender every 5 games for 6 sequential World Cups (this is a case where you might substitute sequential with consecutive but it's also correct to interpret this as say every 2 World Cups, or every 3 World Cups is it not?). Without knowing further information this is ambiguous just like biweekly which can mean both every 2 weeks and twice a week.


  6. They were using a sequence of numbers comprising multiples of five. Note that this can also be interpreted as consecutive since it doesn't specify any further details about the multiples.


So all in all I've seen folks using these 2 terms interchangeably. While this might be true it's not always the case. They can be used interchangeably when the elements that they're describing are immediately following one after another but not otherwise.



Is the above correct or did I misunderstand anything?










share|improve this question









New contributor




George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    1















    Going straight to the dictionary, we can see that:



    Consecutive means: something following something else without interruption.



    Some examples:



    1. He did 100 consecutive push-ups (1, 2, 3, ..., 99, 100)



    2. He scored 3 consecutive goals (meaning that a player scored 3 goals without any other team-mate scoring in between)



      2.1 Ronaldo scored in min. 25, 50, 75. He scored 3 consecutive goals. Had somebody else from his team scored anywhere between 25-75 his goals wouldn't have been consecutive.



    3. He had to take his medicine for 14 consecutive days (2 weeks straight, without interruption).


    Sequential means: following a particular order.



    The above doesn't mean without interruption though. It just has to follow a predictable pattern.



    Some examples:



    1. Computer instructions are always executed sequentially, the order being top-down as they are encountered in the program.


    2. The Fibonacci sequence: 1, 2, 3, 5, 8, 13, 21, ... is a sequence where each number is the sum of the preceding two numbers.


    3. I described the events sequentially, but in reverse order, starting with the conclusion.


    4. We were given a list of sequential numbers comprising even multiples of 10. (20, 60, 100, say every 4 multiples)


    5. He was used as a defender every 5 games for 6 sequential World Cups (this is a case where you might substitute sequential with consecutive but it's also correct to interpret this as say every 2 World Cups, or every 3 World Cups is it not?). Without knowing further information this is ambiguous just like biweekly which can mean both every 2 weeks and twice a week.


    6. They were using a sequence of numbers comprising multiples of five. Note that this can also be interpreted as consecutive since it doesn't specify any further details about the multiples.


    So all in all I've seen folks using these 2 terms interchangeably. While this might be true it's not always the case. They can be used interchangeably when the elements that they're describing are immediately following one after another but not otherwise.



    Is the above correct or did I misunderstand anything?










    share|improve this question









    New contributor




    George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      Going straight to the dictionary, we can see that:



      Consecutive means: something following something else without interruption.



      Some examples:



      1. He did 100 consecutive push-ups (1, 2, 3, ..., 99, 100)



      2. He scored 3 consecutive goals (meaning that a player scored 3 goals without any other team-mate scoring in between)



        2.1 Ronaldo scored in min. 25, 50, 75. He scored 3 consecutive goals. Had somebody else from his team scored anywhere between 25-75 his goals wouldn't have been consecutive.



      3. He had to take his medicine for 14 consecutive days (2 weeks straight, without interruption).


      Sequential means: following a particular order.



      The above doesn't mean without interruption though. It just has to follow a predictable pattern.



      Some examples:



      1. Computer instructions are always executed sequentially, the order being top-down as they are encountered in the program.


      2. The Fibonacci sequence: 1, 2, 3, 5, 8, 13, 21, ... is a sequence where each number is the sum of the preceding two numbers.


      3. I described the events sequentially, but in reverse order, starting with the conclusion.


      4. We were given a list of sequential numbers comprising even multiples of 10. (20, 60, 100, say every 4 multiples)


      5. He was used as a defender every 5 games for 6 sequential World Cups (this is a case where you might substitute sequential with consecutive but it's also correct to interpret this as say every 2 World Cups, or every 3 World Cups is it not?). Without knowing further information this is ambiguous just like biweekly which can mean both every 2 weeks and twice a week.


      6. They were using a sequence of numbers comprising multiples of five. Note that this can also be interpreted as consecutive since it doesn't specify any further details about the multiples.


      So all in all I've seen folks using these 2 terms interchangeably. While this might be true it's not always the case. They can be used interchangeably when the elements that they're describing are immediately following one after another but not otherwise.



      Is the above correct or did I misunderstand anything?










      share|improve this question









      New contributor




      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Going straight to the dictionary, we can see that:



      Consecutive means: something following something else without interruption.



      Some examples:



      1. He did 100 consecutive push-ups (1, 2, 3, ..., 99, 100)



      2. He scored 3 consecutive goals (meaning that a player scored 3 goals without any other team-mate scoring in between)



        2.1 Ronaldo scored in min. 25, 50, 75. He scored 3 consecutive goals. Had somebody else from his team scored anywhere between 25-75 his goals wouldn't have been consecutive.



      3. He had to take his medicine for 14 consecutive days (2 weeks straight, without interruption).


      Sequential means: following a particular order.



      The above doesn't mean without interruption though. It just has to follow a predictable pattern.



      Some examples:



      1. Computer instructions are always executed sequentially, the order being top-down as they are encountered in the program.


      2. The Fibonacci sequence: 1, 2, 3, 5, 8, 13, 21, ... is a sequence where each number is the sum of the preceding two numbers.


      3. I described the events sequentially, but in reverse order, starting with the conclusion.


      4. We were given a list of sequential numbers comprising even multiples of 10. (20, 60, 100, say every 4 multiples)


      5. He was used as a defender every 5 games for 6 sequential World Cups (this is a case where you might substitute sequential with consecutive but it's also correct to interpret this as say every 2 World Cups, or every 3 World Cups is it not?). Without knowing further information this is ambiguous just like biweekly which can mean both every 2 weeks and twice a week.


      6. They were using a sequence of numbers comprising multiples of five. Note that this can also be interpreted as consecutive since it doesn't specify any further details about the multiples.


      So all in all I've seen folks using these 2 terms interchangeably. While this might be true it's not always the case. They can be used interchangeably when the elements that they're describing are immediately following one after another but not otherwise.



      Is the above correct or did I misunderstand anything?







      semantics






      share|improve this question









      New contributor




      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Mar 19 at 5:22







      George













      New contributor




      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Mar 18 at 20:32









      GeorgeGeorge

      84




      84




      New contributor




      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      George is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          1














          OP's understanding of the words 'sequential' and 'consecutive' is correct, but the question "Is “consecutive” a subset of “sequential”?" is a little too mathematical in construction. Ordinary word definitions don't follow mathematical concepts like that. It's probably true that in most cases something that is consecutive is also sequential, but that doesn't really explain word usage. Describing something as "sequential" puts on focus on the fact that what is being described is done in some particular order, as opposed to doing things out-of-order or simultaneously. No one would use the word "sequential" to distinguish between consecutive and non-consecutive.



          "Consecutive", on the other hand, puts the focus on the fact that there is no interruption. In shorthand, to describe something as "sequential" you mean to focus on the order; to describe something as "consecutive" you mean to focus on the lack of interruption.



          As for the examples, I would say that #5 for "sequential"—"He was used as a defender every 5 games for 6 sequential World Cups"—is not a particularly felicitous use of the word. I agree that "consecutive" would make more sense here—you wouldn't use the word "sequential" without further explanation if you meant something exotic like the suggestion of every 2 or 3 World Cups. If that scenario was meant, then it would have to be explicitly mentioned. The fact that such a scenario could be described as "sequential" is not sufficient to use the word without further explanation.



          The only other thing to consider is that sequential doesn't even necessarily mean monotonic. If you said that the sequence was "5 1 3 2 99" then following that sequence is no more or less sequential than, say, skipping every 2.






          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "97"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            George is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f490293%2fis-consecutive-a-subset-of-sequential%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            OP's understanding of the words 'sequential' and 'consecutive' is correct, but the question "Is “consecutive” a subset of “sequential”?" is a little too mathematical in construction. Ordinary word definitions don't follow mathematical concepts like that. It's probably true that in most cases something that is consecutive is also sequential, but that doesn't really explain word usage. Describing something as "sequential" puts on focus on the fact that what is being described is done in some particular order, as opposed to doing things out-of-order or simultaneously. No one would use the word "sequential" to distinguish between consecutive and non-consecutive.



            "Consecutive", on the other hand, puts the focus on the fact that there is no interruption. In shorthand, to describe something as "sequential" you mean to focus on the order; to describe something as "consecutive" you mean to focus on the lack of interruption.



            As for the examples, I would say that #5 for "sequential"—"He was used as a defender every 5 games for 6 sequential World Cups"—is not a particularly felicitous use of the word. I agree that "consecutive" would make more sense here—you wouldn't use the word "sequential" without further explanation if you meant something exotic like the suggestion of every 2 or 3 World Cups. If that scenario was meant, then it would have to be explicitly mentioned. The fact that such a scenario could be described as "sequential" is not sufficient to use the word without further explanation.



            The only other thing to consider is that sequential doesn't even necessarily mean monotonic. If you said that the sequence was "5 1 3 2 99" then following that sequence is no more or less sequential than, say, skipping every 2.






            share|improve this answer



























              1














              OP's understanding of the words 'sequential' and 'consecutive' is correct, but the question "Is “consecutive” a subset of “sequential”?" is a little too mathematical in construction. Ordinary word definitions don't follow mathematical concepts like that. It's probably true that in most cases something that is consecutive is also sequential, but that doesn't really explain word usage. Describing something as "sequential" puts on focus on the fact that what is being described is done in some particular order, as opposed to doing things out-of-order or simultaneously. No one would use the word "sequential" to distinguish between consecutive and non-consecutive.



              "Consecutive", on the other hand, puts the focus on the fact that there is no interruption. In shorthand, to describe something as "sequential" you mean to focus on the order; to describe something as "consecutive" you mean to focus on the lack of interruption.



              As for the examples, I would say that #5 for "sequential"—"He was used as a defender every 5 games for 6 sequential World Cups"—is not a particularly felicitous use of the word. I agree that "consecutive" would make more sense here—you wouldn't use the word "sequential" without further explanation if you meant something exotic like the suggestion of every 2 or 3 World Cups. If that scenario was meant, then it would have to be explicitly mentioned. The fact that such a scenario could be described as "sequential" is not sufficient to use the word without further explanation.



              The only other thing to consider is that sequential doesn't even necessarily mean monotonic. If you said that the sequence was "5 1 3 2 99" then following that sequence is no more or less sequential than, say, skipping every 2.






              share|improve this answer

























                1












                1








                1







                OP's understanding of the words 'sequential' and 'consecutive' is correct, but the question "Is “consecutive” a subset of “sequential”?" is a little too mathematical in construction. Ordinary word definitions don't follow mathematical concepts like that. It's probably true that in most cases something that is consecutive is also sequential, but that doesn't really explain word usage. Describing something as "sequential" puts on focus on the fact that what is being described is done in some particular order, as opposed to doing things out-of-order or simultaneously. No one would use the word "sequential" to distinguish between consecutive and non-consecutive.



                "Consecutive", on the other hand, puts the focus on the fact that there is no interruption. In shorthand, to describe something as "sequential" you mean to focus on the order; to describe something as "consecutive" you mean to focus on the lack of interruption.



                As for the examples, I would say that #5 for "sequential"—"He was used as a defender every 5 games for 6 sequential World Cups"—is not a particularly felicitous use of the word. I agree that "consecutive" would make more sense here—you wouldn't use the word "sequential" without further explanation if you meant something exotic like the suggestion of every 2 or 3 World Cups. If that scenario was meant, then it would have to be explicitly mentioned. The fact that such a scenario could be described as "sequential" is not sufficient to use the word without further explanation.



                The only other thing to consider is that sequential doesn't even necessarily mean monotonic. If you said that the sequence was "5 1 3 2 99" then following that sequence is no more or less sequential than, say, skipping every 2.






                share|improve this answer













                OP's understanding of the words 'sequential' and 'consecutive' is correct, but the question "Is “consecutive” a subset of “sequential”?" is a little too mathematical in construction. Ordinary word definitions don't follow mathematical concepts like that. It's probably true that in most cases something that is consecutive is also sequential, but that doesn't really explain word usage. Describing something as "sequential" puts on focus on the fact that what is being described is done in some particular order, as opposed to doing things out-of-order or simultaneously. No one would use the word "sequential" to distinguish between consecutive and non-consecutive.



                "Consecutive", on the other hand, puts the focus on the fact that there is no interruption. In shorthand, to describe something as "sequential" you mean to focus on the order; to describe something as "consecutive" you mean to focus on the lack of interruption.



                As for the examples, I would say that #5 for "sequential"—"He was used as a defender every 5 games for 6 sequential World Cups"—is not a particularly felicitous use of the word. I agree that "consecutive" would make more sense here—you wouldn't use the word "sequential" without further explanation if you meant something exotic like the suggestion of every 2 or 3 World Cups. If that scenario was meant, then it would have to be explicitly mentioned. The fact that such a scenario could be described as "sequential" is not sufficient to use the word without further explanation.



                The only other thing to consider is that sequential doesn't even necessarily mean monotonic. If you said that the sequence was "5 1 3 2 99" then following that sequence is no more or less sequential than, say, skipping every 2.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 18 at 23:34









                nohatnohat

                60.8k12171238




                60.8k12171238




















                    George is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    George is a new contributor. Be nice, and check out our Code of Conduct.












                    George is a new contributor. Be nice, and check out our Code of Conduct.











                    George is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to English Language & Usage Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f490293%2fis-consecutive-a-subset-of-sequential%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    He _____ here since 1970 . Answer needed [closed]What does “since he was so high” mean?Meaning of “catch birds for”?How do I ensure “since” takes the meaning I want?“Who cares here” meaningWhat does “right round toward” mean?the time tense (had now been detected)What does the phrase “ring around the roses” mean here?Correct usage of “visited upon”Meaning of “foiled rail sabotage bid”It was the third time I had gone to Rome or It is the third time I had been to Rome

                    Bunad

                    Færeyskur hestur Heimild | Tengill | Tilvísanir | LeiðsagnarvalRossið - síða um færeyska hrossið á færeyskuGott ár hjá færeyska hestinum