Computer Science CCIS 301

Discussion topics

Projects 1

 Two page paper for each question  

  1. Submit a report that discusses the differences between the next-fit and worst-fit algorithms.

2. List the steps involved in program relocation, including loop sequences, decision sequences, branching sequences, and data references. 

Additional Resources
  1. Beginner’s      Guide to Memory Management:

http://www.memorymanagement.org/mmref/begin.html

  1. Windows      Memory Management: https://msdn.microsoft.com/en-us/library/aa366779(VS.85).aspx
  2. IBM:      Inside Memory Management:

http://www.ibm.com/developerworks/linux/library/l-memory/

5. Ravenbrook – The Memory Management Reference:

http://www.memorymanagement.org/

wk 10

1. How did Filecoin conduct its ICO?

2. How is Filecoin’s ICO similar to and different from:    a) an equity IPO?    b) a crowdfunding initiative on, for example, Kickstarter, Indiegogo, GoFundMe?

3. What are the pros and cons of Filecoin conducting a fundraising through an ICO?

4. Why should investors be attracted to Filecoin?

5. Why should be wary of Filecoin?

6. Why are regulators encouraging or opposing ICOs?7. What have some regulators done in response to ICOs?

Compose your essay in APA format, including the introduction and conclusion, and in-text citations for all sources used. In addition to your 3 page (minimum) essay, you must include an APA-style title page and reference page.

Portfolio project

Portfolio Project: 

Discuss a current business process in a specific IT industry. Note the following:

– What is the current business process itself? (approx a paragraph or two)

– What is the industry the business process is utilized in? (approx a paragraph or two)

After explaining the current situation, answer these questions…

1. Explain a new technology that the business should deploy. Be specific, don’t only note the type of technology but the specific instance of technology. (For example, a type of technology is smart automation a specific type of automation is automated light-dimming technology). (write approx a 1 Page minimum)

2. State the pros and cons of the technology that was selected. (approx 1 Page)

3. State various factors the business should consider prior to deploying the new technology (approx 1 Page)

4. Write a Conclusion or Summary on the findings. (approx a paragraph or two)

5. There should be at least three APA (peer-reviewed) references to support your work.

Requirement: 

Minimum 4 pages for above submission.

Add cover page and reference page. The cover page and Reference page should be separate.

Use at least three (3+), APA & peer-reviewed references. Include in-text citations.

Put everything in the APA format. Strictly follow APA 7th Edition Format

No plagiarized content please! Attach a plagiarized report.

Check for spelling and grammar mistakes!

$20 max. Please bid if you agree.

Forecast of computer crime

 

Instructions

In order to complete Assignment #8 you will need to answer the below questions. Please complete the questions in a Word document and then upload the assignment for grading. When assigning a name to your document please use the following format (last name_Assignment #8). Use examples from the readings, lecture notes and outside research to support your answers. The assignment must be a minimum of 1-full page in length with a minimum of 2 outside sources. Please be sure to follow APA guidelines for citing and referencing sources. Assignments are due by 11:59 pm Eastern Time on Sunday.

1. Which of the forecasts described in this chapter is most likely to come to pass?  Which of the forecasts is least likely to come true? Why?

1 page in APA 6th Format on BlockChain

1 page in APA 6th Format on BlockChain on the below points.

1. In chapter 2, the author describes Hyperledger Fabric and its components. Create a new thread, choose one of the Hyperledger design principles described in chapter 2, and explain why your chosen design principle is important to a successful enterprise blockchain implementation. I’m interested to read what YOU learned from this week’s reading. Do NOT submit a research paper. Tell me what you think.

2. Then think of three questions you’d like to ask other students and add these to the end of your thread. 

Prolog Assignment

In the two-people game of ten questions, one person is answerer and the other person is questioner. They decide one topic to confine the scope, say Olympics games. The answerer decides an Olympic game in his/her mind and does not reveal the game to the questioner. Questioner is supposed to ask a maximum of ten questions to guess the answer.

Design a Prolog script that plays the role of an answerer. For example, queries can be related to:

• Team size (2 for badminton doubles, 1 for swimming)

• Number of teams in a game (2 for badminton doubles, many for swimming)

• Arena type (court for badminton doubles, pool for swimming)

• Play device (shuttle cock or racket for badminton doubles, water for swimming, ball or

racket for tennis, javelin for javelin throw, etc.)

• Game mode (knock out, timed)

• Performance type (score, win)

There should be only one form of query, for example: has(ball), has(pool), has(team), has(teamsize,2), has (teams_per_game, 2), etc. And one form of decision: is(badminton).

Prolog script should be able to play the game 5 times, choosing a different game each time.