Saving a file as a new filename can be accomplished through the Save As dialog box? True
False

Answers

Answer 1
Your answer would be true, (brainliest answer please)

Related Questions

why has unicode become the standard way of converting binary to text

Answers

 Unicode is the standard for the internal text coding system (encoding, representation, and handling of text). It is used in almost all operating systems. The main reason why Unicode has become the standard way of converting binary to text (despite that there were several other ways) is that it is compatible with all world languages. 

tuition $36,620 room and board $12,900 books and fees $2,450 transportation $3,100 other $1,330 . Emily is using the table to determine the minimum amount of money she should save monthly if she is to have enough money to pay for her first year of college. She anticipates receiving $6,000 in grants and has 6 years to save in a college savings account. Without including any interest earned, what is a reasonable estimate of the amount Emily and her family should save each month for the next 6 years to pay for her first year of college?

Answers

Answer:

700

Explanation:

Answer:

b

Explanation:

because i said so brudda

You have purchased a special monitor for your computer and the instructions tell you to make a minor modification to the inittab file. where would you locate this file on a typical linux system?

Answers

As long as it doesn't have systemd: /etc/inittab

Suppose you have an int variable called number. what java expression produces the second-to-last digit of the number (the 10s place)? what expression produces the third-to-last digit of the number (the 100s place)?

Answers

private int number = 123;
// using this number "123"

int hundred = (number % 10); // gets third to last
number /= 10;
int tenth = (number % 10); // gets second to last
number/=10;
int ones = (number % 10); // first digit

 

"bing ads keyword planner allows you to search for new keywords using a phrase, website, or category. from which bing ads tabs can you access keyword planner?"

Answers

The navigation is very simple

1.On the top menu, click Tools -> click Keyword Planner.

2.Then you can click Search for new keywords using a phrase, website, or category.

In case if you want to multiply key word list to get new keywords, follow below steps.

1.On the top menu, click Tools -> click Keyword Planner.

2.Click Multiply keyword lists to get new keywords.

Which of the following properties of water enables it to move from the the roots to the leaves of a plant?

A.It expands as it freezes.
B.It is an excellent solvent.
C.It exhibits cohesive behavior.
D.It is able to moderate temperature.

Answers

Water's cohesive behavior, caused by hydrogen bonding between water molecules, allows it to move from the roots to the leaves in plants through the transpiration-cohesion-tension mechanism, involving the xylem vessels.

The property of water that enables it to move from the roots to the leaves of a plant is its cohesive behavior. Cohesion is the attraction between water molecules due to hydrogen bonding. This property, along with adhesion (the attraction between water molecules and other molecules), is crucial for the water transport system in plants known as the transpiration-cohesion-tension mechanism. As water evaporates from the leaves during transpiration, it creates a negative pressure that pulls more water upward from the roots through the xylem vessels due to the cohesive forces among water molecules.

The first personal computer operating system was named ___________.

Answers

The first personal computer operating system was named DOS.
DOS stands for disk operating system. A system software that manages hardware and software resources is an operating system and the personal computer is used by one person at a time. The first personal computer was the ENIAC (Electronic Numerical Integrator and Computer) which became operational in 1946.

What symbol following a menu command lets you know that a dialog box will be displayed? an arrow a check mark an ellipse a radio button

Answers

I believe its the radio button

Answer:

radio button

Explanation:

Several <INPUT> tags with the type = "radio" attribute allow us to select an option from those available. Radio buttons in the same group have the same value in the name attribute.

    Syntax:

    <INPUT TYPE = "radio" NAME = "variable" VALUE = "xxx"> description

    Attributes:

    TYPE - type of field to be used;

    NAME - variable that will store the value of the selected option;

    description - text that appears next to the radio button.

Styles are selected using the _____ tab. file home insert page layout

Answers

It is using the page layout for page styles, home for title/word styles

Answer:

It is using the page layout for page styles, home for title/word styles

Explanation:

As you are editing code, you notice the lack of semicolons. Why is this important to note?
All programming statements in Java must end with a semicolon.
All class statements in Java must end with a semicolon.
All public statements in Java must end with a semicolon.
All comments in Java must end with a semicolon.

Answers

It's the first one :)

Answer:

All programming statements in Java must end with a semicolon.

Explanation:

Semicolon allows the compiler to know where to end the instructions.

The _______ number system allows digital devices to represent virtually any number simply by using 0s and 1s.

Answers

binary number system. With n bits you can create 2^n numbers.

Answer: the answer is binary code  

Explanation  binary is made of 1s and 0s

11 identify common pc connector types and associated cables

Answers

- 1. Power with C13 plug
- 2. USB ports with USB cable
- 3. Network port, RJ45 connector
- 4. Audio port, 3.5mm jack
- 5. Display output, HDMI cable
- 6. Display output, DisplayPort cable
- 7. Display output, VGA cable
- 8. Display output, DVI cable
- 9. IEEE1398 port, FireWire cable
- 10. PS/2 port, keyboard or mouse
- 11. Serial port, RS232 D connector
- 12. SCSI connector for disk or printer
- 13. SATA connector for external harddisk
- 14. Optical output for audio, toslink cable

This type of peripheral is used to interact with, or send data to, the computer. a,CPU b,Input c,Memory d, Output

Answers

b, input

I'm pretty sure, bc CPU is central processing unti which deals with the internal components, output deals with transfers from the computer to an outside source, and memory doesn't have to do with data transfer
Hi!

Whenever we are going to be sending data, this is known as input.

For example, I'm giving input by typing on my keyboard right now. This is sending data to the device.

Hopefully, this helps!

Tara has found a CTSO she’s interested in joining. How can Tara become a member of the CTSO? Tara can become a member of the CTSO by visiting the school office and paying the membership__________.

Answers

membership fees! hope it helps

Answer:

Fee

Explanation:

you will need to pay a fee.

What does a process belong to if it no longer belongs to the user linux?

Answers

Unless you create a user linux, there's no user linux.

I think you're asking about zombie processes.

"giga" can mean both 109 and 230. explain to what each refers. can this cause confusion when reading a computer advertisement?

Answers

Final answer:

The term "giga" refers to 10^9 or one billion in the metric system and 2^30 or slightly more than a billion in computer science. This can cause confusion in computer advertisements as manufacturers and operating systems might use different definitions, affecting the perceived storage capacity.

Explanation:

The term "giga" can indeed refer to two different values. In the metric system, "giga" denotes a factor of 109, which means one billion. For example, one gigabyte (GB) in this context is a billion bytes. However, in computer science, due to the binary nature of computing, "giga" often represents 230, which is 1,073,741,824, slightly more than one billion. This binary-based representation is commonly used to express computer memory and storage capacity.

Given that computers operate in binary code, when measuring memory (RAM) and storage (like hard drives and SSDs), we use multiples of 1024 (which is 210), as opposed to the decimal system's 1000. Therefore, one gigabyte in the context of computer storage is actually 1024 megabytes, not the exact billion that the prefix "giga" initially suggests from a purely decimal perspective.

This dual meaning of "giga" can indeed cause confusion while reading computer advertisements, as some manufacturers may use the decimal representation (109) for storage devices, while operating systems might report storage capacity using the binary representation (230). It's important for consumers to be aware of the context in which "giga" is used to understand the actual capacity of the product they are purchasing.

What is the key function of RAM?

Answers

RAM is considered volatile memory, which means that he stored information is lost when there is no power . So RAM is used by the central processing unit (CPU) when a computer is running to store information that it needs to be used very quickly but it does not store any information permanently .

Which ethernet cabling standard defines an ethernet network that uses cat 3 or better utp cabling, operating at 10mbps?

Answers

10BaseT is the name of the standard

Final answer:

The 10Base-T standard defines a 10Mbps ethernet network using Cat 3 or better UTP cabling, part of IEEE 802.3, and commonly used in the 1990s for LANs.

Explanation:

The ethernet cabling standard that defines an ethernet network using Cat 3 or better UTP cabling, operating at 10Mbps, is known as 10Base-T. This standard is part of the IEEE 802.3 specification and became widely used in the 1990s for local area networking. It supports a maximum length of 100 meters per segment and employs a star topology where each device is connected to a hub or a switch.

When you pass an array as an argument to a function, the function can modify the contents of the array?

Answers

In most languages. Primitive data types ( char, int, float, bool, maybe string ) are usually passed by value, but compound data types are passed by reference, so you're not working on a copy but on the original.

The ____________ is the number of rectangles an image has in a square inch.
Question 21 options:

A) Compression


B) DPI


B) Resolution


C) Size

Answers

D size




Read more




































Hope,this helped
The answer is C I’m pretty sure

What is the correct html element for inserting a line break?

Answers

<br> or <br/>

The forward slash can be omitted and still function perfectly fine, unless you are working with XHTML (XML), then do include the forward slash.

It's your personal preference on which one you use, but be consistent! I personally prefer the latter.

please help
Which part of the computer controls the calculations that are requested of the central processing unit?
A-RAM
B-ALU
C-CISC
D-RISC

Answers

the answer is A- RAM

In 1-2 paragraphs discuss the three main purposes of design and provide examples for each. Also explain how a design might serve two or more of these purposes.

Answers

Answer and Explanation

A design is is is where one creates a plan when he or she wants to construct or to come up with a a certain or a specific object.It might be a a system, a business process e.t.c

The main purposes of the design process are :

i)The establishment of instructional effectiveness- This one helps in defining the goals for the required  outcome in the accomplishment of the process. An example the student will understand the procedure of system development

ii) It guides the in the content development. In this it helps in identification of of the steps to be involved in accomplishing the set goal. and example is if the the goal was to come up with a certain structure, when the necessary steps are followed the goal will come true.

iii)It helps in the identification of the instructions outcome. When you have a design it will help one to exactly implement it to come up with what was in the mind in the end of the process.

A technician configures a switch with these commands: switcha(config)# interface vlan 1 switcha(config-if)# ip address 192.168.1.1 255.255.255.0 switcha(config-if)# no shutdown what is the technician configuring?

Answers

The tech is turning on the vlan 1 interface and setting its address. And telling it to be always "ON".

What is the difference between the file myprogram.java and the file myprogram.class?

Answers

The .java file is the source code, human readable, commented and hopefully a bit pretty. The .class file is the bytecode that the JVM executes, and if you're lucky a human may be able to read some of it. Forget about the other stuff.
Final answer:

The myprogram.java file is where you write your Java source code while the myprogram.class file is the compiled version of that code that the Java Virtual Machine can run.

Explanation:

The difference between the myprogram.java and myprogram.class files lies in their purpose and structure. A myprogram.java file is a source code file, written in the Java programming language. This is the file where you write your code. On the other hand, a myprogram.class file is a compiled Java file. The Java compiler, (javac), reads and executes the source code from the .java file, and turns it into byte code in a .class file which the Java Virtual Machine can then interpret and run as a program.

Learn more about Java file types here:

https://brainly.com/question/35329837

#SPJ2

Why should you use a named constant for the size of an array?

Answers

I can think of the following reasons:

- Avoid magic numbers. The constant will have a descriptive name like "MAX_MEASUREMENTS" so it can be inferred what the array size really means.

- Avoid duplication. There could be some related code (e.g., code that checks if an index is within the array bounds) that can benefit from using the same constant. Then it makes sense to tie them together such that if you change the constant, you're actually changing all its occurrances.

- Central configuration. By placing all your constants in a centralized place in the code, it is clear to see where your configuration resides. This is easier than having magic numbers scattered throughout the code.

When you assign a value to an int variable, you do not type any commas; you type only digits and an optional plus or minus sign to indicate a positive or negative integer?

Answers

Negative integer is the correct answer

Which motherboard slot has direct access to the north bridge?

Answers

The Primary PCIe slot has direct access to the north bridge. Many machines now have more than one PCIe slot and they are typically used for graphics cards.

Which type of mail is used for mailing items such as books, catalogs, sound recordings, and video recordings?

Answers

I believe the answer is Media Mail.
Hope I helped,
 Ms. Weasley

Amitha writes up a one-page summary of a novel during her summer internship at a publishing company. When she reads over the page, she realizes she used the word “foreshadow” seven times, and she would like to reduce the repetition. Which tool would best help Amitha solve this problem?

Answers

The alegged choices are:

A. Spell Checker
B. Thesaurus
C. Acrobat Distiller
D. Find and Replace

The Answer is B.

This is because she can use a Thesaurus to look up SYNONYMS for the word "Foreshadow". Not the Spell Checker, nor the AD, nor the Find and Replace features are able to help in this situation.

The answer is B its the most accurate.

Other Questions
round the number to the given place value24.617 hundredths A.24.61B 24.62C.24.65D.24.67 Point Z on a coordinate grid is at (-1,3). If the point is reflected across the line y=-x, what are the coordinates of its image? Sean lives about 15.5 miles from the airport. Which number rounds to 15.5 when rounded to the nearest tenth? How did Britain influence the developing colonial economy? Tiffany Baldwin earns $800 every week. Her federal income tax is $25. Her state tax is $11. Her FICA is 7.65% of his gross salary. She contributes 2% of her gross earnings to a 401K. She has $20 per paycheck deducted post-tax to pay for her gym membership. What are her pre-tax deductions? Which organ has the special task of chemically altering absorbed materials to make them better suited for use by other tissues?a. small intestineb. lungsc. pancreasd. stomache. liver? Find the Perimeter of the polygon with the vertices X(-1,3), Y(3,0), and Z(-1,-2). Round the answer to the nearest hundredth which of the following map type is best used for comparison? (2 points) a mental map a cartogram a visualization map a political map What was the population density of most of the land in nevada wyoming arizona and oklahoma in 1890? How did the economy of the new england colonies differ from the southern colonies? 14. Choose the connective that best completes the sentence. She left the party early. Afterwards, she went to a movie. _______ she went home. A. Meanwhile B. Next C. First D. Finally Elige el verbo mejor para completar la oracin.A qu hora _______________ la clase de espaol?Question 26 options:A) eresB) esC) estD) estsSaveQuestion 27 (1 point) Question 27 UnsavedCompleta la oracin con el verbo correcto.Yo ______ de Colombia.Question 27 options:A) esB) estC) soyD) sonSaveQuestion 28 (1 point) Question 28 UnsavedDetermina si hay que usar el verbo ser o el verbo estar en la oracin.La fiesta va a _____________ en mi casa.Question 28 options:A) estarB) serC) eitherD) no other verb neededSaveQuestion 29 (1 point) Question 29 UnsavedElige la respuesta correcta.Yo ______ comiendo un pltano.Question 29 options:A) soyB) estoyC) seD) estaSaveQuestion 30 (1 point) Question 30 UnsavedElige la respuesta correcta.Carlos ______ nicaragense.Question 30 options:A) estB) esC) estaD) seSaveQuestion 31 (1 point) Question 31 UnsavedElige la respuesta correcta.Las plantas ______ verdes.Question 31 options:A) esB) soyC) sonD) soisSaveQuestion 32 (1 point) Question 32 UnsavedElige la respuesta correcta.Vivo en una casa ____ y _____.Question 32 options:A) azul, nuevoB) blanco, nuevaC) azul, nuevaD) blanca, viejoSaveQuestion 33 (1 point) Question 33 UnsavedElige la respuesta correcta.Cul oracin es correcta?Question 33 options:A) Son cantantes populars y famosos.B) Son populares y famosas cantantes.C) Son cantantes famosos y populares.D) Son famosos y populares cantantes.SaveQuestion 34 (1 point) Question 34 UnsavedElige la respuesta correcta.Cmo corre la chica?Question 34 options:A) La chica corre lentamente y cuidadosamente.B) La chica corre lenta y cuidadosamente.C) La chica corre lento y cuidadoso.D) La chica corre lentomente y cuidadosomente. One pump can fill a swimming pool in 8 hours and another pump can fill it in 10 hours. If both pumps are opened at the same time, how many hours will it take to fill the pool? Which answer best describes how early explorers and native Americans used natural resources in America Workplace violence can happen in what type setting? How did the U.S gain access to trading on the Mississippi River Frederick is working on a number puzzle and discovers that the product of the two base numbers is exactly twice as large as the sum of those same base numbers. Help on this, please? Which of the following bodies of water is not located along Canadas coasts?A.Beaufort SeaB.the Gulf of MexicoC.the Arctic OceanD.Hudson Bay In the citation, davis v. baugh industrial contractors, inc. 159 wash.2d 413, 150 p.3d 545 (2007) what does the "2d." represent Please Help?!?!?From the poem: Song of Myself by Walt WhitmanWhat is the poem mostly about? Check the two boxes that best apply.-the speakers inevitable death-the speakers personal identification-the speakers love of grass-the speakers love of young people-the speakers approach to life Steam Workshop Downloader