These ICS3U Grade 11 Computer Science python coding questions will form a part of your final grade for this course and are to be handed in for grading.
For all of the following questions:
Your grade will be based on your ability to demonstrate the overall expectations from the Ontario Computer Studies Curriculum
A1 – Data Sequencing
A2 – Selection and Repetition Structures
B3 – Algorithm Design
File Name: “ICS3UmonoGram.py”
The user is going to enter their full name from the keyboard (Assume that consists of 3 names: first, middle, last). They will all be entered on the same line.
Write a program that displays the monogram of the persons name.
Your program should continually ask for people’s names until a blank name is entered.
File Name: “ICS3UinOrder.py”
Write a program that asks the user to enter values from the keyboard. The user can enter any number of numbers that they want.
File Name: “ICS3UgetHomeNote.py”
A little kid has been given directions on how to get to school from his house. Unfortunately he lost the paper that tells him how to get home from school. Being that you are such a nice person, you are going to write a program to help him.
Suppose his mother gave him a note that said the following
You need to write him a note back that said the following
Notes:
The input for the program consists of the direction and the street to turn onto.
The input keeps going until SCHOOL is entered as the street name