number, statement - Übersetzung nach arabisch
DICLIB.COM
KI-basierte Sprachtools
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

number, statement - Übersetzung nach arabisch

SMALLEST STANDALONE ELEMENT OF AN IMPERATIVE PROGRAMMING LANGUAGE THAT EXPRESSES SOME ACTION TO BE CARRIED OUT
Program statement; Statement (programming); Statement (computer programming); With statement

number, statement      
رقم تعليمة في برنامج
operating statement         
  • 
Sankey Diagram - Income Statement (by Adrián Chiogna)
FINANCIAL STATEMENT OF A COMPANY: SHOWS THE COMPANY’S REVENUES AND EXPENSES DURING A PARTICULAR PERIOD
Profit and loss account; Profit and loss statement; Statement of Financial Performance; P&L; Profit and loss; Income Statement; Top line; Trading and Profit and Loss Account (UK); Profit and Loss Account; Profit statement; P and L; Statement of comprehensive income; Statement of Comprehensive Income; Statement of operations; Operating statement; Non-recurring items; Profit and loss appropriation account; Earnings statement; Profit & loss
بيان عملية
Operating statement         
  • 
Sankey Diagram - Income Statement (by Adrián Chiogna)
FINANCIAL STATEMENT OF A COMPANY: SHOWS THE COMPANY’S REVENUES AND EXPENSES DURING A PARTICULAR PERIOD
Profit and loss account; Profit and loss statement; Statement of Financial Performance; P&L; Profit and loss; Income Statement; Top line; Trading and Profit and Loss Account (UK); Profit and Loss Account; Profit statement; P and L; Statement of comprehensive income; Statement of Comprehensive Income; Statement of operations; Operating statement; Non-recurring items; Profit and loss appropriation account; Earnings statement; Profit & loss
حساب التشغيل ،- المتاجرة

Definition

profit and loss account
¦ noun an account to which incomes and gains are credited and expenses and losses debited, so as to show the net profit or loss over a period.

Wikipedia

Statement (computer science)

In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components (e.g. expressions).

Many programming languages (e.g. Ada, Algol 60, C, Java, Pascal) make a distinction between statements and definitions/declarations. A definition or declaration specifies the data on which a program is to operate, while a statement specifies the actions to be taken with that data.

Statements which cannot contain other statements are simple; those which can contain other statements are compound.

The appearance of a statement (and indeed a program) is determined by its syntax or grammar. The meaning of a statement is determined by its semantics.