當前位置

首頁 > 商務英語 > 計算機英語 > 有關計算機語言英語口語表達

有關計算機語言英語口語表達

推薦人: 來源: 閱讀: 2.27W 次

計算機語言是人與計算機之間傳遞信息的媒介,那麼你想學一些有關計算機語言的實用英語嗎?下面本站小編爲你帶來有關計算機語言英語口語表達,歡迎大家參考學習!

有關計算機語言英語口語表達
  計算機語言英語口語對話

  Dialogue 1

A: How do you pay for your ISP service?

你怎麼付你的ISP費用?

B:I pay for 20 hours at a time that is almost gone . I pay for some more.

我一次買20個小時,快用光時就再付。

A: Where do you have to go to pay?

你到哪裏付款?

B:Oh, I just deposit the money in a postal account, so I can do it from any post office.

哦,我用郵政劃撥,所以任何一家郵局都可以。

  Dialogue 2

A: I think I need to find a new ISP.

我想我需要打一家新的網絡供應商。

B: Are your download times too slow with your present provider?

是不是目前的供應商的下載速度太慢?

A:The download times are OK. but I'm spending too much money for my Internet connection.

下載時間還好,只是上網花錢太多了。

B:Maybe your ISP has some cheaper operations you could check on.

也許你的供應商有比較便宜的選擇,你可以問問看。

  Dialogue 3

A: How much time do you spend on-line every month?

每個月你花多少時間上線?

B: I pay for unlimited access, so I don't keep very close track of my hours ,How about you?

我買的是無限時使用,所以沒有很注意時間。你呢?

A:Right now, I'm using about 12 hours every month.

目前我每個月大概用12小時。

  Dialogue 4

A: I keep getting a printer error every time I try to print this picture you know what theproblem is?

每次要打印這張圖,我的打印機就出問題,你知道問題在哪裏嗎?

B:The problem is with your printer, What I mean is that you're using a dot-matrix printer. It'snot capable of printing complex graphics files.

問題在你的打印機。我的意思是說,你用的是點陣式打印機,無法印出複雜的圖畫文檔。

A:So if I want to print this file, I have to get a new printer?

那麼說我要印出這張圖,就得換臺新的打印機嗎?

B: I'm afraid so.

恐怕如此。

  計算機語言英語專業術語單詞

symbolic a.

符號的

interactive a.

交互式,交互的

permit v.

允許,許可

interpreter n.

解釋程序

numberical a.

數字的

moderate a.

適度的,中等的

originally ad.

原來,最初

loosely ad.

鬆馳地,寬鬆地

subscript n.

下標

protect v.

保護

operand n.

操作數,運算對象

variable adj.

可變的,變量

subroutine n.

子程序

algorithmic n.

算法,計算

commercial n.

商業的

  計算機語言英語閱讀

A problem solver with little or no knowledge of computers or programming can learn to writeBASIC programs at a remote terminal or mircrocomputer keyboard in a short period of time.

一個要解決問題的人,無論有沒有計算機或者編程知識,都能用很短的時間在遠程終端或計算機鍵盤上編寫BASIC語言程序。

It is also easy to insert changes and additions into a BASIC program

在BASIC程序中插入修改也是很容易的。

BASIC is now by far the most popular high-level language used in microcomputer system.

目前,BASIC是微機系統中最爲通用的一種高級程序語言。

Interpreters are generally used in microcomputer systems to translate BASIC instructions intomachine-langage code.

解釋程序通常在微機系統中用來把BASIC指令翻譯成機器代碼。

FORTRAN ( Formula translator) is a popular language for mathematical and scientificcomputation.

FORTRAN在數學和科學計算中是一種普遍使用的語言。

Its numerical abilities are strong( particularly its ability to handle complex numbers) althoughit is weak in handling character strings is of moderate difficulty to learn and use.

它的數值處理能力很強(尤其是處理複數的能力),不過處理字符串的能力較弱,學習和使用這種語言的難度適中。

BASIC is widely used in today's microcomputer systems.

BASIC泛用於當今的微機系統中。

BASIC was originally designed as a teaching language loosely based on FORTRAN and is simpleto learn.

它最初被設計成一種教學語言,在大體上以FORTRAN爲基礎簡單易學。

However ,its capabilities are limited compared to most other high-level languages.

然而,與大多數其它高級語言相比較,它處理能力是有限的。

The higher language goes by different names.

各種高級語言可依據不同的名字來區分。

FORTRAN(FORmula TRANslation) was the first.

FORTRAN(公式翻譯)是最早出現的高級語言,

and nwo we also have ALGOL (algorithmic Language)

目前,我們還有ALGOL(算法語言),

BASIC ( Beginner's ALL-purpose Symbolic Instruction Code)

BASIC(初學者通用符號指令代碼),

COBOL ( Common Business Oriented Language)

COBOL(面向公共商業的語言),

LISP(LIST Processing) PASCAL and ADA ( named after Ada Lovelace Charles Babbage'sassistant)

LISP(表處理),PASCAL及ADA(以查爾斯·巴貝奇的助手Ada· Lovelace之名而定名)。

Each has been designed to meet a particular purpose;

每一種語言都被設計用來滿足特定的目的:

FORTRAN, PASCAL ,ALGOL and BASIC are mathematically oriented.

FORTRAN、PASCAL、ALGOL和BASIC都是面向數學計算的。

COBOL is used for commercial purposes.

COBOL則用於商業。