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: “ICS3Utip.py”
You are going to write a tip calculating program that does the following
File Name: “ICS3UtriangleType.py”
You are creating a program to distinguish between different types of triangles
Have your program read in 3 angles (in degrees) from the user
File Name: “ICS3Uradar.py”
Cities have radar signs that indicate to drivers that they are going too fast. You are going to write a program that outputs the Fine $ given to a driver for going a certain speed over the limit.
Your program needs to have the speed limit and recorded driver speed as the input and the $ amount of the Fine as the output