Footer

    Download on the App StoreGet it on Google Play

    About

    • About Us
    • Our Learning Services
    • Join Us
    • FAQ
    • Hot Tags

    Services

    • Pronunciation Challenge
    • Saved
    • Search Vocabulary
    • Blog

    Channels

    Levels

    • A1
    • A2
    • B1
    • B2
    • C1
    • C2

    Privacy˙Terms˙
    ©2026 VoiceTube Corporation. All rights reserved

    increment

    US /ˈɪnkrəmənt, ˈɪŋ-/

    ・

    UK /'ɪŋkrəmənt/

    B2
    n. (c./u.)Noun (Countable/Uncountable)Amount by which something is increased
    A small increment in temperature was enough to speed up the experiment

    Video subtitles

    Introduction to C++ Programming

    10:32Introduction to C++ Programming
    • Now, I plus plus will increment the value by one.

      Now, I plus plus will increment the value by one.

    • Now, this plus plus, if you put this plus symbol two times after this I, that signifies an increment operator in C.

      Now, this plus plus, if you put this plus symbol two times after this I, that signifies an increment operator in C.

    A2

    不要輕易拿自己和別人比較! ► 大多數人沒聽過的「普萊斯定律」 - Dr. Jordan B Peterson 喬登·彼得森(中英字幕)

    06:16不要輕易拿自己和別人比較! ► 大多數人沒聽過的「普萊斯定律」 - Dr. Jordan B Peterson 喬登·彼得森(中英字幕)
    • It's like, "So your goal is to make today some tiny increment better than yesterday." And you can use better.

      It's like, "So your goal is to make today some tiny increment better than yesterday." And you can use better.

    • If I did this little thing, things would be just an increment better." And, well, that's a great thing because you get the ball rolling.

      If I did this little thing, things would be just an increment better." And, well, that's a great thing because you get the ball rolling.

    A2

    How to Build a Product I, Michael Seibel, Steve Huffman, Emmett Shear - CS-183F

    47:31How to Build a Product I, Michael Seibel, Steve Huffman, Emmett Shear - CS-183F
    • So they would just increment they would take the newest post and increment by one and submit that URL so that you had a post that would link to its own comments page.

      So they would just increment they would take the newest post and increment by one and submit that URL so that you had a post that would link to its own comments page.

    • So that would just increment, they would take the newest post and

      So that would just increment, they would take the newest post and

    A2

    Vectors in C++

    16:01Vectors in C++
    • So again, just looking at our for loop header, we have our initial statement here that's simply declaring a counter, we have our loop continuation condition, so this is basically specifying that we will keep looping through the body of this for loop as long as i is less than the size, which in our case right now, our vector size is four, so we should make four iterations through this loop body, and each time we go through the loop body, we need to be incrementing that counter, if we don't increment that counter, then we'll set ourselves up where we'd be infinitely going through this for loop body.

      So again, just looking at our for loop header, we have our initial statement here that's simply declaring a counter, we have our loop continuation condition, so this is basically specifying that we will keep looping through the body of this for loop as long as i is less than the size, which in our case right now, our vector size is four, so we should make four iterations through this loop body, and each time we go through the loop body, we need to be incrementing that counter, if we don't increment that counter, then we'll set ourselves up where we'd be infinitely going through this for loop body.

    • If we don't increment that counter, then we'll set ourselves up where we would be infinitely going through this for loop body.

      If we don't increment that counter, then we'll set ourselves up where we would be infinitely going through this for loop body.

    B1

    Houdini Isn't Scary - Part 1: Basics

    17:18Houdini Isn't Scary - Part 1: Basics
    • So if we go over here and then move to the right, it'll increment it up by 0.1 or down by 0.1.

      So if we go over here and then move to the right, it'll increment it up by 0.1 or down by 0.1.

    • And if we move up, it'll increment it up by 1 or down by 1, and so on.

      And if we move up, it'll increment it up by 1 or down by 1, and so on.

    B1

    Performance Tuning Best Practices for MySQL

    43:33Performance Tuning Best Practices for MySQL
    • key. Yet a lot of people will just kind of put an auto-increment in there just for the

      key. Yet a lot of people will just kind of put an auto-increment in there just for the

    • you insert into the product table, increment it, when you delete, decrement it. Okay. That’s

      you insert into the product table, increment it, when you delete, decrement it. Okay. That’s

    B1

    C++ Tutorial - 06 - Operators

    03:00C++ Tutorial - 06 - Operators
    • Another common operation is to increment or decrement a variable by one.

      Another common operation is to increment or decrement a variable by one.

    • This can be simplified with the increment and decrement operators.

      This can be simplified with the increment and decrement operators.

    B1

    The Untold Story of C++

    11:22The Untold Story of C++
    • By 1983, the experiment had a name: C++, a quiet joke, a nod to the increment operator in C.

      By 1983, the experiment had a name: C++, a quiet joke, a nod to the increment operator in C.

    • A quiet joke, a nod to the increment operator in C. Not a revolution, an evolution.

      A quiet joke, a nod to the increment operator in C. Not a revolution, an evolution.

    B2

    Java Tutorial - Creating objects with constructors

    07:12Java Tutorial - Creating objects with constructors
    • In the implementation, we'll access the height and trunk diameter of the tree and increment them accordingly.

      In the implementation, we'll access the height and trunk diameter of the tree and increment them accordingly.

    • In the implementation, we'll access the height and trunk diameter of the tree and increment them accordingly.

      In the implementation, we'll access the height and trunk diameter of the tree and increment them accordingly.

    B1

    What Is Redis Really About? Why Is It So Popular?

    09:01What Is Redis Really About? Why Is It So Popular?
    • Because Redis runs commands one at a time, increment completes as a single atomic step;

      Because Redis runs commands one at a time, increment completes as a single atomic step;

    • Because Redis runs commands one at a time, increment completes as a single atomic step.

      Because Redis runs commands one at a time, increment completes as a single atomic step.

    B2