Is update one word

I’d like to know if someone has a better word than authored or produced, for both creating and updating something.

Context:
I’m a software developer and I’m trying to think of a clever way to name the function that will initially create an object, and if it’s already created, update it.

choster's user avatar

choster

43k21 gold badges104 silver badges165 bronze badges

asked Feb 17, 2015 at 2:11

undefined's user avatar

8

«Save» seems perfect for this. As a developer I’d read «SaveRecord» as either inserting or updating the record depending on its preexistence.

answered Dec 15, 2015 at 18:17

nollidge's user avatar

nollidgenollidge

1,57111 silver badges8 bronze badges

2

In SQL terminology merge term is used for this: https://en.wikipedia.org/wiki/Merge_(SQL)

This is a synonym of upsert (update + insert) which, in my opinion, suits even better, because its meaning is explicit.

answered Nov 3, 2018 at 9:54

Yan Takushevich's user avatar

Since you stated you’re dealing with JavaScript, I’ll offer ‘assign‘ as a handy verb. In most programming languages, you need to declare an object property before assigning it, but in JavaScript the assignment operator (‘=’) both updates and creates properties (when they don’t exist).

So if you have your generic object here, and you want to create/update properties of that object using a single function call, you’re essentially assigning values to the properties of the object. Creation is implied.

 myObject.prototype.assignProperties = (property, value) => this.property = value;

The only activity carried out in the function is ‘assign‘ by the assignment operator. If the property doesn’t exist, it is created.

Source: I’m a software engineer working with JavaScript regularly (FireFox OS applications).

answered Feb 17, 2015 at 2:43

Coty Johnathan Saxman's user avatar

2

I believe it was mentioned in a comment, but Store is very applicable.

Moreover, Store matches in character count to Fetch, which, if you’re insane like me, is a quality you value in naming conventions.

function store(val: *);

function fetch(key: *);

function erase(key: *); // or purge()

answered Oct 28, 2018 at 3:46

Dan Lugg's user avatar

Dan LuggDan Lugg

1811 silver badge4 bronze badges

2

Sometimes set is used in programming to refer to both creating and updating. It can depend on the language — some languages clearly separate the two operations, some do not.

Some languages try to be clear by not using a single verb for this. For example, SQL uses the verb CREATE OR REPLACE to mean exactly what it says (and what you said).

My suggestion is to check with your language and its users, to see what vocabulary is typically used for this in the particular context.

answered Feb 17, 2015 at 2:14

Drew's user avatar

DrewDrew

15k9 gold badges36 silver badges61 bronze badges

4

Within the context of development if you are appling some CRUD changes in one operation I usually opt for «sync» or «synchronize» as a method name.

answered Jun 2, 2015 at 9:31

Steve Whitfield's user avatar

Key-Value stores often use put to create/update and get to retrieve.

I’m late to the party but mention it because save (the accepted and popular answer) suggests that the thing being created or updated is persisted as well. That might or might not be the case. Often persisting is within transactions and done with commit. So if you use save to create or update the object it might still not be saved. In fact, usually isn’t saved.

answered Dec 25, 2018 at 12:16

Peter's user avatar

PeterPeter

311 bronze badge

Populate may be appropriate. When you create or update an object, you typically «populate» the object with new property values.

answered Dec 15, 2015 at 18:09

James Lawruk's user avatar

I am using upinit «word» for this. In DB world, there is upsert (update or insert). Why not to have update or init?

answered Oct 8, 2018 at 14:38

rnd's user avatar

I’m a developer and ran into this exact issue as well. It is upsert but outside of the context of a database.

crupdate makes the most sense, but have not seen it adopted (yet).

answered Aug 14, 2020 at 13:25

G SB's user avatar


Asked by: Shaniya Crooks I

Score: 4.5/5
(53 votes)

Yes, updater is in the scrabble dictionary.

Is Updater a real word?

One who, or that which, updates.

What is the meaning of updater?

1. To alter so as to be up to date: update a textbook; update the files. 2. To inform (someone) with the latest information.

Does update have a plural form?

The plural form of update is updates.

What is the use of updater?

Updating your apps gives you access to the latest features and improves app security and stability. Important: If Google determines that an app update fixes a critical security vulnerability, we may make certain app updates. These updates can occur regardless of update settings in the app or on your device.

42 related questions found

How do you use updater?

1. Create the original install package

  1. Switch to the Updater by selecting it in the left-side panel.
  2. Go to the Files and Folders page. Right click on the “updater.exe” file and choose «New Shortcut…». …
  3. Save and build the package.
  4. Install the package.
  5. Click on the desktop shortcut. Naturally, no updates are found.

Does updater cost money?

Updater’s pricing is customized to suit your exact needs, with our most basic and smallest enterprise packages starting at under $50 per month. While unique to your business, pricing will always remain straightforward and all-inclusive.

Is it correct to say updates?

Don’t use this phrase. Updates are countable items, so the plural form of the word should be used when paired with any.

Is update a countable noun?

→ See Verb tableup‧date2 /ˈʌpdeɪt/ noun [countable]1the most recent news or information about somethingupdate ofThe report is an update of a 1995 survey. update onLet me give you an update on how the project is going.

What is an updater account?

Account Updater is a generic term for programs such as Visa’s Account Updater or MasterCard Automatic Billing Updater that are offered by the credit card networks to automatically update subscription customer card data when cardholder information changes or goes out of date.

What is meant by updating information?

: to change (something) by including the most recent information. : to make (something) more modern. : to give (someone) the most recent information about something.

Has been updated meaning?

to make something more modern or suitable for use now by adding new information or changing its design: an updated version of the software. B1. to give someone the most recent information: We’ll update you on this news story throughout the day.

What is Greystar updater?

Ready to move? Updater is an invite-only moving app – enter your email to claim your invitation.

What is the noun of update?

The noun is pronounced (ʌpdeɪt ). If you update something, you make it more modern, usually by adding new parts to it or giving new information. An update is a news item containing the latest information about a particular situation. She had heard the news-flash on a TV channel’s news update.

What is the noun of the verb update?

noun. /ˈʌpdeɪt/ /ˈʌpdeɪt/ a report or broadcast that gives the most recent information about something; a new version of something containing the most recent information.

How do you politely ask for a status update?

Requesting Status Updates

  1. 1 Ask. Drop the “checking in” wind-up and ask for an update politely and directly. …
  2. 2 Open with context. …
  3. 3 Send a friendly reminder. …
  4. 4 Offer something of value. …
  5. 5 Reference a blog post they (or their company) published. …
  6. 6 Drop a name. …
  7. 7 Recommend an event you’re attending in their area.

How do you politely say about your information?

Perhaps one of these might work:

  1. I’d just like to bring to your attention… + an issue / a recent discovery / an interesting fact.
  2. I would just like to update you on…
  3. I’d like to notify you that…
  4. Just so you know…
  5. Just so you’re aware…

How do you say just an update?

  1. «Just to give an update,» would be better as a parenthesis; so use a comma followed by a small W. …
  2. Perhaps something like «Just a quick update» (to prepare them that it’ll be very short).

Is updater any good?

User Review

This moving app is probably the best one available. There are additional features that similar apps just don’t have, like the ability to update your address with just about every service, company, or form of identification you have.

Should I use updater when moving?

Updater sent invitations to 15% of people who moved in the U.S. last year, including 18% of movers in the fourth quarter, it said. Between 30% and 40% of those invited used it for their move, the company said. When a mover responds to an email invitation, key details of their move are already filled out.

What is a premium updater account?

If you need a little more help, the Updater Premium package ($9.99) provides a «personal moving concierge,» a live individual who will assist you with such mundane tasks as finding moving companies and transferring cable and Internet services.

What is Updater moving service?

Updater is a time-saving tool that offers you the ability to forward your mail, update businesses with your new address, share moving announcements with friends and family, connect internet and utilities, and much more – all from one easy-to-use platform.

Does updater have an app?

With Updater, you can also connect your TV, internet, and set up your home security. Easily update and transfer your utilities and change your address. The Updater app also searches for the best providers with the best prices for you.

Update Fields in Your Microsoft Word Documents Manually or Automatically

by Avantix Learning Team | Updated April 6, 2021

Applies to: Microsoft® Word® 2010, 2013, 2016, 2019 or 365 (Windows)

If you have inserted fields in your Microsoft Word document, you can choose to update them manually or have them update automatically. For fields you update manually, you can update just one field or update all the fields in your Word document at once. Some fields, such as page numbers, will automatically update when you preview your document. Many fields are set by default to update when you open a document but you can also set an option in Microsoft Word to update fields when you preview your file.

You can insert fields in several ways in Word. Some fields are created when you use Word’s built-in features (such as inserting a table of contents, a cross-reference, a bookmark or a page number). Other fields can be inserted using the Field dialog box or can be entered using keyboard shortcuts.

Recommended article: How to Insert Built-in and Custom Fields in Microsoft Word

Updating a single field

You can update a single field manually in two ways:

  1. Right-click the field and select Update Field. Depending on the type of field, another dialog box may appear where you can select other options (this occurs for example, with a tables of contents).
  2. Click the field and press F9.

Update field appears in the drop-down menu when you right-click a field:

Context menu that appears when you right-click on a field to update the field.

Updating all fields in the body of a Word document

To manually update all fields in the body of a Word document:

  1. Click in the body of the Word document.
  2. Press Ctrl + A.
  3. Press F9.

Updating fields in headers, footers or text boxes

Some fields in headers, footers or text boxes must be updated separately.

To update fields in headers, footers or text boxes:

  1. Click in the header, footer or text box.
  2. Pess Ctrl + A to select all.
  3. Press F9.

Page fields do not need to be updated manually.

Updating a table of contents field

If you update a table of contents, another dialog box appears. In the Update Table of Contents dialog box, select Update page numbers only if no content has changed. Select Update entire table to update page numbers and content.

Updating fields before printing or previewing

You can set an option in Microsoft Word to ensure that all fields are updated automatically before previewing (to preview, click the File tab in the Ribbon and then click Print):

  1. Click the File tab in the Ribbon and click Options at the bottom. A dialog box appears.
  2. Click Display in the categories on the left.
  3. Scroll down to the Printing options area in the panel on the right.
  4. Ensure the check box for Update fields before printing is checked.
  5. Click OK.

The Word Options dialog box where Update field before printing has been checked appears as follows:

Updating all fields in Word showing dialog box with update fields before printing checked.

Preventing field updating

You can prevent fields from updating by locking them.

To lock a field so that it is not updated, click the field, and then press Ctrl + F11. To unlock a field so that it can be updated, click the field, and then press Ctrl + Shift + F11.

Displaying fields with grey shading

You can change your options in Microsoft Word so that all fields are displayed with grey shading (the shading does not print). This can be helpful to determine where you have fields in your document.

To display fields with grey shading:

  1. Click the File tab in the Ribbon and click Options at the bottom. A dialog box appears.
  2. Click Advanced in the categories on the left.
  3. Scroll down to Show document content area in the panel on the right.
  4. Select Always from the drop-down menu for Field shading.
  5. Click OK.

The Word Options dialog box with Field shading set to Always appears as follows:

Microsoft Word dialog box with Field Shading turned on.

You may not want to display field shading permanently. The default setting is Field shading when selected.

Fields are a very powerful way of using variable content in Microsoft Word documents. However, if fields do not update, your document can display errors or inaccurate content.

Subscribe to get more articles like this one

Did you find this article helpful? If you would like to receive new articles, join our email list.

More resources

How to Insert a Watermark in Word (like DRAFT)

14+ Word Selection Shortcuts to Quickly Select Text

How to Find and Replace in Word (and use Wildcards)

How to Superscipt or Subscript in Word (with Shortcuts)

How to Keep Text Together in Microsoft Word (Words, Lines or Paragraphs)

Related courses

Microsoft Word: Intermediate / Advanced

Microsoft Word: Designing Dynamic Word Documents Using Fields

Microsoft Word: Long Documents Master Class

Microsoft PowerPoint: Intermediate / Advanced

VIEW MORE COURSES >

Our instructor-led courses are delivered in virtual classroom format or at our downtown Toronto location at 18 King Street East, Suite 1400, Toronto, Ontario, Canada (some in-person classroom courses may also be delivered at an alternate downtown Toronto location). Contact us at info@avantixlearning.ca if you’d like to arrange custom instructor-led virtual classroom or onsite training on a date that’s convenient for you.

Copyright 2023 Avantix® Learning

Microsoft, the Microsoft logo, Microsoft Office and related Microsoft applications and logos are registered trademarks of Microsoft Corporation in Canada, US and other countries. All other trademarks are the property of the registered owners.

Avantix Learning |18 King Street East, Suite 1400, Toronto, Ontario, Canada M5C 1C4 | Contact us at info@avantixlearning.ca

update — перевод на русский

/ʌpˈdeɪt/

Can I at least get an update?

Могу я хотя бы узнать новости?

Another update from the KING newsroom.

Другие новости от K-News.

The latest update on the scoreboard:

Последние новости:

I want an hourly update.

И сообщать мне новости каждый час!

Показать ещё примеры для «новости»…

I just received the final update from the Cardassians on the transceiver they designed for the communications relay.

Я получила обновление от кардассианцев по разработке трансивера для коммуникационного ретранслятора. Ну и как?

Captain’s Log, Tactical Update, Stardate 51149.5.

Журнал капитана, тактическое обновление, звездная дата 51 149.5.

Tactical update?

Тактическое обновление?

Greg Mundy, B.E.C. Your service rep. Tom, we’ve had complaints about the latest tape update we sent out.

Слушай, Том, я звоню из-за жалоб… на последнее обновление, которое мы прислали.

If you’re here for Dr. Zimmerman’s medical files, I’ve nearly finished updating them.

Если вы зашли за медицинскими файлами доктора Циммермана, я почти закончил их обновление.

Показать ещё примеры для «обновление»…

I think I’ll go update my itinerary.

Думаю, мне стоит обновить мой дневник.

I’m updating the drift calculation to include gravitational space/time warping.

Я должна обновить расчет дрейфа в компьютере, чтобы включить деформацию пространства.

Enter «update» and load the figures I read you to override the firing inhibitors.

Нажмите «обновить» и введите цифры, которые я сказал раньше, и вы заблокируете сброс ракет.

Update.

«Вне досягаемости» — Обновить.

Показать ещё примеры для «обновить»…

«Candidates must perform data updates, malfunction isolation… — monitoring of cluster performance.» — «Performance.» I can do that.

«Кандидаты должны обновлять данные, выявлять неполадки, контролировать работу кластеров.»

We will continue to update this list as the situation changes.

Мы будем обновлять этот список, согласно изменению текущей ситуации.

0f course, my database doesn’t need constantly updating.

И конечно, мою базу данных не нужно постоянно обновлять.

Yes, but any inspection means we have to update something.

Да. Но после каждой их проверки приходится что-нибудь обновлять.

May I update them?

— Могу я обновлять их?

Показать ещё примеры для «обновлять»…

6096, keep us updated on your status.

6096, держите нас в курсе.

keep me updated.

Держите меня в курсе.

But we’ll keep you updated.

Но мы будем держать тебя в курсе.

We would really appreciate it if you would just keep us updated on any doctor’s appointments,

Было бы замечательно, если бы ты держала нас в курсе всего: смены врача,

They wanted to know about this stuff. I said I’d keep them updated, so I did!

Они в праве знать обо всем, я же обещала держать их в курсе.

Показать ещё примеры для «в курсе»…

I want an update.

Что нового?

Look, this special request gives me an opportunity for daily updates with the man who will ultimately pick the next Chief of Police, so quit complaining and see this as a-a huge opportunity.

Эта личная просьба дает мне возможность каждый день общаться с тем, кто в итоге выберет нового шефа полиции, так что перестань ныть и рассматривай это, как отличную возможность.

— Hey, any update?

— Эй, есть что нового?

What’s the update?

Что нового?

Показать ещё примеры для «нового»…

I’ll update you as soon as I have information.

Я вам сообщу, как только у меня самой будет информация.

He’s going to be OK. I’ll keep you updated. Let’s go.

он будет в порядке я сообщу тебе, поехали

I’ll give you an update as soon as the baby’s born, okay?

Я сообщу вам, как только ребенок родится, хорошо?

Well, I’m gonna go update the wife.

— Я сообщу жене.

I’ll update Jane.

Сообщу Джейн.

Показать ещё примеры для «сообщу»…

An updated inventory of our supplies.

Обновлённый перечень наших запасов.

Updated rap sheet on Apolskis.

Обновленный список статей, по которым привлекался Аполскис.

We expect an updated report in a week.

Ожидаю обновлённый доклад в течении недели.

Here’s an updated profile.

Вот обновленный портрет.

You’re going to get me an updated set list by 5:00 tomorrow.

Ты дашь мне этот обновленный список завтра к 5 часам!

Показать ещё примеры для «обновлённый»…

This is a Command and Control update.

Прослушайте информацию из Командного Центра.

You’ll get your updates on who to hold and who to let through.

Вы будете получать информацию, кого задерживать, а кого пропускать.

If this infiltration is connected to the Resistance, we should focus on the last five years. Keep me updated.

Если взлом архивов — дело рук Сопротивления, то вам следует проверить информацию за последние пять лет.

It’s a social networking tool where you send instant updates to anybody who signs up for them.

Это социальная сеть, позволяющая мгновенно посылать информацию всем, кто на нее подписан.

Who’s got updates on roadblocks?

Кто отслеживает информацию с блокпостов?

Показать ещё примеры для «информацию»…

Maybe because the past coexists with the future but it didn’t update.

Может, потому что прошлое существует рядом с будущим, но не обновляется.

It’s a public website, probably not updated regularly.

Общественный сайт. Вероятно не обновляется регулярно.

It sends you a list of football phrases that you can use in normal conversation, updated daily. It’s great.

Они присылают список футбольных фраз, которые можно использовать в разговоре, обновляется ежедневно.

And we’ve got chases updating every 20 seconds, tapping into major newsfeeds, WikiLeaks, backdoor routes into the C.I.A. and F.B.I.

И каждые 20 секунд поиск обновляется, подключаясь к основным лентам новостей, к Викиликс, тайно подсоединяясь к ЦРУ и ФБР.

It only updates every night at midnight. Ok.

Она обновляется ровно в полночь.

Показать ещё примеры для «обновляется»…

Отправить комментарий

обновлять, модернизировать, модернизация, свежие новости

глагол

- модернизировать; осовременивать, доводить до современного уровня, приводить в соответствие с требованиями современности

to update a book — пересмотреть и дополнить книгу новыми данными

- исправлять, корректировать; обновлять

существительное

- модернизация; доведение до уровня современности
- корректировка, обновление (данных)
- последний, уточнённый вариант (доклада и т. п.)
- новейшая информация
- самые последние, свежие новости, известия
- информ. исправленная, новая версия

update version — новая версия (основного) файла

Мои примеры

Словосочетания

to update data — обновлять данные  
to expand / update a dictionary — расширять, обновлять словарь  
update broadcast — транслирование запроса на обновление данных  
update cursor — курсор обновления  
update file — обновляемый [дополняемый] файл  
schedule update — актуализация графика  
key update — смена (замена) ключа; обновление ключа  
data bank update request — заявка на обновление банка данных; запрос на уточнение банка данных  
data base update time — время обновления базы данных  
delayed update algorithm — алгоритм отложенной модификации  

Примеры с переводом

She wants to update her wardrobe.

Она хочет обновить свой гардероб.

We updated the kitchen in the old house

Мы обновили кухню в старом доме.

The files need updating.

Файлы нуждаются в обновлении.

You can download updates for free.

Обновления можно скачать бесплатно.

I need to update my address book.

Мне нужно обновить свою адресную книгу.

An updated version is planned for the near future.

В ближайшем будущем планируется выпуск обновлённой версии.

Most antivirus software updates automatically when you connect to the web.

В большинстве случаев антивирусное ПО обновляется автоматически, когда вы выходите в интернет.

ещё 14 примеров свернуть

Возможные однокоренные слова

updated  — свежий
updating  — корректировка, обновление, модернизация, усовершенствование, уточнение

Формы слова

verb
I/you/we/they: update
he/she/it: updates
ing ф. (present participle): updating
2-я ф. (past tense): updated
3-я ф. (past participle): updated

noun
ед. ч.(singular): update
мн. ч.(plural): updates

Понравилась статья? Поделить с друзьями:
  • Is upcoming one word
  • Is upbringing one word
  • Is unwell a word
  • Is unusable a word
  • Is unsatisfied a word