Question: QUESTION 17 Which negative integer does the following two's complement binary notation represent NOTE: Space between digits is for readability 110 1011 A B code

QUESTION 17

Which negative integer does the following two's complement binary notation represent

NOTE: Space between digits is for readability

110 1011

A

B

code generates an error

None of the above

Math

6

5

4

What is the output of the following code

X = 5

Y = 5 if not (X > 0) and not(Y > 0): print("A") else: print("B")

-19

-18

None of the above

-21

What is the output of the following python code ?

a = [ [1, 2, 6], [3,4, 5], ["CSC120","Math"], ['a','b','c'] ] print (a[1][2])

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!