subject

How do astronomers use spectrographs to identify the composition and movement of a star.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 13:00
Which of the following statements is false? a. a class can directly inherit from class object. b. if the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. c. a class's instance variables are normally declared private to enforce good software engineering. d. it's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires.
Answers: 3
question
Computers and Technology, 23.06.2019 18:00
File account.java (see previous exercise) contains a definition for a simple bank account class with methods to withdraw, deposit, get the balance and account number, and return a string representation. note that the constructor for this class creates a random account number. save this class to your directory and study it to see how it works. then write the following additional code: 1. suppose the bank wants to keep track of how many accounts exist. a. declare a private static integer variable numaccounts to hold this value. like all instance and static variables, it will be initialized (to 0, since it’s an int) automatically. b. add code to the constructor to increment this variable every time an account is created. c. add a static method getnumaccounts that returns the total number of accounts. think about why this method should be static - its information is not related to any particular account. d. file testaccounts1.java contains a simple program that creates the specified number of bank accounts then uses the getnumaccounts method to find how many accounts were created. save it to your directory, then use it to test your modified account class.
Answers: 3
question
Computers and Technology, 25.06.2019 04:30
The word window is an example of a /an
Answers: 1
question
Computers and Technology, 25.06.2019 18:00
All of the following are benefits of automation except1. it reduces costs2. it improves precision 3. it eliminate human error4. it increases the number of employees stoichiometry is the same regardless of which two elements are being examined1. true2. falsewhat problem does chlorofluorocarbon create1. it causes lead poisoning 2. it causes great damage to the ozone layer3. it leaks into food as it cools the air on refrigerators4. it is responsible for most of the pollution created by automobilesa closed loop system is more sophisticated than an open loop system1. true2. false
Answers: 2
You know the right answer?
How do astronomers use spectrographs to identify the composition and movement of a star....
Questions
question
English, 23.01.2020 04:31