Which operator returns the remainder of integer division?

(a) %
(b) /
(c) *
(d) none of the above


(a) %

Computer Science & Information Technology

You might also like to view...

The ________ graphic file format is limited to 256 colors

A) PICT B) GIF C) MP3 D) PNG

Computer Science & Information Technology

Each storage device, or folder, is a physical location for storing files.

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

Computer Science & Information Technology

Which of the following statements is false?

a. A class can directly inherit from class Object. b. It's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires. c. If the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. d. A class's instance variables are normally declared private to enforce good software engineering.

Computer Science & Information Technology

In a data flow diagram (DFD), the name of the process appears inside a rectangle.

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

Computer Science & Information Technology