already passed
Which of the following is not a common number system utilized in the representation of data?
A) Base 32
B) Base 10
C) Base 2
D) Base 16 - correct answer ✔✔Base 32
Convert 24base8 to decimal - correct answer ✔✔20
Which base(s) can't be used for 18?
I. Base 10
2. Base 2
3. Base 8
4. Base 16 - correct answer ✔✔Base 8
Convert RGB values of (0, 255, 213) to hexadecimal - correct answer ✔✔#00FFD5
What is the largest number? 100 (decimal), 7B (hexadecimal), 1011010 (binary)? - correct answer ✔✔7B
How can we easily eliminate a multiple choice function that seems to be doing something? - correct
answer ✔✔Look for variables in the code that are changing, if you see a change in a necessary variable,
you can eliminate that answer.
When is a heuristic algorithm most practical? - correct answer ✔✔When a problem cannot be solved in
a reasonable time but an approximate solution will suffice.