STARTING OUT W/PROGRAM.LOGIC...-TEXT
5th Edition
ISBN: 2810022369454
Author: GADDIS
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 1, Problem 21MC
Computers can only execute
- a. Java
- b. assembly language
- c. machine language
- d. C++
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Compilers are programs that translate a program written in assembly language into machine language?
Memory for specific skills such as riding a bike or driving a car is known as ____________________ memory
Words that have special meaning in a programming language are called __________ words.
Chapter 1 Solutions
STARTING OUT W/PROGRAM.LOGIC...-TEXT
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 - Prob. 1.5CPCh. 1.2 - Prob. 1.6CPCh. 1.2 - Prob. 1.7CPCh. 1.2 - Prob. 1.8CPCh. 1.3 - What amount of memory is enough to store a letter...Ch. 1.3 - Prob. 1.10CP
Ch. 1.3 - Prob. 1.11CPCh. 1.3 - Prob. 1.12CPCh. 1.3 - Prob. 1.13CPCh. 1.3 - Prob. 1.14CPCh. 1.4 - A CPU understands instructions that are written...Ch. 1.4 - Prob. 1.16CPCh. 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. 1.20CPCh. 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. 1.23CPCh. 1.5 - Prob. 1.24CPCh. 1.5 - Prob. 1.25CPCh. 1.5 - Word processing programs, spreadsheet programs,...Ch. 1 - A(n) _______ is a set of instructions that a...Ch. 1 - Prob. 2MCCh. 1 - Prob. 3MCCh. 1 - Today, CPUs are small chips known as ____. a....Ch. 1 - Prob. 5MCCh. 1 - Prob. 6MCCh. 1 - Prob. 7MCCh. 1 - Prob. 8MCCh. 1 - Prob. 9MCCh. 1 - Prob. 10MCCh. 1 - Prob. 11MCCh. 1 - In a(n) ______ numbering system, all numeric...Ch. 1 - A bit that is turned off represents the following...Ch. 1 - Prob. 14MCCh. 1 - Prob. 15MCCh. 1 - Prob. 16MCCh. 1 - Prob. 17MCCh. 1 - Prob. 18MCCh. 1 - Prob. 19MCCh. 1 - Prob. 20MCCh. 1 - Computers can only execute programs that are...Ch. 1 - Prob. 22MCCh. 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 computers...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 - Prob. 1ECh. 1 - Use what you've learned about the binary numbering...Ch. 1 - Prob. 3ECh. 1 - Use the Web to research the history of the BASIC,...
Additional Engineering Textbook Solutions
Find more solutions based on key concepts
The ____________ is always transparent.
Web Development and Design Foundations with HTML5 (8th Edition)
True or False: To calculate the total number of iterations of a nested loop, add the number of iterations of al...
Starting Out with Java: From Control Structures through Data Structures (4th Edition) (What's New in Computer Science)
Write a summary list of the problem-solving steps identified in the chapter, using your own words.
BASIC BIOMECHANICS
How does machine language differ from Java?
Java: An Introduction to Problem Solving and Programming (8th Edition)
What provisions should a designer make so that a dead-end hole can be threaded?
Degarmo's Materials And Processes In Manufacturing
Write a while loop that asks the user to enter two numbers. The numbers should be added and the sum displayed. ...
Starting Out with Python (4th Edition)
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
- uch of the following is a low-level programming language, in which a mnemonic is used to represent each of the instructions for a particular computer? Select one: O a. High-level language O b. Machine language C. Assembly language O d. C++ programming language Clear my choicearrow_forwardA(n) __________ is a program that translates a high-level language program into a separate machine language program. a. assembler b. compiler c. translator d. utilityarrow_forwardOf the following languages, which is least similar to C#? a. Java b. Visual Basic c. C++ d. machine languagearrow_forward
- True or False Machine language is the only language that a CPU understands.arrow_forwardThe __________ translates an assembly language program to a machine language program.a. assemblerb. compilerc. translatord. interpreterarrow_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
- he only language a computer can comprehend directly is its own________.arrow_forward// the language is Assembly, PLEASE TYPE IT THAT BE READABLE, thanks. A big part of the Assembly language is the internal parts of the CPU. Please pick one part and explain it in detail. please start Your explanation kind of that can understand what part did you choose. Then answer these questions. Why this is the benefit of this part? What would happen if the computer didn't have this part? What did people do before they had this part (This requires some research, and doesn't pertain to all parts) How this part interacts with other parts of the CPU or other parts of the computer Whether or not we see or can control this part (Some parts work in the background, and we can't really interact with them.)arrow_forwardThe part of a computer that runs programs is called __________. a. RAM b. secondary storage c. main memory d. the CPUarrow_forward
- Computer science The computer stores a program while the program is running, as well as the datathat the program is working with, in __________.a. secondary storageb. the CPUc. main memoryd. the microprocessorarrow_forwardWhat does the term "computer programming" mean? What aspects need to be considered while choosing a programming language for computers?arrow_forwardAs the name implies, "low-level" refers to programming languages that are not as high-level.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Microsoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:Cengage
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
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