Which statement is true of the >> operator?

a) It is called the left shift operator.
b) It is called the bitwise left shift operator.
c) It shifts the bits of the first operand right by the number of bits specified by the second operand.
d) It fills from the left portably across platforms.


c) It shifts the bits of the first operand right by the number of bits specified by the second operand.

Computer Science & Information Technology

You might also like to view...

Which of the following produces integers in the range from 10–30, inclusive?

a) 10 + objRandom.Next( 21 ); b) 10 + objRandom.Next( 30 ); c) objRandom.Next( 10, 30 ); d) objRandom.Next( 10, 31 ); e) Both a and d.

Computer Science & Information Technology

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

1. The File class contains methods that allow you to check various properties of a file. 2. Binary files store data in the same format that is used by any common text editor. 3. Binary files can be handled more efficiently than text files. 4. The preferred stream classes for processing binary files are ObjectInputStream and ObjectOutputStream.

Computer Science & Information Technology

A(n) ________ album is a presentation composed of pictures

Fill in the blank(s) with correct word

Computer Science & Information Technology

Effects can be added to SmartArt diagrams from the ________ tab

A) PAGE LAYOUT B) DESIGN C) INSERT D) FORMAT

Computer Science & Information Technology