Енглески језик - нижи/К2 — разлика између измена
Пређи на навигацију
Пређи на претрагу
(Нова страница: <span class="unhide-spoilers"></span> A mouse is a <span class="spoiler">pointing device</span>. It is moved by the user in order to control the position of a <span cl…) |
м (Lista, kategorizacija, slovne greške, ??? -> code) |
||
Ред 1: | Ред 1: | ||
<span class="unhide-spoilers"></span> | <span class="unhide-spoilers"></span> | ||
# A mouse is a <span class="spoiler">pointing device</span>. It is moved by the user in order to control the position of a <span class="spoiler">pointer</span> on the computer screen. | |||
# Do you think the use of <span class="spoiler">virtual reality</span> in computer war games is going to affect young people's attitude to <span class="spoiler">violence</span>? | |||
# A program written in a high-level language must be interpreted into <span class="spoiler">machine code</span> before the computer will read and process it. | |||
# A <span class="spoiler">compiler</span> is a program that <span class="spoiler">converts</span> a high-level language into machine code. | |||
# A <span class="spoiler">source program</span> is a program written in one of the <span class="spoiler">high-level</span> languages. | |||
# We were <span class="spoiler">instructed</span> to document our programs very carefully. | |||
# The systems program which fetches required system routines and link them to the object module is known as the <span class="spoiler">linkage editor</span>. | |||
# The <span class="spoiler">load module</span> is the program directly <span class="spoiler">executable</span> by the computer. | |||
# An <span class="spoiler">assembler</span> translates <span class="spoiler">assembly language</span> into machine code. | |||
# <span class="spoiler">debugging</span> in the process of working through the program in a systematic way to eliminate any flaws of <span class="spoiler">glitches</span>. | |||
# When a computer <span class="spoiler">program</span> does not do what you expect, it is likely that the algorithm that you designed is <span class="spoiler">flawed</span>. | |||
# Being able to see what is happening inside a program is very useful when <span class="spoiler">debugging</span>. | |||
# On a <span class="spoiler">laptop</span> a <span class="spoiler">touchpad</span> can be used in much the same way as a mouse is with a <span class="spoiler">desktop computer</span>. | |||
# Make sure the <span class="spoiler">connector</span> is not <span class="spoiler">loose</span> before you call a service technician. | |||
# The instructions are very clear and do not require any further <span class="spoiler">explanation</span>. | |||
# Usually, a programmer <span class="spoiler">compiles</span> his program before he puts in the data. Also, a source program cannot be directly <span class="spoiler">processed</span> by the computer until it has been <span class="spoiler">compiled</span>. | |||
# The <span class="spoiler">database management system</span> first resolves the request and analyses it for <span class="spoiler">syntax errors</span>. | |||
# A touchpad usually has two buttons close to it, similar to a mouse, but these tend to be <span class="spoiler">sunk</span> below the level of the touchpad itself. | |||
# For major web applications and powerful games, <span class="spoiler">developers</span> need to know how to <span class="spoiler">code</span> in low-level languages in order to <span class="spoiler">maximize</span> the speed and efficiency of a program. | |||
# A numeric <span class="spoiler">keypad</span> is used specifically to enter numbers, although alphabetic characters can be entered by using the <span class="spoiler">function key</span>. | |||
# The <span class="spoiler">object program</span> or <span class="spoiler">object module</span> is the program produced when the original program has been <span class="spoiler">converted</span> into machine code. | |||
# The computer's <span class="spoiler">operating system</span> is a true system program, which controls the <span class="spoiler">central processing unit</span> (CPU), the input, the output, and in the secondary memory devices. | |||
# If something is happening that should not be, find th e<span class="spoiler">section</span> of your <span class="spoiler">code</span> that makes that particular thing happen. | |||
# <span class="spoiler">Python</span> includes a <span class="spoiler">logging</span> module that allows you to print values and analyze errors. | |||
# Other such languages are APL (developed in 1962), <span class="spoiler">PASCAL</span> (developed in 1971), and LISP and <span class="spoiler">PROLOG</span>. | |||
# C is a highly portable <span class="spoiler">general-purpose</span> language. | |||
# <span class="spoiler">FORTRAN</span> is an acronym for FORmula TRANslation. This language is used for <span class="spoiler">solving</span> scientific and mathematical problems. | |||
# Pushing the big red <span class="spoiler">button</span> on the front of <span class="spoiler">turns</span> the CPU <span class="spoiler">on</span>. | |||
# When you have <span class="spoiler">downloaded</span> the information you need then <span class="spoiler">log off</span> from the system. | |||
# I am a <span class="spoiler">hacker</span>, and this is my <span class="spoiler">manifesto</span>. | |||
[[Категорија:Рокови]] | |||
[[Категорија:Енглески језик - нижи]] | |||
Верзија на датум 27. јул 2020. у 23:44
- A mouse is a pointing device. It is moved by the user in order to control the position of a pointer on the computer screen.
- Do you think the use of virtual reality in computer war games is going to affect young people's attitude to violence?
- A program written in a high-level language must be interpreted into machine code before the computer will read and process it.
- A compiler is a program that converts a high-level language into machine code.
- A source program is a program written in one of the high-level languages.
- We were instructed to document our programs very carefully.
- The systems program which fetches required system routines and link them to the object module is known as the linkage editor.
- The load module is the program directly executable by the computer.
- An assembler translates assembly language into machine code.
- debugging in the process of working through the program in a systematic way to eliminate any flaws of glitches.
- When a computer program does not do what you expect, it is likely that the algorithm that you designed is flawed.
- Being able to see what is happening inside a program is very useful when debugging.
- On a laptop a touchpad can be used in much the same way as a mouse is with a desktop computer.
- Make sure the connector is not loose before you call a service technician.
- The instructions are very clear and do not require any further explanation.
- Usually, a programmer compiles his program before he puts in the data. Also, a source program cannot be directly processed by the computer until it has been compiled.
- The database management system first resolves the request and analyses it for syntax errors.
- A touchpad usually has two buttons close to it, similar to a mouse, but these tend to be sunk below the level of the touchpad itself.
- For major web applications and powerful games, developers need to know how to code in low-level languages in order to maximize the speed and efficiency of a program.
- A numeric keypad is used specifically to enter numbers, although alphabetic characters can be entered by using the function key.
- The object program or object module is the program produced when the original program has been converted into machine code.
- The computer's operating system is a true system program, which controls the central processing unit (CPU), the input, the output, and in the secondary memory devices.
- If something is happening that should not be, find th esection of your code that makes that particular thing happen.
- Python includes a logging module that allows you to print values and analyze errors.
- Other such languages are APL (developed in 1962), PASCAL (developed in 1971), and LISP and PROLOG.
- C is a highly portable general-purpose language.
- FORTRAN is an acronym for FORmula TRANslation. This language is used for solving scientific and mathematical problems.
- Pushing the big red button on the front of turns the CPU on.
- When you have downloaded the information you need then log off from the system.
- I am a hacker, and this is my manifesto.