Working Vba Excel Assignment Generate Age Based User S Input Either Min Max Input User Pro Q43902920

I am working in VBA excel. The assignment is to generate agebased on user’s input from either in the min/max input the user hasprovided.

I have thus far created the conditions in the forms however inthe models,

the definition is where I need help:

Here I need to edit the current the code below to generate therequested code as shown above in each of it’s condition. PLEASEHELP! ANY advice would be great!

     

Expert Answer


Answer to I am working in VBA excel. The assignment is to generate age based on user’s input from either in the min/max input the …

World Wide Web Originally Designed Stateless Entity However Time Identified Stateful Relat Q43789076

A) The World Wide Web was originally designed as a statelessentity. However, over time it was identified that a statefulrelationship between a web client and a web server can benefit inmany ways including e-commerce, collecting web behaviour of webusers etc. The cookie mechanism was introduced for this purpose. Inyour lecture slides (week-8 to week-9), the following diagramdemonstrates the use of a cookie. Explain each of the six stepsindicated in the following diagram for using the cookie in onlineshopping. 1. B) Consider a scenario where an advertising companypays fees to Deakin University for including banner ads in Deakin’sweb site, i.e., an image presenting an advertisement of a productfrom a manufacturer which is linked to the manufacturer’s webserver. Deakin receives payment from the advertising company basedon the number of visits by its users to the manufacturer’s website. The advertising company gets payment from the manufacturerbased on the number of times the advertisement is displayed.Prepare a diagram illustrating how the cookie is used whenretrieving a Deakin web page containing an advertisement and thentracking the users of Deakin’s web site visiting the manufacturer’sweb site by clicking on an advertisement. Explain the steps in yourdiagram.

Expert Answer


Answer to A) The World Wide Web was originally designed as a stateless entity. However, over time it was identified that a statefu…

Worm Infecting Systems Exploiting Bug Popular Server Program Spreading Rapidly Systems Del Q43905071

A worm is infecting systems by exploiting a bug in a popularserver program. It is spreading rapidly, and systems where it isdeleted quickly become reinfected. A security researcher decides tolaunch a counterattack in the form of a defensive worm. Whenever abreak-in attempt comes from a remote host, the defensive wormdetects it, heads off the break-in, and exploits the same bug tospread to the attacking host. On that host, it deletes the originalworm. It then waits until that system is attacked, and the cyclerepeats.

  1. Many people would claim that launching a counterattack in thisscenario is ethically unacceptable. Give at least three argumentsthat support this view.
    1. Are there circumstances or conditions under which acounterattack would be ethically justified? Explain yourreasoning.

Expert Answer


Answer to A worm is infecting systems by exploiting a bug in a popular server program. It is spreading rapidly, and systems where …

Would Anyone Able Explain Question Part Assignment Give Example Thank Much Kindness Help C Q43797967

Would anyone be able to explain me the question for part a of myassignment and give me an example of it? Thank you very much foryour kindness help.

Have you chosen a problem to tackle? Has it been approved byyour teacher?

A good solid definition of the problem will be a great place tobegin. By meeting with individuals who may have a better idea ofwhat the solution to the problem may entail you may see things youdidn’t think of before.

This submission will require you to document your steps throughthe problem definition and analysis. To do this, review the noteson Problem Definition and Analysis.

For this first submission you will prepare:

A meeting with an individual you hope can help plan out whatrequirements your software must meet to tackle the problem you areproposing. Record the meeting (brainstorming session, interview,quiz) in an organized fashion.
A problem definition statement based on your personal assessment ofthe problem and the views from your meeting.
Complete at least one of the techniques used for problem analysis(IPO, DFD, Pseudo code), be sure to detail every piece offunctionality you feel your software will need to include.

Expert Answer


Answer to Would anyone be able to explain me the question for part a of my assignment and give me an example of it? Thank you very…

Would Anyone Able Explain Question Part B Assignment Give Example Thank Much Kindness Help Q43797969

Would anyone be able to explain to me the question for part B ofmy assignment and give me an example of it? Thank you very much foryour kindness help.

With your solid foundation in place it is time to start thinkingabout code; specifically “how to make your program modular”. Withlarge programs it is always better to develop top-down to ensureorganization; you focus on the broad picture first and concernyourself with the small details later.

Using your documents from Part A break your program down intoseveral methods or objects you think you will need to complete yoursoftware.

Your program should complete functionality taught throughout theclass, including but not limited to:

User Input
Reading and Writing to a File
Using Arrays
Using a Menu
Using Methods
Creating a Dynamic System (add, enter, delete, modify)
Searches and Sorts
For this submission you will provide:

Your rough work before attempting to code.
Pseudo Code
List of Methods
The actual completed code for your program.
Screen shots of your program running.
Documentation of the work you completed, this should provide datesand time you spent on your assignment and what functionality youwere able to complete and what functionality you were unable tocode. (This is not a README file but rather a journal of yourprogress.)
If you do not fully understand this submission, please feel free tocontact your teacher for further instructions, good luck and havefun!

Expert Answer


Answer to Would anyone be able to explain to me the question for part B of my assignment and give me an example of it? Thank you v…

Would Anyone Able Explain Question Part C Assignment Give Example Thank Much Kindness Help Q43797972

Would anyone be able to explain to me the question for part C ofmy assignment and give me an example of it? Thank you very much foryour kindness help.

As you know, coding software is the hard part but certainly notthe end of the software life cycle. Now it is time to test andmaintain your program, so you may want to review those topics!

For this submission, you will begin by completing both alphatesting (test the software yourself) and Beta testing (have anotheruser test the software) the goal for both tests should be to checkthe integrity of the system…in other words see if you can crashit!

After the tests — which you will fully document — you willattempt to fix any bugs you were able to find, and document whichbugs you were able to fix.

You will write a README.txt file for your software, this will beexternal documentation. An outline for this document follows:

Writing a good README file

Nobody expects to find great literature in a README file, andthat’s good news for busy developers writing README files for theirsoftware. However, writing a README needs to be taken seriously.While grading your work, your teacher will use your README filefirst to get an idea of your understanding of the assignment. TheREADME should truly be a reflection of the program you aresubmitting!!! While many of your README files indicate that yourprograms are working perfectly, in reality programs are riddledwith bugs, and some of them don’t even compile 🙁

You don’t have to write an essay — all you need is a shortparagraph (maybe only a sentence or two) on each of the followingtopics (in addition to the already specified details outlined inthe particular assignment):

1. Your name and CS username
2. List the program files you are submitting along with a short(1-2 sentence) description of what each contains
3. What does your program do?
4. Why did you code the software the way you did?
5. What should potential users expect when they install/launch yourprogram?
6. What unique feature(s) does your code demonstrate? Inparticular, be sure to mention the unique features, especially ifyour product resembles others in its category.
7. What problems did you encounter?
8. What problems might the user encounter when compiling/runningyour program?
9. What are the bugs in your program? (i.e., what required featureswere you not able to implement or unable to get workingproperly)

Submit:

Your testing documentation.
Your README external documentation.
Any programming code file that has been changed to fix anybugs.

Expert Answer


Answer to Would anyone be able to explain to me the question for part C of my assignment and give me an example of it? Thank you v…

Would Approach Coding Project Initial Thoughts Actions Steps Take Methods Use Get Started Q43904686

How would you approach a coding project. What are your initialthoughts and actions? What steps do you take or methods do you useto get started on a project? For instance, do you create a workflowdiagram or take notes? Do you process the problem on your own ortalk to others?

Expert Answer


Answer to How would you approach a coding project. What are your initial thoughts and actions? What steps do you take or methods d…

Would Convert Nested Multiplication Pseudocode C Program Q43879422

How would I convert this nested multiplication pseudocode intoa C++ program?
Nested Multiplication Pseudocode integer i, n; real p, x real array (a;)o:1 pean for i = n - 1 to 0 pt a; + xp end forNested Multiplication Pseudocode integer i, n; real p, x real array (a;)o:1 pean for i = n – 1 to 0 pt a; + xp end for Show transcribed image text Nested Multiplication Pseudocode integer i, n; real p, x real array (a;)o:1 pean for i = n – 1 to 0 pt a; + xp end for

Expert Answer


Answer to How would I convert this nested multiplication pseudocode into a C++ program? …

Would Create Array Named Somenumbers Holds Three Rows Four Columns Int Somenumbers New In Q43900862

How would you create an array named someNumbers that holds threerows and four columns?

a.

int[] someNumbers = new int[3][4]

b.

int[][] someNumbers = new int[3][4]

c.

int[][] someNumbers = new int[4][3]

d.

double[][] someNumbers = new int[3][4]

Expert Answer


Answer to How would you create an array named someNumbers that holds three rows and four columns? a. int[] someNumbers = new int[3…

Would Feasible Use 1 Rsa Algorithm 2 Diffie Hellman Algorithm Encrypt Large Messages Q43811032

Would it be feasible to use the 1- RSA Algorithm and 2 - Diffie Hellman algorithm to encrypt large messages? Why or why not?

Would it be feasible to use the 1- RSA Algorithm and 2 – Diffie Hellman algorithm to encrypt large messages? Why or why not? Show transcribed image text Would it be feasible to use the 1- RSA Algorithm and 2 – Diffie Hellman algorithm to encrypt large messages? Why or why not?

Expert Answer


Answer to Would it be feasible to use the 1- RSA Algorithm and 2 – Diffie Hellman algorithm to encrypt large messages? Why or why …