Lab FIVE-01
Visit the following site:
Python Essentials 2 (Intermediate, v.2.0)
Module 3:Problem Statement: 3.2.1.14 Counting stack================================================================================================Submit your Python solution through as explained below).
Your lab will be graded on whether it’s been set up as a complete and workable solution.
For your solution to be complete, your program must be able to
Set up your script based on the given specifications
compile (ie, no syntax error(s))
run (ie, no run-time error(s))
For your solution to beworkable,
Your solution should be free of any type of errors (syntax, run-time, logic)
you may want to develop an algorithm first, using pseudocode
you do NOT need to turn in any algorithm
==========================================================================================================================Grading rubric:
You’ll receive full credit, if
your program
compiles and runs with no problems
produces the expected output
You’ll receive partial credit, if
your program
compiles and runs with no problems
produces partial output (that is, incomplete output)
You’ll receive 25% of the points, if your program will not compile
You’ll receive 30% of the points, if your program compiles but has a run-time problem
You’ll receive 40% of the points, if your program produces logic error(s).==========================================================================================================================What to submit:
Your Python solution as a text file
A screenshot of a run of your program, showing the output
How to submit:
Save your Python program (Lab FOUR-01) as a text file to your computer
Save ascreenshot of a run of your program, showing the output
Click on the above link: Lab FOUR-01
Locate your Python program (Lab FOUR-01 file) on your computer
Locate your screenshot of the run of your program
upload (that is, attach) BOTH files, under #4 and #5, to Blackboard
Click on SUBMIT
NOTE: You can make your submission just ONCE. So, before making your submission, ensure that it does not need any additional editing/revisions.=====================================================================================================
Lab FIVE-02
Visit the following site:
Python Essentials 2 (Intermediate, v.2.0)
Module 3:Problem Statement: 3.2.1.15 Queue aka FIFONOTE: This is an extra-credit activity.================================================================================================Submit your Python solution through Blackboard (as explained below).
Your lab will be graded on whether it’s been set up as a complete and workable solution.
For your solution to be complete, your program must be able to
Set up your script based on the given specifications
compile (ie, no syntax error(s))
run (ie, no run-time error(s))
For your solution to beworkable,
Your solution should be free of any type of errors (syntax, run-time, logic)
you may want to develop an algorithm first, using pseudocode
you do NOT need to turn in any algorithm
==========================================================================================================================Grading rubric:
You’ll receive full credit, if
your program
compiles and runs with no problems
produces the expected output
You’ll receive partial credit, if
your program
compiles and runs with no problems
produces partial output (that is, incomplete output)
You’ll receive 25% of the points, if your program will not compile
You’ll receive 30% of the points, if your program compiles but has a run-time problem
You’ll receive 40% of the points, if your program produces logic error(s)=========================================================================================================================What to submit:
Your Python solution as a text file
A screenshot of a run of your program, showing the output
How to submit:
Save your Python program (Lab FOUR-01) as a text file to your computer
Save ascreenshot of a run of your program, showing the output
Click on the above link: Lab FOUR-01
Locate your Python program (Lab FOUR-01 file) on your computer
Locate your screenshot of the run of your program
upload (that is, attach) BOTH files, under #4 and #5, to Blackboard
Click on SUBMIT
NOTE: You can make your submission just ONCE. So, before making your submission, ensure that it does not need any additional editing/revisions.=====================================================================================================
Lab FIVE-03
Visit the following site:
Python Essentials 2 (Intermediate, v.2.0)
Module 3:Problem Statement: 3.2.1.16 Queue aka FIFO: part 2NOTE: This is an extra-credit activity.================================================================================================Submit your Python solution through Blackboard (as explained below).
Your lab will be graded on whether it’s been set up as a complete and workable solution.
For your solution to be complete, your program must be able to
Set up your script based on the given specifications
compile (ie, no syntax error(s))
run (ie, no run-time error(s))
For your solution to beworkable,
Your solution should be free of any type of errors (syntax, run-time, logic)
you may want to develop an algorithm first, using pseudocode
you do NOT need to turn in any algorithm
==========================================================================================================================Grading rubric:
You’ll receive full credit, if
your program
compiles and runs with no problems
produces the expected output
You’ll receive partial credit, if
your program
compiles and runs with no problems
produces partial output (that is, incomplete output)
You’ll receive 25% of the points, if your program will not compile
You’ll receive 30% of the points, if your program compiles but has a run-time problem
You’ll receive 40% of the points, if your program produces logic error(s)==========================================================================================================================What to submit:
Your Python solution as a text file
A screenshot of a run of your program, showing the output
How to submit:
Save your Python program (Lab FOUR-01) as a text file to your computer
Save ascreenshot of a run of your program, showing the output
Click on the above link: Lab FOUR-01
Locate your Python program (Lab FOUR-01 file) on your computer
Locate your screenshot of the run of your program
upload (that is, attach) BOTH files, under #4 and #5, to Blackboard
Click on SUBMIT
NOTE: You can make your submission just ONCE. So, before making your submission, ensure that it does not need any additional editing/revisions.=====================================================================================================
Recent Comments