From e46bafab2c9e31fadad2840b31288517b47187b8 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Thu, 3 May 2018 21:13:33 -0400 Subject: added review notes --- index.html | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 5149e5e..a740c95 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,6 @@ educational programs offered by schools are often aimed towards the lowest common denominator, oversimplifying things to the point where your child loses interest in them.

- For Course Notes scroll down

The Urban Computing and Electronics Summer Program aims to provide a balance between this, offering practical and challenging course material, but also providing in person tutoring for those who have little prior experience. @@ -52,13 +51,6 @@ http://hairydiode.xyz and this site from scratch)

  • Basic Computer Security(best practices, CTF challenges)
  • Robotics (Head programmer at the Urbana Mandelbots FTC team)
  • -

    -I have been: -

    - Course Details ---Required Course Materials

    A dedicated laptop that Linux will be installed on, this can be any @@ -142,24 +134,9 @@ Network Secruity)

  • c - Hosting your own website with github.io
  • -C expressions course notes -

    -Bitwise Operators: &, bitwise and; |, bitwise or; ~, bitwise not; ^, bitwise xor. -Bitwise operators apply logic operations in each position of a binary number, -return the resulting binary number. -

    -

    -Boolean Operators: &&, boolean and; ||, boolean or; !, boolean not. -Boolean operators apply logic on whether then entire number is true or false, -and returns true or false. -

    -

    -Comparisons: >, greater than; <, lesser than; >=, greater than or equals; -<=, lesser than or equals; ==, equals; !=, does not equal. -

    -

    AND: if both are true, then the output is true. OR: if one is true, then the -output is true. XOR: if one is true and the other false, then the output is -true, otherwise it is false. NOT: if true, false; if false, true.

    + +---Review Notes: +April 28rd Session Review Notes