See project description attached. additional sources: Davis, B. (2013). Masterin

See project description attached.
additional sources:
Davis, B. (2013). Mastering Software Project Requirements: A Framework for Successful Planning, Development & Alignment (1st ed.). (Ch 11) Plantation FL: J Ross Publishing.
Software Engineering Standards Committee of the IEEE Computer Society. (1993). IEEE Recommended Practice for Software Requirements Specification. New York, NY.

Everything will be stated in the files. We decided on the « use of AI in transp

Everything will be stated in the files.
We decided on the « use of AI in transportation and logistics companies in Saudi Arabia « 
If you find it hard to find a article and resources you can choose a different structure that is stated in the file. Make sure you use google scholar or whatever similar website to find relevant sources as the professor will check for plagiarism,AI

No use of chatgpt or AI. This Program is expected to: input a file containing sm

No use of chatgpt or AI.
This Program is expected to:
input a file containing small list of passwords (created by you) passwords.txt
Input a number of threads to create
Each thread is to take one of those passwords and perform a simple, selfmade, keyless symmetrical encryption routine on the password (symmetrical meaning it can be undone by performing the algorithm backwards)
The encryption routine is required to shift the position of all of the characters and change the value of all the characters. It could be as simple as shift every letter forward, move the last letter to the first, and increase all their values by x.
If there are 9 passwords and 4 threads selected, then passwords should be processed in batches of four until the third batch where only one thread would be created
Make sure the threads join() at the end of the loop before running the loop again
When completed, the program shall output each password & encrypted version on a separate line
To compile you will need to add -lpthread to the compile command line.
Submit both the code and a screenshot of the program’s execution.

No use of chatgpt or AI. This Program is expected to: input a file containing sm

No use of chatgpt or AI.
This Program is expected to:
input a file containing small list of passwords (created by you) passwords.txt
Input a number of threads to create
Each thread is to take one of those passwords and perform a simple, selfmade, keyless symmetrical encryption routine on the password (symmetrical meaning it can be undone by performing the algorithm backwards)
The encryption routine is required to shift the position of all of the characters and change the value of all the characters. It could be as simple as shift every letter forward, move the last letter to the first, and increase all their values by x.
If there are 9 passwords and 4 threads selected, then passwords should be processed in batches of four until the third batch where only one thread would be created
Make sure the threads join() at the end of the loop before running the loop again
When completed, the program shall output each password & encrypted version on a separate line
To compile you will need to add -lpthread to the compile command line.
Submit both the code and a screenshot of the program’s execution.

Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words

Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.

About this assignment knowing how to write, compile and execute code is a skill

About this assignment knowing how to write, compile and execute code is a skill you’ll need throughout your professional career. In this course, you’ve learned how to create software programs using standard coding structures and processes such as variables, constants, operators, decision logic, arrays, iteration constructs, and functions. For this assignment, you will write an application using the Python programming language. Write a program that uses the random module to play Guess the Number game. The program should consist of three functions. The first will display the Title and program specifications. The second plays the game. The main function calls those functions as it controls the playing of the game. The Python program should be developed in three steps and each step builds off the code from the previous step, which is listed below. Note: be sure to leave comments in your code that explain the intention of your functions. All files attached please let me know if you need anything else.

Hello, so this is the Sim city project, we need to make a city using the sim gam

Hello,
so this is the Sim city project, we need to make a city using the sim game, and I already did a report for the first project, but I didn’t make a city, so u must make a city according to my report and do the report and city for the 2nd project.
I will be re-submitting the first one, because I only had the report no city so you only need to make the city.