Preview

Summary of The Dangerous Delusions of Energy Independence

Good Essays
Open Document
Open Document
904 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Summary of The Dangerous Delusions of Energy Independence
APPENDIX

L

Answers to Odd-Numbered
Review Questions

Chapter 1
Multiple Choice
1.

b

3.

a

5.

b

7.

c

9.

a

11.

a

13.

b

Find the Error
1.

The algorithm performs the math operation at the wrong time. It multiplies width by length before getting values for those variables.

Algorithm Workbench
1.

Display “What is the customer’s maximum amount of credit?”
Input maxCredit.
Display “What is the amount of credit used by the customer?”
Input creditUsed. availableCredit = maxCredit – creditUsed.
Display availableCredit.

3.

Display “What is the account’s starting balance?”
Input startingBalance.
Display “What is the total amount of the deposits made?”
Input deposits.

L-1

L-2

Appendix L

Answers to Odd-Numbered Review Questions

Display “What is the total amount of the withdrawals made?”
Input withdrawals.
Display “What is the monthly interest rate?”
Input interestRate. balance = startingBalance + deposits – withdrawals. interest = balance * interestRate. balance = balance + interest.
Display balance.
Predict the Result
1.

7

Short Answer
1.

Main memory, or RAM, holds the sequences of instructions in the programs that are running and the data those programs are using. Main memory, or RAM, is usually volatile. Secondary storage is a type of memory that can hold data for long periods of time—even when there is no power to the computer.

3.

An operating system is a set of programs that manages the computer’s hardware devices and controls their processes. Windows and UNIX are examples of operating systems. Application software refers to programs that make the computer useful to the user. These programs solve specific problems or perform general operations that satisfy the needs of the user. Word processing, spreadsheet, and database packages are all examples of application software.

5.

Because machine language programs are streams of binary numbers, and

You May Also Find These Documents Helpful

  • Good Essays

    | organized collections of computer data and instructions, its often broken into two major categories, system software and Application software…

    • 429 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Assingment 1

    • 663 Words
    • 3 Pages

    Operating system software is what manages all the hardware components that make it possible to run on the computers. Example: Windows, Linux…

    • 663 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Hardware is physical components that run or work with the computer. The mouse and keyboard are hardware. Software is the internal applications installed on your computer such as Mozilla Firefox and Microsoft which are software internal applications.…

    • 1001 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    “While Harman may not be the brightest bulb in the chandelier, there’s no question that the concept of energy independence resonates with American voters and explains why a large percentage of the American populace believes that energy independence is not only doable but desirable. But here’s the thing: It’s not and it isn’t”…

    • 1074 Words
    • 5 Pages
    Good Essays
  • Good Essays

    According to one of the passages of "The Dangerous Delusions Of Energy Independence" Robert Bryce (Writing and Reading Across the Curriculum Brief Edition Behrens and Rosen 201-205) America loves the idea of independence. Their symbol is freedom, so they'd like to be as independent as they possibly can especially with the dangers that are involved with imported oil and gas. In 1974 president Richard Nixon had made a promise to America that they would work their way into being an energy independent country in a matter of 6 years. Every president since Nixon has praised this idea and attempted to accomplish it. Once America can succeeded with this idea, they will become a self sufficient country along with well paid manufacturing jobs that will be created from new energy technologies. Corn and other plants can be turned into billions of barrels of ethanol that will replace oil. With this fundamental process, soldiers will never need to leave the country for foreign oil ever again. Becoming an energy independent country would mean America would have a better thriving economy, a positive balance of trade, and would become a more stronger and better nation.…

    • 449 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Assignment 1,Section I

    • 326 Words
    • 2 Pages

    An operating system (OS) is a collection of software that manages computer hardwareresources and provides common services for computer programs. The operating system is a vital component of the system software in a computer system. Application programs require an operating system to function.…

    • 326 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Computer Concepts Exam 1

    • 951 Words
    • 4 Pages

    According to the textbook authors, what type of software serves as the interface between the user, application software, and the computer's hardware? System Software…

    • 951 Words
    • 4 Pages
    Powerful Essays
  • Powerful Essays

    Credit Card Debt

    • 654 Words
    • 3 Pages

    1. The amount of interest $818.43 the amount of interest less the amount applied to reduce the principal which is $5,270.00. So you take the amount of interest $818.43 -$508.00 = 310.43 the amount to reduce the principal. I have inserted a pie chart to show my examples.…

    • 654 Words
    • 3 Pages
    Powerful Essays
  • Satisfactory Essays

    Incomestmt-tax basis | | | | | | | | | | | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | | | | | Projected Sales | 25.375 | 32.25 | 45 | 65 | 80 | 95 | | | | | Sale price | 3200 | 3200 | 3200 | 3200 | 3200 | 3200 | | | | | Revenue | 81200 | 103200 | 144000 | 208000 | 256000 | 304000 | | | | | Labor Expense | 32250 | 32250 | 95000 | 95000 | 95000 | 95000 | | | | | Gross margin | 48950 | 70950 | 49000 | 113000 | 161000 | 209000 | | | | |…

    • 619 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Exam 2 Study Guide 2 1

    • 493 Words
    • 2 Pages

    system of a computer. Define application software. Define system software. Describe the role of each and provide…

    • 493 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    An operating system (OS) is a set of computer program that manages the hardware and software resources of a computer. At the foundation of all system software, the OS performs basic tasks such as controlling and allocating memory, prioritizing system requests, controlling input and output devices, facilitating networking, and managing files. The computerized system may be a computer, a workstation, a server, a PC, a notebook, a smartphone, a road navigation device or another system with "intelligence" of its own. It also may provide a graphical user interface for higher level functions.…

    • 695 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Software is a set of instructions that tells the computer how to perform a particular task, how to interact with the user and how to process the user’s data. Software is often divided into board types—Operating System Program and Productivity applications.…

    • 160 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    JOptionPane.showMessageDialog(null, "Php300/Credit Hours Amount: Php" + credithoursamt + "\nBook Amount: Php" + bookamt + "\nAthletic Fee: Php" + atlfee + "\n\nTotal Amount: Php" + total, "Results", JOptionPane.INFORMATION_MESSAGE);…

    • 1642 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Computer Operating System

    • 1324 Words
    • 6 Pages

    An operating system controls the way in which the computer system functions. In order to do this, the operating system includes programs that…

    • 1324 Words
    • 6 Pages
    Good Essays
  • Good Essays

    Operating Systems

    • 1911 Words
    • 8 Pages

    An operating system (OS) is a part of software which manages the operation of a computer. It controls the hardware and software of a computer, without it a computer would be useless.…

    • 1911 Words
    • 8 Pages
    Good Essays