ROC curve
An ROC curve is a curve that plots the relationship between the true positive rate and the false positive rate as the threshold is varied (true positive rate = the proportion of actual positives correctly judged as positive, false positive rate = the proportion of actual negatives incorrectly judged as positive).
It is a graph, not a table that tabulates the four combinations (the confusion matrix), so it is incorrect.