A cd stores the same number of songs in uncompressed format as in mp3 format.
a. True
b. False

Answers

Answer 1
the correct  answer is false 

Related Questions

What happens when you click the edit header option in the header button drop-down list?

Answers

When you click the edit header option in the header button drop-down list the header pane and the Header &Footer tools Design tab are displayed.
The Headers and Footers are pieces of text, or graphics, that appear at the top and bottom of a page.There are three options for the placement of page numbers. 

Create one of these on your desktop start menu and use it to quickly open a folder, data file, program, or other object?

Answers

A shortcut is a used to quickly open a folder, data file, program, or other object. They are very convenient to have and make navigating through a computer extremely easy.

A dendrochronologist interprets:

1. pollen grains
2. tree rings
3. fossil plants
4. rock formations

Answers

2 because it’s tree rings

the answer is #2 tree rings

Read the following scenario: A project will require more people than originally estimated. Identify the possible risks to the project.
a.) Ideas and Creativity
b.) Money and resources
c.) Policies and Procedures
d.) Time and work ethic

Answers

The correct answer is b.Money and Resources because the more people involved in a project then the more money being invested. 

Answering the question, the possible risk to the project is money and resource because the available resources could only take care of the people that were initially positioned to execute the project

Project risk can be defined as uncertain situations that can occur in a project. Such uncertain conditions can affect the project.

Further Explanation

There is always a risk that accompanies a project because there are different unseen circumstances that might likely show up during project execution.

However, there are different types of risk and these include

Stakeholder riskRegulatory riskTechnology riskExternal risk

Stakeholder risk: stakeholders are people that have a major interest in the execution of a project. Stakeholders, in this case, can be mangers, customers, etc. stakeholders risk may arise if the stakeholders do not the required capacity to get the project done

Regulatory Risk: some regulations such as government regulations might also pose some risk to a project.

Technology risk: some times, to execute a project might require the use of new technology and the organization can’t afford to get the new technology, it may have affects the outcome or the execution of the project.

External risk: an organization may also rely on outside support to executive a project and since the support is not within the control of the organization, it might affect the execution of the project.

LEARN MORE:

Read the following scenario: A project will require more people than originally estimated. https://brainly.com/question/6500857Read the following scenario: A project will require more people than originally estimated https://brainly.com/question/5755515

KEYWORDS:

money and resourcesproject riskmore peopleestimatedunseen circumstances

What does BIOS stand for?

Answers

Basic Input/Output System
This stands for basic input/output system

I hope this helped.

A collaborative web page that is designed to be edited and republished by a variety of individuals is known as a(n) ____.

Answers

A collaborative Web page that is designed to be edited and republished by a variety of individuals is called ad Wiki. A wiki is a server program that allows users to collaborate in forming the content of a Web site. The term comes from the word "wikiwiki," which means "fast" in the Hawaiian language.The simplest wiki programs allow users to create and edit content.

A person would probably suffer the most severe electric shock by completing a circuit through his or her A. left hand to right hand. B. right hand to right foot. C. left hand to left shoulder. D. right hand to right shoulder.

Answers

left hand to right hand. electricity will always take the shortest path to the other side. if it goes through both of your arms that means it is going to cross or get very close to stop your heart. remember. only 7 milliamps are needed to stop a heart. 1 amp is over 100 times stronger.

Select all that apply. Which two sections of the orchestra displayed the lowest timbre in Britten's piece? woodwinds brass strings percussion

Music App

Answers

bass and percussion

Answer:

woodwinds and strings

Explanation:

I need help to make this code to make it remove all instances of the specified letter from the original sentence

Answers

Here is my solution. I did the following:

- changed the setRemover into a constructor, since the comment seems to hint that that is expected.
- changed the lookFor type into a String, so that it can work with the string replace overload. That's convenient if you want to replace with an emtpy string. The char type won't let you do that, you can then only replace one char with another.
- Added a static Main routine to use the class.

import java.lang.System.*;

public class LetterRemover 
{
   private String sentence;
   private String lookFor;

   public LetterRemover() {}
   
   // Constructor
   
   public LetterRemover(String s, char rem)
   {
       sentence = s;
       lookFor = String.valueOf(rem);
   }
   
   public String removeLetters()
   {       
       String cleaned = sentence.replace(lookFor, "");       
       return cleaned;
   }
   
   public String toString()
   {
       return sentence + " - letter to remove " + lookFor;
   }

   public static void main(String[] args) 
   {
        LetterRemover lr = new LetterRemover("This is the tester line.", 'e');
        System.out.println(lr.toString());
        String result = lr.removeLetters();        
        System.out.println("Resulting string: "+result);
   }
}

Which command on the page layout ribbon enables a user to mark where a new page will begin on the printed copy?

Answers

Answer:

Breaks

Explanation:

Q:

Which command on the Page Layout Ribbon enables a user to mark where a new page will begin on the printed copy?

A:

Breaks

How many bytes is a yobibyte

Answers

i think the answer is 1 x 10^24 bytes
1 yobibyte is 1.209e+24 bytes.

That is a lot!

I hope this helps

What is the key benefit of dhcp manual ip address allocation over manually configuring the ip address by person?

Answers

Saving 3 minutes of configuration & maintenance over the life of the computer unless it's moved to a different network.

Write a function called printstars. the function receives an int parameter . if the parameter is positive, the function prints (to standard output ) the given number of asterisks; otherwise the function does nothing. the function does not return a value . thus, if printstars(8) is called, ******** (8 asterisks) will be printed. the function must not use a loop of any kind (for, while, do-while) to accomplish its job. instead, it gets the job done by examining its parameter , returning if the parameter 's value is not positive. if the parameter is positive, it prints a single asterisk (and no other characters ) then (recursively) calls itself to print the remaining asterisks.

Answers

Jhgffghgfyyfhiggjhfgvhj

Which kind of desktop uses the same case to house the screen and processing circuitry?

Answers

Final answer:

All-in-One computers combine the screen and processing circuitry in one case, offering a space-saving design.

Explanation:

All-in-One computers use the same case to house the screen and processing circuitry. These desktops combine the components of a traditional desktop computer, such as the motherboard and storage, into the back of the monitor, creating a compact and streamlined design.

For example, the Apple iMac is a popular model of an All-in-One computer where the monitor contains all the essential hardware components, reducing the need for separate towers or CPU units.

One key advantage of All-in-One computers is their space-saving design, making them ideal for environments where space is limited, such as office cubicles or home workstations.

To what does the term "netiquette" refer? Question 4 options: A set of guidelines that encourages common sense, politeness, and general rules for e-mail messages A set of U.S. laws that specify conetent forbidden from transmission in e-mail messages A set of typographical conventions that govern user practices in e-mail messages

Answers


A set of guidelines that encourages common sense, politeness, and general rules for e-mail messages

NEED HELP AGAIN

When you see the =C7*$B$3 formula, what will happen when it is copied to the cell directly below the active cell using the fill handle?
    
  A. Both cell references will remain the same.

  B. The C7 cell reference will remain the same and $B$3 will increase to $B$4.

  C. The C7 cell reference will increase to C8 and $B$3 will increase to $B$4.

  D. The C7 cell reference will increase to C8 and $B$3 will remain the same.
 

Answers

the answer to the question is D)

Answer:

D. The C7 cell reference will increase to C8 and $B$3 will remain the same.

Explanation:

When you have a formula in a cell that you need to put in the ones below that one, you have the option to drag the fill handle into the cells you need.  This will make the formula to appear in those cells and it will change according to the number of the row. However, if you need that one or more value to remain the same, you have to put a dollar sign before the letter and another one before the number to lock them so when you drag the formula, those values won't change. So, acording to this, when you see the =C7*$B$3 formula and it is copied to the cell directly below the active cell using the fill handle, the C7 cell reference will increase to C8 and $B$3 will remain the same.

Excel allows you to rotate text in a cell counterclockwise by entering a number between 1 degree and ____ degrees.

Answers

Excel allows to rotate text n a cell countervclockwise by entering a number between 1 degree and (+-) 90 degrees.

Project managers have the overall responsibility for planning, executing, and completing a project.
A) True B) False

Answers

The given statement "Project managers have the overall responsibility for planning, executing, and completing a project." is True because Project managers are responsible for ensuring that a project is completed within its budget, scope, and timeframe.

Project managers have the overall responsibility for planning, executing, and completing a project, ensuring that the project's objectives are met within the stipulated time and budget constraints. Project managers must identify and manage risks, monitor progress, and make adjustments as needed to keep the project on track. They must also ensure that all deliverables meet the requirements and quality standards specified in the project plan.

In the planning phase, project managers work on defining the project's scope, setting goals, and developing a detailed project plan. This involves coordinating with stakeholders, establishing a timeline, identifying required resources, and outlining the necessary tasks and responsibilities.

During the execution phase, project managers oversee the implementation of the project plan by allocating resources, monitoring progress, and adjusting the plan as needed to address any unforeseen issues or changes. They communicate with the project team and stakeholders, making sure everyone stays on track and works towards achieving the project's objectives.

Finally, project managers are responsible for the completion of the project. This involves ensuring that all project deliverables have been met, conducting a thorough review of the project's performance, and conducting a lessons-learned analysis. The project manager also takes care of project closure activities, such as releasing resources, finalizing documentation, and celebrating the project's success.

In conclusion, project managers have the overall responsibility for planning, executing, and completing a project, as they are instrumental in guiding the project through its various stages while ensuring that it achieves its intended goals.

Know more about Project managers here :

https://brainly.com/question/30457233

#SPJ11

A public key is part of what security measure?

Answers

A public key or the asymmetric key which is used for the authentication process. It consists of a pair of keys in which one key encrypts and the other decrypts. It come under Public Key Infrastructure (PKI) and is a part of INFORMATION SECURITY measures. PKI is the management solution for the keys.

A new version or edition of a software product is referred to as a software ___________.

Answers

Final answer:

A new version or edition of a software product is known as a software innovation, a process that improves upon a product's existing features or performance. New software versions are upwardly compatible, enabling users to open older files but necessitating an upgrade to share files with those using the latest version.

Explanation:

A new version or edition of a software product is referred to as a software innovation. The process of software innovation involves incrementally or radically modifying an existing software product to improve its features or performance. One important aspect of software versions is that they are designed to be upwardly compatible, meaning the new version can read files created by older versions. However, older versions may not be able to read files created by the new software, which can compel users to upgrade to the latest version to maintain compatibility with files shared by colleagues or friends.

How can you recognize an unsecured wireless network?

Answers

An unsecured wireless network is a network that does not use an encrypted authorization mechanism, such as WPA2 or similar. 

In a windows ____ , each computer maintains a list of users and their rights on that particular computer.

Answers

server?
.................

Under normal operations, cisco recommends that you configure switch ports on which vlan

Answers

 

You can configure switch ports on default VLAN under normal operations. Cisco switches always have VLAN 1 as the default VLAN, which is required for many decorum communications between switches like spanning-tree protocol for example. It is obligatory not to delete or even change the default VLAN.

 

 





Controlled ____ makes a relational database work.

Answers

Which is not a component of a database that describes how data is stored?

Moving packets from source to destination across multiple networks is called

Answers

Moving packets from source to destination across multiple networks is called a Router.

It is okay to use a dust rag when cleaning the inside of a computer.

Answers

no because using a dry old dust rag can make a static shock when cleaning a computer because any sort of electric shock to a computer's motherboard will kill it rendering it useless

True or false: you cannot change the default margin size for word documents.

Answers

False the answer is for that question

You can add chart and axes titles on the chart tools format tab or with the chart elements buttom. true or false

Answers

Select the chart. Navigate to the Chart Layouts group on the DESIGN tab. Open the drop-down menu named 'Add Chart Element'. In Excel 2010 you have to go to the Labels group on the Layout tab and click the Axis Title button. From Axis Title options choose the desired axis title position: Primary Horizontal or Primary Vertical.

Which routine is configured to execute first when the program runs?
A. Subroutine
B. Start
C. Fault
D. Main

Answers

it's D because of ok

Random access memory (ram) is also sometimes called _____ storage.

Answers

It is also sometimes called Volatile storage
Other Questions
Write a dialog where you are talking on the phone with a friend. Greet your friend and ask him/her if they would like to do 2 activities on 2 separate days. Have your friend respond positively or negatively to your suggestions.This should be in simple Spanish! Thank you in advance! Write the converse, inverse, and contrapositive of the given conditional. then determine the truth value of the statement: If you play the tuba, then you play an instrument.Help please! Thank you! Which dynasty controlled the most territory- Xia, Shang zhou Qin or Han i have a riddle:what is thethe mistake:1 2 3 4 5 6 7 8 9 10I have another one: what number comes in the blank(hint: its not four)2 3 42 3 _ What factors contributed to the rise and success of the Arabic empire Describe the intruders appearance and behavior in masque of red death jillian bought 1/2 pound of turkey and 1 1/3 pound of cheddar cheese at the deli. both items are on sale for $6 per pound. how much does each turkey cost> The process by which the behavior of other people is modeled to systematically teach people new skills and ways of handling their fears and anxieties is called ____________. HELP PLEASE!According to mythology, who created music to make the organization of the universe understandable?a) ancient philosophersb) godsc) humansd) muses which word most strongly describes a gorgeous day? (5 points) A. agreeable B. beauteous C. fair D. nice Irony by Jennifer T. The shards of glass littered the cold, black asphalt like sparkling stars strewn across the night sky. Their brilliance catching the corner of my eye, making me slow down, just to look at them a little longer. In my awe of the sheer beauty of merely broken glass, I couldnt help but think How someone elses tragedy could be so beautiful to me. Source: T., Jennifer. Irony. Teen Ink. Teen Ink, n.d. Web. 6 July 2011. The poem is an example of __________.external conflictinternal conflictdramatic ironysituational irony Which of the following represents a chemical change? Select one: a. rocks being smoothed by rapid water movement b. the pink color of a rose c. iron's attraction to a magnet d. decomposition of stone due to acid rain Problem 5.32 - enhanced - with feedback the rolling resistance for steel on steel is quite low; the coefficient of rolling friction is typically r=0.002. suppose a 180,000 kg locomotive is rolling at 22 m/s on level rails. you may want to review ( pages 138 - 142) . part a if the engineer disengages the engine, how much time will it take the locomotive to coast to a stop? A container filled with gas is connected to an open-end manometer that is filled with mineral oil. the pressure in the gas container is 753 mm hg and atmospheric pressure is 724 mm. how high will the level rise in the manometer if the densities of hg and mineral oil are 13.6 g/ml and 0.822 g/ml respectively? thirty-eight and ninety-seven hundredths kilograms in standard form In the diagram, TRV VRW. What is the measure of SRT? mSRT = degrees A 20.0 g sample of a compound of nitrogen and oxygen contains 7.37 g of nitrogen. what is the formula of this compound? A prototype includes ________ in a category. an exemplar includes ________ in the category. Identify the correct sentence. a. the old man opened the window he took a deep breath of the crisp fall air. b. the old man opened the window and he took a deep breath of the crisp fall air. c. the old man opened the window; he took a deep breath of the crisp fall air. d. the old man opened the window, he took a deep breath of the crisp fall air. What was a provision of the Magna Carta concerning taxes? Steam Workshop Downloader