[solved] – Question 93275

Assume that d has been initialized as an empty dictionary:
d = {}
Which of the following generates an error?
d[12] = 5
d[“1,2”] = 5
d[(1,2)] = 5
d[[1,2]] = 5

Expert Answer


[solved] – Question 93296

Experts predict that notebook computers will have 10 times the power of a current personal computer, with a touch sensitive colour screen that one can write on or draw with a stylus, or type on when a program displays a keyboard. Each will have a small, compact, rewritable, removable CD‐ROM that can store the equivalent of a set of encyclopaedias. In addition, the computers will have voice‐recognition capabilities, include the ability to record sound and give voice response to questions. The computers will be able to carry on a dialogue by voice, graphics, typed words and displayed video graphics. Thus, affordable computers will be about the size of a thick pad of letter paper and just as portable and convenient, but with the intelligence of a computer and the multimedia capabilities of a television set.
Develop an analysis of the impacts (at least such developments would have on one of these areas: university education, corporate sales and marketing, manufacturing, or management consulting.

Expert Answer


[solved] – Question 933

The program is to take a single command line argument, the name of a text file that contains a “map”.
The map consists of several lines, the first line specifies the height of the map, the second line specifies
the width of the map, the remaining lines consist of ‘*’ and ‘ ‘. An ‘*’ indicates a wall, while a ‘ ‘
indicates an empty space.
and test through various test files

Expert Answer


[solved] – Question 93408

Define c++ function CalculateYears() that stimulates the population growth and return the year in which female will be greater than or equal to male population if the currently we have 1750000 male at growth rate is 25% and 1500000 female at thegrowth rate is 35%

Expert Answer


[solved] – Question 93432

Imagine you are working for Costco as a manager in its Chicago store. Your boss does not understand the difference between data, information, business intelligence and knowledge.Using examples of products and services available at Costco provide examples of each to help your boss understand these important concepts.

Expert Answer


[solved] – Question 93439

Write a MATLAB function (not a script!) to generate a periodic waveform of total length
L. Each period must be a pulse of amplitude A that lasts a total of M samples followed by
T − M samples that are zero so that the overall period is T. The result should be a square
wave. You can learn some tricks from the triangular waveform function example in MATLAB
for DSP to write this function without loops. (This is not necessary for full credit.) Note
that this function is not exactly the same in terms of arguments or units. Include a listing
of your function. The function may not call a signal-generating function in the MATLAB
Signal Processing Toolbox.

Expert Answer


[solved] – Question 93450

Print a half pyramid with output as
1
2*2
3**3
4***4

Expert Answer


[solved] – Question 93462

What advantages do the Square and PayPal mobile card-swiping solutions have in the mobile payment market? What are their weaknesses?

Expert Answer


[solved] – Question 93464

What strategies would you recommend that Apple pursue to assure widespread consumer adoption of Apple Pay?

Expert Answer


[solved] – Question 93465

What are some of the limitations of Apple Pay that might prevent its widespread adoption?

Expert Answer