+1(316)4441378

+44-141-628-6690

Archive for the ‘Computer science and IT assignments’ Category

Liri bot

# LIRI Bot

### Overview

In this assignment, you will make LIRI. LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a _Language_ Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.

### Before You Begin

1. LIRI will search Spotify for songs, Bands in Town for concerts, and OMDB for movies.

2. Make a new GitHub repository called liri-node-app and clone it to your computer.

3. To retrieve the data that will power this app, you'll need to send requests using the `axios` package to the Bands in Town, Spotify and OMDB APIs. You'll find these Node packages crucial for your assignment.

  * [Node-Spotify-API](https://www.npmjs.com/package/node-spotify-api)

  * [Axios](https://www.npmjs.com/package/axios)

    * You'll use Axios to grab data from the [OMDB API](http://www.omdbapi

Liri bot

# LIRI Bot

### Overview

In this assignment, you will make LIRI. LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a _Language_ Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.

### Before You Begin

1. LIRI will search Spotify for songs, Bands in Town for concerts, and OMDB for movies.

2. Make a new GitHub repository called liri-node-app and clone it to your computer.

3. To retrieve the data that will power this app, you'll need to send requests using the `axios` package to the Bands in Town, Spotify and OMDB APIs. You'll find these Node packages crucial for your assignment.

  * [Node-Spotify-API](https://www.npmjs.com/package/node-spotify-api)

  * [Axios](https://www.npmjs.com/package/axios)

    * You'll use Axios to grab data from the [OMDB API](http://www.omdbapi

Data Modeling (Oracle SQL Developer)

This is a continual project, and this is the third and final portion.  The included files are up to date as of the second part being completed.  It will need some corrections base upon instructor feedback which there is a doc file included with those.  They will need to be corrected first before proceeding with the instructions for the third and final part.  Thank you.

DIGITAL SECURITY

Assessment Description:
Answer all the questions below. You should compile a well-constructed, formal written report of no more than 2,000 words that encompasses industry standard and fundamental digital security best practices. The assignment will specify a different scenario on which to base the context of your answers. Whilst your target audience has some level of IT knowledge, they have employed you as the subject expert. Answers to each question should be provided at a level of technical detail sufficient to that target audience in the given scenario. You should apply the knowledge gained from the lectures, and compliment this with your own research in order to demonstrate an understanding of the subject material, explaining the technology and how it applies to the context of the given scenario, providing suitable examples where appropriate.
Question 1: (40 marks)
You have just started a new role as a security specialist at Ruskin College. The college consists of 5 buildi

Radixsort linked list

Your application should be able to sort a list of strings from an input file using Radix Sort.
Assume the maximum length of the input string is 15 characters; the input file would contain an unspecified number of strings. The input file should contain one string in each line. Having read the strings successfully, your application should then sort the input strings using the Radix Sort algorithm.
The user should be displayed a menu with the options necessary to run the functionalities of the program (i.e., read the input file, print the strings before sorting, sort the strings, print the sorted strings, and exit).

Open Mp C++

In this assignment you are to develop an efficient large matrix multiplication algorithm in OpenMP. A prime criterion in the assessment of your assignment will be the efficiency of your implementation and the evidence you present to substantiate your claim that your implementations are efficient.

Submission
Deadline: 10 am on Sunday 19th April 2020.

The source code for the OpenMP program written in C++.
Report includes:
A description of the design of your program.
Evidence as to the efficiency of your implementation.
In Report we need a complete description of the program written in C++ Language and Evidence of efficiency of the program which measures in a time of execution takes both sequentially and parallelly.
Please find the link to get better understanding of the efficiency although the program mentioned in the link is on C language we need in C++ and we need the same kind of output table mentioned in the link for efficiency.
https://medium.com/t

Pascal

Must use Pascal programming language to code the algorithm
Provide a separate PDF file explaining the following:
1.The format of the input data
2 The format of the output data
3 Data structures used for the internal and external data of the algorithm
4 Any other detail/comment that it is specific to language implementation of various
operations, including compiling and execution instructions

Spring Boot Java project(salon booking system) and final report

Problem Description-Spring Boot Java project
Online Booking Webapp for a small Beauty Salon - to develop a web application to manage their client database. This online scheduling software,allows individuals to conveniently and securely book their appointments and reservations to the salons services online .They will typically access the online scheduling system through a Book Now button found on the Web page.
Once a date and time are selected, the system will automatically confirm the booking and
instantly record it within the system, without any staff action needed. The Admin/owner will be able to access an admin page to view upcoming appointments and a client list.

i have attached a similar webapp i have previously done. would like it in a similar format.

Java Quiz university

in 25 april will be quiz i need help. and in may will be final test and 1 project. to this help too. i need expert to help me to solve problems. price is negotiable


This is Exam Info about Quiz 2

1 Coding
25
Topic: Generics & OOP
Note: This question tests your knowledge on Generics and main OOP principles such as Inheritance, Polymorphism, Abstract Classes, and Interfaces.
Similar problems: 19.2, 19.11, 13.9 (with an element of Generics)
Related reading: Chapters 19, 11, 13

1 Coding
25
Topic: Collections (Lists, Stacks, Queues, Pr.Queues)
Note: This question checks your knowledge on data structures and Comparator interface.
Similar problems: LISTING 20.8 PriorityQueueDemo.java (p.785), 20.21.
Related reading: Chapter 20

1 Find the Error
15
Topic: Sets and Maps
Note: In this question, you will be given a program with errors. You will need to run the program and fix the errors. This is a coding question, and it t

C,C++, C#

Solve the algorithm using C, C# and C++ Language

In every program, the following MUST be mentioned
1. The format of the input data
2. The format of the output data
3. Data structures used for the internal and external data of the algorithm
4. Any other detail/comment that is specific to the language implementation.

THESE 4 POINTS MUST BE MENTIONED IN A SEPARATE PDF