top of page
Search
Valeria Dominguez :)
Nov 15, 20191 min read
For Loops
Task: Make a copy of your While loops design and add the following code: for (var x = 0; x <= width; x = x + 50){ My results:...
3 views0 comments
Valeria Dominguez :)
Nov 13, 20191 min read
While Loops
* y = height / 2 Memory Trace x | height | Width | x < width? | height/2 0...
6 views0 comments
Valeria Dominguez :)
Nov 12, 20191 min read
Patterns using loops in p5
https://editor.p5js.org/Valeria_Dominguez/sketches/qP8nbQhY5
2 views0 comments
Valeria Dominguez :)
Nov 8, 20191 min read
Problems
ex. 1 var x = 0; while (x<5){ console.log(x); x=x+1; } Example 1 is 0 1 2 3 4 because if it were to do numbers 5 and up it would be a...
2 views0 comments
Valeria Dominguez :)
Nov 7, 20191 min read
P5 Codes
If you want to separate Shapes, you must change the X and the Y values and leave the width and the height the same. var x is a local...
2 views0 comments
Valeria Dominguez :)
Nov 6, 20191 min read
P5 Creating Shapes
https://editor.p5js.org/Valeria_Dominguez/sketches/KkL1xbVWO I prefer P5 because it helps you understand the program and it teaches you...
0 views0 comments
Valeria Dominguez :)
Oct 28, 20191 min read
lab 3
https://snap.berkeley.edu/snap/snap.html#present:Username=valedominguez03&ProjectName=lab%203
4 views0 comments
Valeria Dominguez :)
Oct 21, 20191 min read
Unit 1 Lab 2
https://snap.berkeley.edu/snap/snap.html
0 views0 comments
Valeria Dominguez :)
Oct 11, 20191 min read
Unit 1- Lab 1: Moving Alonzo
https://snap.berkeley.edu/snapsource/stable/snap.html Lab done by Valeria Dominguez and Valery Olshansky
5 views0 comments
Valeria Dominguez :)
Oct 11, 20191 min read
Blown to Bits Chapter 2
Homework Assignment
10 views0 comments
Valeria Dominguez :)
Oct 9, 20191 min read
Into the World of Virtual Reality :)
Computing in the News Project: https://docs.google.com/presentation/d/1-_KkmeX3nwOWtM3QsreuPH1uXBhqDjJZ4JvTYha_2P8/edit?usp=sharing
9 views0 comments
Valeria Dominguez :)
Oct 4, 20191 min read
Computing Innovation 5G =D
Analysis on 5G, Its positives and negatives! All you need to know on 5G! Practice for the Explore Task on the AP Computer Science Exam....
3 views0 comments
Valeria Dominguez :)
Sep 12, 20191 min read
Project #1
Group 2: Data Representation and Compression Valeria, Gisela , Ashley, Aqsa I contributed to this project by writing about Representing...
14 views0 comments
bottom of page