Search

Neli Digital Portfolio

Website I made in Animation

http://webguyzcloud.com/animation/nelidanoel/Scary-Vid-Stories.html

AP Computer Science Final Project:

Finch Robot Project

Binary:

Unit 4, Lab 1:

Page 1:
128 64 32 16 8 4 2 1

Translate these binary numerals into base 10 notation:

  1. 101(2) → 4+1= 5(10)
  2. 111(2) → 4+2+1= 7(10)
  3. 1010011(2) → 64+16+2+1= 83(10)

 

Represent these base 10 numerals in binary (base 2):

  1. 63 → 00111111
  2. 64 → 01000000
  3. 65 → 01000001
  4. 129 → 10000001
  5. 128 → 10000000
  6. 127 → 01111111

 

Page 3:
10 11 12 13 14 15
A B C D E F

Translate these decimal numerals to hexadecimal notation:

  1. 59 → 3B(16)
  2. 144 → 90(16)
  3. 229 → E5(16)
  4. 316 → 13C(16)

 

Page 4:

Translate these binary numerals to hexadecimal notation:

  1. 111011(2) → 3B(16)
  2. 1101111(2) → 6F(16)
  3. 10110001(2) → B1(16)

 

Translate these hexadecimal numerals to binary notation:

  1. 18(16) → 00011000(2)
  2. 5D(16) → 01011101(2)
  3. F8(16) → 11111000(2)

 

Represent these colors in hex notation:

  1. red 0, green 149, and blue 235 → #0095EB
  2. red 128, green 90, and blue 0 → #805A00
  3. red 163, green 0, and blue 84 → #A30054

 

Predict what this RGB color will look like based on its values: red 145, green 0, blue 226.

  • The color the values present is between a Magenta and a Purple

 

Predict what this hex RGB color will look like: 04FF61.

  • Red 4, Green 255, Blue 97

Comp Sci Final2 –

1. List four concepts you understand completely, give an example.

» I completely understand the creative part of coding such as:

  • Making different designs (art)

download.pngdownload.png

  • Making a collaboration of beats to make a song

download.png

 » I completely understand the inputted lists of functions such as:

  • download.png
  • download.png

 

2. List two or more concepts that you have experienced growth, give an example.

» I have experienced growth with what the scripts execute, such as:

  • The execution of:

download.png

  • The execution of:

download.png

» I have experienced growth with what the scripts display, such as:

  • download.png (It’s supposed to display the number 3)
  • download.png (It displays nothing since there is no input)

 

3. List the areas that you struggle with, give an example.

» I struggle with the math within the functions such as:

  • download.png

 

4. List the concepts where you are completely stuck, give examples.

» I’m completely stuck on Pseudo code such as:

  • a ← INPUT ()

b ← 2

DISPLAY (a MOD b)

  • w ← 25

x ← 100

y ← true

z ← false

 

DreamWeaver-Website

dreamweaver-website.jpg

I didn’t really like DreamWeaver that much to create my website. I prefer doing the coding on an app such as Note Pad or TextEdit, to me it’s a lot easier and I like figuring things out myself.

Poetry Haven- My Website

Main Page:

mainpage1.jpg

About Me Page:

AboutMe.jpg

Poem Page:

Poems.jpg

About Authors:

AboutAuthors.jpg

Similar Websites page:

SimilarWebsite.jpg

External Style Sheet:

ExternalCss.jpg

Html coding:

HtmlCoding.jpg

Two of my weaknesses creating html and css:

•I sometimes forgot to close the codes, which madesomething in my website not work.

•The coding got confusing sometimes since they’re so similar and close together.

Two of my strengths when creating html and css:

•I always knew what codes to put to get specific attributes for my website.

•After doing links for awhile I got used to it so, it started becoming very easy.

 

Computer Science: Lab 6- Encryption

A=*****  B=****-  C=***-*  D=***–  E=**-**  F=**-*-  G=**-  H=**-*  I=-**  J=-***    K=*-*  L=*-**  M=*–**  N=*–*-  O=*—*  P=*—-  Q=-****  R=-***-                          S=-**-*      T=-**–  U=-*-**  V=-*-*-  W=-*–*  X=-*—  Y=–***  Z=–**-

Step 1: Translate code

Word 1:  *-**   **-**

Word 2:  -**-*   –***   -**-*   -**–   **-**   *–**   **-**

Word 3:  -**-*   ***-*   *—*   *-**   *****   -**   -***-   **-**

Word 4:  **-**   -**-*   -**—

Word 5:  ***–   **-**   -**-*   *—*   -***-   **-   *****   *–*-   -**   -**-*   **-**

Step 2: Translate the words into english

Computer Science: Koan 2

Perfection is Normal:

Knot 2 was about how copies in ancient time were never the same. That was due to the ways they were made. Computers however changed the game. They made a perfect copy every time. But the problem with computers is that copies being normally perfect is only relatively true, due to power shortage, networks breaking down, etc. So perfection is normal only in the Digital world. The reality is that perfection and normal can never fit together as one because nothing is normally perfect (unless in the Digital world).

Photoshop Portfolio

https://prezi.com/ls5vlqofgi9q/my-unit-portfolio-nelida-noel/

Blog at WordPress.com.

Up ↑