A step function is a special type of function whose graph is a series of line segments.
The graph of a step function looks like a series of small steps.
The figure below shows the graph of the step function f(x) = [[x - 1]], which is a greatest integer function.

Another name for this kind of graph is a piecewise linear graph, because the graph consists of small line segments.
(i) f(x) = b
(ii) f(x) = |x|
(iii) f(x) = [[x]]
A. only (i)
B. only (ii)
C. only (iii)
D. all the three
Correct Answer: C
Step 1: Among the functions listed, only f(x) = [[x]] is the step function. [[ ]] indicates that its a Greatest Integer Function that rounds any number down to the nearest integer.
Step 2: So, f(x) = [[x]] is a step function.
Q1: Which of the following is a step function?
Q: What is the greatest integer function?
A: The greatest integer function, denoted by [[x]] or floor(x), returns the largest integer less than or equal to x.
Q: Are all piecewise linear functions step functions?
A: No, only piecewise linear functions where each piece is a horizontal line segment are step functions.