Starting Out with Python (4th Edition)
4th Edition
ISBN: 9780134444321
Author: Tony Gaddis
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 1, Problem 22MC
The __________ translates an assembly language
a. assembler
b. compiler
c. translator
d. interpreter
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
A(n) __________ is a program that translates a high-level language program into a separate machine language program. a. assembler b. compiler c. translator d. utility
92.
Object program is also called
a.
program code
b.
machine code
c.
assembler
d.
compiler
15-
Chapter 1 Solutions
Starting Out with Python (4th Edition)
Ch. 1.2 - What is a program?Ch. 1.2 - What is hardware?Ch. 1.2 - List the five major components of a computer...Ch. 1.2 - What part of the computer actually runs programs?Ch. 1.2 - What part of the computer serves as a work area to...Ch. 1.2 - Prob. 6CPCh. 1.2 - Prob. 7CPCh. 1.2 - What part of the computer formats and presents...Ch. 1.2 - Prob. 9CPCh. 1.2 - Prob. 10CP
Ch. 1.2 - Word processing programs, spreadsheet programs,...Ch. 1.3 - What amount of memory is enough to store a letter...Ch. 1.3 - Prob. 13CPCh. 1.3 - In what numbering system are all numeric values...Ch. 1.3 - Prob. 15CPCh. 1.3 - What encoding scheme is extensive enough to...Ch. 1.3 - Prob. 17CPCh. 1.4 - A CPU understands instructions that are written...Ch. 1.4 - Prob. 19CPCh. 1.4 - When a CPU executes the instructions in a program,...Ch. 1.4 - What is assembly language?Ch. 1.4 - What type of programming language allows you to...Ch. 1.4 - Prob. 23CPCh. 1.4 - What do you call a program that translates a...Ch. 1.4 - What do you call a program that both translates...Ch. 1.4 - Prob. 26CPCh. 1 - A(n) _________ is a set of instructions that a...Ch. 1 - The physical devices that a computer is made of...Ch. 1 - The part of a computer that runs programs is...Ch. 1 - Today, CPUs are small chips known as __________....Ch. 1 - The computer stores a program while the program is...Ch. 1 - Prob. 6MCCh. 1 - Prob. 7MCCh. 1 - Prob. 8MCCh. 1 - Prob. 9MCCh. 1 - Prob. 10MCCh. 1 - Prob. 11MCCh. 1 - Prob. 12MCCh. 1 - Prob. 13MCCh. 1 - Prob. 14MCCh. 1 - Prob. 15MCCh. 1 - Prob. 16MCCh. 1 - Prob. 17MCCh. 1 - Prob. 18MCCh. 1 - Prob. 19MCCh. 1 - In the _______ part of the fetch-decode-execute...Ch. 1 - Prob. 21MCCh. 1 - The __________ translates an assembly language...Ch. 1 - The words that make up a high-level programming...Ch. 1 - Prob. 24MCCh. 1 - A(n)_________ program translates a high-level...Ch. 1 - Today, CPUs are huge devices made of electrical...Ch. 1 - Prob. 2TFCh. 1 - Any piece of data that is stored in a computer's...Ch. 1 - Prob. 4TFCh. 1 - Machine language is the only language that a CPU...Ch. 1 - Assembly language is considered a high-level...Ch. 1 - An interpreter is a program that both translates...Ch. 1 - A syntax error does not prevent a program from...Ch. 1 - Prob. 9TFCh. 1 - Word processing programs, spreadsheet programs,...Ch. 1 - Why is the CPU the most important component in a...Ch. 1 - Prob. 2SACh. 1 - Prob. 3SACh. 1 - What are the words that make up a high-level...Ch. 1 - What are the short words that are used in assembly...Ch. 1 - What is the difference between a compiler and an...Ch. 1 - Prob. 7SACh. 1 - To make sure that you can interact with the Python...Ch. 1 - Prob. 2ECh. 1 - Use what you've learned about the binary numbering...Ch. 1 - Use what youve learned about the binary numbering...Ch. 1 - Look at the ASCII chart in Appendix C and...Ch. 1 - Use the Internet to research the history of the...
Additional Engineering Textbook Solutions
Find more solutions based on key concepts
Gratuity Calculator Design a Tips class that calculates the gratuity on a restaurant meal. Its only class membe...
Starting Out with C++: Early Objects (9th Edition)
T F The while loop is a pretest loop.
Starting Out with C++ from Control Structures to Objects (9th Edition)
World Series Champions If you have downloaded this books source code (the companion Web sire is available at ww...
Starting Out with Java: From Control Structures through Objects (7th Edition) (What's New in Computer Science)
1.2 Explain the difference between geodetic and plane
surveys,
Elementary Surveying: An Introduction To Geomatics (15th Edition)
software is generally feature complete, (supposedly) bug free and ready for use by the community.
Java How to Program, Early Objects (11th Edition) (Deitel: How to Program)
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Compiler is program that translates the _____. a. assembly language program to high level language b. high level language program to machine language c. high level language program to assembly language d. assembly language program to machine languagearrow_forwardCompilers are programs that translate a program written in assembly language into machine language?arrow_forwardThe portion of a machine language instruction that defines object (or target) of a mathematical or logical operation is called: A. Opcode B. Operand C. Data D. Addressarrow_forward
- What does the term "computer programming" mean? What aspects need to be considered while choosing a programming language for computers?arrow_forwardC# transforms the source code to an intermediate stage called O a. Machine code O b. OC O d. Byte code Source code None of thesearrow_forward2- What is the system programming 3- The Goal of the software programming 4- The Goal of the system programming 5- Example of software programming languages 6- Example of system programming languages 7- Simple example of JavaScript source code 8- Simple example of Assembly source code for 8086 processorarrow_forward
- compiler and editors are Facilities for: Select one: program execution program controlling all of them program creationarrow_forwardWhy don't software developers write their programs in machine language rather than assembly language?arrow_forwardThere are many different approaches to use while writing computer code. What considerations need to be made before settling on a programming language to use?arrow_forward
- What does it mean to "program a computer"? What aspects need to be taken into consideration before choosing a programming language?arrow_forwardAlphabetic abbreviations used in an assembly language that can be easily remembered by the programmerarrow_forwardAssembly language instructions may contain any mix of capital and lowercase characters.True or False.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:Cengage
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Introduction to Computers; Author: Tutorials Point (India) Ltd.;https://www.youtube.com/watch?v=-AP1nNK3bRs;License: Standard YouTube License, CC-BY
Computers for Beginners: Introduction; Author: Carson City Library;https://www.youtube.com/watch?v=jH8pgGfG9HY;License: Standard Youtube License