10000 words research report on a particular government web platform, research needs to be done from usability and user experience standpoint. A project topic and proposal will be provided along with a research structure outline. Harward referencing style. I am looking for a reliable expert in the IT field to write quality research in a timely manner.
Create a 10 x 10 two dimensional array of int data type (Remember that arrays start with 0, not 1.
- Load each index in the array with the multiplication of each (row * column) location
- Using printf display the content of each index, ALIGNED.
- Create an algorithm using a loop that will add all the values in all odd columns, and print their total aligned below the column.
- Print the addition of all values in each index in the array. This is a sum of all the elements of the array.
A Java submission must compile and run from the command line or it will earn a 0 and
will not be graded further. Do not include package statements or this will happen.
Create a 10 x 10 two dimensional array of int data type (Remember that arrays start with 0, not 1.
- Load each index in the array with the multiplication of each (row * column) location
- Using printf display the content of each index, ALIGNED.
- Create an algorithm using a loop that will add all the values in all odd columns, and print their total aligned below the column.
- Print the addition of all values in each index in the array. This is a sum of all the elements of the array.
A Java submission must compile and run from the command line or it will earn a 0 and
will not be graded further. Do not include package statements or this will happen.
The title of the unit is : Systems Analysis and Design
I have attached PDF file that include all the instructions , so please follow the instructions.
What you need to do :
please read the case study and answer the 10 questions and please see if the assignments need any references.
Your diagrams should be drawn using Visio (or suitable alternative that creates UML diagrams). Use the appropriate template for each diagram type. Make sure your diagrams are clear and readable.
im not really sure about the money we can discuss about it
Please write a mini REST API connected to a Go microservice to search movies from http://www.omdbapi.com/
Access credentials :
OMDBKey : "???"
URL : http://www.omdbapi.com/
* Example url call to search is --> GET http://www.omdbapi.com/?apikey=????=Batman&page=2
Tools/Implementation principles required such as :
- gRPC
- Clean architecture
- Go Kit
- API Gateway
- Unit tests
The API should :
- Have 1 endpoint named "/search" with GET method that will access API GW
- Have the API GW to call the microservice called Movie via gRPC's protobuf
- The parameters are "pagination" and "searchword"
- Returns a JSON to client containing the list of the search result
You will find a job for which you are qualified (and you will submit the job posting as part of your assignment). This job can be local or not; it can even be a change of job posted from within your current organization. The key is to find a job that you are qualified to perform but need to apply for.
Once you have identified the potential job (and captured the posting), you will create a resume using the guidelines found in Chapter 15. Think about which elements are most critical for job you are trying to get.
In addition, you will write a cover letter to accompany your resume. Be careful to develop the letter appropriately, addressing the appropriate person (which may require a little investigation on your part), including the best information to sell yourself, and of course, writing it well. As you create both your resume and your cover letter, think about the look of the document, as well.
Requirements:
1) Job posting for an appropriate job. (included wi
As we have seen in class, AVL trees are excellent for search given their height of log2nlog_2{n}log2n or log2n+1log_2{n} + 1log2n+1. Unfortunately, to achieve this efficient search, they have to use rotations during insertions and deletions, and those take time!
In this project, you will implement AVL-G trees, a simple modification of AVL Trees that allows for tuning the balance of an AVL Tree based on a constructor parameter. Simply put, an AVL-G tree, where G=1,2,3,,G = 1, 2, 3, ldots,G=1,2,3,, allows for any given subtree to have a balance of at most G. This means that our classic AVL trees can be referred to as AVL-1 trees.
Super easy to do just dont have time please make sure to read it
Demonstrate you have successfully configured your Java 8 environment by providing the following evidence.
1. A screen capture showing the results of running javac -version at your Command prompt.
2. A screen capture showing the results of running your own unique "Hello, UMUC!" program by changing the greeting to a personal greeting you create for the class.
Your demonstrations should run from the command prompt and not from an Integrated Development Environment such as Netbeans or Eclipse.
Include your source code as an attachment for other students to compile, modify and run.
Super easy to do just dont have time please make sure to read it
Demonstrate you have successfully configured your Java 8 environment by providing the following evidence.
1. A screen capture showing the results of running javac -version at your Command prompt.
2. A screen capture showing the results of running your own unique "Hello, UMUC!" program by changing the greeting to a personal greeting you create for the class.
Your demonstrations should run from the command prompt and not from an Integrated Development Environment such as Netbeans or Eclipse.
Include your source code as an attachment for other students to compile, modify and run.
Make a beat em up game.Must have 3 levels. Must have one 3D aspect. must show all of the class files used to make the game. Game must have audio. The game should have a win/lost state in the game so the game will end. the code should be organised and commented code and lastly have all media used in the game