Learning Outcomes AssessedLearning Outcomes Assessed: LO1: Describe techniques for developing academic skills LO2: Present findings using appropriate referencing techniques Assignment brief: Task 1 Design a game for students that develops strategies for avoiding plagiarism and academic misconduct Task 2 Create and present a poster that explains your game. Your poster should include: - instructions for playing the g...
Produce an e-portfolio that includes your answers tothe following 4 tasks. You can choose how to create your e-portfolio (e.g. Free Online builder such as Google Sites, Wix, Weebly, Wordpress,GitHub portfolioor free Portfolio builder). Whichever method you choose, you must ensure your tutor is able to easily view your portfolio online and all the taskanswers.Your e-portfolio should have a welcome/title page, and for assessment purposes should onl...
Purpose: Using C#, develop an application for a simple Quiz. Outcomes: 1.Apply the programming techniques of C#. 2.Apply sequence-logic and selection-logic concepts. 3.Write decision-making statements, iterative statements to solve problems. 4.Use functions/methods to optimize your application. 5.Explore best practices for designing and developing Console applications. Problem statement: The application allows the user to take a Quiz and displays...
Question 1: Computer Misuse ActWhilst 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 complement this with your own research in order to demonstrate an understanding of the subject materi...
Task 1: Security vulnerabilitiesTask 1: Security vulnerabilities You are an Information Security officer working for InfoIT Limited. You have been informed of some vulnerabilities in your company's web server. These can be seen in the following list: Missing authorisation Download of codes without integrity checks Broken Authentication and Session Management Missing data encryption Cross-site-scripting vulnerabilities Give a detailed explanation...
Useful information on the moduleThe project is a showpiece opportunity for you to demonstrate what you know about current research and practices in your field of study and show off your skills in selecting and using appropriate techniques and tools employed in these areas to conduct a practical investigation into a particular problem. It is a self-directed piece of work, conducted with minimum supervision that demonstrates your ability to plan...
ObjectivesObjectives:To develop a two-tier Java based client-server application interacting with aMySQL database utilizing JDBC for the connectivity. This project is designed to give you some experience using the various features of JDBC and its interaction with aMySQL DB Server environment.Description:In this assignment you will develop a Java-based GUI front-end (client-side) application that will connect to your MySQL server via JDBC. You are...
Using One-Time Pad for ConfidentialityQuestion 1 Dr Watson is worried that a 56 bit key is not long enough, so he has invented a new combination of DES with a one-time pad. “You see Holmes” he explains, “the government just chooses a one-time pad R, exclusive-or’s this pad with the plaintext P, and then encrypts the result under the first DES key k1. The result is sent by ordinary e-mail to the embassy, and the ambass...
Task 1: Data Science Skills Complete four MATLAB Online Courses to learn Data Science skills. Earn a certificate for each course, acquire four certificates to complete this part of the assessment. When completed, upload each certificate to Turnitin. Course 1: MATLAB Onramp - Get started quickly with the basics of MATLAB. Course 2: Machine Learning Onramp - Learn the basics of practical machine learning methods for classification problems....
Questions: Task: You have to design and develop computer problems in this assessment. Learning Outcomes: This assessment addresses the following Learning Outcomes: Design and implement solutions using unified modelling language (UML) diagrams and programming to meet organisational needs Apply an integrated development environment (IDE) to create, compile, ...
Check the Unix Handout and go over the section about Processes -section 17. The action of each shell, the mechanism of how it executes commands and programs, how it handles the command and program I/O and how it is programmed, are affected by the settings of certain environment variables. Learn about the pscommand using man (type man ps) Give a list of possible states together with their significance. Identify your login...
You have been asked by your AI-startup to develop a classifier for pair-wise classification of input images of numbers (digits). The input to the program is two integers, between 0 and 9, and your task is to deliver a logistic-regression classifier for this pair of numbers given as input and report its classification accuracy.1.a:Using the digits database containing 1797 images, each of size 8x8 pixels (see link below), flatten each image into a ...
Task1.Demonstrate results of using an established AI technique which is capable of finding a solution to a given AI problem represented by a data set 2.Identify the cases of correct and incorrect outcomes generated by the technique on the given data set 3.Evaluate the accuracy of the technique in terms of rates of correct outcomes What am I required to do in this assignment? Task Students will develop a Machine Learning (ML) solution to s...
Code a new function named gradeThis is a C++ Modify your PA4 –Drop Lowest Score program by coding and implementing the functions described below.Create a new VS C++ project and firstuseWindows File Explorertocopy your PA4 source code and two library files to the project folder. Then in the VS project, ADD those threeEXISTING files to the project’s Solution Explorer. 1. Code a newfunction named gradeCode a generic, reusablevalue retur...
Construct a solution algorithm for the following problems. Your solution should contain: Defining problem Pseudo code algorithm Desk check of the algorithm o (Three test cases for each question. Two valid and one error test case) Question 1 A clinic requires a program to calculate the body mass index (BMI) and display the BMI value and status of a patient. Develop a program to accept the height and weight ...