Assembly Language X86 Processor Assignment on GCD and Matrix Computer Science Assignment Help

Assembly Language X86 Processor Assignment on GCD and Matrix Computer Science Assignment Help. Assembly Language X86 Processor Assignment on GCD and Matrix Computer Science Assignment Help.

br />

Part 1 – Euclid (15pts)
Write a recursive implementation of Euclid’s Algorithm for finding the greatest common divisor (GCD) of two integers. You can find pseudocode for this algorithm online (be sure to include in your program description where you found the code). This procedure will use the procedure written in Assignment 7. The output shall be of the following format

Part 2 – Matrix of words (10pts)

At all times in this assignment, you must use the 2D row major format.

Create a procedure that generates a 5 x 5 matrix of randomly chosen capital letters. Each letter will have a 50% chance of being a vowel. (HINT: mod 2 might be helpful here)

Once you have your 5 x 5 matrix is built, print it out. Use a procedure for this.

Then build a procedure that will go through your matrix and find sets of letters which are comprised of 5 letters, 2 of which will be vowels. The order of the letters in the set is not important. For the following example, ABOST and TSOBA are equivalent. If there are no words, then the output should indicate that no words were found. There will be a maximum of 12 sets of letters (5 rows, 5 columns, 2 diagonals)

MORE INFO IN FILES ATTACHED

Assembly Language X86 Processor Assignment on GCD and Matrix Computer Science Assignment Help[supanova_question]

history WWII essay -lzhang Writing Assignment Help

This is a second post based on my first work. I already post my first post in the attached file, and based on that research topic and my professor’s comment, need to write some details on the same this topic (attached in file).

Please read my original post, and my professor’s comment, and develop a future research essay.

Writing instruction: Total word count: 350

Your second post should report the findings of any further research you have conducted: things you have learned that you didn’t know the first time you posted; answers to questions that you or one of your fellow group members might have had; further examination of one of one of the controversies that you identified in your initial research. This is the time to go into as much depth and detail on a specific issue as you can.

[supanova_question]

Kinship in New York State Humanities Assignment Help

Kinship in New York State

Requirements

This paper must be written in Microsoft Word (no exceptions)

This paper must follow APA format

This paper must be double spaced, 11” font, 1” margins all around

Must use references/resources submitted in addition to text.

Citation (Last name, Year)

Give me your best writing because I need to score an A

Need 4-5 pages (does not include references page)

Absolutely, NO PLAGARISM

Resources

Text – Mallon, G., McHartt-Hess, P. (2013). Child Welfare in the 21st Century. Columbia University Press.

Website : NYS Office of Children and Family Services (www.ocfs.ny.gov)

Assignment

Visit the OCFS website and provide an overview of different Child Welfare programs offered in New York State.

Discuss the topic Kinship and provide a summary and your reaction to a current New York State Policy

[supanova_question]

Research Paper (please see attachment) Mathematics Assignment Help

there are 3 section of the paper

Introduction and Literature review

The first two sections of a research paper typically contain an introduction as well as a review and discussion of the relevant literature and economic theory:

  1. Introduction. The introduction briefly presents the problem you are interested in, concisely describes your data and the method of analysis, and summarizes your main conclusions.
  2. Discussion of Relevant Literature and Economic Theory. This section describes closely related previous studies on your topic and summarizes any relevant economic theory. The length of this section depends on the scope of the paper; for a term paper this section might be fairly short.

For your first status update, you have to deliver a draft of these two sections. The draft should not exceed three pages. Since this is a first version of your introduction and discussion of literature and theory, it does not need to be perfect. To receive full credit, however, your draft will have to meet the following criteria:

  • The introduction clearly states a specific research question you wish to answer.
    What does that mean? For example, the question “Should financial markets be more regulated?” is an important question, but it still is too vague. A related but more precise question would be: What is the effect of the introduction of recent financial laws and regulations, like the Dodd-Frank Act on equity prices?
    Make sure you formulate your research question accordingly.
  • The content is appropriate with respect to points 1 and 2 spelled out above, and it is factually correct.
  • The text is organized and follows a logical progression.
  • The points made in the draft are properly developed with details and references. References are given following the APA style.
  • Technical terminology is used appropriately, and the draft has few to no major grammatical and spelling errors.
  • The paper is formatted according to the APA guidelines (see Term Project Guidelines).

If you are working on the assigned problem, you need to write introduction and discussion of literature and theory for the Fama-French five factor model.

The third section of your term paper is focused on the data you’re using.

It provides the details of the data sources, any transformations you have done to the data (for example, changing the units of some variables), gives a table of summary statistics (means and standard deviations) of the variables, and provides scatter plots and/or other relevant plots of the data.

Your work will be graded based on the following criteria:

  • Completeness: Do you explain all used data sources in detail, the type of data you’ve collected, the variables you’re using, and are your summary statistics complete?
  • Accuracy: Are your calculations correct and appropriate?
  • Readability: Do you present tables and graphs in a readable and accessible manner?
  • Visualization: Do you present graphs that are appropriate to the research question you’re trying to answer?
  • References: Do you properly reference your data sources such that a reader could access the data themselves?
  • Formatting: Are you following APA guidelines appropriately?

Here is a helpful link for preparing tables in EViews.

http://www.eviews.com/help/helpintro.html#page/content/tabletext-Table_Objects.html

[supanova_question]

History WWII 300 words Writing Assignment Help

This is a second post based on my first work. I already post my first post in the attached file, and based on that research topic, need to write some more about this topic.

Writing instruction: Second and third posts (the second 300 words, the third 200)

Your second post should report the findings of any further research you have conducted: things you have learned that you didn’t know the first time you posted; answers to questions that you or one of your fellow group members might have had; further examination of one of one of the controversies that you identified in your initial research. This is the time to go into as much depth and detail on a specific issue as you can.

[supanova_question]

[supanova_question]

final sql project Computer Science Assignment Help

Prison Database System

1) Entities: Prison, Guard, Cell, Floor, Prisoner, Department, Manager, Employee.

2) Relationships:

A prison for male and female set up separately.

A prisoner is in 1 cell. One cell can host one or 2 prisoners.

A guard belongs to one department, and 1 department can have at least10 guards.

A cell is on one floor, and one floor can have at most of 20 cells.

A prison can have administration, health, and education department.

A department can one manager and a manager belongs to one department.

An employee belongs in one department, and a department should have 10 employees.

Create the E/R model of the database you are going to build. The more variety the better grade. (All kinds of relationships, associative entities, weak entities, multivalued attributes…).

1)Scan the diagram in a file or build the diagram in word or other text processing program.(ER file)

2)Create the database model in another file and keep it. (Database model file)

3)Normalize all the tables to the third Normal form and explain the process (Normalization file).

4)Create a database called LastName1_LastName2. (Last Name of the student )

5)Create the tables in the SQL Server program with SQL commands

6)Create the diagram of the database Model in SQL Server.

7)Insert an average of 10 records per table as long as the model allows it.

8)Try to retrieve data from the database.

9)Include the original info (excel file). In other words, how the data would look if no relational model is created. (Redundancy file)

10)Create non-clustered indexes in all columns of every non-bridge table. *(not confirmed yet)

11)When database is finished , back it up to a file called LastName1_LastName2.bak

12)Collect the E/R file, database model file, normalization file, redundancy fileand the bak file and zip it into one file called LastName1_LastName2.zip

13)Submit it in blackboard

Extra credit. (Up to 2 points of the final grade) Not mandatory:

Develop a Java Application that connects to the database you create and performs selects inserts updates and deletes to the tables through the Application.

Hint:Create a JQuery. Object and use the graphical objects (fields) . Make sure you have the JDBC driver well configured in your machine.

*The instructor will confirm step 10 depending on the material cover by November 23

final sql project Computer Science Assignment Help[supanova_question]

part 1 and part 2, and Posting 2. You must read articles or watch videos and summarize them Economics Assignment Help

I WILL SEND YOU WHAT TO REPLY TO AFTER YOU SUBMIT POSRT 1!!!!

On this forum, I want you to compose two postings by the deadline: Both Posting 1: part 1 and part 2, and Posting 2. You must read articles or watch videos and summarize them.

Visit all web sites and topic videos 1-6 and choose two of them for your Canvas discussion boards assignment and summarize a few of the articles/videos in detail, and choose different topics than your classmates. Only number 7 and 8 are extra credits.

1: www.youtube.com (Links to an external site.)Links to an external site. Video: Gov. Jesse Ventura, Bilderberg Group

Link (Links to an external site.)Links to an external site.

2: www.JohnPerkins.org (Links to an external site.)Links to an external site. Exposing Economic Hit Men, Corporatocracy An Economic Hit Man Confesses and Calls to Action | John Perkins | TEDxTraverseCity (Links to an external site.)Links to an external site.An Economic Hit Man Confesses and Calls to Action | John Perkins | TEDxTraverseCity

3: www.mobbing-usa.com (Links to an external site.)Links to an external site. Economic impact of emotional abuse American workforce 5 phases of the mobbing process (Links to an external site.)Links to an external site.5 phases of the mobbing process

4: www.911truth.org (Links to an external site.)Links to an external site. or video: 9/11 Exposed – 2nd Edition (2015) Full Documentary Film (Links to an external site.)Links to an external site.9/11 Exposed - 2nd Edition (2015) Full Documentary Film

5: www.josephstiglitz.com (Links to an external site.)Links to an external site. Globalization by Nobel Prize winner in economics

6: https://en.wikipedia.org/wiki/Islamic_economics (Links to an external site.)Links to an external site. and at You Tube: Islamic Economics How Islamic Economics Works! (Links to an external site.)Links to an external site.How Islamic Economics Works! Islamic banking courses on Murabaha (Part 1) (Links to an external site.)Links to an external site.Islamic banking courses on Murabaha (Part 1)

Only number 7 and 8 can be used as extra credit:

7: This is a video by David Icke and Jim Marrs exposing Secret Societies, and the JFK assassination video.

Secret Societies – Full Documentary – HD – Illuminati – Freemasonry (Links to an external site.)Links to an external site.Secret Societies - Full Documentary - HD - Illuminati - Freemasonry

William Cooper – JFK Assassin Unmasked (2 of 5) (Links to an external site.)Links to an external site.William Cooper - JFK Assassin Unmasked (2 of 5)

8: http://www.futureofmankind.info/Billy_Meier/Overpopulation_Crusade (Links to an external site.)Links to an external site. compare with Thomas Malthus’ population theory http://www.victorianweb.org/economics/essay.html (Links to an external site.)Links to an external site. Malthus on population (Links to an external site.)Links to an external site.Malthus on population

Posting 1 part 1– 15 points. Write the name of your first topic and the web site address of the articles you read, or the YouTube videos you watched. Summarize the first topic articles or videos in 10-15 full lines minimum. Do not copy any sources, that would be plagiarism.

Posting 1 part 2– 15 points. Write the name of your second topic and the web site address of the articles you read, or the YouTube videos you watched. Summarize the second topic articles or videos in 10-15 full lines minimum. Do not copy any sources, that would be plagiarism.

Posting 1 Extra Credit – 10 points. Write the name of your topic and the web site address of the articles you read, or the YouTube videos you watched. Summarize the extra credit topic articles or videos in 10-15 full lines minimum. Do not copy any sources, that would be plagiarism.

Posting 2 – 10 points. Respond in detail with Netiquette to one of your classmates, and add to their posting 1 or explain one of the items that you have learned to him/her in a minimum of 10-15 full lines. Do not rewrite your posting 1 to him/her, he/she can already see that. You must add something to your classmate’s posting based on your research, not merely agreeing or disagreeing. Refer to your classmate by name, and write your name at the end of postings.


[supanova_question]

Use python to create pie graph of American airport. Programming Assignment Help

First, choose the EWR airport as the original airport( in Colum H), create a network from EWR to all distinction (in Colum K), every airport is a node, the edge weight is the times two airports are connected, color block according to delay. There are five delay reasons in Colum Z,AA,AB,AC,AD, the number means the delay time(minute), if it is 0, it means that this flight is delayed not for that reason. Create a pie graph according to the reason of delay, thus showing the proportion of different delay causes of this airport.

Then, change the original airport from EWR to JFK, repeat the above step.

Finally, change the original airport from JFK to LAX, repeat the above step.

Explain and analyze the results obtained. Compare in two groups, one is EWR and JFK(close to each other); another one is EWR and LAX(different state)

[supanova_question]

can u help? Writing Assignment Help

.Problem or Objective (This is basically a summary of the project).

  • Have you clearly stated what it is you want to study?
  • Why is the hypothesized situation important to DeKalb County?
  • How does your proposed study contribute to the overall health status of your target population and the health status of DeKalb County in general?

Other considerations/ things which must be included in your paper and your powerpoint:

  • Statement of the Problem
  • Null Hypothesis (including independent and dependent variables)
  • Alternative Hypothesis (including independent and dependent variables; “if-then”) significant causation implied.What kind of causal relationship is it that you Team thinks is worthy of further funding and community Health Department intervention?
  • Additional concerns for you to include:
    • Formative or Summative kind of Evaluation and why?
    • Validity and Reliability of Study that you are doing to confirm problem exists.
    • Purpose of proposed study: Exploratory, Explanatory, and/or Descriptive? Why?
    • “Goodman Five”general relevancy to your study (coordinate with Lit Review).

2.Literature Review

  • Include an abstract (short summary) of the following:

at least 10 up-to-date resources, including:

  • Goodman article: (How do specific parts of the article apply to your specific study (pick at least two (2) of his 5 points)
  • DeKalb County IPLAN; DeKalb County: what data were specifically relevant to your particular study, and why?

  • Summarize how each of the 10 resources is expected to contribute to the

quality (validity and reliability) of your study.

  • NO WIKIPEDIA citation as a direct source of information! Not necessarily a competent or reliable source of information!Minus 10 overall presentation points if used!

Page 3 0f 5

3.Subjects for Study

  • The health status as expressed in incidence or prevalence of your target population’s problem is ALWAYS your dependent variable. The health status of the target population is what you wish to eventually change to reflect progress toward a stated goal. The usual reason it has been chosen is that it is abnormally higher or lower than the incidence or prevalence of a problem on a statewide or national basis.

  • What is your independent variable?Why was it chosen (usually suggested by previous research/ findings)? What do you hypothesize is causing the rate of incidence or prevalence to be less or more than the desired status (use State of Illinois and Federal “benchmarks” as points of comparison and evaluation of the need for the intervention.

  • Why is this health status anomaly a true “problem”, not merely a “condition”?

Other considerations you will want to address in “Subjects for Study”:

  • Whom or what will you study in order to collect data?
  • In specific terms, who or what is available for study?
  • How will you reach them?
  • What kind of sample(s) are you going to have?How will you do that?
  • Do you know if the sample you intend to select will be representative of

your Target population?How and why do you know?

  • Is there any possibility that your study will affect those you study?
  • How will you ensure that your study doesn’t harm them?
  • How will our choice of a survey or field research methods influence subject selection

4.Measurement

  • What kind of research method (study design) do you propose to use and why?(best to have multiple indicators of a problem coming from different perspectives, as in Joel Cowen’s presentation).This is a short explanation of options and which would be best for your study.
  • Quantitative? Qualitative?Both?Why one or the other?Why both?
  • Field Research/ Community Assessment
  • Secondary source analysis?
  • Key Informant?
  • Focus Groups?
  • (See Joel Cowen’s presentation—his four ways of assessing health disparities within the Community). The best presentation will show how each of the four types of data

acquisition will be used in your type of evaluation.Actual survey or focus questions need to be submitted, shown in your Appendix. How are you going to measure what you propose to collect?What kind of format are you going to use so that your form of measurement and results are clearly presented?

  • How do you propose to measure changes you expect to see in the dependent variable caused by your independent variable (intervention) in your final plan?Changes need to be expressed in exact terms—can’t just be “we want to see an increase”.An increase in what in terms of Measurement? (Hint: Incidence or Prevalence per 1,000 or 10,000. etc.).

Page 4 0f 5

5.Data-Collection Methods

  • How will you actually collect the data for your study?
  • Will you conduct an experiment or a survey? (see above: coordinate with the person doing Measurement).
  • This section is what you actually choose as research, and how you’re going to go about it.
  • Will you undertake field research (above) or focus on reanalysis of existing statistics already created by others (think IPLAN, data sets from state, local, federal and “specialty” not for profits).
  • Remember that the more sources confirming the same problem you have, the better your research and evaluation of a community problem will “sell”.A single indicator of a “problem” in a community may only indicating a “condition” of a particular set of persons, not a confirming “problem” which is endemic to a significant part of a target population.

6.Analysis

  • Choose the kind of analysis you want to conduct that’s conducive to the stated aims and choices made by other participants in this exercise (Qualitative, Quantitative?Kind?)
  • Spell out the purpose and logic of your analysis once again (Exploratory, Descriptive, Explanatory)
  • Do you intend to explain why things are the way they are? Do you plan to account for some variations in health status—comparison of your target population to the general population of DeKalb county?
  • What possible explanatory variables are you going to highlight in your search to find the reason for identifying significant differences between your Target population and the general DeKalb County population (what do you thing makes this population worthy of intense study and intervention)?

  • How are the forms of Measurement and Data Collection that you’ve chosen going to

use in this proposed study going to explain why it would be a good idea to spend money on trying to reduce the incidence or prevalence of the problem you’ve identified?

7.Schedule

  • This is a timeline for accomplishing planning, research and data collection, analysis, publishing—everything you need to do from start of the project to finish.
  • The suggested time frame would be 6 months to 1 year, depending on the kinds of research intended, and quantity and complexity of your Research Design itself.
  • For a list of specific activities, see “How to design a research project” in Chapter 4 of your text.(The section concludes with “Application”).
  • For your PowerPoint, put together a chart, listing activities by month.In setting up your chart, list the months on the left-hand side of your paper, and specific activities in a box to the right of the month in which the activity is planned.Make sure that you label your chart so that anyone looking at it can instantly tell what it is, and the use it’s intended for.
  • For your paper, explain in words what you chart means for your one-page summary of your work.Include your actual chart as an Appendix to the Study report.

______________________________________________________________Page 5 of 5

8.Budget

  • How much in dollars is it going to cost you in terms of the proposed research?
  • Look in “Course Information” for tips on what to budget—supplies, personnel,

space where you work is to be accomplished, land phone, cell phone, fax, and so forth.

  • You can use a little creativity here, but it must be reasonable.
  • Coordinate with whomever is doing your “Schedule”. List budget totals by type of line item. Not as just one big lump sum.
  • Where are you going to get the money for the project, assuming your Team has made a good case for the preliminary project?(Catalogue of Federal Domestic Assistance, private foundations and/or other sources provided from earlier online post).
  • Project money source must include the following:

-Actual foundation or program you hope to get money from for the evaluation

-Due date for any application

-How this fits in with your general schedule of what you are going to do on a month-by-month basis.Can you begin your project without any money?

-How much money from each revenue source, and for what specific purposes?Unrestricted use of funds (depends on funding source)

[supanova_question]

Homeland security Business Finance Assignment Help

You will develop a formal information paper that addresses the legal basis of current Department of Homeland Security jurisdiction, mission, and responsibilities. You will need to specifically analyze hazards, to include manmade or technological and naturally occurring hazards, and terrorism, domestic and foreign, in the information paper.

You are an action officer in your local jurisdiction’s Office of Homeland Security. This is a recently created office. As a medium-size jurisdiction, the city manager’s office has dual responsibilities in many of the leadership and management positions. This is often referred to as being dual-hatted. The chief of police has been assigned as the director of the Office of Homeland Security for the city. She has no prior experience or knowledge of the requirements involved in homeland security and has asked you to provide a formal report on the topic. The chief intends to share this report with other office managers, city department heads, the city manager, and the elected officials of the city (mayor and city council).

Your report is an information paper and should be formatted as such. The report should address the following items:

  • The legal basis of current Department of Homeland Security jurisdiction, mission, and responsibilities
  • Legal definitions of hazards, to include manmade or technological and naturally occurring hazards
  • Legal definitions of terrorism, domestic and foreign
  • Review of state law and statutes (using your home or residency state) as it applies to hazards
  • Review of state law and statutes (using your home or residency state) as it applies to terrorism
  • Summarize your top 5 key points
  • Provide any recommendations that you may have to your city’s leadership concerning homeland security issues
  • Reference all source material and citations using APA 6th edition

The students provide a document that includes the following: title page, executive summary, table of contents, purpose statement, background statement (from scenario), topic paragraphs that address each task requirement to include the student’s analysis, summative paragraph that addresses key findings and any recommendations, references, and abbreviations and acronyms definitions.

[supanova_question]

Assembly Language X86 Processor Assignment on GCD and Matrix Computer Science Assignment Help

Assembly Language X86 Processor Assignment on GCD and Matrix Computer Science Assignment Help