Create Task
Due 5/2
Create Task
Submitted
Reviewed By: Nathan Shih
Comments
- seems to contain all necessary requirements
- video is within time limit and shows runtime well
- Adding a score counter would be nice
- Overall seems ready for submission
Submitted on: May 1st
Study Plan
Review Ticket
What to Study
Date |
Focus |
Difficulty |
4/18 |
Create Task Polishing |
Easy, Finished |
4/19 |
Practice MCQ 1 |
Not Bad, certain topics need review |
4/20 |
Converting Decimal/binary to ASCII |
Easy once you know the tricks |
4/21 |
Practice MCQ 2 |
Pretty Easy |
4/22 |
Review MCQ 2 Questions |
Not bad, didn't miss many so I feel pretty confident |
Progress
MCQ 1 4/19
Date Taken |
Score |
April 19th |
50/50 |
Reflection: I did very well on this quiz, but parts of it were definitely lucky. I probably should not have gotten a 50/50. Especially the parts converting decimal, ascii and binary. I need to learn how to do that, because I have no clue. The majority of the test was pretty easy otherwise though, so I think I can get a 5 on the AP exam.
MCQ 2 4/21
Date Taken |
Score |
April 21st |
48/50 |
Corrections |
Question |
What was the mistake? |
#36 |
I didn't know what a sampling error was, so I assumed that was the cause of the problem. A sampling error is when the data you choose does not represent the population that the data is being taken from |
#41 |
The data provided only gave the total price of the transactions, not the individual prices of each item. I thought it was the opposite, and so I chose C iinstead of D |
MCQ 3 4/26
Date Taken |
Score |
April 26th |
46/50 |
Corrections |
Question |
What was the mistake? |
#2 |
Not all problems can be solved algorithmically |
#7 |
The algorithm runs without error and returns something. The function will add each subsequent value for a sum from 1 to n |
#14 |
Diane is not in the lsit and thererrfore will display 0 as it should when finding Diane, it should display 1 for answer C, but will instead display 0 |
#17 |
The function will show the first number that is less than the previous number, therefore C and D will display the wrong values; 20 and 30 |
MCQ #4 5/5
Date Taken |
Score |
May 5th |
47/50 |
Corrections |
Question |
What was the mistake? |
#16 |
Both will display the same values in the same order, misunderstood how the loop was working |
#17 |
One will use scan function 5 times more than the other, scan takes 1 min each therefore the other will take 5 minutes more to execute |
#50 |
Clicked the wrong answer when submitting the quiz |
Reflection
I was very confident with almost all of my answers. I think I deserved the 48/50, this was much less luck based than the previous MCQ. Learning how to convert decimal, ASCII and binary were very helpful as there were about three question related to that which I would not have known otherwise. In general, I feel prepared for the AP exam.
Scratch Work