Tag Archive for: Assignment Help Online Services Collections

Computer Science 2023 HIT137 Assignment 1, 2018

2023 Question 1 Marks 05 Assume s is a string of numbers Write a program that checks | Assignment Collections

  

Question 1  Marks 05

Assume s is a string of numbers.

Write a program that checks the string s for the values ‘2‘, ‘3‘, ‘5‘ and ‘7‘. When one of the values is found in the string, record its position within the string and continue to check for more occurrences. Finally, output the results found.
For example, if s = '568714523645873', your program should print:

2 – 7

3 – 8 14

5 – 0 6 11

7 – 3 13

Give Five (5) different examples with its output.

Question 2  Marks 05

Assume s is a string of numbers.

Write a program that prints the longest substring of s in which the numbers occur in descending order. For example, if s = '561984235870154755310', then your program should print

Longest substring in numeric descending order is: 755310

In the case of ties, print the first substring. For example, if s = '742951', then your program should print

Longest substring in numeric descending order is: 742

Question 3 Mark 05  

You have recently returned to Australia after a holiday abroad. You have some unspent foreign currency that you need to convert back into AUD (Australian Dollars). Write a program that will allow you to enter two or more amounts of foreign currency and their associated exchange rate.  Convert the amounts back into AUD and print the total sum of AUD received once all conversions are complete. 

Resulting program output might look similar to:

Enter currency amount:  100
Enter exchange rate:  0.75
100.0000 / 0.7500 = 133.33
Enter currency amount:  100
Enter exchange rate:  0.50
100.0000 / 0.5000 = 200.00
Total AUD received = $333.33

Question 4 Mark 05

Write a python program that allows the user to navigate the lines of text in a file. The program should prompt the user for a filename and input the lines of text into a list. The program then enters a loop in which it prints the number of lines in the file and prompts the user for a line number. Actual line numbers range from 1 to the number of lines in the file. If the input is 0, the program quits. Otherwise, the program prints the line associated with that number.

Question 5  Mark 10

Write a program that encrypts and decrypts the user input. Note – Your input should be only lowercase characters with no spaces.

Your program should have a secret word that will be used for encryption/decryption. Each character of the user’s input should be offset by the value of the same character in your secret word. For example, if my secret word is “cab” and the user wants to encrypt “apples”.

  

c

a

b

c

a

b

 

3

1

2

3

1

2

 

 

a

p

p

l

e

s

 

1

16

16

12

5

19

 

 

4

17

18

15

6

21

 

d

q

r

o

f

u

The encrypted output would be “dqrofu”.

The program should ask the user for input to encrypt, and then display the resulting encrypted output. Next your program should ask the user for input to decrypt, and then display the resulting decrypted output.

Enter phrase to Encrypt (lowercase, no spaces):  apples
Result: dqrofu
Enter phrase to Decrypt (lowercase, no spaces):  dqrofu
Result: apples

Question 6 Mark 10

Write a python program that accepts a text file as input. The program should read the text file and display all unique words in alphabetical order. It should then display the non-unique words and the number of times that they occurred in the input text.

Input file contains the following text:

how much wood would a woodchuck chuck if a woodchuck could chuck wood

Expected outcome should resemble:

Non-unique words and number of occurrences in no particular order:
         wood  :  2
         a  :  2
         woodchuck  :  2
         chuck  :  2
Unique words in alphabetic order:
         could
         how
         if
         much
         would

!End! 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 CIS 105 week 6 on your own 12-1

2023 Week 6 On Your Own Homework 12 1 Worth 75 points Note Microsoft | Assignment Collections

Week 6 On Your Own Homework 12-1

Worth 75 points 

Note: Microsoft Office Suite 2013 (PC), 2011 (Mac), or more recent software is required to complete each homework assignment.

Note: Some On Your Own projects have been modified for students using  Microsoft Office 2011 for Mac software. Students should select the appropriate version of the assignment based on the software they are using. Failure to do so may result in errors or difficulty when completing the project.

Note: Download the data files. These files are needed to complete the graded On Your Own homework problems. 

Complete the weekly homework based on the following:

  1. Complete the On Your Own project (PC or Mac version) according to the project instructions and submit your assignment through the online course shell. Note: It is important to note that some On Your Own projects request a printed or self-submitted document. Students completing this course online or in a physical classroom must submit the assignment through the online course shell regardless of the instructions presented in each On Your Own exercise.    
  2. Submit your assignment in the appropriate Microsoft Office application(s) using the filename “Last name_First initial_OYO#” in addition to the appropriate filename extension (e.g., .docx, .dotx, .htm, etc.). For example: If your name is Mary Smith, the file for the On Your Own project 12-1 should be saved as Smith_M_12-1.dotx. 
  3. Include your name, course section, professor name, title of the assignment, and version of the assignment (PC or Mac).
  4. Provide general comments on the overall assignment experience in two to three (2-3) sentences. Submit the written portion in the text box located in the assignment submission link. 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 App

2023 Hawwa Hafesje Computing Project Course Name Subject Computing Login or Hard Copy | Assignment Collections

Hawwa Hafesje: Computing Project

Course Name/Subject – Computing

Login or Hard Copy – Hard Copy

Detailed Description – To build and test an online system that works on both a computer and mobile phone, which tracks talks and events.

Requirements have been written, and a start has been made on the initial requirements. These need to be built on and the rest of the requirements need to be completed.

Coding is done in PHP and javascript.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Week-14

2023 Develop a disaster recovery plan for an organization There are many different templates available online for you to | Assignment Collections

Develop a disaster recovery plan for an organization. There are many different templates available online for you to use as reference and guidance. Your plan should cover the following sections (these sections detail the elements in a DR plan in the sequence defined by industry compliance standards ISO 27031 and ISO 24762).This section should summarize key action steps (such as where to assemble employees if forced to evacuate the building) and list key contacts with contact information for ease of authorizing and launching the plan.

  •     Introduction
  •     Roles and Responsibilities
  •     Incident Response
  •     Plan Activation
  •     Document History
  •     Procedures

Your paper should meet the following requirements:

  • Be approximately six to eight pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least ten scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Operating Systems Overview

2023 Study the required readings in this module and answer the following questions Explain what an operating system is its functions | Assignment Collections

 

Study the required readings in this module and answer the following questions:

  1. Explain what an operating system is, its functions, and its components 
  2. Describe at least 3 different types of OS and their primary functions. 
  3. Explain operating system architecture and its components.

Assignment Expectations

Using information from the modular background readings and any good  quality resource you can find, write a 3-page (excluding the title page  and reference pages), single-spaced report to address the questions in  this assignment. 

The following items will be assessed in particular:

  1. Your ability to address all questions based on reading materials and your own research.
  2. Your ability to write a report clearly and succinctly.
  3. Effective and appropriate use of in-text citations to the assigned readings and other source material to support your arguments.

*******Required Readings******

Components of a computer system

Operating systems, their goals, classification, and architecture

  • Garg, R., & Verma, G. (2017). Chapter 1: Operating systems: Overview. In Operating systems: An introduction. Available in the Trident Online Library.
    Note: This chapter discusses the goals and classifications of operating systems
  • Garg, R. & Verma, G. (2017). Chapter 2: Operating systems architecture. In Operating systems: An introduction.
    Note: This chapter explains the architecture of OS.
  • Stone, S. M. (2013, May 24). Operating Systems 1 – Introduction [Video]. Retrieved from https://www.youtube.com/watch?v=5AjReRMoG3Y
    Mobile Operating systems
  • Data Is Beautiful (2019, October 9). (UPDATED!) Most popular mobile OS 1999-2019 [Video]. Retrieved from https://www.youtube.com/watch?v=MMyMB4zm9so
  • WawamuStats (2019, October 4). Most used mobile phone operating system (OS) (2009-2019) [Video]. Retrieved from https://www.youtube.com/watch?v=etrE_NcjXX8

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Computer Network & Security -VRR

2023 Research Project The research project is a research based paper on a current Management of | Assignment Collections

Research Project : The research project is a research-based paper on a current Management of Information Systems topic, You will develop your research project in stages throughout the course, to include: selecting a topic, submitting an abstract/outline, presenting draft project (paper) for instructor review and feedback, and submitting your final project (paper) for evaluation. You must support your materials by using at least five appropriate, properly cited sources in addition to your course textbook. Your project (paper) will comprise 4000 (not including title and  Page 6 of 7 reference pages). Your project (paper) must be formatted according to APA guidelines as a Word document, double spaced, Times New Roman, 12-font, with one inch margins.  

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Digital Forensics – Criminal Case

2023 Do a bit of research on line Find a criminal case that involved Digital Forensics Using WORD write | Assignment Collections

 

Do a bit of research on-line. Find a criminal case that involved Digital Forensics. 

Using WORD, write an ORIGINAL brief essay of 300 words or more describing the case and the how digital forensics were used  in the investigation. 

Safe Assign is software that verifies the originality of your work against on-line sources and other students.

Note your Safe Assign score. Continue submitting until your Safe Assign score is less than 25. 

Attach your WORD doc and then hit SUBMT.

 

  • OverviewThis week the class reviews networks and the internet. 
    This week’s topics:
    • Review the anatomy of an investigation
    • Understand the scope of investigations
    • Identify stakeholders
    • Learn the art of documentation.
    • Review the weekly reading and viewing assignments
    • Review this week’s lab assignment
  • ItemRequired ReadingsRead Chapter 1 of the Graves text, The Anatomy of a Digital Investigation.
    Primary topics:
    • Model for investigators
    • Identifying stakeholders
    • Documenation

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Kyits531wk10as

2023 1 What is Big Data Why is it important Where does Big Data come from 2 What do you think | Assignment Collections

1. What is Big Data? Why is it important? Where does Big Data come from?

2. What do you think the future of Big Data will be? Will it lose its popularity to something else? If so, what will it be?

3. What is Big Data analytics? How does it differ from regular analytics?

4. What are the critical success factors for Big Data analytics?

5. What are the big challenges that one should be mindful of when considering implementation of Big Data analytics?

6. At teradatauniversitynetwork.com, go to the Sports Analytics page. Find applications of Big Data in sports. Summarize your findings

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 SPSS “CORRELATION AND BIVARIATE REGRESSION”

2023 DUE 10 17 9 P M EST BE ON TIME To prepare for this Discussion Review | Assignment Collections

  DUE 10/17    9 P.M EST   BE ON TIME

To prepare for this Discussion:

  • Review this week’s Learning      Resources and media program related to regression and correlation.
  • Review Magnusson’s web blog to  further your visualization and understanding of correlations between two  variables.
  • Construct a research question      using the General Social Survey dataset (ATTACHED), which can be answered      by a Pearson correlation and bivariate regression.

Use SPSS to answer the research question. Post your response to the following:

INCLUDE TABLES

  1. What is your research question?
  2. What is the null hypothesis for      your question?
  3. What research design would      align with this question?
  4. What dependent variable was      used and how is it measured?
  5. What independent variable is      used and how is it measured?
  6. If you found significance, what      is the strength of the effect?
  7. Explain your results for a lay      audience; explain the answer to your research question.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Java

2023 After reading the chapter you should complete the two exercises at the end of the chapter The first | Assignment Collections

 

After reading the chapter, you should complete the two exercises at the end of the chapter. 

The first requires you to create a class of objects for bank accounts and gives you some guidance about what needs to be included in the class.  The second requires you to design a class of your own.

You can create a UML diagram by inserting a table with one column and three rows in a Microsoft Word document. 

You can create an annotated UML diagram by inserting a table with two columns and three rows in a Microsoft Word document, then merging the two columns in the top row. 

 Submit your work as two PDF files zipped together.  The first should include the UML diagram for the Bank Account Class from exercise 1. The second should include a descriptive paragraphs and the UML diagram for exercise 2.  You can create aPDF file from a Word document by using “Save As … ” , then choosing the PDF file type. 

A Word document with the sample UML diagrams for the Employee class from chapter 8 are included here and in the Chapter files.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now