subject

Let c = 0x5F and d = 0x01. Assuming c and d are 16 bit unsigned integers answer the following questions:

a. Convert c to decimal:
b. Convert c to binary: _
c. What is the output of each of the following operations:

i. d >> 2:
ii. d << 2:
iii. c | d:
iv. c & ~d:
v. c | ~d:

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 08:00
Can someone work out the answer as it comes up in one of my computer science exams and i don't understand the cryptovariables
Answers: 1
question
Computers and Technology, 24.06.2019 13:50
Write a program that performs a simple n-body simulation, called "jumping leprechauns." this simulation involves n leprechauns, numberd 1 to n. it maintains a gold value g_i for each leprechaun i, which begins with each leprechaun starting out with a million dollars worth of gold, that is, g_i = 1000000 for each i = 1,. in addition, the simulation also maintains, for each leprachaun,i, a place on the horizon, which is represented as a double-precision floating point number, x_i. in each iteration of the simulation, the simulation processes the leprachauns in order. processing a leprachaun i during its iteration begins by computing a new place on the horizon for i, which is determined by the assignment:
Answers: 3
question
Computers and Technology, 24.06.2019 18:30
Is a type of bullying that takes place when a person intentionally posts negative information about another person that is not true.
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
In what way is your social media footprint related to your digital id
Answers: 1
You know the right answer?
Let c = 0x5F and d = 0x01. Assuming c and d are 16 bit unsigned integers answer the following questi...
Questions