Computer science and IT assignments

May 14, 2020

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 […]
May 14, 2020

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 […]
May 14, 2020

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 […]
May 14, 2020

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 […]
May 14, 2020

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 […]