increment
small or regular increase
A small or regular increase in the number or amount of something.
an increment in [something]
- The software updates the progress bar in small increments as the file downloads.
- There has been a steady increment in housing costs over the last decade.
- We adjusted the temperature in five-degree increments to test the reaction.
- The project budget allows for an increment in spending each quarter.
- Traffic increased in sharp increments after the new mall opened.
- There was a small increment in the price of milk this year.
- The company saw an increment in sales last month.
- We changed the speed in tiny increments during the test.
- The tax rate rose in several increments over five years.
- The teacher noticed an increment in the students' test scores.
periodic pay or salary raise
A regular rise in your pay, often every year or after you reach a goal at work.
an increment in [someone's] salary
- Employees on this contract receive an annual increment based on performance.
- After completing her training year, she moved up to the next increment on the salary scale.
- The union is negotiating for a larger cost-of-living increment.
- New staff will not receive a pay increment until they pass their probation.
- Teachers receive regular increments until they reach the top of the pay band.
- Workers get an annual increment if they meet their goals.
- He is happy because he will get a salary increment next year.
- After three years, she reached the highest increment on the pay scale.
- The company stopped all pay increments during the crisis.
- Each year, they give staff a small increment in pay.
single step change amount
The exact amount you add to a number or measurement each time in a series of steps.
an increment of [amount]
- Set the increment to 0.1 seconds to record data more precisely.
- The graph is drawn using an x-axis increment of 5 units.
- We used a time increment of one day between observations.
- Adjust the volume in increments of two decibels for better control.
- The simulation advances the model by a fixed increment at each step.
- Move the slider in increments of one unit.
- The scale shows weight in 0.5 kilogram increments.
- We measured the temperature at ten-minute increments.
- Change the value with an increment of 0.01.
- The program increases the counter by an increment of one each loop.
to increase a number by a fixed amount
To make a number, counter, or value go up by a fixed amount, usually by one.
to increment [a value] by [amount]
- The loop increments the counter by one on each iteration.
- Please increment the version number whenever you release a new build.
- We automatically increment the ID field for each new record.
- The script increments the index until it reaches the array length.
- Click this button to increment the score manually.
- The program will increment the number every second.
- You should increment the counter by one inside the loop.
- This function increments the value when you press the key.
- The system increments the user ID for each new account.
- The code increments the score after each correct answer.
- Base: increment
- Plural: increment, increments
- Base: increment
- 3rd Person Singular: increments
- Present Participle: incrementing
- Past: incremented
by small increments
1changing through many small increases
Used to say that something changes slowly, moving up in many small steps instead of one big change.
- Their market share grew by small increments over several years.
- She improved her running time by small increments each week.
in increments of [amount]
1divided into equal step increases
Used to say that something changes or is measured in equal, fixed steps of a certain size.
- The speed can be adjusted in increments of 5 kilometers per hour.
- Please pay the loan back in increments of $100 per month.
increment and decrement
1paired increase and decrease operations
Used in technical fields, especially computing, to talk about the two opposite actions of making a value go up (increment) or go down (decrement) by a fixed amount.
- Many programming languages provide simple operators for increment and decrement of variables.
- The tutorial explains how to use increment and decrement in a for-loop.