terminal-based-comp-sci-quiz
terminal-based-comp-sci-quiz copied to clipboard
Terminal Based Computer Science assessment
I see that we are adding questions to prompt file in serial manner and in future it may become difficult to edit the contents of the file, what I am...
# Summary I have assigned every prompt an array of Topics, what I want to be able to do is allow for users to choose from the outset which topics...
Shared by djimbob on reddit: https://www.reddit.com/r/programming/comments/5cm0p1/terminal_based_computer_science_assessment/ ``` E.g., Quicksort's time complexity is O(n2) in the worst case. Also big-O isn't a "largest lower bound" asymptotic behavior; big O means an...
"prompt": "Where is the most significant bit in a bit vector located?", "answer": "the leftmost bit is the most significant bit" If you write a number out in binary e.g.,...
``` "prompt": "What is the difference between Unicode And ASCII?", "answer": """ASCII defines 128 characters(Not Numbers), which map to the numbers 0–127. Unicode defines (less than) 221 characters, which, similarly,...