The Time Required To Convert A Kbit Integer To Its #6
The time required to convert a k-bit integer to its representation in the base 10 in terms of big-O notation is
This multiple choice question (MCQ) is related to the book/course gs gs124 Introduction Cyber Security. It can also be found in gs gs124 Classical Encryption Techniques - Symmetric Cipher Models and Number Theory - Quiz No.1.
The time required to convert a k-bit integer to its representation in the base 10 in terms of big-O notation is
O(log2 n)
O(log n)
O(log2 2n)
O(2log n)