Starting Out with Programming Logic and Design (4th Edition)
4th Edition
ISBN: 9780133985078
Author: Tony Gaddis
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Expert Solution & Answer
Chapter 3, Problem 4MC
Program Description Answer
Call is used to execute the module.
Hence, the correct answer is option “B”.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Н.W
1-Write microprocessor program using mnemonics to add two numbers 08 and 06.
2-Write the object code of the program.
3-Perform the program using STEP function.
4-Execute the program and write the results.
Object code
Mnemonics
A1
MOV AX
во
MOV AL
B3
MOV BL
04
ADD AL
F4
HLT
INSTRUCTION: C++ language
Which of these is/are the reason why function is important in programming?
It eliminates repetitive codes.
It can be reused across programs and modules.
It makes programs shorter
It makes the program easier to debug and read.
Chapter 3 Solutions
Starting Out with Programming Logic and Design (4th Edition)
Ch. 3.1 - What is a module?Ch. 3.1 - Prob. 3.2CPCh. 3.1 - Prob. 3.3CPCh. 3.1 - Prob. 3.4CPCh. 3.1 - Prob. 3.5CPCh. 3.2 - In most languages, a module definition has what...Ch. 3.2 - Prob. 3.7CPCh. 3.2 - Prob. 3.8CPCh. 3.2 - Prob. 3.9CPCh. 3.3 - What is a local variable? How is access to a local...
Ch. 3.3 - What is a variables scope?Ch. 3.3 - Prob. 3.12CPCh. 3.3 - Prob. 3.13CPCh. 3.4 - Prob. 3.14CPCh. 3.4 - What are the variables that receive pieces of data...Ch. 3.4 - Prob. 3.16CPCh. 3.4 - Prob. 3.17CPCh. 3.4 - Prob. 3.18CPCh. 3.5 - What is the scope of a global variable?Ch. 3.5 - Give one good reason that you should not use...Ch. 3.5 - Prob. 3.21CPCh. 3 - A group of statements that exist within a program...Ch. 3 - Prob. 2MCCh. 3 - The first line of a module definition is known as...Ch. 3 - Prob. 4MCCh. 3 - Prob. 5MCCh. 3 - A design technique that programmers use to break...Ch. 3 - Prob. 7MCCh. 3 - A _____ is a variable that is declared inside a...Ch. 3 - A(n) ____ is the part of a program in which a...Ch. 3 - A(n) ____ is a piece of data that is sent into a...Ch. 3 - A(n) ____ is a special variable that receives a...Ch. 3 - When _____, only a copy of the argument's value is...Ch. 3 - When ____, the module can modify the argument in...Ch. 3 - A variable that is visible to every module in the...Ch. 3 - When possible, you should avoid using _____...Ch. 3 - The phrase divide and conquer means that all of...Ch. 3 - Prob. 2TFCh. 3 - Module names should be as short as possible.Ch. 3 - Prob. 4TFCh. 3 - A flowchart shows the hierarchical relationships...Ch. 3 - Prob. 6TFCh. 3 - A statement in one module can access a local...Ch. 3 - In most programming languages, you cannot have two...Ch. 3 - Programming languages typically require that...Ch. 3 - Most languages do not allow you to write modules...Ch. 3 - When an argument is passed by reference, the...Ch. 3 - Prob. 12TFCh. 3 - Prob. 1SACh. 3 - Prob. 2SACh. 3 - Prob. 3SACh. 3 - What is a local variable? What statements are able...Ch. 3 - In most languages, where does a local variables...Ch. 3 - What is the difference between passing an argument...Ch. 3 - Prob. 7SACh. 3 - Design a module named timesTen. The module should...Ch. 3 - Examine the following pseudocode module header,...Ch. 3 - Look at the following pseudocode module header:...Ch. 3 - Assume that a pseudocode program contains the...Ch. 3 - Design a module named getNumber, which uses a...Ch. 3 - What will the following pseudocode program...Ch. 3 - What will the following pseudocode program...Ch. 3 - Find the error in the following pseudocode. Module...Ch. 3 - Find the error in the following pseudocode. Module...Ch. 3 - Find the potential error in the following...Ch. 3 - Prob. 4DECh. 3 - Kilometer Converter Design a modular program that...Ch. 3 - Prob. 2PECh. 3 - How Much Insurance? Many financial experts advise...Ch. 3 - Prob. 4PECh. 3 - Prob. 5PECh. 3 - Prob. 6PECh. 3 - Calories from Fat and Carbohydrates A nutritionist...Ch. 3 - Prob. 8PECh. 3 - Prob. 9PECh. 3 - Monthly Sales Tax A retail company must file a...Ch. 3 - Prob. 11PE
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
- INSTRUCTIONS: • You are to answer this activity individually. • You are to create a Python application that makes use of different variables and expressions to output different sets of data. • It must meet all of the following requirements: • The application must create a variable for pounds (Ibs) and convert it to kilograms (kg) then output the initial value and converted value. • The application must create a variable for miles (mi) and convert it to kilometers (km) and then output the initial value and converted value. • The application must create a variable for Fahrenheit (°F) and convert it to Celsius (°C) and then output the initial value and converted value. • The application must calculate the average age of a group of 10 students then display the ages of all the students and the average age of the students. • The application must output a multiline/regular string. The multiline/regular string will be a fantasy story based on what you will come up with, either based on an…arrow_forwardThe variables which can be accessed by all modules in a program, are called A. local variables B. internal variables C. external variable D. global variablesarrow_forwardC-64 BASIC and C-64 Assembly Language Write a quick program in C-64 BASIC that will create a variable, and assign it with the decimal value ‘63’. The program will add ‘1’ to this variable and print the result, all in BASIC. Using Assembly, load the program it into $0800, and from the C64 prompt, use the ‘sys’ command to run it. You don’t have to output the result to the screen, instead, store the result in location $0840.arrow_forward
- 3. C++ with Qt framework please write the code yourself or I will dislike keyboard to press more when you hold down Value in "Current" tab; Increases when pressed "q" from the keyboard Decreased when pressed "a" from the keyboard When a key is kept down for increment/decrement (lets say for "Current"), the value should keep increasing/decreasing by 1 in every 100 millisecondsarrow_forwardQ:Write an assembly language program that reads a character from keyboard and display it on screen. (Paste your screenshot of emu8086 software for both program and output) Note: this question is related from coal subjectarrow_forward462. A program in execution is known to be a/an a. Operation b. Process c. Function d. Activityarrow_forward
- This variable keeps track of the total number of I/O operations as well as the number of source-level statements that have been executed so far.arrow_forwardAll or some of the declaration statements lead to a fixed amount of memory being reserved.arrow_forwardFlowchart, create. Writing Functions that Return a Value in Python # Input: Interactive # Output: Result of arithmetic operation # Write performOperation function here def performOperation(a, b, op): """ This function returns value after performing operation op on a and b """ if op == '+': return a + b elif op == '-': return a - b elif op == '*': return a * b elif op == '/': return a / b; if __name__ == '__main__': numberOne = int(input("Enter the first number: ")) numberTwo = int(input("Enter the second number: ")) operation = input("Enter an operator (+ - * /): ") # Call performOperation method here and store the value in "result" result = performOperation(numberOne, numberTwo, operation) print(str(numberOne) + " " + operation + " " + str(numberTwo) + " = " + str(result))arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengageSystems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningC++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr
- C++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher: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
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning