How would you represent 4, 18, 33, and 64 in this number system?

What will be an ideal response?


The number 33 is 21 in hexidecimal. The number 64 is 40 in hexidecimal.

Computer Science & Information Technology

You might also like to view...

Which of the following cannot be an Enum’s underlying type?

a) SByte b) Integer c) ULong d) Double

Computer Science & Information Technology

A _________ is a single execution path with an execution stack, processor state, and scheduling information.

A) ?domain ? B) ?strand ? C) ?thread ? D) ?message

Computer Science & Information Technology

In VBA, the <> symbol in the expression Val(txtLoanAmount.Text)<>0 is called the ________

A) logical test B) relational operator C) condition D) procedure

Computer Science & Information Technology

A pragma not recognized by the implementation

a) causes the compilation to terminate. b) prints an error message and causes the compilation to terminate. c) prints an error message and allows the complation to continue. d) is ignored.

Computer Science & Information Technology