-at least 10 slide – make sure to include cover slide and works cited slide -ima

-at least 10 slide
– make sure to include cover slide and works cited slide
-images there should be at least be three images accompanying your slides, that are relevant to your topic
-transitions the ppt swill have transitions
– theme the ppt will have a chosen theme
-the ppt will have a notes area with ate least 1 slide with notations
Possible topics
-Virtual reality
-Augmented reality
-PC hardware
-PC software
-RAM
-CPU
-Gaming culture
-Social media and culture
-Artificial intelligence
– How To’s based on some tech,cyber crime and security,etc

Faster Computing has contacted Go2Linux and requested a brief proposal presentat

Faster Computing has contacted Go2Linux and requested a brief proposal presentation for migrating its systems from Windows to Linux.
The company is specifically interested in seeing the following information:
(10.1.1: Identify the problem to be solved.)
Based on your current understanding of Faster Computing’s business, what are some potential benefits of Linux?
The company is aware that many different Linux derivatives exist. Be very specific and choose only one version (e.g., Ubuntu, Mint, Zorin, Redhat, CentOS, Kali). Which would Go2Linux recommend, and why? Give specific reasons for your choice (e.g., security features, support, updates, user interface).
(10.1.2: Gather project requirements to meet stakeholder needs.)
What steps will be required to migrate the systems from Windows to Linux?
Are there graphical interfaces available for the Linux workstations that would provide similar functionality to Windows? Some users are concerned about working with a command-line interface.
(10.1.3: Define the specifications of required technologies.)
What tools are available on Linux for the servers to provide file sharing, Linux services, and printing? (e.g., Apache/Nginx, Samba, CUPS, SSH/SCP). Ensure you identify what the functions/services are used for (e.g., Samba is used for file sharing).
(1.1.3: Present ideas in a clear, logical order appropriate to the task.)
The deliverable for this phase of the project is a three- to five-slide PowerPoint narrated presentation.
An introductory slide
A summary slide
Voice narration on every slide
For each slide, you will embed your own audio recording as if you were presenting the content to the Faster Computing team. Faster Computing has not yet committed to the project, so this should be presented as a proposal. The presentation should be visually appealing; the inclusion of at least one image that supports the content and adds value to the proposal is required.
(1.3.3: Integrate appropriate credible sources to illustrate and validate ideas.)
You must cite at least two quality sources.
You used at least 2 references and your references were cited properly following an accepted style. Ask your instructor for clarification.
Use the Migration Proposal Presentation template to get started.
(2.3.1: State conclusions or solutions clearly and precisely.)
You should present your proposal as if you are selling to the company. Revisit all of these important reasons in the summary slide.

This assignment will ensure that you have Python installed on your PC and a work

This assignment will ensure that you have Python installed on your PC and a working IDE that can help you in this course. This assessment will be easy as your goal is to implement this program and run it in multiple IDEs.
The program is as follows
name = input(“Enter Your Name: “)
print(“Hello ” + name + ” welcome to Herzing IS-296 Python Programming”)
This program is your basic hello world project for this course. You can copy and paste this code into an IDE and run it. This code will print out a line in the console saying Enter Your Name: You must click the console, type in your name, and hit enter. It will print out the following line with your name in the middle.
Now with that being defined, what you will need to turn into for this assignment is the following.
1.    Install Python and use the CMD to show that Python is installed on your system. Take a screenshot of the CMD and paste it into a word document
2.    Install PyCharm
3.    Install Jupyter notebook via pip or through Anaconda Navigator GUI
4.    Install Spyder via pip or through Anaconda Navigator GUI
5.    Run the above program in each IDE
6.    Take Screenshots of both the code and console output of each IDE in a word document.
You have to turn in a single word document with each IDE screenshot with the code running along with a screenshot showing that Python is installed correctly.