Questions
In Python Create customer information system as follows: Python 3 Create customer information system as follows:...

In Python Create customer information system as follows:

Python 3

  1. Create customer information system as follows:

Ask the user to enter name, phonenumber, email for each customer. Build a dictionary of dictionaries to hold 10 customers with each customer having a unique customer id. (random number generated)

  1. Take the keys of the above mentioned dictionary which are customer ids and make a list. Ask the use to enter a customer id and do a binary search to find if the customer exist in the list.
  2. Sort the above mentioned list by insertion sort. (Write insertion sort code)

In: Computer Science

Write a program in python that corrects misspelled words. The input for the program is either...

Write a program in python that corrects misspelled words. The input for the program is either a string or a list of strings. The output should be a string or a list depending on the input and should have the spellings corrected. The speller should be able to correct at least the words listed below. You are free to use any data structures we have covered so far including lists and dictionaries. Your program should be in autocorrect.py. Here is a list of words that are commonly misspelled: • acquire – aquire, adquire • acquit – aquit • beautiful – beatuful • guarantee – garantee, garentee, garanty • professor – professer • repetition – repitition • until – untill

In: Computer Science

Effective Writing, A handbook for Accountants, 10th Edition Exercise 1-5 [Ethics] Do you believe ethical considerations...

Effective Writing, A handbook for Accountants, 10th Edition

Exercise 1-5 [Ethics]

Do you believe ethical considerations are an important part of an accountant's professional responsibilities? Why or why not? Think about this question, and then write notes according to the following outline. Use only the sections of the outline that are relevant to your position on this issue.

1. Ethical considerations are important to accountants because: (list your reasons)

2. Ethical considerations are not very important to accountants because: (list your reasons)

3. Accountants find guidance in making ethical decisions from the following sources: (list the sources you find)

In: Accounting

given a input file, parse it and answer the following frequency related questions, using java. -list...

given a input file, parse it and answer the following frequency related questions, using java.

-list the most frequent word(s) in the whole file and its frequency.

-list sentence(s) with the max. number of occurrences of the word “of” in the entire file and also list the corresponding frequency.

program has two arguments;
1st : path to the input text file
2nd : name prefix for the output files

ex.
$ java assgn1 “./input.txt” “output”

outputs: for each question create one single output file. so program should produce 2 output files each time it runs

In: Computer Science

List general responses to increased sympathetic activity and to parasympathetic activity. Which neurons associated with olfaction...

List general responses to increased sympathetic activity and to parasympathetic activity.

Which neurons associated with olfaction are capable of regenerating?

What is the function of the auditory tube?

Describe the function of receptors in the saccule and utricle.

Name the fluids found within the vestibular duct, tympanic duct, and cochlear duct.

Beginning ar the external acoustic meatus, list the events in hearing.

Which layer of the eye would be the first affected by inadequate tear production?

What gives the eyes their characteristic color?

List the structures and fluids that light passes through from the cornea to the retina.

Identify the three types of cones.

please type it

In: Anatomy and Physiology

Python question Write a function int(lofi, alofi) that consumes two sorted lists of distinct integers lofi...

Python question

Write a function

int(lofi, alofi)

that consumes two sorted lists of distinct integers lofi and alofi, and returns a sorted list that contains only elements common to both lists.

You must obey the following restrictions:

  • No recursion or abstract list functions,
  • intersect must run in O(n) where n is the combined length of the two parameters.
  • sort function is not allowed as well as list comprehensions
  • math is the only library that can be imported

Example:

 int([4, 13, 10, 8, 15], [2, 3, 6, 13, 11, 12, 8]) => [8, 13]

In: Computer Science

The aim of this lab is to learn the way of converting an ARRAY to a...

The aim of this lab is to learn the way of converting an ARRAY to a SET and the other way around. To complete this lab we need to remember the implementation of the Set Interface, HashSet Class, and Arrays.

  1. Build an array with some elements (String, Integer, or Float).
  2. Then initialize a set (using HashSet) with the elements of the converted array. To transfer an Array into a Set, firstly we have to convert it to a List using asList() method as HashSet accepts a List as a constructor.
  3. Build a direct conversion over the same Array to be a Set by using the stream() method, instead of converting an Array to a List then to a Set as been done on Sept 2.

In: Computer Science

Q3: Choose one of the products from List A (avocados, camel milk, champagne, gold, Japanese melons,...

Q3: Choose one of the products from List A (avocados, camel milk, champagne, gold, Japanese melons, oysters, truffles, vanilla) OR from List B (air travel, palm oil)

If you chose a product from List A,

  • specify which product you chose;
  • give and explain two (and only two) specific and distinct events that has caused the price of the product to increase using relevant economic terms;
  • using a properly-labelled demand and supply graph, illustrate the impact of each event on the product’s market; and

summarize the impact of each event using the table below

In: Economics

Before you read or reread this section in your text, make a list of all of...

Before you read or reread this section in your text, make a list of all of the qualities and characteristics that attract you to someone. Be honest and do not censor yourself. After you have made your list, read what psychologists have discovered about what attracts people to one another. How are these things reflected in your list? Did you learn something about why it is you view others the way you do? Can you illustrate these factors with personal experiences with attraction? Is there any aspect of attraction that you did not realize influenced you? at least 308 words.

In: Psychology

E-Commerce course Question 1: List four major benefits of B2B for buyers, and four major benefits...

E-Commerce course

Question 1: List four major benefits of B2B for buyers, and four major benefits of B2B for sellers, and four major benefits of B2B for communities.

Question 2: What are virtual e-tailers? List two advantages and two disadvantages of them.

Question 3: Why are trust verification sites important to online sellers and to online buyers?

Question 4: Identify five social shopping models, with examples from the real world.

Question 5: List four ways in which e-marketplaces have changed the processes used in traditional trading.

In: Operations Management