Custom-built mini-programs that can execute a complicated series of commands in a tool like microsoft word or excel are called.

Answers

Answer 1

Custom-built mini-programs that can execute a complicated series of commands in a tool like Microsoft word or excel are called macros.

What is a macro program?

Macros are known to be a type of programs that functions by automating some commonly used processes or tasks that are found in the Excel.

Note that Custom-built mini-programs that can execute a complicated series of commands in a tool like Microsoft word or excel are called macros as a often  records day to day operations through the use of keystrokes or a mouse.

Learn more about  mini-programs from

https://brainly.com/question/24833629

#SPJ1


Related Questions

why aren't my skullcandy bluetooth headphones connecting to my school chromebook if I turned on both the headphones and the bluetooth on the chromebook???

I am so confused!! Please help!!! Will give you brainliest if answered correctly. Thank you!

Answers

The school could have a block on what’s allowed to be connected to the chrome books. If they don’t let you charge your phone on it then you can’t listen to music with it- My experience at least.

Answer:

It's most likely blocked.

Explanation: I don't know why they would need to block it, but okay.

The purpose of assigning a number to each of the consequences in a grid analysis is to _______.

Answers

Answer: Allow the consequence to be weighed and measured

Answer: I took the test

Which copyright law governs the reproduction of portions of copyrighted works without infringing any copyright laws?

Answers

Answer:

Fair Use

Explanation:

Freedom of expression is promoted by fair use, a legal doctrine. It allows unlicensed use of copyright-protected works in a copy scenarios.

Consider Parameters with Referencing Environment. One complication with parameters that are subprograms appears only with languages that allow nested subprograms. The issue is what referencing environment for executing the passed subprogram should be used. One option is ____.

Answers

In Consideration of Parameters with Referencing Environment, the option is All of the above are options.

What is referencing environment?

The referencing environment of any kind of statement is the composition of the full names that can be found or seen visible in that given statement.

Note that  in any kind of  static-scoped language, the local variables with the addition of all  seen variables can be placed in an enclosed scopes and as such, in the scenario above, all the options are correct.

See options below

A. Shallow binding with the environment of the call statement that enacts the passed subprogram.

B. Shallow binding which is most natural way for dynamic-scoped languages

C. Deep binding - with the environment of the definition of the passed subprogram.

D. Ad hoc binding with the environment of the call statement that passed the subprogram.

E. All of the above are options.

Learn more about Environment from

https://brainly.com/question/17413226

Within a classful addressing subnet mask, the ____ bits indicate that corresponding bits in an IPv4 address contain network information.

Answers

Within a classful addressing subnet mask, the 32 bits indicate that corresponding bits in an IPv4 address contain network information.

What is classful IP addressing?

IP address is the address or the code of location to reach at a specific location. It is a unique address of 32 bit.

This address is classified in five classes.

Class AClass BClass CClass DClass E

These class are necessary to obtained the bits for network ID.

Thus, within a classful addressing subnet mask, the 32 bits indicate that corresponding bits in an IPv4 address contain network information.

Learn more about the classful IP addressing here:

https://brainly.com/question/16842000

#SPJ1

Design an application for the Sublime Sandwich Shop. The user makes sandwich order choices from list boxes, and the application displays the price. The user can choose from three main sandwich ingredients: chicken at $6. 99, beef at $7. 99, tuna at $8. 99. The user also can choose from three different bread types: white, rye, whole wheat at no change in cost

Answers

import javax.swing.*;

import java.awt.*;

import java.awt.event.*;

public class JSandwich extends JFrame implements ItemListener {

 FlowLayout flow = new FlowLayout();

 JLabel companyName = new JLabel("Sublime Sandwich");

 JComboBox<String> mainBox = new JComboBox<String>();

 JLabel mainList = new JLabel("Main ingredient");

 JComboBox<String> breadBox = new JComboBox<String>();

 JLabel breadList = new JLabel("Breads");

 JTextField totPrice = new JTextField(10);

 int mainNum, breadNum;

 double[] mainPrices = {6.99, 7.99, 8.99};

 double sumPrice = mainPrices[0];

 double breadPrice = 0;

 double mainPrice = mainPrices[0];

 double[] breadPrices = {0, 0, 0};

 String output;

 public JSandwich() {

   // code here

 }

 public static void main(String[] arguments) {

   JSandwich sandframe = new JSandwich();

   sandframe.setSize(240, 200);

   sandframe.setVisible(true);

 }

 public void itemStateChanged(ItemEvent list) {

   //

 }

}

Which book citation is correctly formatted according to mla standards? collins, suzanne. the hunger games. new york: scholastic, 2008. print. collins, suzanne. the hunger games. scholastic: new york, 2008. print. collins, suzanne. the hunger games. new york: scholastic, 2008. collins, suzanne. the hunger games. new york: scholastic. print, 2008.

Answers

The  book citation that is correctly formatted according to MLA standards is  Collins, Suzanne. The Hunger Games. New York: Scholastic, 2008. Print.

What is book citation?

A book citation is known to be a form of entry that one often puts in one's research paper or any kind of essay that shows the people that a person must have paraphrased or quoted.

Note that Books citations are said to often credit to the owner or key sources and thus, in MLA format, The  book citation that is correctly formatted according to its standards is  Collins, Suzanne. The Hunger Games. New York: Scholastic, 2008. Print.

Learn more about book citation from

https://brainly.com/question/8130130

Answer:

A. Collins, Suzanne. The Hunger Games. New York: Scholastic, 2008. Print.

Explanation:

Correct on Edge

You've copied a cell containing formula to the rows below it, and the results in the copied cells are all zeros. To find the problem, what should you check for in your original formula

Answers

Person have cloned a cell with a formula to the rows below it, but the copied cells' results are all zeros the reason of this is If an absolute cell reference is required.

What is cell in Excel?

Cells are the boxes in an Excel worksheet's grid, such as this one. On a worksheet, each cell is identified by its reference, the column letter, and the row number that intersect at its place.

This cell is known as cell D5 since it is in column D and row 5. In a cell reference, the column always comes first.

Thus, an absolute cell reference is required to check original formula.

For more details about cell in Excel, click here

https://brainly.com/question/917595

#SPJ1

Unnecessary duplication of data in a database is referred to as:.

Answers

Answer:

Data Redundancy

Explanation:

It is a data organization issue that allows the unnecessary duplication of data within your Microsoft Access database.

Hope this helps ^v^

_________ passwords are long and generally use a mix of upper and lower case letters, numbers, and at least one symbol such as a dash or period.

Answers

Strong passwords are long and generally use a mix of upper and lower case letters, numbers, and at least one symbol such as a dash or period.

What Makes a Password to be Strong?

The key reason or area of a strong password are attributed to its length. Note that the longer the password, the better it is.

A strong password should be the one that has a composition of letters ( both upper and lower case), numbers, and also one that is made up of symbols and no link to  personal information.

Learn more about passwords  from

https://brainly.com/question/19116554

If a user wants to change one small section of the formatting of a document and leave the rest the same, which
process should be completed?
• importing a style
• overriding a style a
• modifying a style
exporting a style

Answers

the answer is modifying a style

Jorge, a sports statistician for soccer, has kept track of how many shots-on-goal each player on a team made in each game. This is recorded in the "SOG" column. Jorge also has the total number of goals each player made during each game. He now wants to create a custom function that will find the average number of goals a player made per shots-on-goal in each game. He will calculate the averages as percents and will call the function "PctPerShots. "


What code will Jorge’s function most likely include?


A. PctPerShots (SOG)

PctPerShots=SOG*goals/100


B. PctPerShots (goals)

PctPerShots=goals*SOG/100


C. PctPerShots (SOG, goals)

PctPerShots=SOG/goals%


D. PctPerShots (SOG, goals)

PctPerShots=goals/SOG%

Answers

The answer is A
Explanation it’s A

The smith family has five children who work in a variety of careers. they include a building designer, an astrophysicist, a computer programmer, a heating and ventilation expert, and an animal researcher. which career cluster do all these jobs belong to? science, technology, engineering, and mathematics science and mathematics engineering and technology research and experiments

Answers

The career cluster for the smith family is Science, Technology, Engineering and Math career cluster.

What are career clusters?

The career cluster is known to be a kind of set of  occupations that is said to have similar characteristics.

Conclusively, the jobs that are seen in the o same cluster do need a form of similar knowledge or skill type and thus the career cluster for the smith family is Science, Technology, Engineering and Math career cluster.

Learn more about children from

https://brainly.com/question/26423521

Answer:

A

Explanation:

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

How can the lack of logic statement tests on memory location variables be detrimental to software in development

Answers

The lack of logic statement tests on memory location can be detrimental as a it leads to system instability because the software cannot be able to release the allocated memory when it is done with it.

What is a logic statement test?

Logical reasoning tests is known to be a type of test that is often used to assess a person's ability to use well method thinking to find out from a the statement that is the right response to a given question.

Conclusively, The lack of logic statement tests on memory location variables can be detrimental  software in development because it can lead to  system instability due to the fact that the software cannot be able to release the allocated memory when it is done with it.

Learn more about logic statement from

https://brainly.com/question/24912495

To reposition the legend to the left-hand side of a chart, click the _________ button, point to legend, click the right arrow icon, and click left.

Answers

Answer:

To reposition the legend to the left-hand side of a chart, click the chart elements button, point to legend, click the right arrow icon, and click left. the

Explanation:

Chart Element button is used to add and remove chart elements. It is located in the Charts Layout group on the Chart tools design tab

A ________ monitors, maintains, fixes, and tunes computer networks. Select one: A. systems analyst B. chief information security officer C. chief security officer D. network administrator E. server administrator

Answers

SYSTEMS ANALYST

A system analyst monitors, maintains, fixes, and tunes computer networks.

\(^_^)/

The chain of _____ documents that the evidence was under strict control at all times and no unauthorized person was given the opportunity to corrupt the evidence.

Answers

Answer:

custody.

I hope I could help

3 of 10 Taking more than four years to graduate will increase costs and may impact a return on investment. What could you check to see how long most students take to finish at an institute of higher education?

Answers

The things to check is Why would finding graduation rates be useful in knowing an institution's ROI?

What is an institution of higher education?

The term “institution of higher learning” is known to be often called a college, university, or other kind of institution.

Note that it is one that takes about 4 years to complete or more. By answering the question of Why would finding graduation rates be useful in knowing an institution's ROI?., one can be able to know the reasons for the above.

Learn more about institute from

https://brainly.com/question/6947486

#SPJ1

Write a function that receives a StaticArray and returns an integer that describes whether the array is sorted. The method must return:

Answers

Answer:

is_sorted(arr: StaticArray) -&gt; int: Write a function that receives a StaticArray and returns an integer that describes whether the array is sorted. The method must return: 1

Explanation:

What is the full form of MPEG?
The full form for MPEG is ________.

Answers

Answer:

Moving Picture Experts Group

Explanation:

Answer:

The full form of MPEG is Moving Picture Experts Group

Explanation:

MPEG is a group of working experts to determine video or audio encoding and transmitting specifications/standards.

Kylee needs to ensure that if a particular client sends her an email while she is on vacation, the email is forwarded to a coworker for immediate handling. What should she do?

Configure a response for external senders.
Configure a response for internal senders.
Only send during a specific time range.
Configure an Automatic Reply Rule.

Answers

I believe the answer would be

A. Configure a response for external senders.

Hope this helps :)

A network administrator wants to authenticate server machines using Transport Layer Security (TLS). What can the administrator install on the servers to validate the server's identity and establish a secure transmission channel

Answers

Answer:

When enabling TLS 1.2 for your Configuration Manager environment, start by ensuring the clients are capable and properly configured to use TLS 1.2 before enabling TLS 1.2

Explanation:

When enabling TLS 1.2 for your Configuration Manager environment, start by ensuring the clients are capable and properly configured to use TLS 1.2 before enabling TLS 1.2

Data digitalization is one of the techniques of the 21st century to process and store physical data. It’s however not without its shortcoming.

State at least six ways by which data digitalization are at disadvantage

Answers

digitization is the process of changing from analog to digital format.” This process creates digitized data “without any different-in-kind changes to the process itself

What is the name for data generated by a computer using an algorithm?
A. Output
B. Input
C. Income
D. Outcome

Answers

The Answer is:
A) Output

The name of data that is generated by a computer using an algorithm is output. The correct option is A.

What is algorithm?

A set of instructions or rules that must be followed in order to complete a task or solve a problem is referred to as an algorithm.

Output is the name given to data generated by a computer using an algorithm.

Any data produced by a computer programme, including text, images, sound, and other forms of digital media, is referred to as output.

In this context, output is the result of the program's execution and is generated by the computer following the instructions specified in the algorithm.

The data or instructions provided to a computer programme by the user or other programmes are referred to as input.

The money earned by an individual or organisation is referred to as income. Outcome refers to the outcome or result of a specific action or event and can be used in a variety of contexts other than computer programming.

Thus, the correct option is A.

For more details regarding algorithm, visit:

https://brainly.com/question/22984934

#SPJ7

It is indirectly referenced from required. Class files.

Answers

Answer:

ohh the class file

Explanation:

is not me own it my class

Point to ______ of a cell to fill the cell to the right or down.

A. The bottom right corner

B. An edge

C. The bottom left corner

D. The center

Answers

Answer:

It's "The bottom left corner"

Explanation:

C: Bottom left corner

Hope this helps:):)

An organization has two servers that are connected and are exactly alike. Should one server fail for any reason, all traffic is diverted to the other server. This configuration is called __________.

Answers

An organization has two servers that are connected and are exactly alike. Should one server fail for any reason, all traffic is diverted to the other server. This configuration is called mirrored servers.

What is mirrored servers?

Server mirroring is a network management technology that creates a real-time exact clone of a server. Server mirroring is a business continuity, disaster recovery, and backup solution.

When the automated fails and the secondary server has to take over the role of the primary server.

Thus, mirrored servers is the configuration

For more details about mirrored servers, click here

https://brainly.com/question/14970649

#SPJ1

Jack is a forensic specialist who wants to examine a network router for potential evidence in a case. What is the first step he should take to safely examine the router

Answers

The step that can be carried by Jack for the safe examination of the router as the case evidence is connecting the router to the network.

What is a network router?

The network router is given as the connection between the two networks that mediate the delivery of the packed information.

The safety of the router in the forensic evidence is important as the incorrect connection resulting in corruption and deletes all the data.

Being the specialist, to check the router, the first step to be followed by Jack was connecting the router to the network.

Learn more about routers, here:

https://brainly.com/question/15851772

#SPJ1

which dual-stack architecture allows ipv4 and ipv6 at the network layer to access a single tcp/udp stack

Answers

The dual-layer-IP allows ipv4 and ipv6 at the network layer to access a single tcp/udp stack.

What is the dual IP layer?

The word dual-stack is a word that connote a full or total duplication of all stages in the protocol stack ranging from its applications to the network layer.

Note that the dual-layer-IP method often gives room for a computer to run IPv4 and IPv6 simultaneously  at the network layer, and all of the IP stack can access a different TCP/UDP stack.

Learn more about  architecture  from

https://brainly.com/question/9760486

All of the following are personal security safeguards except ________. Select one: A. send no valuable data via email B. Use https C. pop-ups D. remove high-value assets from computers E. regularly update antivirus software

Answers

The option that is not a personal security safeguards is the use of pop-ups.

What are safeguards security?

The term above connote a kind of protective steps that are often taken along with some controls measures that helps one to be able to meet their own security requirements needed for their information system.

Conclusively, Note that some  the use of pop-ups is risky as they may contain malware which can hinder the safety of your personal security.

Learn more about security safeguards from

https://brainly.com/question/4021912

#SJ1

Other Questions
Consider the system of equations.4x3y=22x+3y=6Which property could be used to write the equation 6x = 4 as the first step to solving the system of equations?Division Property of EqualityDistributive Property of EqualitySubstitution Property of EqualityAddition Property of Equality im stuck on this- anyone know what it is?? In the rocket, what is the equal and opposite reaction? te vi llegar y me alegr es coordinada o yuxtapuestas o subordinada A page from a book written in classical arabic. the text is written in ornate letters. this is a page taken from the _______(1)_______. this religious document was written entirely in _______(2)_______. a. (1) mosque of madrasa-mausoleum-mosque; (2) hebrew b. (1) kufic; (2) aniconism c. (1) prayer hall; (2) islamic script d. (1) quran; (2) calligraphy please select the best answer from the choices provided a b c d If finance charges are not assessed on new credit card transactions during the period between the posting date and the due date, this period is called the ____ period. The amount of time (t) in minutes it takes to make a coffee at Starbucks is related to (n) the number of coffees purchased. The equation is t = 2n 3. How long does it take if a customer buys 5 coffees?A. 13 minutesB. 7 minutesC. 4 minutesD. None of these choices are correct. Whats the answer???#14 1. The pie chart drawn below shows the spending of young population in India on various sports equipment duringthe year 2019. Analyse the given data and write an analytical paragraph in 120 words.Popular Sports in IndiaOthers10 per centTennis10 per centGolf12% per centCricket25 per centBasket ball12% per centHockey15 per centFootball15 per cent What does it mean to manifest your dreams?to wake up from sleepingto have confidence in them coming trueto share them with othersto make them your reality Compare and contrast a ridge and a mountain. Which is the closest synonym for the word arrayA.uniformityB.varietyC.lackD.remainder At which point is air pressure lowest? The image shows a representation of mountains of various heights, numbered 1, 2, and 3. The plain is labeled number 4. 0 1 2. 03 4 1 2 3 You discover that your smartphones software has been updated. A. form utility B. time utilityC. place utilityD. possession utility Nancy purchased from bed sheets for $36 they were on sale for 25% off what was the original price of the bed sheets In which of the following areas were women discriminated against until the mid 1800's? why do war uniforms use buttons Please check my answer. :PWhat type of person would enjoy a career in education? A. someone who enjoys working by himself B. someone who enjoys working short hours and having summers off C. someone who loves to work with others and help them learn new things D. someone who is interested in advancing in his career field and becoming richThe answer I chose is C. "Someone who loves to work with others and help them learn new things." Please correct me if I'm wrong. Publication of the Christian Bible in vernacular languages was an important part of the Reformation. You should always arrive to an interview _____.a.late, to create an impressionb.on timec.with friends for supportd.none of the above