----Ch. 6 What is the ASCII value of a "carriage return"? 13 What is the ASCII value of a "line feed"? 11 What is the ASCII value of a "blank space"? 32 What is the ASCII value of a capital 'A'? 65 What is the ASCII value of a lowercase 'a'? 97 A(n) ____ loop is the opposite of a determinant loop. indeterminant (True/False) More than one sequential access file can be opened at once. True (True/False) More than one random access file can be opened at once. True List 3 user events. Click, KeyPress, MouseMove What is a channel number? An integer used to signify a specific open file. What is the opposite mode of Input mode regarding files? Output mode What is the opposite command of the Input command (when working with files?) Print command What is the opposite of the Read mode regarding files? Write mode What is the opposite of the Get command (when working with files?) Put command What type of file is the Get command used with? random access