Write Fibonacci sequences in Assembly language!

Please help me!!!​

Answers

Answer 1

Every number in the Fibonacci sequence is equal to the sum of the two numbers before it.

What is Fibonacci sequence?

According to a lot of sources, Leonardo Fibonacci is credited with discovering or "inventing" this sequence. The Italian mathematician Leonardo of Pisa, who was born around A.D. 1170, was first recognized by this name.

Fibonacci, which loosely translates to "son of the Bonacci clan," was given to the mathematician in the 19th century by historians to set him apart from another well-known figure, Leonardo of Pisa.

Others contend that he did not. The author of Finding Fibonacci: The Search to Rediscover the Forgotten, Keith Devlin.

Therefore, Every number in the Fibonacci sequence is equal to the sum of the two numbers before it.

To learn more about Fibonacci sequence, refer to the link:

https://brainly.com/question/29771173

#SPJ1


Related Questions

which of the following is not an advantage that data marts have over data warehouses? a. they are less expensive. b. access to data is often faster because of their smaller size. c. they are larger and often more complex. d. response time for users is improved.

Answers

The statement that is not an advantage that data marts have over data warehouse is they are larger and often more complex.

Data marts are smaller, more focused data stores that are designed to provide fast, efficient querying and analysis for a specific business line or team. They can be faster and more efficient to use than a larger data warehouse because they contain only a subset of data and are typically designed for a specific purpose. Data marts can be easier to set up and maintain than data warehouses, which can be more complex and expensive. They can also improve response time for users because they are optimized for a specific set of queries and are generally smaller in size, which can make them faster to access.

Learn more about data marts, here https://brainly.com/question/13989635

What are the positive and negative effects of using smartphones?

Answers

answer:

positive effects:

- it's useful for learning online

-you can use internet if you don't understand anything.

-can help you to stay in contact with with your friend and family

Negative effects:

-it can damage your eyes by watching too much smartphone

-distract your learning

Linux is a type of software which we call ______.​

Answers

Answer: open source

Explanation:

Linux can be downloaded from the web, and it takes many different forms, so it is open source.

What are the two types of process automation?

Answers

The two types of process automation are

1. Robotic Process Automation (RPA)

2. Business Process Automation (BPA)

What are the disadvantages of automation?

1. High Initial Costs: Automation requires a significant financial investment, which may be difficult for some businesses to afford.

2. Job Losses: Automation can reduce the number of jobs available in an industry, as machines replace human labor.

3. Complexity: Automation can be difficult and time consuming to set up and maintain.

4. High Maintenance Costs: Automation requires frequent maintenance and repairs, which can be costly.

5. Human Errors: Automation can be prone to errors due to incorrect programming or faulty hardware.

6. Limited Flexibility: Automation is limited in its ability to adapt to changing conditions.

7. Security Risks: Automation may pose security risks if not properly managed.

To learn more about automation refer to:

https://brainly.in/question/53276335

#SPJ4

write a program that first reads in the name of an input file and then reads the file using the csv.reader() method. the file contains a list of words separated by commas. your program should output the words and their frequencies (the number of times each word appears in the file) without any duplicates. ex: if the input is: input1.csv and the contents of input1.csv are: hello,cat,man,hey,dog,boy,hello,man,cat,woman,dog,cat,hey,boy

Answers

High-level, all-purpose programming languages like Python are available. With the usage of extensive indentation, its design philosophy places an emphasis on code readability.

What is meant by Python?High-level, all-purpose programming languages like Python are available. With the usage of extensive indentation, its design philosophy places an emphasis on code readability. Garbage collection and dynamic typing are features of Python.It supports a number of programming paradigms, such as functional, object-oriented, and structured programming. Python is a computer programming language that is frequently used to create software and websites, automate processes, and perform data analysis. Because Python is a general-purpose language, it may be used to develop a wide range of programs and isn't tailored for any particular issues. Python is a great language for experienced programmers as well. Perhaps due to how simple it is to learn for novices, it is one of the most widely used programming languages in the world.

The program in Python, where comments are used to explain each line is as follows:

#This imports csv module

import csv  

#This initializes a dictionary

kounter = {}

#This gets input for the file name

fname = input("Filename: ")

#This opens and iterates through the file

with open(fname, 'r') as cfile:

  #This reads the csv file

  cfile = csv.reader(cfile)

  #This iterates through each line

  for line in cfile:

      #This iterates through each word on each line

      for words in line:

          #This counts the occurrence of each word

          if words not in kounter.keys():

              kounter[words] = 1

          else:

             kounter[words] + 1

#This prints the occurrence of each word

print(kounter)

To learn more about Python refer to:

https://brainly.com/question/26497128

#SPJ4

which problem is likely to occur when this line of code is being used?

num1 = input("Enter the first number:" )

Answers

There are a few potential problems that could occur when using the code provided. For example, if the user does not enter a valid number, the code will throw an error.

For example, if the user enters a string of characters instead of a number, the code will not be able to convert the input to a numerical value and will raise a 'ValueError.'

What is a Code in Programming?

In computer programming, computer code is a set of instructions or a set of rules expressed in a specific programming language (i.e., the source code).

It is also the name given to the source code after it has been compiled and is ready to execute on a computer (i.e., the object code).

Learn more about Programming:
https://brainly.com/question/14461424
#SPJ1

Co-created content on social media refers to content that

Answers

Co-created material on social media refers to posts that were made in collaboration with another profile.

Social media are interactive media platforms that facilitate the creation and distribution of content through online networks and communities, such as knowledge, ideas, interests, and other forms of expression. Despite the difficulty in defining social media due to the variety of separate and combined social media services currently available, there are certain common traits: Social media are Web 2.0 interactive apps that are Internet-based. User-generated material, which might take the form of textual postings or comments, digital photos or videos, or statistics from all online interactions, is what keeps social media platforms alive. The social media company creates and maintains service-specific profiles for the website or app that users develop. Social media helps the development of online social networks by tying a user's profile to those of other individuals or groups.

Learn more about Social media here

https://brainly.com/question/23976852

#SPJ4

What is a programmable electronic device that accepts data input performs processing operations on that data and outputs and stores the results?

Answers

A computer is a device that can be configured to take in data (input), turn it into information that is useful (output), and then store the information away (in a secondary storage device) for safekeeping or future use.

What is computer ?"Radio, movies, and television mixed," a six-year-old said of a computer. The phrase "a television set you can talk to" was used by a ten-year-old to describe a computer. The ten-year-definition old's is more accurate, but he or she still does not see the computer as a tool with the ability to alter things.Although hardware does the processing, software controls how input is converted to output.A computer system needs input, processing, output, and storage in order to operate. These are the four main data handling components. Following is a description of how the hardware in charge of these four regions works:Data is accepted via input devices in a format that a computer can understand, and after being sent there, it is processed.The electronic circuitry that transforms input data into the information humans seek is found in the processor, also referred to more technically as the central processing unit (CPU). Computer instructions contained in the program are carried out by the central processing unit.The processed data-information is presented to users in a usable way through output devices.Typically, storage refers to backup storage. Diskettes and other items that can store data and applications outside of the computer are examples of secondary storage. The computer's memory, which will be seen to be only briefly able to store data and programs, is supplemented by these devices.

To Learn more About computer refer to:

https://brainly.com/question/21474169

#SPJ4

which of the following statements best summarizes the author’s predictions for how humans will meet the future nutritional needs of a growing population using current agricultural technology?

Answers

The best summarizes the author’s predictions for how humans will meet the future nutritional needs of a growing population using current agricultural technology is humans have maximized the crop yield with improving technology and the implementation of modern genetic techniques to further increase crop productivity and resilience in order to meet the demand.

What is agricultural technology?

Аgriculturаl technology or аgrotechnology is the use of technology in аgriculture, horticulture, аnd аquаculture with the аim of improving yield, efficiency, аnd profitаbility. Аgriculturаl technology cаn be products, services or аpplicаtions derived from аgriculture thаt improve vаrious input/output processes.

To аddress these forces poised to further roil the industry, аgriculture must embrаce а digitаl trаnsformаtion enаbled by connectivity.  These new technologies cаn upgrаde decision mаking, аllowing better risk аnd vаriаbility mаnаgement to optimize yields аnd improve economics.

Your question is incomplete, but most probably your full question was

Which of the following statements best summarizes the author's predictions for how humans will meet the future nutritional needs of a growing population using current agricultural technology?

A) The effects of global climate change will decrease as farmers employ advanced technological methods to agriculture.

B) Less-developed countries must change from a meat-based protein diet to a more grain-based diet. This will allow the global population to continue to meet the agricultural demands of a growing population.

C) Humans have maximized the crop yield with improving technology and the implementation of modern genetic techniques to further increase crop productivity and resilience in order to meet the demand.

D) The only way to meet the agricultural demand of a growing world population is to convert more grassland and forests into working agricultural land. Genetically modified foods are no longer nutritious, and the nutrients in the forest and grassland soil will increase yield and nutrition.

Thus, the correct answer is C.

For more information about agricultural technology refer to the link:

https://brainly.com/question/20450639

#SPJ4

HELP ME!
How do you change the file type of an downloaded image?

Answers

Answer:

To change the file type of an image, you can use an image editing software or a file conversion tool. Here's a step-by-step guide:

Open the image file using an image editing software such as Adobe Photoshop, GIMP, or Paint.

Go to the "File" menu and select "Save As."

In the "Save As" dialog box, select the desired file format from the "Save as type" drop-down menu.

Choose a name and location for the file, and then click "Save."

Alternatively, you can use a file conversion tool to change the file type. These tools allow you to convert the image file to a different format without requiring any special software. Some popular file conversion tools include Online-Convert, Zamzar, and FileZigZag. To use a file conversion tool, follow these steps:

Go to the website of the file conversion tool you want to use.

Select the option to convert an image file.

Choose the image file you want to convert by clicking the "Choose Files" button or dragging and dropping the file into the designated area.

Select the desired file format from the drop-down menu.

Click the "Convert" button to start the conversion process.

Once the conversion is complete, the tool will typically allow you to download the converted file. Save the file to your computer and open it to verify that the conversion was successful.

Explanation:

Answer:

Here is an example of how you might do this using Photoshop:

Open the image in Photoshop.Go to the "File" menu and select "Save As."In the "Save As" window, choose the desired file format from the "Format" dropdown menu.Enter a name for the new file in the "File Name" field.Choose a location to save the file in the "Save In" field.Click the "Save" button to save the image in the new file format.

if you were to shoot a video that contained a promo message and then shared it with your friends, what is this called? viral video answer print master tape wireframe animation

Answers

If you shot a video that contained a promo message and shared it with your friends, it could be called a viral video.

A viral video is a video that becomes popular through the process of Internet sharing, typically through video sharing websites, social media and email. Viral videos often have a short shelf life, as they are quickly replaced by newer, more popular videos. However, some viral videos can be highly successful in terms of views and influence, and can generate significant attention and publicity for the people or organizations featured in the video. Viral videos can be created intentionally or unintentionally. Some companies and organizations create viral videos as part of a marketing campaign, with the goal of getting as many people as possible to view and share the video.

Learn more about viral video, here https://brainly.com/question/2452527

#SPJ4

What are the two types of malicious code?

Answers

There are many different types of malicious code, but two common categories are viruses and worms. A virus is a type of malware that is designed to replicate itself and spread to other computers by attaching itself to a host program or file. A worm, on the other hand, is a standalone program that can replicate itself and spread to other computers without needing to attach itself to a host program or file. Other common types of malicious code include Trojans, ransomware, and spyware.

Which step in the program development cycle involves designing a set of steps to solve a problem?

Answers

An algorithm is step in the program development cycle involves designing a set of steps to solve a problem.

The Program Development Life Cycle (PDLC) is a methodical approach to creating high-quality software. It provides a systematic approach for breaking down the process of programme development into manageable pieces, each of which must be accomplished successfully before proceeding to the next phase.

The programme development process is broken into the following steps:

Problem Definition - The first step is to define the problem. This is a role for a system analyst in large software projects, who gives the results of their work to programmers in the form of a programme specification. The programme specification outlines the data utilised in the programme, the processing that should occur while solving the problem, the output format, and the user interface.

Learn more about Program here:

https://brainly.com/question/14618533

#SPJ4

Problem with your Seller Account
You’re currently unable to add or edit listings because either the credit card on file is invalid or the credit card is in the process of validating, which typically takes an hour (but could take up to 24 hours). Please ensure that you have a valid credit card uploaded in Account Settings.
Return to your Seller Account. How to deal with this problem?

Answers

Check the credit/debit card associated with both 'charge method' and 'Advertising charge method' on the merchant's main settings page. Make sure neither has expired and both have sufficient funds for Amazon's test withdrawal.

What does charge method mean?

Charge Method means the method of payment for Fees agreed between Customer and Provider and specified in the relevant Order Form.

What is the direct charge method?

A direct billing scheme is one in which a particular in-group service is charged directly on a uniquely identified basis.

Why can't Amazon charge my credit card?

Check whether: 1) you have entered your credit card number, credit card expiration date, billing address, and phone number correctly in your account. 2) the purchase outside your normal spending range.

Some banks block transactions due to security concerns. Read by touch.

To learn more about Seller account visit:

https://brainly.com/question/26352742

#SPJ4

Which of the following has the least volatile data?
- CPU storage
- RAM
- Hard drive
- Kernel tables

Answers

The option that has the least volatile data is option C: Hard drive.

What are hard drives, and what do they do?

A hard disk drive (HDD), often known as a hard disk, hard drive, or fixed disk, is an electro-mechanical data storage device that stores and retrieves digital information utilizing magnetic storage on one or more rigid, quickly rotating platters coated with magnetic material.

Therefore, one can say that the  least volatile data of those listed is that found on a hard drive. All other sources are some form of memory, which disappears when a system is switched off.

Learn more about Hard drive from

https://brainly.com/question/1558359
#SPJ1

which brand has the most followers on pinterest based on the internet marketing inc. infographic?

Answers

Brand has the most followers on Pinterest based on the internet marketing infographic is Joy Cho.

What is infographic?

An infographic, often known as a "information graphic," is a graphic depiction of information intended to make the material quickly and easily understandable. A visual depiction of information is an infographic. Examples of infographics include a range of components, such as pictures, icons, text, charts, and diagrams, to quickly convey information. An infographic is, by definition, a visual depiction of any information or data. An infographic can assist you in presenting information in the form of an appealing visual graphic, whether it's a study on market trends or a step-by-step laundry instruction manual.

Learn more about infographic: https://brainly.com/question/24899465

#SPJ4

A point-to-point VPN is also known as a ______________.

Answers

A direct route Site-to-site VPN is another name for VPN. A VPN provides an encrypted server to conceal your IP address from organizations, governments, and would-be hackers.

When using public networks, it is possible to establish a secure network connection; this is referred to as a "Virtual Private Network," or VPN. Your internet traffic is encrypted by VPNs, which also mask your online identity. This makes it more difficult for third parties to watch your online activity and steal your data. To use a VPN provider's encrypted server network, you normally must pay a monthly fee. However, some VPN services do offer free connections. In this post, you will discover more about free VPN services, including how they work and the justifications for using them with caution. VPNs are crucial because unscrupulous cybercriminals can readily spy on internet connections. Regardless of whether you are utilizing wireless or connected connections, anyone with network access may be able to see your data. Proton VPN is the finest free VPN provider with the quickest connection speeds. It is an open-source virtual private network that is accessible for limitless use on Windows, Mac, Android, and other platforms.

Learn more about VPN here

https://brainly.com/question/28110742

#SPJ4

which of the following is a true statement about program commenting?question 20 options:program commenting is useful during initial program development and also when modifications are made to existing programs.program commenting is only needed for programs in development; it is not needed after a program is completed.program commenting should not be changed after it is first written.program commenting is useful when programmers collaborate but not when a programmer works individually on a project.question 21 (5 points)

Answers

All of the following statements are true about program commenting:

- When creating new programs or making changes to already-existing ones, program commenting is helpful.

- Not only is program commenting necessary for developing new programs, but it is also helpful for maintaining and updating already-existing programs.

- After it has been written, program comments shouldn't be modified. As comments offer significant context and information about the code, it is crucial to preserve their integrity.

- Both when programmers collaborate on a project and when a programmer works alone, program commenting is helpful. Other programmers will find it simpler to comprehend and use the code if there are comments that aid to clarify the code's functioning and intended use.

Learn more about program commenting here:

https://brainly.com/question/26346748

#SPJ4

why would you use the check accessibility feature.

Answers

The reason I use the check accessibility feature is because it checks my file against a set of guidelines that pinpoint potential problems for those with disabilities.

What is the main purpose of the accessibility checker?

Accessibility features are made to make it easier for persons with disabilities to utilize technology. A speech-recognition feature, for instance, enables users with limited movement to control the computer with their voice. A text-to-speech tool, on the other hand, may read text aloud for persons with limited vision.

Therefore, one can say that your file is checked by the accessibility checker against a list of guidelines that pinpoint any potential problems for those with disabilities. The Accessibility Checker categorizes every issue as either an error, warning, or tip depending on how serious it is.

Learn more about accessibility feature from

https://brainly.com/question/14350549
#SPJ1

a system breach occurs at a retail distribution center. data from a persistent disk is required as evidence. no write blocker technology is available. which approach does a security analyst use to acquire the disk

Answers

A retail distribution center suffers a system breach. As evidence, data from a persistent disk is required.Which method does a security analyst employ to obtain the disk is CPU cache.

What is CPU cache?A CPU cache is a hardware cache used by the central processing unit of a computer to reduce the average cost to access data from the main memory. A cache is a smaller, faster memory, located closer to a processor core, which stores copies of the data from frequently used main memory locations.

To learn more about processor core refer to:

https://brainly.com/question/614196

#SPJ4

What 3 things make a reliable source?

Answers

Answer: (read explanation)

Explanation:

There are several characteristics that can make a source reliable. These characteristics include:

Authority: A reliable source is typically written or produced by someone who is an expert in the field or topic that the source covers. This expert may be a researcher, scholar, or other qualified individual who has knowledge and experience in the subject matter.

Accuracy: A reliable source provides accurate information that is supported by evidence and can be verified through other sources. The information in a reliable source is factual, well-researched, and free from errors or bias.

Objectivity: A reliable source presents information in an unbiased manner, without trying to persuade the reader to adopt a particular point of view. The information in a reliable source is presented objectively, allowing the reader to form their own opinion based on the evidence provided.

Overall, a reliable source is one that is written or produced by an expert, provides accurate information, and presents this information in an objective manner.

when the program is run, it never ends and acts like it is stuck in an infinite loop. help this colleague figure out what is wrong with the program. a. explain what is happening in the program b. come up with a mechanism which shows that this program is indeed in an infinite loop. c. come up with a solution which fixes this problem (we want to keep printnewline as a subprogram in printint for this example).

Answers

When the program is run, it never ends and acts like it is stuck in an infinite loopcome up with a solution which fixes this problem

What can you press if your program is stuck in an infinite loop?A loop that never ends or that only terminates with outside help or the discovery of a break statement is known as an endless loop. CTRL + C can be used to break an endless loop.A piece of code that has no functional exit and keeps repeating forever is known as an infinite loop (also known as an endless loop).If a condition is always true, it leads to an infinite loop. This is typically a mistake. As an illustration, you may create a loop that decreases until it hits 0.

To learn more about infinite loop refer to:

https://brainly.com/question/13142062

#SPJ4

windows cannot be installed to this disk. selected disk is gpt partition style.how to solve this problem?

Answers

This error message usually indicates that you are trying to install Windows on a disk that is formatted with the GPT (GUID Partition Table) partition style, but the system you are installing it on does not support booting from a GPT disk. In order to solve this problem, you will need to convert the disk to the MBR (Master Boot Record) partition style, which is supported by most systems.

To do this, you will need to use a disk management tool such as Disk Management on Windows or GPT fdisk (gdisk) on Linux. These tools allow you to delete the existing partitions on the disk and create new ones using the MBR partition style. Once you have converted the disk to MBR, you should be able to install Windows on it without any issues.

It is worth noting that converting a disk from GPT to MBR can result in data loss, so make sure to back up any important data before proceeding. Additionally, some newer systems may not support booting from an MBR disk, so you may need to check with the manufacturer to see if there are any special instructions for installing Windows on these systems.

How do I get to easy settings in Windows 10?

Answers

ANSWER - Select the Start button, then select Settings > Ease of Access.

Which of the following are supported by dynamic ddl statements?

a. The use of concatenation
b. the use of positional notation
c. the use of static strings
d. the use of bind variables

Answers

Dynamic ddl statements are used to support each of them. the usage of static strings, positional notation, concatenation, bind variables, and static notation.

Which of the following integrated packages allows for dynamic SQL?

PL/SQL programs can access dynamic SQL and dynamic PL/SQL thanks to the DBMS SQL package. The SQL statements you run with this package are not already prewritten into your programs, making them "dynamic."

What DML events allow you to record insert, update, and delete events?

AS OPPOSED TO triggers. triggers for database events and system events. DML triggers let you to record data changes brought on by INSERT, UPDATE, and DELETE statements.

To know more about ddl statements visit :-

https://brainly.com/question/15561457

#SPJ4

List two companies that provide preventive measures for e-commerce sites. What are included in their offerings? What are the costs? When you purchase from online businesses, how do you know that a Web site is secure?

Answers

The two companies that provide preventive measures for e-commerce sites are Akamai and Amazon.

What is companies?

Companies are legal entities that are legally registered in accordance with the Company Act. The companies are the main motive of the earning the profit. The companies are the making the profit to run the business.

Two Companies that provide preventive measures for e-commerce sites:

Akamai delivers a content delivery network that is by far the greatest cloud dispersed cloud computing environment accessible. Content distribution network, DDOS mitigation, and so forth.

Amazon Web Services: Amazon provides cloud infrastructure services under the term Amazon Web Services (AWS). It is now easier for e-commerce sites to do business and grow it to the desired level thanks to AWS.

Learn more about on companies, here:

https://brainly.com/question/29354835

#SPJ4

in terms of 'computer system architecture buses', which of the following is not relevant? select one: a. peripheral b. memory c. cpu d. input/output

Answers

Input/output is relevant to computer system architecture buses. A bus is a communication system that transfers data between components within a computer, such as the CPU, memory, and peripherals.

Peripherals are devices that are connected to the computer, such as a printer, scanner, or keyboard, and communicate with the computer through the bus. Memory stores data for the CPU to access and is connected to the bus. The CPU, or central processing unit, is the brain of the computer and is responsible for executing instructions. It is connected to the bus so that it can access data and instructions stored in memory and send and receive data to and from peripherals. Therefore, the answer is "d. input/output" is not relevant to computer system architecture buses.

Learn more about computer system architecture buses, here https://brainly.com/question/28503569

#SPJ4

The VLOOKUP function looks up values in a table with which feature?

column labels in the top row
column labels in the bottom row
row labels in the leftmost column
row labels in the rightmost column

Answers

The VLOOKUP function looks up values in a table with the feature that allows row labels in the leftmost column. Thus, the correct option for this question is C.

What is the VLOOKUP function?

The VLOOKUP function may be characterized as a built-in Excel function that helps you look for a specified value by searching for it vertically across the sheet. This function in Excel may sound complicated, but you will find out that it is a very easy and useful tool once you try it.

The VLOOKUP function lets you search the leftmost column for a value and return another value on the same row in a column you specify. The range of cells in which the VLOOKUP will search for the lookup_value and the return value.

Therefore, row labels in the leftmost column are the feature through which the VLOOKUP function looks up values in a table. Thus, the correct option for this question is C.

To learn more about VLOOKUP function, refer to the link:

https://brainly.com/question/29646445

#SPJ1

Answer:

A -column labels in the top row.

Explanation:

Is the correct answer.

Exp19_Access_Ch03_ML1 - Small Business Loans 1.0 Project Description: You are the manager of a regional business loan department for the US Small Business Administration office you have decided to evaluate whether Access could be used in place of the Excel worksheet you are currently using You will create table, add some sample customers, and import some recent data from an Excel spreadsheet. You will calculate the payments for the loans that are currently on the books by creating a query using the Pmt function. You will also summarize each loan by the type of loan (M-Mortgage. CCar, and OOther) Steps to Perform: Points Instructions Possible 1 Start Access Open the downloaded Access file named 0 Exp 19 Access Cho3 ML 1 Small Business Loans acob Grader has automatically added your last name to the beginning of the filename. Note this file is an empty database 2 In Design view, create a new table. Add the first field named Customer with AutoNumber 10 Data Type. Add Company as the second field name, and FirstName as the third field name Accept the default data types Save the Table with name as Customer Click Yes, when prompted for defining Primary key 3 Add the following fields to the Customers table in this order), accepting the default data type 10 of Short Text Step LastName City State Zip 10 5 10 6 10 IN 10 eg 5 Verify that Customer is the primary field Save the table and switch to Datasheet view. Add the following records to the table Company FirstName LastName City State Zip Jones and Co Robert Paterson Greensboro NC 27401 Elements, Inc. Merve Kana Paterson NJ 07505 Godshall Meats, LLC Francisco De La Cruz Beverly Hills CA 90210 Import the spreadsheet using the downloaded Excel file a03_h2_Loans.xlsx into a new table Choose LoanID as the primary key and accept all other defaults in the Import Wizard Open the Loans table in Design View Change the InterestRate field format to Percent. Change the field size for the Customer field to Long Integer Save and close the table Click Yes when prompted that some data may be lost Create a relationship between the Customerio fields in the Customers and Loans tables Enforce referential integrity Save and close the Relationships window Create a query using the two tables that will calculate the payment amount for each loan Add the following fields Company, Loani. Amount, InterestRate, Term, and LoanClass, in that order Sort the query by Loani in ascending order Save the query as Loan Payments Use the Expression Builder to add a calculated field named Payment in the first blank column to calculate the loan payment for each loan using the Pmt function. Insert the appropriate field names in place of the placeholder arguments. Assume the loans have monthly payments (12 payments per year. Ensure the payment displays as a positive number Run the query Switch to Design view and change the format for the Payment calculated field to Currency Run the query again to verify your change In Datasheet view, add a Totals row. Use it to calculate the sum of the Amount column the average InterestRate, and the average Term. Save and close the query Create a copy of Loan Payments. Save the new query as Loan Payments Summary Open the Loan Payments Summary query in Design view and rearrange the columns as follows LoanClass, Loani Amount. and InterestRate. Delete columns Company, Term and Payment 9 5 10 5 11 5 5 12 Created On: 07/12/2019 1Exp19 Acess_CHO_ML1 - Small Business Loan Grador - Instructions Access 2019 Project 13 5 14 Group the Loan Payments Summary query by the LoanClass field. Display the number of loans in the LoanID column, the sum in the Amount column, and the average in the InterestRate column Run the query Switch to Design view and display the Property Sheet. For the Loani field, change the caption to Loans. For the Amount field, change the caption to Total Amount and change the format to Currency For the InterestRate field, change the caption to Avg Interest Rate and change the format to Percent. Run the query Save and close the query Close all database objects. Close the database and then exit Access. Submit the database as directed 5 15 Total Points 100

Answers

To save the object or switch views, right-click the tab. The object can be closed by clicking the X on the tab. Right-click on a tab and choose Close All to close every object.

What query Save and close the query Close all database?

The “Save” button in the Quick Access toolbar must be clicked in order to save your query in Access. Enter a name for your query in the dialog box that displays after that. Next, select “OK” from the menu. After that, you can exit the query without losing your query design efforts.

Therefore, The DB->close() method shuts any open cursors, releases any reserved resources, flushes any cached database data to disk, and closes any underlying files.

Learn more about database here:

https://brainly.com/question/24180759

#SPJ4

which of the following will be a 'fact' measure in a data cube used at a chain retail business? 1) Product category 2) ​Month name 3) ​City name 4) Sales revenue

Answers

Answer:

Option (4)

Explanation:

All dimensions connect in order to create a certain fact – the finest part of the cube. A fact has a corresponding measure in the data cube. Typically, the fact measure in a data cube for a chain retail business is the revenue.

Other Questions
rank the following u.s. federal government outlays from largest to smallest: u.s. government outlays (6 items) (drag and drop into the appropriate area) social security medicare defense income assistance nondefense discretionary BRAINLIEST FOR ANSWER Find the uniform acceleration that causes a car's velocity to change from 23.6 m/s to 85.9 m/s in 7.6 seconds. I need help with this please!! I need this before 2! Mamadou leans a 18-foot ladder against a wall so that it forms an angle of 75 withthe ground. What's the horizontal distance between the base of the ladder and thewall? Which line suggests the theme "nature offers a place of rest for those who are weary"?. What is the length of AC 3 FR? The balance on the current account and the balance on the capital and financial account assume trade occurs in which of the following categories? How do you manage backlog effectively? 1.What are the minimum requirements for growing cells in culture?Group of answer choicesComplete culture medium, pH around 7.4 and a 5% CO2 atmosphereComplete culture medium, pH around 7.4 and a 15% CO2 atmosphereComplete culture medium, pH around 9.4 and a 5% CO2 atmosphereBasal medium, pH around 7.4 and a 5% CO2 atmosphere2.What is the condition under the air flow hood likeGroup of answer choicesVery clean but not absolutely sterileAbsolutely sterileComplete asepticallhigh level of of CO23.How you detach the adherent cell when you need to sub-culture ?Group of answer choicesAll of them are possible methodenzymatic dissociationShaking offusing scraper Experiment 14 Advance Study Assignment: Heat Effects and Calorimetry rimeter at 23.0C. At equilibrium the temperature of the water and metal was 41.8C. a. What was Ar for the water? (Arl i a calo- b, what was ar for the metal? c. How much heat flowed into the water? (Take the specific heat of the water to be 4.18 12 joules d. Calculate the specific heat of the metal, using Equation 3. 147.90 x x (-67.7):- 11. 72 e. What is the approximate molar mass of the metal? (Use Eq. 4.) 55.g/mol 2, when 4.98 g of NaOH was dissolved in 4972 g of water in a calorimeter at 23.7 the temperature of the solution went up to 50.1C. a. Is this dissolution reaction exothermic? cxothermawhy? because disse lutien of No ott inte wate lead to guner heat and rise in temp of the solvtur ratn of b. Calculate nio using Equation 1. $486. u76x,oJoules c. Find All for the reaction as it occurred in the calorimeter(Eq. 5). 6036.2 continued on following page) custom page 63 How are emotions or feelings and attitude displayed in a cartoon? For which programming task would you use a while loop?A) Computing the average of a list of 30 integers B) Copying the contents of one list of 500 characters to another list C) Drawing a circle with a specific radius D) waiting for a keyboard key to be pressed What is the most suspenseful moment in The Masque of the Red Death? What is President Wilson's main reason for wanting the United States to enter World War I on the side of the allies? Matthew made a fruit salad, in which the ratio of blueberries to red grapes is 8:6. Write the ratio of red grapes to blueberries in simplest form. [Type your ratio using a colon and without spaces.] Which changes in air temperature and atmospheric pressure will normally be recorded. 19. All of the following are determinants of demand except: a. Price Tasics C. Suppis d. Trice of other goods 20. The law of demand states that an increasc in the price of a good: a. Increases the supply of that good b., Decreases the quantity demanded for that good c. Increases the quantity supplied of that good d. Nonc of these answers 21. If an increase in the price of blue icons Icads to an increase in the demand for tennis shoes, then blue jeans and tennis shocs are: a. Complements V4 b. Infcrior goods c. Normal gouds d Substitutes 22. If the value of the price elasticity of demand is 1-0.2, this means that a: a. 20 percent decrease in price causes a 1 percent increase in quantity demanded 0.2 percent decrease in price causes a 1 percent increase in quantity demanded C. 5 percent decrease in price causes al percent increase in quantity demanded 0.2 percent dccrcase in price causes a 0.2 percent increase in quantity demanded D to search e a identify the parts of the u.s. constitution the anti-federalists would have opposed. choose all that apply. What are the 4 steps of selecting the right candidates? Given UV, VW and UW are midsegments, if TS=42, UW=23, and VW=19.RRT.UTVchoose your answer...WSVis the length of HELP ASAP PLEASE!!!!!!!!!