What is the decimal equivalent of the binary value 11010101?

A. 198
B. 213
C. 221
D. 245


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following are mutating-sequence algorithms defined in the STL?

a. copy b. remove_if c. find d. Both (a) and (b).

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The delay parameter in the Timer constructor is the amount of time between action events, measured in microseconds. 2. The following getAudioClip() method returns an object that will load the sound file and assign the location of that file to clip which can then be used to call methods that may play the sound file one or more times: ``` Audioclip clip = getAudioClip(getDocumentBase(), "mysound.wav");``` 3. A label's preferred size is determined only by calling the setPreferredSize method. 4. When you write a change listener class method for a slider, it must implement the ChangeListener interface which is in the javax.swing.event package.

Computer Science & Information Technology

Select ALL of the following that are considered whitespace:

A. The blank character. B. The tab character. C. The newline character. D. The carriage return character. E. The form feed character.

Computer Science & Information Technology

Because text and shapes are bitmap objects, you can modify their attributes without affecting the quality of the image.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology