The ____________ is a very popular form of logic used to update a sequential file when three different types of transactions are present.

(Points : 2) match and delete rule
balance line algorithm
bilateral update algorithm
simplex sequential file rule

Answers

Answer 1

Answer: Simplex sequential file rule

Explanation:

 The simplex sequential file rule is basically used to updated the given records in the form of order sequential file. It basically create new file which contain records that are already updated.

It contain three types of the transactions that is add, delete and change to updated the records in the sequential file. In the simplex sequential file, the transaction file records are same as the records in the master file.

On the other hand, all the given other options are incorrect because it does not involve in the transaction process.

Therefore, simplex sequential file rule  option is correct.  


Related Questions

Broker Ray is closely acquainted with the Subdivision Heights neighborhood of his town. Over the year, Ray has made it a practice to contact homeowners in person and also to send them quarterly mailings. This method of finding listings is known as:

Answers

No multiple choice?

Once the destination has been reached the network makes a connection at what layer to connect for transfer or data?

a) network b) data link c) physical d) transport

Answers

Answer: (C) Physical

Explanation:

 When the destination are selected by the network then, it makes the connection for transferring the data packets by using physical layer.

As, the physical layer is basically responsible for transmitting the data and reception of the data between the physical medium and device.

The physical layer basically provide the electrical interface during the transmission of data. The physical layer in the network basically provide the hardware elements like cable, ethernet and repeaters.  

Continuous reboots of a Windows host upon encountering a persistent stop error might be caused by Startup and Recovery configuration settings in the Control Panel System applet (System -> Advanced system settings -> Advanced -> Startup and Recovery -> Settings... -> System failure).

(A) True
(B) False

Answers

Answer:

True.

Explanation:

Sometimes there comes a problem in computer systems of continuous reboots of a windows this could due to following reasons such as software issues,bad power supply,bad hard drive,hardware issues.

If the issue is from startup and recovery configuration or software you can see it by going in the Control Panel System applet given in the question.

Why does software have bugs?

Answers

Answer:

Human errors, changing requirements, complicated software, etc.

Explanation:

A bug in software is a coding error. The effects are often unexpected and affect the way a programme works, often resulting in the programme not functioning in the way it was intended. There are various reasons that bugs can exist in software, including (but not limited to) the following:

Human errors in programming and design is the most common reason for bugs. This could be as a result of time pressure, simple mistakes, or any other human related issue.Changing requirements, or even just misunderstandings between the parties involved, can often be a cause of bugs.Complicated software can often result in programmers making errors.Lack of documentation or updates being made by different programmers using different tools.

Final answer:

Software has bugs due to the complex nature of writing and integrating numerous lines of code, and the limitations of computer calculations. These bugs provide opportunities for learning and improving through good programming practices and debugging strategies. Quality assurance plays a key role in identifying potential bugs, helping to create more reliable software.

Explanation:

Software bugs are a common occurrence and they stem from a variety of sources. Writing software is a complex process, involving numerous lines of code, and the interaction between these lines can sometimes produce unexpected results, known as bugs. Consider bugs as an opportunity for growth; they provide a chance to learn and improve the software. Quality Assurance (QA) teams are essential in this process, constantly trying to break the software to identify potential issues. Good programming practices and debugging are critical in making the software more reliable. However, due to the complexity of software and limitations such as the accuracy of floating-point calculations, it's hard to eliminate all bugs.

It is important to proactively think about errors during development by asking, "What could go wrong here?" Moreover, implementing unit testing, which involves testing small, isolated parts of the program, helps identify and fix bugs early on. Nevertheless, as programs grow in size and complexity, the likelihood of bugs increases, making the debugging process more challenging.

Simplifying the program can sometimes be the best strategy when faced with a complex bug situation. It allows the developer to strip down to the basics and tackle issues one at a time. Remember, bugs are inevitable, but with careful testing and professional practices, their impact can be minimized, maintaining the credibility of software output.

Extended ACLs can filter traffic based on _____. (Points : 3) protocol type
source IPv4 address
source TCP or UDP ports
All of the above

Answers

Answer: All of the above

Explanation: Extended Access Control Lists(ACL) is the system that works between the Source IP address and the destination IP address for the granting or denying the permission for the traffic flow. This has very certain functioning and allow the traffic on the basis of the protocols such as TCP(transmission control protocol),UDP(user datagram protocol) etc.

All the given option are correct because IPv4(internet protocol version 4), TCP pots and UDP ports are the protocol types for source and can be filtered through extended ACL. Thus the correct option is all of the above.

What is an independent data mart?

Answers

Answer: Independent data mart is the subset of data that is obtained from the data warehouse in independent form. Various traits are used for the display of the independent data marts.They are built in the independent manner from each other .

It is utilized by the organization for the analysis of the certain unit of data in compact form. Independent data mart does not persist the central data warehouse. The operational sources gets distributed in the independent section known as data marts. It is usually preferred by small organizations.

Add a single line comment same as before that states you are doing calculations.

Answers

Answer:

//  you are doing calculations.

Explanation:

Here we add the single line comment i.e you are doing calculations by // forward slash. If you are making a comment more then the single line its better to use /* comments statements */.

For example:  

/* print welcome on screen  

print in nextline */

Following are the program in c++ language.

#include<iostream> // header file

using namespace std; // namespace

int main() // main method

{

int a=9,b=89; // variable declaration

//  you are doing calculations.

 int c=a+b;  

  cout<<c; // display c

   return 0;

}

Output:98

When passing data values between different machines with different operating systems what problems have to be solved?

Answers

Final answer:

When passing data values between different machines with different operating systems, several problems need to be solved, including file compatibility, encoding and character sets, and network connectivity.

Explanation:

When passing data values between different machines with different operating systems, there are several problems that need to be solved:

File Compatibility: Different operating systems may have different file formats and structures, making it difficult to open and read files created on one system on another system. For example, a file saved in a specific format on a Windows machine may not be compatible with a Mac machine.

Encoding and Character Sets: Different operating systems may use different encoding and character sets, which can lead to garbled or incorrect data when transferring files. For example, a file containing special characters in one encoding system may not be correctly interpreted by another system.

Network Connectivity: Transferring data between machines with different operating systems may require establishing compatible network connections and protocols. This can involve configuring firewalls, setting up appropriate network protocols, and ensuring both machines can communicate effectively.

To address these problems, various software and tools are available that enable file conversion, encoding conversion, and network compatibility. Additionally, establishing good communication channels and protocols between machines is essential for successful data transfer.

Name three "Hints" for computer systems design.

Answers

Answer:

The three hints for the computer system design is that:

Implementation is the important key feature while designing the computer system design. It also implement new application of the software and also help in the structure analysis and data modeling in the organization. Planning is efficient way for computer system design as it help the organization to understand the proper software architecture and modules. Performance should be good, efficient and useful for the computer system design and it increase the capability of fault tolerance in the computer system.

Explain the ‘PDCA’ for quality assurance.

Answers

Answer: PDCA is the known as plan-do-check-act is the cyclic technique in which the methods of planning , doing ,checking and acting upon it is carried out in the business management field.This approach is used for achieving solution to any particular problem.

It measures the improvement, updating methods of working and process of the business management. PDCA also eliminates the mistakes and error that reoccur.These factors evaluates about the quality of the business management process and hence quality is assured.

The data field in an ethernet frame contains between 46 and _______ bytes of information.

Answers

Answer: 1500 bytes

Explanation:

 In the ethernet frame, the data field basically contain 46 to 1500 bytes of information.  

The ethernet frame begins with the header, that basically contains MAC addresses source and its destination in the network, along with some other information. The center part of the given frame contain genuine information. The edge of the frame closes with the field known as Frame Check Sequence (FCS).

The tag information or data is also being added for creating the particular data field of the MAC client.  

By defeaut, Excel cells are top aligned

a. True

b. False

Answers

Answer: True

Explanation:

Yes, the given statement is true that the by default the excel cells are basically aligned at the top. We can easily change the alignment horizontally and vertically in the cell.

In the excel we can change the alignment by selecting the particular cell and then, click on the options to select the particular tab to change the alignment of the cell. By default, the excel cell are aligned at the top and and the text are align at the left by default.  

If you are looking at the OSI model Protocol Stack, what layer is the only layer with both a header and trailer?

Answers

Answer: Data-link layer

Explanation:Data link layer is the second layer of the OSI(Open system interconnection) that functions by managing the movement of the data/information into physical link. This layer encapsulates both header and trailer.

Header is  the part of data link layer that has the purpose of having control  data and its activities which are added at the start of PDU(protocol data unit)  like addressing .Trailer is the part that serves as containing the information of control which gets attached at the bottom part of the PDU

When using _____, developers are required to comply with the rules defined in a framework. (Points : 2) inheritance
base classes
object-oriented constructs
contracts
None of the above

Answers

Answer: Contracts

Explanation:

The contract is the mechanism which is basically used by the developers to follow the set of rules that is defined in the framework with the proper specification in the API ( Application programming interface).

The contract is the proper agreement between the two and more developers so that they must follow the rules that is mentioned in the agreement contract.  

The contract is widely used in the software development process in which all the possible design requirement are mentioned according to the needs of the client.

Therefore, Contract is the correct option.

Dеclarе and allocatе mеmory (on thе hеap) for a two-dimеnsional array of strings namеd carMakеs with 20 rows, еach with 6 columns

Answers

Answer:

string ** carMakes=new string*[20];  

   for(int i=0;i<20;i++)

   {

       carMakes[i]=new string[6];

   }

Explanation:

The above written piece of code is in C++ and it will declare and allocate memory on the heap for a 2-D array of strings with the number of rows 20 and number of columns 6 with name of the array carMakes.

To declare a 2-D array in C++ we use new keyword.

Defining a(n) ______________ of an object is called instantiation.

(Points : 2) object
link
instance
prototype

Answers

Answer: Instance

Explanation: Instantiation is the creation of the instance for any particular object in the field of object-oriented programming concept. The previously defined objects are realized in a program.This object that gets created in the class is provided with the name and placed in the memory.

They have their certain methods, process and properties on which they access.Other options are incorrect because instantiate object does not gets created from the link, object or prototype.Thus, the correct option is instance.

[What is an ‘inspection’?

Answers

Answer:

 The inspection is the process where the trained people inspect or check the important documents and design thoroughly. The main function of the inspection is to check the proper quality of the document and design by the process analyzing, testing and examining.

Inspection basically provide various benefits as it increase the quality of the system by examine properly so that the document must be error free.

Inspection is required in all the workplace so it help to increase the productivity and efficiency of the organization.

Which of the following declares an abstract method in an abstract C++ class? (Points : 2) public: void print();
public: void print() {}
public: virtual void print() {}
public: virtual void print()=0;

Answers

Answer:

public: virtual void print()=0;

Explanation:

An abstract class contains a pure virtual function. Pure virtual class cannot be instantiated but it can be subclassed and the subclass can provide an implementation of the function.

A virtual function declaration in the class is preceded by the virtual keyword. For example, virtual void print();

A pure virtual function declaration is followed by '=0;'

public: virtual void print()=0;

. Convert your age into binary and then to hexadecimal. Show your work.

Answers

Explanation:

Age = 23.

To convert a base 10 number to hexadecimal number we have to repeatedly divide the decimal number by 16 until  it becomes zero and store the remainder in the reverse direction of obtaining them.

23/16=1 remainder = 5

1/16=0 remainder = 1

Now writing the remainders in reverse direction that is 15.

My age in hexadecimal number is (15)₁₆.

Java uses a right brace to mark the end of all compound statements. What are the arguments for and against this design?

Answers

Explanation:

The argument is for the right braces.The right braces are used for simplicity.The right brace always terminates a block of code or a function.

The argument against right brace is that when we see a right brace in a program,we are not obvious about the location of the corresponding left brace because all or multiple  statement end with a right brace.

Final answer:

Java's use of right braces to end compound statements ensures clear visual demarcation and structured code. However, it can also introduce syntax errors if not used correctly and limits coding style flexibility. The strict syntax provided by braces can be beneficial in preventing logic errors, especially when used with consistent indentation and statement-ending semicolons.

Explanation:

Using a right brace { } in Java to mark the end of compound statements is a design choice with its own set of pros and cons. One of the arguments in favor of this approach is the visual clarity it provides. With braces, it is immediately evident where a block of code begins and ends, which can be especially helpful with nesting multiple layers of logic and scopes within each other. Proper use of braces in conjunction with consistent indentation practices can greatly enhance the readability of the code.

On the other hand, there are some arguments against the obligatory use of braces, primarily focused on the potential for errors and the rigidity it imposes on coding style. For instance, if a programmer forgets to include a closing brace or places it incorrectly, it can lead to a syntax error. Furthermore, this requirement enforces a certain structure which might reduce the flexibility that programmers have in laying out their code, as seen in languages like Python which uses indentation rather than braces to denote blocks of code.

Additionally, in languages like JavaScript, omitting braces for single-line control structures is permissible, which can lead to more concise code but also introduces the potential for inconsistently coded programs and harder to detect logical errors. Therefore, while using braces imposes a strict syntax, it can prevent some types of logic errors that might occur when they are optional. The use of semicolons (;) at the end of each statement is another syntactic rule that complements the use of braces, indicating the end of one statement and the start of another.

Companies discourage their suppliers from joining their extranets.

True

False

Answers

Answer:

False

Explanation:

A controlled private network that can be used for information exchange by using internet technology and the telecom system of the public.

It allows the outside user with authentication to partially access the network for business information exchange securely.

Thus companies encourage the suppliers to use extranets to share information or operations related to a business so as not to lag behind in the technologically competitive era.

Companies actually encourage their suppliers to join their extranets as it can streamline communication, enhance collaboration, and improve efficiency in the supply chain. The statement is false.

Extranets are secure networks that extend internal company resources to external parties like suppliers, enabling shared access to information and data.

However, many companies may not actively encourage suppliers to join their extranets due to concerns over data security, privacy, and the complexity of managing external access.

Analyze the impact of economic factors on the development of IT strategy decisions at the enterprise level of the organization.

Answers

Answer:

 The unstable economical factor affect on the development of the IT strategies. The economical condition also vary with the results which is basically depend upon the company product and services.

Due to weak economical factor, it become risky to the business in terms of economical growth, inflation rate and interest rate as these all are very important during the decision making process.

The economical factor are basically interlink with the political factor also. Interest rate also play an important role in the economical factor as it help in the growth and development of the company.

 

Answer and explanation:

Economic factors are those who influence the fluctuations of the economy. Among those factors we can identify interest rates, tax rates, law, policies, wages, and governmental activities. At the corporate level, in the Information Technology industry as in any other, those factors determine what decision entrepreneurs will take to conduct their businesses. Indirectly what investment managers will decide to choose, what the salary of the employees will be, what the size of production could be, and to what market the product could be offered.

If the code in a method can potentially throw a checked exception, then that method must:

a.)handle the exception

b.)have a throws clause listed in the method header

c.)neither handle the exception nor have a throws clause listed in the method header

d.)either handle the exception or have a throws clause listed in the method header

Answers

Answer:

d.)either handle the exception or have a throws clause listed in the method header

Explanation:

A checked exception that can be thrown in a method , necessarily needs to be handled in the method in one of the two ways:

Handle the exception in codeHave a throws clause in method header

For example, let us see both:

a)

public void mymethod(){

// Exception handling using try/catch block

  try{

  }

  catch ( IOException e){

  }

}

b)

public void mymethod() throws IOException{

   // Exception in the throws clause

}

Social engineering is deceiving or using people to get around security controls.

True

False

Answers

Answer: True

Explanation:

Social engineering, in regards to information security, it is referred to as the cognitive manipulation of an individual into divulging confidential data and information. This also tends to differs from social engineering within discipline and domain of social sciences, which usually does not concern with the divulging of confidential data and information.

Answer: FALSE

Explanation:

. What is meant by the term three tier architecture.?

Answers

Answer:

  The three tier architecture is based on the client and server architecture. It is basically maintain the independent module on the individual platform.

In the three tier architecture, it include various functional process, data computer storage and the user interface are basically developed in this architecture.

The three tier architecture are:

Presentation layerApplication layerData layer

Which of the following is NOT a MySQL table storage engine?
(a) Blackhole
(b) SuperNova
(c) MyISAM
(d) MRG_MyISAM
(e) InnoDB

Answers

Answer:

(b)Supernova.

Explanation:

MYSQL storage engines are software modules that are used by the database management systems to read,update,create from a database.

There are basically two types of storage engines Transactional and Non-Transactional.

Among the names engines provided all of them are MYSQL storage engines except supenova.

The technology which is not a MySQL table storage engine is: B. SuperNova

What is MySQL?

MySQL can be defined as open-source relational database management system (RDBMS) that was designed and developed by Oracle Corporation in 1995. Also, MySQL was developed based on structured query language (SQL).

In Computer technology, there are various storage engine that are designed and developed for use in MySQL table and these include the following:

BlackholeMyISAMMRG_MyISAMInnoDB

However, SuperNova is not a MySQL table storage engine.

Read more on MySQL here: https://brainly.com/question/24443096

What is the purpose of the "def" keyword in Python?

a) It is slang that means "the following code is really cool"

b) It indicates the start of a function

c) It indicates that the following indented section of code is to be stored for later

d) b and c are both true

e) None of the above

Answers

Answer:

d) b and c are both true.

Explanation:

The purpose of def keyword in python is to indicate start the function and it also indicates that the piece of code following the def keyword is to stored so that it can later be used in the program.

For ex:

def check(n):

   if n==10:

       return True

   return False

   

n=int(input("Enter an integer\n"))

if check(n):

   print("n is 10")

else:

   print("n is not 10")

In the above written code the function check is defined by using the keyword def.It also tells the interpreter to store the code because we will need it in future.

The correct option is (d) b and c are both true.

When The main purpose of the def keyword in python is to indicate the start of the function and also it indicates that the piece of code following the def keyword is to be stored so that it can later be used in the program.

Python

For ex:

After that def check(n):

Then if n==10:

Now the return True

return False

After that n=int(input("Enter an integer\n"))

Then if check(n):

Now, print("n is 10")

else:

print("n is not 10")

In the above-written code that is the function of the check is defined by using the keyword def. It also tells the interpreter to store the code because we will need it in the future.

Find out more information about Python here:

https://brainly.com/question/14492046

What is the purpose of a filename extension? How can you restore a file that you deleted from the hard disk?

Answers

Answer:

The main purpose of the file name extension is that in the operating system it basically helpful for knowing the actual name of the file which we want to open in the system. The file name extension is also known as file suffix and file extension.

The file name extension are the character and gathering of the given characters after some time period that making the whole name of the record in the file system.

It basically enables a working framework, such as Windows and mac operating system (OS), figure out which programming on our PC the document is related with the particular file.

We can easily restore our file from hard disk system by two main ways as follows:

We can easily recover our file from the computer backup. Checked your deleted file in the recycle bin and then restore it.

What year was MCTC founded ? right answer 1996

Answers

Answer:

Minneapolis Community and Technical College was formed in February 1996

Explanation:

MCTC

Minneapolis Community and Technical College was formed in February 1996

this was Minneapolis Community and Technical College following by  july 1955 latter it was merger and become MCTC in 1966

and  

Chancellor of MCTC is Devinder Malhotra

and President is Sharon Pierce

it is situated at Minneapolis, Minnesota in  United States of America

Minneapolis Community and Technical College (MCTC) was founded in 1996. It was established to provide educational services to the community.

Founding Year of MCTC

MCTC, short for Minneapolis Community and Technical College, was founded in 1996. This college was established to serve the educational needs of the community, offering a wide range of associate degrees and certification programs. Since its inception, MCTC has grown significantly and continues to play a crucial role in higher education.

Which component in a desktop PC converts electricity from AC to DC?
-SSD
-CPU
-PCIe Slot
-Power Supply

Answers

Answer:

Power Supply

Explanation:

A power supply unit in a Desktop PC converts AC power from the mains to low-voltage DC power needed by the computer. The power supply, commonly referred to as the PSU, is the metal box usually found in the corner of the case connected to the power through a cord. The PSU uses the switcher technology to convert AC input to DC. The typical voltages used are 3.3, 5, and 12 volts.

Answer: power supply

Other Questions
An architect was building ahotel downtown. Hebought 399 lamps to put inthe rooms. If each roomgets 7 lamps, how manyrooms does the hotelhave? Which is determined by subtracting costs from revenue?Question 1 options:wagesprofitsdebtoverheadQuestion 2 (1 point) Which of the following best states the purpose of using a production possibilities frontier graph?Question 2 options:pursuing the profit motivesetting up efficient productionbalancing economic goalsmaximizing revenueQuestion 3 (1 point) Which of the following best explains what the profit motive pushes producers to do?Question 3 options:minimize costs and maximize revenuebalance monetary and non-monetary benefitsachieve the maximum revenueproduce as much as possibleQuestion 4 (1 point) Which of the following best states the main difference between a monopoly and an oligopoly?Question 4 options:Oligopolies involve more than one company while monopolies involve only one.Both monopolies and oligopolies involve a very low level of competition.Monopolies have a slightly lower level of market concentration than oligopolies.Neither a monopoly nor an oligopoly presents significant barriers to entering the industry.Question 5 (1 point) Which type of market structure is most closely associated with the automobile industry?Question 5 options:pure competitionoligopolymonopolistic competitionmonopolyQuestion 6 (1 point) Which characteristic or motivation is NOT strongly associated with entrepreneurs?Question 6 options:working for oneselfhigh risk aversioninnovationprofitQuestion 7 (1 point) Advertising is the main source of revenue for which of the following industries?Question 7 options:e-commerceairlinesretail salesmediaQuestion 8 (1 point) Media companies make all of their revenue using which of the following methods?Question 8 options:selling ads and subscriptionsrecycling old programmingmaking capital investmentsbuying low and selling highQuestion 9 (1 point) Which of the following statements best explains the purpose of advertising?Question 9 options:Advertising is about predicting what consumers will want and how much they will pay.Advertising is about determining how much revenues will exceed costs.Advertising is about buying the attention of an audience of potential consumers.Advertising is about making sure that consumers get accurate product information.Question 10 (1 point) Which of the following best states one effect of advertising?Question 10 options:Market research becomes more accurate.Stockholders have a high level of utility.Media revenues exceed costs.Consumer behavior is influenced. What has made the U.S. so attractive to people from other nations over the years?(Short Answer) For each account, identify whether the changes would be recorded as a debit (DR) or credit (CR). a. Increase to Accounts Receivable b. Decrease to Unearned Revenue c. Decrease to Cash d. Increase to Interest Expense e. Increase to Salaries Payable f. Decrease to Prepaid Rent g. Increase to Proudfoot, Capital h. Increase to Notes Receivable i. Decrease to Accounts Payable j. Increase to Interest Revenue Based on the map, find the absolute location of the city of Stillwater in Oklahoma. Use the nearest lines of latitude and longitude as your answer. Menthol (molar mass = 156.3 g/mol), the strong-smelling substance in many cough drops, is a compound of carbon, hydrogen and oxygen. When 0.1595g of menthol was burned in a combustion apparatus, 0.449g of CO2 and 0.184g of H2O formed. What is menthols molecular formula? A 77.0 kg ice hockey goalie, originally at rest, catches a 0.150 kg hockey puck slapped at him at a velocity of 22.0 m/s. Suppose the goalie and the ice puck have an elastic collision and the puck is reflected back in the direction from which it came. What would their final velocities (in m/s) be in this case? (Assume the original direction of the ice puck toward the goalie is in the positive direction. Indicate the direction with the sign of your answer.) A construction crew built 7 1/2 miles of road in 3 1/8 days.What is the unit rate in miles per day?Write your answer as a fraction or a mixed number in simplest form.please answer asap Part A A conducting sphere is charged up such that the potential on its surface is 100 V (relative to infinity). If the sphere's radius were twice as large, but the charge on the sphere were the same, what would be the potential on the surface relative to infinity? If a is an integer, prove that (14a + 3, 21a + 4) = 1. The shaft of a vacuum cleaner motor rotates with an angular acceleration of four times the shafts angular velocity raised to the power. The vacuum beater bar is attached to the motor shaft with pulley through a drive belt. The radii of the motor pulley and the beater bar are 0.25 in and 1.0 in respectively. Determine the angular velocity of the beater bar when t = 4 s, given that omega_0 is 1 rad/s when theta = 0. After Gatsby's death, Nick answered a long distance call about? Which of the following is an advantage to co-evolving with a pollinator, rather than using wind pollination? a. Pollinators require more energy to attract b. Pollinators reduce the chance of hybridization c. Pollinators are susceptible to climate change and deforestation d. Pollinators rely on the flowers for food and have to pollinate to survive A student was studying the political party preferences of a university's student population. The survey instrument asked students to identify their political preferencesfor example, Democrat, Republican, Libertarian, or another party. The best way to illustrate the relative frequency distribution is aA) Box plot B) Frequency polygon C) Histogram D) Bar chart Use the formula d = rt. Find t for r = 33.2 m/h and d = 375.16 m. A. 0.09 h B. 341.96 h C. 11.3 h D. 12,455 h Marvins grandfather doted on him because he was his only grandson he loved spending time with MarvinWhat does doted mean in this context? A: to be relatedB:to be show appreciation C: to show a lot of attention D: to be respectful In 1882, the Chinese Exclusion Act One painting shows 520 different types of ladybugs.Another painting shows 750 different types. How manytimes as great is the value of the digit 5 in 520 than thevalue of the digit 5 in 750? How do you know? George said that 6x10 third power is 180 do you agree or disagree explain the mistake that he made and find the correct answer Juan is interested in finding out whether hummingbirds attracted to sunflowers more than others. In what order should one perform the steps of his experiment