Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • ll839/ll839-ci101-Fall2018
  • lb3448/ll839-ci101-Fall2018
2 results
Select Git revision
  • master
1 result
Show changes
Commits on Source (19)
Showing with 50768 additions and 2 deletions
File added
Describe the layout of the data and how it was organized.
- The layout of the data starts with <name> and ends with </name>
What output format did you choose? Why?
- I used xml because it is the default format that is offered and it makes sense to me.
How many Americans had at least a bachelor’s degree in Dec 2011, Dec 2012, and Dec 2013?
- Dec 2011: 77,847,105. Dec 2012: 78,925,852. Dec 2013: 79,784,992
\ No newline at end of file
This is L3
\ No newline at end of file
......@@ -5,6 +5,6 @@ Did you learn something by going through the tutorial? What was the most interes
How did you and your partner negotiate the customization idea? Were your ideas heard?
- We both agreed to work on Magic 8 Ball because it interested us the most.
Did you learn anything by customizing the app? What was the most interesting or important thing you learned?
- I was able to change the background color of a text label.
- I was able to change the background color of a text label when the button is clicked.
List three possible ideas for CI102/103
- I wish to make a game.
This was a very short and simple example of using an Agile methodology, what do you think of Agile so far?
- I like Agile methodology because it breaks down a heavy task to several people and makes the tasks easier.
Each people in the group has to work on the requirements they're assigned in order to complete the project.
Based on the role you had this time, what did you like/not like about it? What role would you want to have next time, and why?
- I was only to record the design while other people were actually coding.
I would like to be a coder next time we work on a project with Agile methodology because coding seems more fun than just recording the design. Also, I wanna make games in the future, so I need to learn how to code.
File added
<!DOCTYPE html>
<html>
<body>
<center>
<h1><i>Password Entry<i></h1>
<p>
<h3>Enter Password </h3>
<h2>What was your first pets name and why'd you him/her that? </h2>
<!--comment-->
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "Answer" name "psw" required>
<h2>Who is your favorite music artist and why?</h2>
<!--comment-->
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "Answer" name "psw" required>
<h2>What is your favorite season and why? </h2>
<!--comment-->
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "Answer" name "psw" required>
<br>
<br>
<button onclick="window.location.href='new 2.html'">return</button>
\ No newline at end of file
<!DOCTYPE html>
<html>
<body>
<h1>Create Password</h1>
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "" name "psw" required>
<br>
<input type="submit" value"Submit">
<button onclick="window.location.href='new 1.html'">suggest</button>
\ No newline at end of file
File added
File added
Lab 6/Q1.png

200 KiB

Lab 6/Q8.png

222 KiB

File added
File added
Lab7/Q1.JPG

642 KiB

Lab7/Q4 pt1.JPG

687 KiB

Lab7/Q4 pt2.JPG

559 KiB

Lab7/Q6.JPG

741 KiB

File added
This diff is collapsed.