ENGR/CS 101 CS Session Lecture 9
Log into Windows/ACENET (reboot if in
Linux)
Start Microsoft Visual Studio 2012 Any questions about the exercise from last
time?
Lecture 4 ENGR/CS 101 Computer Science Session 1
ENGR/CS 101 CS Session Lecture 9 Log into Windows/ACENET (reboot if - - PowerPoint PPT Presentation
ENGR/CS 101 CS Session Lecture 9 Log into Windows/ACENET (reboot if in Linux) Start Microsoft Visual Studio 2012 Any questions about the exercise from last time? Lecture 4 ENGR/CS 101 Computer Science Session 1 Outline
Lecture 4 ENGR/CS 101 Computer Science Session 1
Textboxes Getting user input Computing ciphertext letter Displaying result
Lecture 4 ENGR/CS 101 Computer Science Session 2
Allow the user to enter a shift key letter in
Allow the user to enter a plaintext letter in
Have a button for the user to click to have the
Display the ciphertext letter
Lecture 4 ENGR/CS 101 Computer Science Session 3
Lecture 4 ENGR/CS 101 Computer Science Session 4
Lecture 4 ENGR/CS 101 Computer Science Session 5
Lecture 4 ENGR/CS 101 Computer Science Session 6
Lecture 4 ENGR/CS 101 Computer Science Session 7
Lecture 4 ENGR/CS 101 Computer Science Session 8
shift key, plaintext letter, ciphertext letter
Lecture 3 ENGR/CS 101 Computer Science Session 9
Lecture 4 ENGR/CS 101 Computer Science Session 10
Lecture 4 ENGR/CS 101 Computer Science Session 11
keyBox.Text plaintextBox.Text
Lecture 4 ENGR/CS 101 Computer Science Session 12
Lecture 3 ENGR/CS 101 Computer Science Session 13
To find the cipher letter, we determine the index of
This will be the index of the ciphertext letter, except
The modulus operator symbol is %
Lecture 3 ENGR/CS 101 Computer Science Session 14
Lecture 3 ENGR/CS 101 Computer Science Session 15
Lecture 4 ENGR/CS 101 Computer Science Session 16
Lecture 4 ENGR/CS 101 Computer Science Session 17
Lecture 4 ENGR/CS 101 Computer Science Session 18
Lecture 4 ENGR/CS 101 Computer Science Session 19
Lecture 4 ENGR/CS 101 Computer Science Session 20