icon

UseTopicwritingscode to get 5% OFF on your first order!

Archive for the ‘Computer science and IT assignments’ Category

Dictionaries

You should create a program that manages a tab-separated text file containing employees travel expenses. There are 4 and only 4 employees who travel for the company: alice, bob, carl, and diane. Each record in the data file will contain an employee name, a destination city, miles traveled, and gallons used. In the data file […]

3 labs for computer science

Lab 1: Using the GroceryItem struct from Assignment 5 create a source.cpp file and a main function. Put the GroceryItem struct above int main. We are going to create a grocery store full of items! Create two copies of this source.cpp file. Array VersionIn the first copy we are going to use a three dimensional […]

Assignment

Write a program with a graphical interface that allows the user to convert an amount of money between U.S. dollars (USD), euros (EUR), and British pounds (GBP). The user interface should have the following elements: a text box to enter the amount to be converted, two combo boxes to allow the user to select the […]

Palindrome Tester (Using Java Queue)

Purpose The purpose of this project is to practice with using and implementing Queues. Objective You are to implement a program to test to see if the entered word is a palindrome. A palindrome in this case is a word that reads the same backward as it does forward. Your program should take in a […]

Java Program Using Circular Array Queues

Using circular array queues, you must design a program that calculates the shortest possible path from the starting point to end point. Full assignment details can be found in the attached PDF. Use the given test file to check that the program is running to the proper specifications. Once all test cases pass, then it […]

Python3 Case study

In this project you will put together a “primer” on your assigned language (Python 3) as it relates to all our course concepts.It may be done on Word or PowerPointThere is no requirement for pages but ensure all requirements have be addressed. See attachment for full project.

Defensive Security – Assignment: Conducting a Risk Assessment

Defensive security involves focusing on reactive measures to breaches and includes processes such as finding system vulnerabilities, patching security flaws, and retiring software that introduces excess risk into an environment. For this assignment, you will be given a networked information system with an access control matrix. You need to conduct a risk assessment by evaluating […]

Dictionaries (Symbol Table)

You will implement a Symbol Table using dictionary in this assignment. https://github.com/edogdu/intro_to_python/blob/master/asg7_dictionary_symbol_table.ipynb Your program should produce an output exactly like this: > x = 1> y = 2> z = 3> x1> listx = 1y = 2z = 3> y2> pi = 3.14> listx = 1y = 2z = 3pi = 3.14> tNo such symbol> […]

BIS Design and Development

In this coursework you are expected to use your knowledge on object oriented PHP in order to construct functional components of Web applications. Furthermore, you will be creating a prototype to show how specifications of given cases can be implemented using object oriented PHP and MySQL. You are asked to test your work on given […]

Assignment

Write a program with a graphical interface that allows the user to convert an amount of moneybetween U.S. dollars (USD), euros (EUR), and British pounds (GBP). The user interface shouldhave the following elements: a text box to enter the amount to be converted, two combo boxesto allow the user to select the currencies, a button […]

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes