0% found this document useful (0 votes)
322 views2 pages

Questions and Answers. Lesson 1, Unit 3

The document discusses questions and answers related to computers, programming, and integrated development environments (IDEs). It defines key terms like programming, coding, compilers, interpreters, IDEs, code editors, and debuggers. It also explains that programmers are people who write computer programs and that IDEs integrate common development tools like code editors, translators, and debuggers.

Uploaded by

cazmi Andirahman
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)
322 views2 pages

Questions and Answers. Lesson 1, Unit 3

The document discusses questions and answers related to computers, programming, and integrated development environments (IDEs). It defines key terms like programming, coding, compilers, interpreters, IDEs, code editors, and debuggers. It also explains that programmers are people who write computer programs and that IDEs integrate common development tools like code editors, translators, and debuggers.

Uploaded by

cazmi Andirahman
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/ 2

QUESTION AND ANSWERS

Part one : write “T” or “F”

1) ( T ) the computers are purposeless machines that can be taught to


accomplish anything.
2) ( F ) The hardware rules the software.
3) ( T ) IDE : integrated development environment.
4) ( T ) without software , computers would just be expensive
paperweights.
5) ( T ) coding make it possible for us to create computer software.
6) ( T ) low-level programs can only run one kind of machine.
7) ( T ) IDE can support different languages.

Part : answer the following question

1) What is programming ?
 The process of creating software is called programming.

2) Define a program ?
 A program is a step by step set of instructions telling a computer
exactly what to do.

3) What is coding ?
 Coding is using a set of instructions to communicate with computers.

4) Differentiate between compiler and interpreter?


 The difference between compiler and interpreter
 An interpreters; this translates the code into machine code,
instruction by instruction.
 A compiler; this translates the entire program into machine
code.

5) IDE , stands for what ?


 IDE stands for integrated development Environment.

6) What is an IDE?
 is an application is used to create programs .

7) Define a code editor ?


 is a text edit area that allows developers to write , edit and save a
document of code.

8) Mention common tools of IDE ?


 The common tools of IDE include :-
 Code editor
 Translator
 Debugger
9) Define a debugger ?
 A debugger : is used to detect errors.

10) Who are called programmers ?


 Programmer : are people who write the programs behind everything
we see and do on a computer.

You might also like