ECE 1620 - Spring 2022 - Survey 1. Your name, major, and birthday (month & day) 2. What operating system(s) do you usually use? (e.g. MS/Win, MacOS, Unix) 3. Taken any previous programming courses, and if so what languages? 4. Had any previous programming experience outside of courses, what languages? 5. Write some kind of computer code (using C or any programming language) to compute the sum of the integers from 1 to 100, i.e. Sum = 1 + 2 + 3 + ... + 99 + 100 6. What numerical value do you expect for Sum from #5 above?