Assignment # 6 due 3/23/23
app engine screen.
Create a datastore entity called Custinfo
Note: Need to have Google Translate API turned on in order to read data
Send me the app engine link
Assignment # 6 due 3/23/23
Exam 2/22/23 20 short answers from chapters 1,3,8,9,11,12,4
1. What is the Cloud?
2. Describe what a data center is?
3.What is a virtual machine?
4.What is Google Cloud Storage?
5. Explain the difference between zones and regions?
11. What are the choices when selecting cloud storage classes?
12. Explain the concept of the Google app engine?
Adjunct Professor John Iacovacci
Assignment #4 due Thursday 2/16/23
Assignment #2 Due 2/2/23
Assignment 1 due 1/26/23
https://uconnstamfordslp.blogspot.com/p/linux-explained.html
Create a linux shell program to state
Name
Major
Graduation Year
What you want to do
High school
Town
favorite subject growing up
What i am passionate about
Send both code and output via email
List all lines of code
Program
#!/bin/bash
# My First scripts
echo "Enter your full name : "
read my_name
echo "Enter your major : "
read my_major
echo "Enter the year you will graduate : "
read my_graduation
echo "My Name is : " $my_name
echo "My major is : " $my_major
echo "I will graduate in the year : " $my_graduation
Output
output
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile
Enter your full name :
John Iacovacci
Enter your major :
Computer Science
Enter the year you will graduate :
2026
My Name is : John Iacovacci
My major is : Computer Science
I will graduate in the year : 2026
Pick any stock and send me the linear regression chart for that stock. https://uconnstamfordslp.blogspot.com/p/machine-learning-exercise.h...