0% found this document useful (0 votes)
86 views7 pages

Informatics English Assignment

This document is a chapter from a Bahasa Inggris Informatika (English for Informatics) textbook. It contains exercises on programming languages, including multiple choice and true/false questions about binary systems, machine language, compilers, programming languages like FORTRAN and COBOL. It also includes vocabulary exercises finding synonyms, antonyms, and completing comparisons using superlative adjectives and adverbs. The chapter aims to help students learn key concepts about how computers work and different programming languages.

Uploaded by

Fadya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views7 pages

Informatics English Assignment

This document is a chapter from a Bahasa Inggris Informatika (English for Informatics) textbook. It contains exercises on programming languages, including multiple choice and true/false questions about binary systems, machine language, compilers, programming languages like FORTRAN and COBOL. It also includes vocabulary exercises finding synonyms, antonyms, and completing comparisons using superlative adjectives and adverbs. The chapter aims to help students learn key concepts about how computers work and different programming languages.

Uploaded by

Fadya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

TUGAS

BAHASA INGGRIS INFORMATIKA


“CHAPTER 10”
“Disusun sebagai tugas pada mata kuliah Bahasa Inggris Informatika ,
Dengan dosen Dony Novaliendry, M.Kom.”

Disusun Oleh :

PUTRI MAHARANI
21346018

PROGRAM STUDI S1 TEKNIK INFORMATIKA


JURUSAN TEKNIK ELEKTRONIKA
FAKULTAS TEKNIK
UNIVERSITAS NEGERI PADANG
TAHUN 2023
Chapter 10 : programming languages
Exercises

A. Answer the following questions!

1. How do we understand the nature of the computer and they way it operates?
Answer : Most courses in programming begin with a lesson on the binary system,
although most programmers seldom have to use the binary numbers in actual practice

2. What helps us take the mystery of the computers?


Answer: Understanding the binary system and its correspondence to the switches inside
the machine helps to take the mystery out of computers

3. What is the name of series of electrical impulses to which the machine reacts ?
Answer: machine language

4. Why do most programmers use one or more of the standard programming languages to
prepare their program?
Answer: OBOL, ALGOL. PL. and APL FORTRAN is used primarily for scientific
work, and COBOL is used for most commercial applications.

5. What is used in the programming languages?


Answer: COBOL dan FORTRAN

6. What is FORTRAN primarily used for?


Answer: is used primarily for scientific work

7. What is COBOL primarily used for?


Answer: is used for most commercial applications

8. What language is used for general-purpose programming?


Answer: PL/1

9. What language does the computer can react?


Answer: binary numbers
10. How does a compiler work in the computer?
Answer: The compiler takes each instruction in the program and translates it into
machine language that is, into a binary equivalent

11. What does COBOL stand for?


Answer: common business-oriented language

12. What type of business problem is COBOL usually used for?


Answer: It is used for problems that do not involve a great deal of mathematical
manipulation but do involve data collection and processing FORTRAN, on the other
hand, is based on mathematical principles In stand for formula translation, it is used
primarily for solving scientific problems particu Jarly those involving a great deal of
mathematical calculation

13. What does FORTRAN stand for?

Answer : FORTRAN, on the other hand, is based on mathematical principles In stand


for formula translation, it is used primarily for solving scientific problems particu Jarly
those involving a great deal of mathematical calculation

14. Although most programmers have experience in several languages, why do they generally
specialize in one programming language?

Answer: This is because each language has many intricates and peculiarities that make
it necessary for a programmer to use the one in which he special izes constantly in order
to do an efficient job.

15. What are source programs?


Answer: Programs written in a programming language are referred

16. What are object programs?


Answer: The same programs

17. What are application programs?


Answer: Programs that are designed to solve specific problems in business or science

18. What does a system program function?


Answer: which direct the processing and also organize and coordinate the flow
throughout the entire computer system, including the input/output and secondary
storage devices.

19. What is JCL? Explain its functions!

Answer : which stands for job control language. JCL is used for the programs that
control the central processing unit and the entire computer system as well

20. What is the linkage editor?


Answer : If it happens that Mr. Pratt's program requires information that is on a disk,
for example, the system must look for this and join it to the object module

21. Explain what load module is!


Answer : After this step is completed, we have a program that can be executed that is
called the load module. The load module is simply the object module together with any
other data that are needed to carry out the program. The compiler, linkage editor, and
other systems programs are written in JCL.

22. Why is it an advantage for a programmer to have experience in some Other fields?
Answer : When he can combine technical expertise with programming, he will be able to
move ahead into work that is particularly rewarding to him.

B. Cross T for the true statements and F for the false !

1. Binary numbers are rarely used in preparing programs.

T = Because most programmers seldom have to use the binary numbers in actual practice.
2. It is the programmer who is going to control and direct the machine.

T = Because Above all, it is the programmer who must realize that the machine is controlled by
human beings and that he is the one who is going to control and direct it.
3. The machine cannot react to the standard programming languages directly.

T = Because We know that the machine reacts to series of electrical impulses that can be
represented in binary numbers.
4. It is the compiler which translates each instruction in the program into binary equivalent.

T = Because The compiler takes each instruction in the program and translates it into machine
language that is, into a binary equivalent.
5. Having been stored in the main storage, all data are then translated into binary code.

F = Because all data are translated into binary code before being stored in main storage It
would.
6. The most common of programming languages are mostly used for commercial and scientific work

T = Because There are many programming languages. They are known by such names as
FORTRAN. COBOL, ALGOL. PL. and APL FORTRAN is used primarily for scientific work,
and COBOL is used for most commercial applications.
7. Computer can understand the statements of the programming languages directly.
F = Because Ia memahami melalui penerjemah, seperti halnya seorang diplomat Amerika di
PBB berkomunikasi dengan seorang diplomat China melalui seorang penerjemah.
8. All of the standard programming languages have the same compiler.
F = Because There is a separate compiler for each of the standard programming languages
9. Programs written in JCL are called source program.
T = Because Programs written in a programming language are referred to as source programs.
10. It is the application program that manage the input and output.
F = Because system programs, which direct the processing and also organize and coordinate the
flow throughout the entire computer system, including the input/output and secondary storage
devices.
11. Programmers who writes programs in JCL are usually called system programmers.
T = Because JCL program mers are frequently known as systems programmers

C. Look at the text again and find out what the bold words refer to
1. The way it operates (1. 3) Nature of computer
2. Instructions given to it (1.10) central processing unit
3. To prepare their programs (1.14) most programmers
4. They are known by such names (1.17) programming language
5. The only language to which the machine can react (1.23) machine language
6. It understands by means of interpreter (1.23) Machine language
7. They are supplied by manufacturer (1.26) software
8. Only two of the programming languages (1.32) COBOL and FORTRAN
9. It is used for problems (1.34) COBOL
10. Those involving a great deal of mathematical calculation (1.38) FORTRAN
11. They generally specilize in one programming language (1.39) Most programmers
12. To use the one in which he specilizes (1.41) programming language
13. They are distinguished from system programs (1. 46) Applications programs
14. With a source program as its data (1.58) Compiler
15. They do not concern the person the person (1.68) Most Programmers

D. Vocabulary
Find out the synonyms (words having similar meaning) of the following words in the
text!

1. real Absolute
2. essence substance
3. respond acknowledge
4. monotonous boring
5. practical judicious
6. trading business
7. provided delivered
8. complexities complication
9. etemally perpetually
10. often again and again
11. needs demands
12. happen arise
13. proficiency skilled
14. forecast foretell
15. concept approach

Find out the antonyms (words having an opposite meaning) of the following words in the
text!
1. End begining
2. After before
3. Interesting uninteresting
4. Rare always
5. Engaged Free
6. The same different
7. Needless need most
8. Primary secondary
9. Unluckily luckily
10. Permanently temporary

Supply the superlative form of the adjectives and adverbs in parentheses!


1. Michael is the youngest worker in this company
2. I think our building is the most beautifully designed in this city
3. Electronic data processing is the most important part in your company
4. Chapter five questions are the most difficult in this book
5. This idea can be the better topic in the next seminar
6. Mt. Everest is the highest mountain in this globe
7. Blue back ink is the most commonly used in my class
8. She is the most intellegent girl in my family
9. The question number three is the most easily answered in that exercises
10. Indonesia is the largest country in the south east asia

You might also like