Giovanni’s Profile

Student
Active 7 years, 2 months ago
Giovanni
Display Name
Giovanni
Major Program of Study
Computer Engineering Technology

My Courses

ENG2000D812  Perspectives, Summer 2015

ENG2000D812 Perspectives, Summer 2015

An introduction to the major themes of literature and to methods of analyzing them.

My Projects

Lab #8 Presidents Quiz

Lab #8 Presidents Quiz

In this app, it will cover: -Defining list variable for storing the questions and answers in lists. -Sequencing through a list using an index; each time the user clicks “Next”, you’ll display the question. -Using conditional (if) behavior: performing certain operations only under specific conditions. You’ll use an if block to handle the app’s behavior when the user reaches the end of the quiz. -Switching an image to show diffrent picture for each quiz question.

Lab #7 Mole Mash

Lab #7 Mole Mash

For thr Mole Mash app, you’ll implement the following functionality: -A mole pops up at random location on the screen moving once every second. -When touching the mole, the phone will vibrate and the hits count will increase for everytime you hit the mole. -The miss count will lncrease for everything you touch the screen but miss the mole. -When pressing the reset button, the hit and miss count will reset.

Lab #6 Paint Pot

Lab #6 Paint Pot

With the PaintPot app. you can: -Dip your finger into a virtual paint pot to draw in that color. -Drag your finger along the screen to draw a line. -Poke the screen to make dots. -Use a button to wipe the screen clean. -Change the dot size to large or small. -Take a picture with the camera and then draw on that picture.

Lab #5

Lab #5

Using app inventor, we must create an app where a picture of a cat appears and everything we click on the picture, it will make a “meow” like a cat.

Lab #4 (part-2)

Lab #4 (part-2)

Write a function that takes a list of numbers and returns the cumulative sum. For example, the cumulative sume of [1 ,2, 3] is [1, 3, 6]. a_str = input(“Please enter your first number: “) b_str = input(“Please enter your second number: “) c_str = input(“please enter your third number: “) d_str = input(“Please enter your fourth number: “) a = int(a_str) b = int(b_str) c = int(c_str) d = int(d_str) user_list = [a, b, c, d] print (user_list) sum_1 = a sum_2 = a+b sum_3 = a+b+c sum_4 = a+b+c+d cumulative_sum = [sum_1, sum_2, sum_3, sum_4] print (cumulative_sum)

My Clubs

Giovanni hasn't created or joined any clubs yet.