You are on page 1of 5

Self-Quiz 1: Binary, Data Encoding, Integers, Integer math, and overflo... https://my.uopeople.edu/mod/quiz/review.php?attempt=9170823&cmi...

Dashboard / My courses / CS 4402-01 - AY2023-T2 / 24 November - 30 November

/ Self-Quiz 1: Binary, Data Encoding, Integers, Integer math, and overflows

Started on Sunday, 27 November 2022, 12:08 PM


State Finished
Completed on Sunday, 27 November 2022, 12:12 PM
Time taken 4 mins 17 secs
Grade 10.00 out of 10.00 (100%)

Question 1
Correct

Mark 1.00 out of 1.00

Which option is the 2's complement of the following binary number:


00011100

Select one:
a. 11100100 

b. 01111100
c. 10011100
d. None of these answers

1 of 5 27-Nov-22, 8:12 PM
Self-Quiz 1: Binary, Data Encoding, Integers, Integer math, and overflo... https://my.uopeople.edu/mod/quiz/review.php?attempt=9170823&cmi...

Question 2
Correct

Mark 1.00 out of 1.00

Which of the following image file formats was developed using a Little-Endian format?

Select one:
a. GIF 

b. IMG
c. JPEG
d. TIFF

Question 3
Correct

Mark 1.00 out of 1.00

Convert -32 into a 2's complement binary number:

Select one:
a. 11100000 

b. 00100000
c. 01000000
d. 11011111

2 of 5 27-Nov-22, 8:12 PM
Self-Quiz 1: Binary, Data Encoding, Integers, Integer math, and overflo... https://my.uopeople.edu/mod/quiz/review.php?attempt=9170823&cmi...

Question 4
Correct

Mark 1.00 out of 1.00

What is the binary equivalent of decimal 25 in 2's complement?

Select one:
a. 00011001 

b. 10011001
c. 11100111
d. None of these answers

Question 5
Correct

Mark 1.00 out of 1.00

Which of the following computer systems used a Little-Endian architecture.

Select one:
a. DEC Alpha 

b. Java virtual machine


c. Sun SPARC
d. MIPS

3 of 5 27-Nov-22, 8:12 PM
Self-Quiz 1: Binary, Data Encoding, Integers, Integer math, and overflo... https://my.uopeople.edu/mod/quiz/review.php?attempt=9170823&cmi...

Question 6
Correct

Mark 1.00 out of 1.00

True/False: A negative number is represented in 2's complement by a leading 0 bit followed by the binary
representation of the value.

Select one:
True

False 

Question 7
Correct

Mark 1.00 out of 1.00

True/False: The following operation in binary will generate the 2's complement binary equivalent of 128?

01111111 + 00000001

Select one:
True

False 

Question 8
Correct

Mark 1.00 out of 1.00

True/False: They key limitation of ASCII was that it could only represent 255 characters ?

Select one:
True 

False 
◄ Learning Journal Unit 3

Jump to...

Self-Quiz 2: Elementary Data Types, Expressions, and Assignment ►

4 of 5 27-Nov-22, 8:12 PM
Self-Quiz 1: Binary, Data Encoding, Integers, Integer math, and overflo... https://my.uopeople.edu/mod/quiz/review.php?attempt=9170823&cmi...

Self-Quiz 2: Elementary Data Types, Expressions, and Assignment ►

Question 9
Correct

Mark 1.00 out of 1.00

True/False: The high order byte refers to a byte with a value greater than 256.

Select one:
True

False 

Question 10
Correct

Mark 1.00 out of 1.00

True/False: Big Endian architectures store the most significant byte first (which is the lowest memory address in the
range) in memory.

Select one:
True 

False

5 of 5 27-Nov-22, 8:12 PM

You might also like