HOME
MENTORS
CONTRIBUTORS
Aim
Theory
Pre Test
Procedure
Simulation
Post Test
References
Feedback
Post Test
All prime numbers are odd?
a : False
b : True
c :
d :
3 is the smallest prime number possible.
a : False
b : True
c :
d :
How many prime numbers are there between 1 to 20?
a : 5
b : 6
c : 7
d : None of the mentioned
Time complexity to find a prime number given in the simulator.
a : O(nlogn)
b : O(logn)
c : O(n)
d : None
a : O(nlogn)
b : O(logn)
c : O(sqrt(n))
d : None
Submit Quiz