P0 AP CS Principles-P0 Assignments

Upcoming Assignments RSS Feed

No upcoming assignments.

Past Assignments

Due:

5 Create PT Questions in Google Classroom

5 Create PT Questions

Created by John Kim: Tuesday, November 30 12:26 AM

Due:

Hour of Code Extra Credit Form Up;load in Google Classroom

Hour of Code Extra Credit Form Up;load

If you chose to do the Hour of Code, upload your certificate here for 10 points extra credit
Created by John Kim: Tuesday, December 7 2:06 PM

Due:

7.7 Libraries Practice in Google Classroom

7.7 Libraries Practice

Created by John Kim: Wednesday, December 1 12:43 PM

Due:

7.4 Parameters and Return Values Make in Google Classroom

7.4 Parameters and Return Values Make

Created by John Kim: Wednesday, December 1 12:43 PM

Due:

Code.org 7.3 in Google Classroom

Code.org 7.3

Do the code.org 7.3
Created by John Kim: Monday, November 29 2:02 PM

Due:

7.2 Explore in Google Classroom

7.2 Explore

Created by John Kim: Monday, November 29 2:02 PM

Due:

Chapter 5 Quiz in Google Classroom

Chapter 5 Quiz

You do not turn anything in here.  I will put the score
Created by John Kim: Friday, November 12 12:13 AM

Due:

7.1 Function Parameters and Return Values in Google Classroom

7.1 Function Parameters and Return Values

Take a picture of your repl.it and submit it.
Created by John Kim: Wednesday, November 17 9:55 AM

Due:

AP CSP Performance Task Practice in Google Classroom

AP CSP Performance Task Practice

This is a practice for the FRQ.
1. You will work by yourself but you can ask partners for help and bounce ideas off each other
2. This is a practice FRQ.  Due BEGINNING of class on Friday Nov. 5.  On time, no excuses.
3. Gallery Walk + Peer grading on Friday
4.  You will submit the written response to Google classroom and have a working app on 5.17
Created by John Kim: Friday, October 29 4:31 PM

Due:

Code.org 5.12 in Google Classroom

Code.org 5.12

var city = getColumn("Daily Weather", "City");


var fn = getColumn("Daily Weather","Forecast Number");

var cd = getColumn("Daily Weather", "Condition Description");



var city_f=[];
var cd_f=[];


for (var i=0 ; i    if (fn[i]==1){
        appendItem(city_f, city[i]);
        appendItem(cd_f, cd[i]);
    }
}
Created by John Kim: Thursday, October 28 12:53 PM

Due:

Code.org 5.11 in Google Classroom

Code.org 5.11

Due in class.


var tgd = totalGoodDays/totalDaysWithAQI*100.0;
setProperty("goodOutput","text",  Math.round(tgd));

var tmd = totalModerateDays/totalDaysWithAQI*100;
setProperty("moderateOutput","text",tmd);

var tugd = totalUnhealthyGroupsDays/totalDaysWithAQI*100;
setProperty("unhealthyGroupsOutput","text",tugd);


var tud = totalUnhealthyDays/totalDaysWithAQI*100;
setProperty("unhealthyOutput","text",tud);

var tvud = totalVeryUnhealthyDays/totalDaysWithAQI*100;
setProperty("veryUnhealthyOutput","text",tvud);
Created by John Kim: Thursday, October 28 12:53 PM

Due:

code.org 5.9 - Traversals (we do in class) in Google Classroom

code.org 5.9 - Traversals (we do in class)

Created by John Kim: Monday, October 25 10:14 AM

Due:

Code.org 5.10 in Google Classroom

Code.org 5.10

Created by John Kim: Tuesday, October 26 2:46 PM

Due:

code.org 5.8 Make in Google Classroom

code.org 5.8 Make

Created by John Kim: Friday, October 22 8:42 AM

Due:

Code.org 5.6 and 5.7 in Google Classroom

Code.org 5.6 and 5.7

For 5.6.3 - Make sure you understand what the for loops does.  What is text1, text2, text3, text4....
You are going to use that later in other lessons!

Created by John Kim: Thursday, October 21 1:15 AM

Due:

5.4 List Make in Google Classroom

5.4 List Make

Created by John Kim: Tuesday, October 19 11:44 AM

Due:

Code.org Chapter 4 Quiz in Google Classroom

Code.org Chapter 4 Quiz

Created by John Kim: Wednesday, October 13 10:25 AM

Due:

Code.org 5.3 List Practice in Google Classroom

Code.org 5.3 List Practice

Created by John Kim: Wednesday, October 13 10:25 AM

Due:

Code.org 4.12 in Google Classroom

Code.org 4.12

Created by John Kim: Thursday, October 14 12:57 PM

Due:

Code.org 4.12 in Google Classroom

Code.org 4.12

This is a practice for the Ap Test.  No Extensions.
Do not answer question #2
Created by John Kim: Friday, October 8 10:25 AM

Due:

Code.org 4 Chooser Gallery Walk in Google Classroom

Code.org 4 Chooser Gallery Walk

Created by John Kim: Wednesday, October 13 10:25 AM

Due:

Code.org 5.2 in Google Classroom

Code.org 5.2

Created by John Kim: Tuesday, October 12 4:49 PM

Due:

Code.org 4.10 Functions Practice in Google Classroom

Code.org 4.10 Functions Practice

Created by John Kim: Wednesday, October 6 3:25 PM

Due:

Code.org 4.11 in Google Classroom

Code.org 4.11

Just get the app working
1. Do not worry about the paper work
2. Do not post link, just get it working.  I can see it.
Created by John Kim: Thursday, October 7 8:48 AM

Due:

Code.org 4.9 Functions in Google Classroom

Code.org 4.9 Functions

Created by John Kim: Tuesday, October 5 10:53 AM

Due:

Text Game Using Functions in Google Classroom

Text Game Using Functions

This is Due on Tuesday by beginning of class.  We will have a gallery walk
Created by John Kim: Wednesday, September 29 10:32 AM

Due:

4.8 Make - museum ticket in Google Classroom

4.8 Make - museum ticket

Complete the museum ticket
Created by John Kim: Monday, September 27 2:06 PM

Due:

HW 4.5A in Google Classroom

HW 4.5A

Convert to Google Docs
Created by John Kim: Tuesday, September 21 4:47 PM

Due:

HW 4.6 in Google Classroom

HW 4.6

Created by John Kim: Thursday, September 23 10:36 AM

Due:

4.7 Assignment in Google Classroom

4.7 Assignment

Do the activities in 4.7.  Nothing to turn in.
Created by John Kim: Friday, September 24 12:09 PM

Due:

4.4 Activity Guide in Google Classroom

4.4 Activity Guide

Just submit a link to the activity.  You do not need to submit this guide
Created by John Kim: Thursday, September 16 4:34 PM

Due:

4.2 Variables in Google Classroom

4.2 Variables

Created by John Kim: Tuesday, September 14 6:14 PM

Due:

4.3 Variables in Google Classroom

4.3 Variables

Created by John Kim: Wednesday, September 15 8:16 AM

Due:

Code.org 3.8-310 in Google Classroom

Code.org 3.8-310

We are moving forward on Monday to a new unit so you will not get classroom time to finish.
Created by John Kim: Friday, September 10 3:12 PM

Due:

Code.Org  4.1 in Google Classroom

Code.Org 4.1

Created by John Kim: Monday, September 13 5:45 PM

Due:

Assessment unit 3 in Google Classroom

Assessment unit 3

Get more than 50% correct to get full credit.
Created by John Kim: Monday, September 13 5:45 PM

Due:

Code.org 03.07 in Google Classroom

Code.org 03.07

Created by John Kim: Thursday, September 9 4:25 PM

Due:

Unit 03.03 and 03.04 Designing an App in Google Classroom

Unit 03.03 and 03.04 Designing an App

Upload 

1. The complete task sheet
2. Picture of the 4 screen (hand out)
3. Link to your app
Created by John Kim: Tuesday, September 7 6:13 PM

Due:

Unit 03.06 Introduction to Programming in Google Classroom

Unit 03.06 Introduction to Programming

Created by John Kim: Wednesday, September 8 8:54 AM

Due:

Seating Chart-P0-2021-09-02 in Google Classroom

Seating Chart-P0-2021-09-02

Created by John Kim: Wednesday, September 1 10:51 PM

Due:

Unit 03.02 Introduction to Design Mode in Google Classroom

Unit 03.02 Introduction to Design Mode

Created by John Kim: Wednesday, September 1 7:05 AM

Due:

Unit 03-01 What are Apps. in Google Classroom

Unit 03-01 What are Apps.

Created by John Kim: Wednesday, September 1 7:04 AM

Due:

Chapter 1 Quiz in Google Classroom

Chapter 1 Quiz

Created by John Kim: Wednesday, September 1 7:05 AM

Due:

1.9 Lossless Compression in Google Classroom

1.9 Lossless Compression

Created by John Kim: Wednesday, August 25 10:28 PM

Due:

Unit 1.10 Lossy Compression in Google Classroom

Unit 1.10 Lossy Compression

Created by John Kim: Friday, August 27 4:02 AM

Due:

HW 01-04C in Google Classroom

HW 01-04C

Created by John Kim: Friday, August 20 11:39 AM

Due:

Lesson 1.7 Black and White Images. in Google Classroom

Lesson 1.7 Black and White Images.

Created by John Kim: Tuesday, August 24 1:33 AM

Due:

Classwork 1.8  (Lesson for Wednesday) in Google Classroom

Classwork 1.8 (Lesson for Wednesday)

Created by John Kim: Wednesday, August 25 10:28 PM

Due:

HW01.06 in Google Classroom

HW01.06

Created by John Kim: Monday, August 23 11:53 AM

Due:

HW 01-04B  Binary/Octal/Hex in Google Classroom

HW 01-04B Binary/Octal/Hex

Created by John Kim: Thursday, August 19 10:45 AM

Due:

HW 1.3/1.4 Binary Numbers in Google Classroom

HW 1.3/1.4 Binary Numbers

Created by John Kim: Tuesday, August 17 8:34 AM

Due:

Parent Signature - Syllabus in Google Classroom

Parent Signature - Syllabus

Ask your parents to sign the syllabus and return them.
Created by John Kim: Monday, August 9 12:21 AM