TF 10 F CSE 101 teaches the Scala programming language MC 10 B The largest hexadecimal digit is: E;F;G;None of the above MC 10 C Linus Torvalds created the _____________ operating system: Plan 9;Windows;Linux;BeOS;QNX MC 10 A Which of the following is NOT a Python operator? #;**;//;in TF 10 T The largest digit in a number base N is always N-1 TF 10 T On average, linear search requires N/2 comparisons to find a value in a list of size N TF 10 F Insertion sort is the fastest sorting algorithm ever developed MC 10 D Python slicing notation uses the ___ operator < >;( );{ };[ ] MC 10 A Which of the following is NOT related to genetic algorithms? genome inversion;selection;point mutations;crossovers TF 10 T Iteration is generally more efficient than recursion.