HR Management & Blockchain

 1. How has blockchain been successfully applied in industry and government? 2. What barriers exist in the adoption of blockchain technology.

 Introduction, Question 1, Question 2, Conclusion, References.

500 words

This question will reuse the same code you

  

This question will reuse the same code you created for me last week. But, this time it needs to have user input. So the user must be able to enter in any Centigrade temprature and then its suppose to output the Fahrenheit temprature. User must be able to enter it numbers as many times as they want, but also have a quit option. Please add comments and documentation as to what the code is doing or what the code functionality is. 

Computer Science

 

How is probability theory used in computer science?  Find at least one example and explain it.

Focus on clear thoughtful words. Remember that you need to do your own work.  Reply to one of your classmate’s discussions.

Task of assigning random numbers

Task of assigning random numbers to the squares, and selecting the winning square.      Whenever the user clicks the   “Go” button, your VBA program should assign new random numbers to   the cells in the worksheet and also randomly select the winning cell and   change its background color to red (or some other color). No formulas should   be placed in any cells on the worksheet.            Requirements & Hints:   1) You may use formulas to   create the row and column headings in the table. However, there should not be   any other formulas in the worksheet. All the random numbers should be   generated in VBA and placed in the cells as numeric constants (not cell   formulas).      2) In VBA, numbers between 1   and 500 can be randomly generated via: 1 + Int(Rnd * 500))      3) You will need to figure out   how to make VBA loop through the 500 cells in the range containing the   numbers. While the lectures in Unit 5 describe the Cells( ) collection of a   range object as requiring two arguments to specify a row and column (like Cells(r,   c)), you can also use a single argument (like Cells(n)) to refer to the nth   cell in a range.      4) There are a variety of ways   to approach this problem. One way is to first fill the range   sequentially with the integers   from 1 to 500. Then, you could go to each cell (one at a time), generate a   random cell number between 1 and 500 and then swap the value in the current   cell with the value that is in whatever cell number you generate randomly.   (See the next page for a detailed walk-through of this procedure using a   simplified example.).      5) Make sure the macro you   create is Public (not Private). Putting the “Go” button in your application   Once you have your VBA code working, you need to add a “Go” button to your   spreadsheet that the user can click to execute your code. I strongly recommend   that you get your code working first and then follow the instructions below   to create a Go button and connect your code to it. To create the “Go” button   first make sure you have the Developer tab available on the Ribbon in Excel.   If you don’t have a Developer tab do one of the following: In Office 2007   click the Office button, Excel Options, Popular, and click the check box for   “Show Developer tab in the Ribbon.”      In Office 2010 & 2013   click File, Options, Customize Ribbon, and check the box next to Developer in   the right-hand pane. Now, click Developer, Insert, and click the “Button”   icon beneath Form Controls, and then click and drag to draw a button control   on your spreadsheet. (Note that there is another button icon under ActiveX   Controls, but I strongly recommend using the one under Form Controls for this   exercise.) A window   should appear allowing you to   assign a (Public) macro to this button. Select your macro and click OK. If   you click your button, it should now run the macro you assigned to it.   If you right-click your button   you can edit the text that appears on the button (among other things).      Simplified Example      Suppose I have a range filled   with numbers from 1 to 15…   1 2 3 4 5 6 7 8 9 10 11 12 13   14 15       

sub

Company Name/Corporation Name : Unilever PLC

Points to be written for

* Future Direction 

* Other items of significance to your corporation

Write 1 page for each topic

there are 2 topics

so in total 2 pages i need

Check the attached document for references

APA Format Must

References must be appropriately cited

Data Base Design Project

I am doing in single person so choose 1 person 20 Tables
I include the template given by the professor. Please do not copy from any sources .

NO PLAGIARISM
ONLY RESPONSE WHO CAN DO IT 

 Project
Can be any business other than a bicycle shop (sales/repair)
1 Person 20 Tables
2 People 38 Tables
3 People 56 Tables
4 People 74 Tables
(Average 5 Columns per table)
Should be normalized to 3rd Normal Form
1 (per person) instance where 1st, 2nd, or 3rd normal form is  violated, give a detailed explanation as to why you designed this  violation (you can have more than one, but it must be explained)
Create Select/Insert/Update/Delete statements for each table (other than  many-to-many tables)
Create at least 12 business rules, 10 should be built into the design (Per person)
Naming convention – explain the naming convention you used.
Data Dictionary
10 rows of dummy data in each table (where possible)
DDL Scripts for each table, PK, and FK
Using https://app.diagrams.net/ create the ERD using Crow’s Foot Notation (No other Notation will be accepted)
If you are working as a team, make sure it is obvious who created which pieces. Color code the ERD, showing who did what.
One person should submit the project for the team.
instpubs.sql
instnwnd.sql
Chinook_SqlServer.sql
Adventureworks.sql
Data Dictionary Template.xlsx
  

capstone

 

This assignment will require that you create a powerful and unique personal commercial to sell yourself. This 30 second commercial will provide a way to make an impressive introduction to your potential employer. Think about the following:

  • What is your career goal?
  • What are your strengths, skills, experiences that you have that will assist you with obtaining that goal?
  • What achievement represents how you use the skills, strengths and experiences?
  • What are you looking for in a job or internship?
  • How can your skills and experience immediately benefit the potential employer?

To start, you will need to write a script for yourself. The commercial should be simple, natural, and conversational. Don’t try to memorize the script, but also don’t ramble. Practice and take several takes before you turn in both the script and the required video. Remember you will need to wear business casual for the video.

 30 Second Employee Elevator Pitch – YouTube 

SE 493 week 3

SE493. Week 3 

APA FORMAT CITATION AND NUMBER THE ANSWER BELOW QUESTION 

Discussion

Question 1

Please read chapter 5 and in your own word discuss what is your understanding of Client-server architecture?

Assignment Description

Please read chapter 5 textbook and review page 42  to 46 PP slides Chapter 5, (Examples of Application Types). in your own word and explain: 

1) Transaction processing applications/systems? (Provide a couple of examples).

2) Data Processing Applications/systems? (provide a couple of examples)