Friday, June 9, 2017

lab 17 reflection

In lab 17 what i did is make pop when adding two number and it will ask you if you want to replace the value of the first number if they say okay then the number change if they say no the number of the first value dose not change. I did this making a adding function and a replacement function.

function addReplace() {
var y = document.getElementById("txt1").value;
var z = document.getElementById("txt2").value;
document.getElementById("txt1").value = +y + +z;
document.getElementById("demo").innerHTML = document.getElementById("txt1").value;
}

function add() {
var y = document.getElementById("txt1").value;
var z = document.getElementById("txt2").value;
var x = +y + +z;
document.getElementById("demo").innerHTML = x;
}
the hardest hart was making it replace the value but i solve this help from my peers. I will not will being using this in the future because it work.

Wednesday, June 7, 2017

create pc reflection

In this project I made a tabloid that show the code that I did in my create of apcsp. What I did is make a background then I added text box copy and paste my code then i made a circle for function and rectangle for the code i did and then I was finished. There is no hardest part was nothing. I won't be using this in the future

.

create vi reflection

In this lab we make a video of our project. What I did is I got obs and then set it up to screen record then make sue it recored at 480p so it doesn't take up so much space. I also mute my mic so no one can hear me, they can only hear the sound that is coming out of the computer. Then I edit the video by removing some parts of the video. Then I just hand it in. The hardest  part was editing the video and I solve it by searching it up. I won't do this in the future because it's waste of time.