the jump-to-subroutine instruction can save a great deal of duplicate programming in cases:

Answers

Answer 1

The jump-to-subroutine instruction can save a great deal of duplicate programming in cases where the same sequence of instructions is used frequently in a program.

Jump to subroutine is a machine instruction that saves the current computer location of execution and transfers control to a fixed location, known as a subroutine, where another code segment is stored. It's a machine instruction that saves the current computer location of execution and transfers control to a fixed location, known as a subroutine, where another code segment is stored.

The jump-to-subroutine instruction can save a great deal of duplicate programming in cases where the same sequence of instructions is used frequently in a program. This is because when the same sequence of instructions is needed repeatedly, it's much more efficient to have the sequence in a single subroutine and call it whenever it's needed.

This saves memory space and reduces the possibility of errors because the subroutine only needs to be written and debugged once, rather than being written and debugged multiple times. Therefore, the jump-to-subroutine instruction is a powerful tool that can simplify and optimize code by eliminating duplicate code.

You can learn more about  jump-to-subroutine instruction at

https://brainly.com/question/24368373

#SPJ11


Related Questions

Consider the following relational schema and SQL query:Suppliers (sid: integer, sname: char (20), city: char (20))Supply (sid: integer, pid: integer)Parts(pid: integer, pname: char (20), price: real)SELECT S.sname, P.pnameFROM Suppliers S, Parts P, Supply Y WHERE S.sid Y.sid AND Y.pid P.pid AND = S.city = 'Madison' AND P.price 1,0001. What information about these relations does the query optimizer need to select a good query execution plan for the given query?2. How many different join orders, assuming that cross-products are disallowed, does a System R style query optimizer consider when deciding how to process the given query? List each of these join orders.3. What indexes might be of help in processing this query? Explain briefly.4. How does adding DISTINCT to the SELECT clause affect the plans produced?5. How does adding ORDER BY sname to the query affect the plans produced?6. How does adding GROUP BY sname to the query affect the plans produced?

Answers

An SQL query is a command written in the Structured Query Language (SQL) that is used to retrieve, manipulate, and manage data stored in a relational database. It can be used to search for specific data, update records, or create new tables and relationships.

1. The query optimizer needs to know the sizes of the tables and indexes, selectivity of the predicates, and the available join algorithms to select a good query execution plan for the given query.
2. There are two different join orders that a System R style query optimizer considers when processing the given query:
- (Suppliers S) -> (Supply Y) -> (Parts P)
- (Parts P) -> (Supply Y) -> (Suppliers S)
3. Indexes on the sid attribute in the Suppliers table and the pid attribute in the Parts table might be of help in processing this query as they are used in the join conditions.
4. Adding DISTINCT to the SELECT clause may affect the plans produced by eliminating duplicate rows from the result set. The optimizer may need to use additional operations to remove duplicates, which may increase the query processing time.
5. Adding ORDER BY sname to the query may affect the plans produced by adding a sort operation to the execution plan, which may increase the query processing time.
6. Adding GROUP BY sname to the query may affect the plans produced by adding a group by operation to the execution plan, which may increase the query processing time.

To know more about SQL query visit:

https://brainly.com/question/31759954

#SPJ11

What is the name of the protocol suite used on the internet.

Answers

Answer:

standard Internet Protocol (IP) suite

Explanation:

Introduction. The Internet is a global system of interconnected computer networks that use the standard Internet Protocol (IP) suite to serve billions of users all over the world.

How can we solve mental stress?

Hello can anyone answer

Answers

Answer:

Please don't delete it. Because other people did!

Explanation:

Use guided meditation, Practice deep breathing, Maintain physical exercise and good nutrition!

Answer:

By making yourself comfortable around your environment.I know it can be hard but try making yourself feel distracted from stress.Have a break from what you are doing and take your time to heal.


Explanation:

set string list dict which data type is the correct choice to store a student's test scores in chronological order?

Answers

A list data type would be the correct choice to store a student's test scores in chronological order. You create a list and add the scores to it as they are received, they remain in order by using the append() method.

A dictionary data type would not be appropriate as it does not preserve order, and a string data type would not allow for easy manipulation or computation of the scores.

Chronological age is the word used in psychometrics to describe a person's age as measured in months, days, and years from their birth.

Contrarily, the biological age is the rate at which the body's tissues, organs, and systems age. The distance between the organs and situations linked to ageing might also be mentioned. The biological age of a person is a much more accurate indicator of their health than their age in years.

Thus, chronological age represents one's actual age in years; however, biological age can vary depending on lifestyle choices, and biological age can be lower than chronological age with regular exercise, adequate nutrition, and enough sleep each day.

Learn more about Chronological  here

https://brainly.com/question/10688919

#SPJ11

*
Which of the following variable names are invalid?
123LookAtMe
Look_at_me
LookAtMe123
All of these are valid

Answers

Answer:

I think they're all valid but the validility depends on the website your using the usernames on.

Explanation:

The ____ prefix tag in the All Access Objects pane identifies each table in the database.
a. tab c. tbl
b. table d. tbe

Answers

The tbl prefix tag in the All Access Objects pane identifies each table in the database.

This is option C

Access is a database management system (DBMS) that is included in the Microsoft Office suite of applications. A table is a database object in Access that is used to store data. Tables are made up of columns (fields) and rows (records), and they are the foundation of a relational database.

The tables are identified in the All Access Objects pane with a prefix tag, and the tbl prefix tag is used to identify each table in the database. Therefore, the answer is option c. tbl.

Learn more about DBMS at

https://brainly.com/question/32495130

#SPJ11

CALCULATE THE MECHANICAL ADVANTAGE (M.A.).

DATA: R= 85 Kg; a= b/3; L= 8 m

The answer has 2 decimals.

Answers

The mechanical advantage (M.A.) of the lever system is calculated to be approximately 0.33.

To calculate the mechanical advantage (M.A.) of the lever system,

Given that the effort arm (a) is equal to one-third of the distance (b), we can express it as: a = b/3.The total length of the lever is 8 meters, so the resistance arm (b) can be calculated as: b = 8 - a.Substitute the value of a from step 1 into the equation from step 2: b = 8 - (b/3).Solve the equation for b: multiply both sides by 3 to eliminate the fraction and simplify: 3b = 24 - b.Combine like terms: 4b = 24.Solve for b: divide both sides by 4: b = 6.Now that we know the value of b, we can calculate the mechanical advantage using the formula: M.A. = a/b.Substitute the values of a = b/3 and b = 6 into the formula: M.A. = (6/3) / 6.Simplify: M.A. = 2/6 = 1/3 = 0.33 (rounded to two decimal places).

Therefore, the mechanical advantage (M.A.) of the lever system is approximately 0.33.
For more such question on system
https://brainly.com/question/28551792

#SPJ8

The complete question may be like:

A lever system consists of a resistance (R) of 85 kg, an effort arm (a) equal to one-third of the distance (b), and a total length (L) of 8 meters. Calculate the mechanical advantage (M.A.) of the lever system, rounding the answer to two decimal places.




You are opening a store, and having a working website is an important part of your project plan. The company that started creating your website went out of business before completing the job. What components of your project plan will be affected?

Answers

Answer:

Explanation:

Such a scenario can affect many components of your project plan such as marketing, communications, infrastructure, and payment processing. Nowadays most (if not all) aspects of a business are accomplished online. A website allows you to market your products to people all over the world as well as allowing them to communicate with you and purchase your products through various different payment options. The lack of a website severely limits or in some cases prevents you from growing your business at all.

In teaching the antonyms and synonyms of a word such as generosity, a teacher would be emphasizing which aspect of language?.

Answers

In teaching the antonyms and synonyms of a word such as generosity, a teacher would be emphasizing the vocabulary of the language.

What is synonyms?

This article discusses "synonym's" definition in its broadest sense. See Synonym for other usage. A term, morpheme, or phrase that in a particular language has the exact same meaning as another term, morpheme, or phrase is said to be a synonym. For instance, the words begin, start, commence, and begin are all synonyms of one another in the English language; they are interchangeable. A sentence's ability to retain its meaning when one form is substituted for another is the traditional test for synonymy. Words are only considered synonymous in a single context; for example, long and extended can both be used to mean lengthy time or extended time, but long cannot be used to mean wider family.

to learn more about synonyms
https://brainly.com/question/76433
#SPJ4

What is the advatage of print, broadcast, film/cinemavido games, new meida

Answers

Print media, such as newspapers, magazines, and books, offer the advantage of in-depth coverage and analysis of topics.

They allow for detailed reporting and interpretation of events and issues, as well as providing a permanent record of information. Print media can also be easily archived and referenced for future use.

Broadcast media, such as television and radio, offer the advantage of immediacy and reach. They can quickly disseminate information to a wide audience, and their visual and auditory nature can make stories more engaging and memorable. Broadcast media can also offer live coverage of events, allowing audiences to experience breaking news in real time.

Film/cinema and video games offer the advantage of immersive storytelling. They can transport audiences to other worlds and allow them to experience stories in a more visceral and interactive way. They also have the ability to use powerful visual and auditory effects to convey emotions and ideas.

New media, such as social media and digital platforms, offer the advantage of interactivity and engagement. They allow for direct communication and interaction between content creators and audiences, as well as enabling audiences to participate in the creation and sharing of content themselves. New media can also provide personalized content recommendations based on users' interests and preferences.

To know more about Print media click here:

brainly.com/question/29884875

#SPJ4

Compute the following 8c8
a.16
b.0
c.64
d.1

Answers

When computed, 8C8 which is a combination prompt results in 1 (Option D)

How is this so?

To calculate this, we use the formula for combinations -  

nCr = n! / (r! * (n - r)!)

8C8 = 8! / (8! * (8 - 8)!)

Since 8! (8 factorial) is equal to 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1, we can simplify the equation  -

8C8 = 8! / (8! * 0!)

The factorial of 0 is defined as 1, so  -

8C8 = 8! / (8! * 1)

Since any number divided by itself is equal to 1, we have  -

8C8 = 1

Therefore, there is only one possible combination when selecting all 8 items from a set of 8, which is why 8C8 equals 1. (Option D)

Learn more about combination at:

https://brainly.com/question/28065038

#SPJ4

On a wireless network use _____ to ensure that only authorized client computers are able to access the wireless network.

Answers

Answer:

That

your answer

MAC address filtering

On a wireless network, utilize MAC address filtering to verify that only authorized client computers may connect to the network.

MAC address filtering

Accessibility to network interfaces usually granted toward any PC having MAC address seems to be on a whitelist, however anyone on blacklists have been prohibited as well as banned. One such entire procedure is known as MAC filtering.

Whenever user's computer contains both Ethernet as well as Wi-Fi characteristics, it does have two different connectorswired and wireless.

Thus the above answer is correct.

Find out more information about MAC address filtering here:

https://brainly.com/question/7634466

use for loops to compute the following expressions: prompt the user to enter a value for i. do not use predefine function to calculate factorial here a sample run: enter a value for i: 100 first expression: 24.00000000000001 second expression: 1.7182818284590455 third expression: 7.456780136820696

Answers

To compute the given expressions using for loops, you can follow these steps:

1. Prompt the user to enter a value for "i".
2. Use a for loop to calculate the factorial of "i". You can do this by initializing a variable "factorial" to 1, and then multiplying it by each number from 1 to "i" using the for loop.
3. Calculate the first expression by dividing the factorial by the square root of "i".
4. Calculate the second expression by raising the mathematical constant "e" to the power of "-1/i".
5. Calculate the third expression by taking the natural logarithm of the absolute value of "i" and adding 1 to it.

Here's an example of how the code could look like in Python:

```python
import math

i = int(input("Enter a value for i: "))

# Calculate factorial
factorial = 1
for num in range(1, i+1):
   factorial *= num

# Calculate expressions
expression1 = factorial / math.sqrt(i)
expression2 = math.exp(-1/i)
expression3 = math.log(abs(i)) + 1

# Print the results
print("First expression:", expression1)
print("Second expression:", expression2)
print("Third expression:", expression3)
```

Note that the sample run you provided includes floating-point numbers, so the results may not match exactly due to floating-point precision.

To know more about loops visit:-

https://brainly.com/question/30366141

#SPJ11

T/F A utility suite bundles together several of the individual utility tools into an integrated set of tools.

Answers

The given statement is True.

A utility suite typically refers to a software package that combines multiple utility tools into a single, integrated set of tools.

This bundling of tools allows users to access and use various utilities from a centralized location or interface, providing convenience and efficiency.

Utility suites can include a wide range of tools, such as file management, system optimization, data recovery, antivirus, disk cleanup, and more.

By bundling these utilities together, users can perform different tasks without the need to install and manage individual tools separately.

Hence the statement is true.

Learn more about Utility tool click;

https://brainly.com/question/32368224

#SPJ4

I DON"T GET THIS WHY IS THIS FUNNY

Answers

Answer:

They deleted my answer what is funny?

Explanation:

what is the meaning of .net in computer​

Answers

Answer:

.net is a top-level domain, also known as a TLD. Derived from the word network, it was originally developed for companies involved in networking technology. Today .net is one of the most popular domain names used by companies all over the world to launch their business online.

driving is expensive. write a program with a car's gas mileage (miles/gallon) and the cost of gas (dollars/gallon) as floating-point input, and output the gas cost for 20 miles, 75 miles, and 500 miles. output each floating-point value with two digits after the decimal point, which can be achieved as follows: print(f'{your value1:.2f} {your value2:.2f} {your value3:.2f}') ex: if the input is: 20.0 3.1599 where the gas mileage is 20.0 miles/gallon and the cost of gas is $3.1599/gallon, the output is: 3.16 11.85 79.00

Answers

For 20 miles, the gas cost would be $3.16, for 75 miles it would be $11.85, and for 500 miles it would be $79.00.

To write a program that calculates the gas cost for different distances, we can use the provided gas mileage (miles per gallon) and the cost of gas (dollars per gallon) as input. Here's a step-by-step explanation of how to write the program:

1. First, we need to get the gas mileage and the cost of gas as floating-point inputs. These values will be provided by the user when running the program.

2. Next, we can calculate the gas cost for each distance using the gas mileage and the cost of gas. We will calculate the gas cost for 20 miles, 75 miles, and 500 miles.

3. To calculate the gas cost for a specific distance, we can divide the distance by the gas mileage and then multiply it by the cost of gas.

4. Finally, we can output the gas costs for each distance with two digits after the decimal point. We can achieve this by using the following format: `print(f'{value:.2f}')`. This will ensure that the output is rounded to two decimal places.

Here's an example of how the program would look:

```
# Get user inputs
gas_mileage = float(input("Enter the car's gas mileage (miles/gallon): "))
cost_of_gas = float(input("Enter the cost of gas (dollars/gallon): "))

# Calculate gas costs for different distances
gas_cost_20_miles = (20 / gas_mileage) * cost_of_gas
gas_cost_75_miles = (75 / gas_mileage) * cost_of_gas
gas_cost_500_miles = (500 / gas_mileage) * cost_of_gas

# Output the gas costs with two digits after the decimal point
print(f'{gas_cost_20_miles:.2f} {gas_cost_75_miles:.2f} {gas_cost_500_miles:.2f}')
```

Let's say the user inputs a gas mileage of 20.0 miles/gallon and a cost of gas of $3.1599/gallon. The program would output:

```
3.16 11.85 79.00
```

This means that for 20 miles, the gas cost would be $3.16, for 75 miles it would be $11.85, and for 500 miles it would be $79.00.

To know more about program visit

https://brainly.com/question/30613605

#SPJ11

complete the lines program which opens the files specified on the command line and prints the name and how many lines each file contains. here's an example:

Answers

To complete the "lines" program that opens the files specified on the command line and prints the name and how many lines each file contains, you can use the following Python code:

import sys

# Iterate through each file provided as a command line argument

for file_name in sys.argv[1:]:

   try:

       with open(file_name, 'r') as file:

           lines = file.readlines()

           line_count = len(lines)

           print(f"{file_name}: {line_count} lines")

   except FileNotFoundError:

       print(f"{file_name}: File not found")

   except PermissionError:

       print(f"{file_name}: Permission denied")

You can save this code in a file, for example, "lines.py". Then, you can run the program by providing the file names as command line arguments like this:

You can save this code in a file, for example, "lines.py". Then, you can run the program by providing the file names as command line arguments like this:

The program will open each file, count the number of lines, and print the file name along with the line count. If a file is not found or if there is a permission error, an appropriate error message will be displayed.

Learn more about command line here

https://brainly.com/question/30236737

#SPJ11

import java.util.Scanner;

public class PigLatin {
public static void main(String args[]) {
Scanner console =new Scanner(System.in);
System.out.println("Please enter a word");
String phrase=console.nextLine();

System.out.println(eachWord(phrase));
}

public static String eachWord(String phrase) {
String help[]=phrase.split(" ");

for(int i=0; i
if (help[i].charAt(0) == 'a'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'e'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'i'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'o'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'u'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'A'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'E'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'I'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'O'){
return help[i] + "-ay";
}
if (help[i].charAt(0) == 'U'){
return help[i] + "-ay";
}
else {
return help[i].substring(1)+"-"+help[i].charAt(0)+"ay";
}

}
return "aoujbfgaiubsgasdfasd";
}

I need help with this Pig Latin Program. I want to split the string so each word can run through the method eachWord. I don't know how to revamp this!

Answers

Answer:b

Explanation:

I took quiz

Answer:

uuuuuuuuuuhhm

Explanation:

CODE!

which cloud computing category should you use if you want to develop an application without having to purchase expensive development tools?

Answers

Platform as a Service is a cloud computing category that is to be used in case one wants to develop an application or software without having to purchase expensive development tools.

Platform as a service (PaaS) is a cloud computing strategy where a third-party provider delivers software and hardware tools to users over the Internet. Usually, these software and hardware tools are required in the development of application/software. A PaaS service provider hosts the software and hardware tools on its own infrastructure and the users are authorized to use them as per their needs.

PaaS provides a complete development and deployment environment through the cloud, with all the resources that enable one to deliver everything from simple cloud-based applications to sophisticated, cloud-enabled enterprise applications.

You can learn more about Platform as a Service at

https://brainly.com/question/28128247

#SPJ4

What happens on a phone or tablet if it runs out of RAM to run processes? Is there additional storage?

Answers

Answer:

Ur phone/tablet starts to become laggy

Explanation:

Everytime a friend thies. to select something in
Windows, she gets a menue popping up Explain
to her what she is doing whing and why
she
cannot
select the objeto

Answers

Answer:

Please write properly your sentence is incomplete

________ is the type of security loss that involves computer criminals invading a computer system and replacing legitimate programs with their own unauthorized ones that shut down legitimate applications and substitute their own processing to spy, steal, and manipulate data.

Answers

Answer:

Usurpation

Explanation:

In context of CIBS-210 it is known as Usurpation

When first designing an app, all of the folldwing are important EXCEPT
A. debugging
B. determining how a user would interact with the app.
C. determining the purpose of the app
D. identifying the target audience

Answers

Answer:

B

Explanation:

Determining how the user could interact with the app varies person to person, the others are essential to creating apps though.

Part A (not to be turned in)


You are the owner of a hardware store and need to keep an inventory that can tell you what tools you


have, how many you have and the cost of each one. Write a stand-alone program to create the data file


"hardware. Dat" with 100 empty (place holder) records. This program will be executed only once to


create the data file. This data file will be used by the program in part b.



Part B (to be turned in)


Next write a different program that lets you work with the data concerning each tool, enables you to list


all your tools, lets you delete a record for a tool that you no longer have and lets you update any


information in the file. The tool identification number should be the record number. Use the following


information for your program to work with

Answers

To create the data file "hardware.dat" with 100 empty records, you need to write a stand-alone program that executes only once. The program should include a loop to create 100 empty records with placeholders for the tool identification number, tool name, number of tools, and cost of each tool. You can use any programming language of your choice to create this program.

To create the data file "hardware.dat," you need to write a program that creates 100 empty records with placeholders for the tool identification number, tool name, number of tools, and cost of each tool. The program should execute only once and use a loop to create the records. You can use any programming language of your choice.

In conclusion, creating a data file for a hardware store inventory requires writing a stand-alone program that creates 100 empty records. This data file will be used by another program to work with the data concerning each tool, such as listing all tools, deleting a record for a tool that you no longer have, and updating any information in the file. It is essential to use a programming language that suits your needs to create these programs.

To know more about hardware visit:
https://brainly.com/question/30541441
#SPJ11

How does segmenting your network increase network security?

Answers

Answer:

By segmenting networks, it becomes easier to protect the most sensitive data that you have on your internally-facing network assets. The creation of a layer of separation between servers containing sensitive data and everything outside of your network can do wonders to reduce your risk of data loss or theft.

Explanation:

PLEASE MARK ME AS BRAINLIEST

customers=[
{
name:"John",
age:30,
city:"New York"
},
{
name:"Dave",
age:40,
city:"Los Angeles"
},
{
name:"Mary",
age:50,
city:"Miami"
},
{
name:"Anna",
age:30,
city:"Washington"
}
];

1.Collect all the names in an array and print them to the screen
2.Calculate the sum of the ages of the customers
3.Print the ages and cities of customers starting with the letter A
5.Write a function that creates a new customer and adds it to the list of customers when the name, age, city parameters are entered into that function.

Answers

Using the knowledge in computational language in python it is possible to write a code that  creates a new customer and adds it to the list of customers when the name, age, city parameters are entered into that function.

Writting the code:

String answer2;

String write;

String fileName;

ArrayList<String> names = new ArrayList<>();

ArrayList<String> ages = new ArrayList<>();

System.out.println("Do you want to write to a file? ");

answer2 = keyboard.nextLine();

do

{

}

while (answer.equals("no"));

do

{

     System.out.println("Enter your filename: ");

   fileName = keyboard.nextLine();

     

    try

   {

       PrintWriter outputFile = new PrintWriter(fileName);

       

             outputFile.println(names);

       outputFile.println(ages);

       

       outputFile.close();

   }

   

   catch (FileNotFoundException e)

   {

       //

       e.printStackTrace();

       break;

   }

}  

while (answer2.equals("yes"));

do

{

   System.out.println("Thanks for playing!");

   break;

}

while (answer2.equals("no"));

keyboard.close();

See more about python at brainly.com/question/18502436

#SPJ1

customers=[ { name:"John", age:30, city:"New York" }, { name:"Dave", age:40, city:"Los Angeles" }, {

(a) Contruct instruction to load the 16-bit number 2036H in the register pair DE using LXI and MVI opcodes and explain the difference between the two instructions. (5 marks)

Answers

Here are the instructions to load the 16-bit number 2036H in the register pair DE using LXI and MVI opcodes and an explanation of the difference between the two instructions: Instruction using LXI opcode: LD DE, 2036HLXI instruction is used to load 16-bit data into a register pair.

LXI opcode is used to initialize the registers BC, DE, and HL with 16-bit data. The instruction has a format of LXI RP, data16. Here RP represents register pair (BC, DE, HL or SP) and data16 represents the 16-bit data.Instruction using MVI opcode:LD E, 36HLD D, 20HMVI instruction is used to load 8-bit data into a register. The instruction has a format of MVI R, data8. Here R represents the destination register and data8 represents the 8-bit data that will be loaded into the register.

The difference between the two instructions is that the LXI opcode is used to load 16-bit data into a register pair while the MVI opcode is used to load 8-bit data into a single register. Additionally, the LXI opcode requires two bytes of memory to store the 16-bit data while the MVI opcode only requires one byte of memory to store the 8-bit data.

To know more about 16-bit data visit:

https://brainly.com/question/31325908

#SPJ11

meaning and explanation of fortran​

Answers

Definition of FORTRAN. : a computer programming language that resembles algebra in its notation and is widely used for scientific applications. Hope this helped!

Answer:

is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Explanation:

Fortran, as derived from Formula Translating System, is a general-purpose, imperative programming language. It is used for numeric and scientific computing. Fortran was originally developed by IBM in the 1950s for scientific and engineering applications.

What is the unit of measure for energy

Answers

The answer is Joule i don’t know this word but i just looked up your answer and the word Joule came up.

Answer:

unit measure of energy is joule

Explanation:

Other Questions
CAN SOMONE HELP ME PLEASE !! There have been many types of typewriters over the years. Which one is believed to be the first?Question 13 options:Remington's typewriterBurt's typographerMill's automatic typing machineTurri's mechanical typing machine Which of these components are found in cells of all living organism If you're solving a quadratic equation by factoringwhat would the factorization of g(x)=x^2+12x+20 three features of romanesque churches that accommodate the large crowds and the relics they came to see include: What are the factors affecting workability of fresh concrete? - maximum size of aggregates- water content- aggregate grading- density of aggregates - air content what is needed by scientists to divide an epoch into ages _____ refers to an adverse feeling or opinion formed without regard for the facts. Operant behaviors can be influenced by: changing the consequences of those behaviors measuring the consequences of those behaviors charting the occurrence of those behaviors pairing them with reflexive behaviors Question 22 Disadvantages of the network design include: dependence on other organizations constant need to monitor quality of others' work neither of these both of these Question 23 An organization's design should: promote the flow of information and speed decision making in meeting the demands of customers, suppliers and regulatory agencies clearly define the authority and responsibility for employees, teams. departments and divisions create the desired balance between integration and differentiation to account for response to changes in the environment all of these 3. The code of chivalry meantthat knights would only marryfor true love.True or false? Find the sum of the first 11 terms of the sequence -7,-4,-1, 2 ...[A] 88[B] 91[C] 85[D] 176 At the local video rental store, Jos rents two movies and three games fora total of $14. 50. At the same time, Meg rents three movies and onegame for a total of $9. 50. How much money is needed to rent acombination of one game and one movie? f(x)=2x-2Find f(3b) duchenne muscular dystrophy is a recessive sex-linked condition that is more common in males than in females. which best explains why this is true? Type the word from your spelling list that is a verb meaning to ease one's pain. howie attends a preschool where there is no large-group instruction and ample opportunity for creative expression, and he is engaged in a long-term art project of his own choosing in which he is making dinosaurs out of clay. which approach does howie's preschool most closely resemble? Zero Zone,Inc.manufactures and sells display refrigeration and freezer units to supermarkets.The manufacturer is successful because it is able to keep the promises it makes.All customers know that Zero Zone's salespeople and its products live up to all the promises made.This is an illustration of which factor necessary for mutual trust to develop? A) Dependability B) Sales orientation C) Likability D) Spontaneity E) Profitability suppose z has a standard normal distribution with a mean of 0 and standard deviation of 1. the probability that z is between -2.33 and 2.33 is I need help with this question... the correct answer choice How did the split of the Roman Empire impact Christianity? Explain.