Exam 12: Theory of Computation
Exam 1: Data Representation64 Questions
Exam 2: Data Representation63 Questions
Exam 3: Operating Systems47 Questions
Exam 4: Networks and the Internet62 Questions
Exam 5: Algorithms53 Questions
Exam 6: Programming Languages54 Questions
Exam 7: Software Engineering54 Questions
Exam 8: Data Abstractions53 Questions
Exam 9: Database Systems52 Questions
Exam 10: Computer Graphics47 Questions
Exam 11: Artificial Intelligence52 Questions
Exam 12: Theory of Computation51 Questions
Select questions type
List the following complexity classes in order of increasing complexity.
(Short Answer)
4.8/5
(36)
The precise time complexity of which of the following problems has not yet been established by researchers?
(Multiple Choice)
4.9/5
(37)
Are all problems in P solvable in a reasonable amount of time? Explain your answer.
(Essay)
4.9/5
(30)
Is a problem in O(n³)more complex than a problem in O(n²)? Explain your answer.
(Essay)
4.9/5
(44)
A _______________ is a relationship between input and output values such that any input is associated
with only one output.If the output can be determined algorithmically from the input,the relationship is
said to be _______________ .
(Short Answer)
4.8/5
(43)
Which of the following algorithms represents an optimal solution (in terms of time complexity)for sorting a list?
(Multiple Choice)
4.7/5
(33)
A.Give an example of an algorithm for sorting a list with time complexity in (n2).
B.Give an example of an algorithm for sorting a list with time complexity in (n lg n).
(Short Answer)
4.9/5
(37)
What action is performed by the Turing machine described below?
Current Current Value Direction New START * * left X X 1 0 left X X 0 0 right Y 0 0 right Y Y * * no move HALT
(Multiple Choice)
4.8/5
(36)
Complete the following sentence.
An NP-complete problem is a problem in NP for which ___________________________.
(Short Answer)
4.9/5
(42)
Which of the following questions has not yet been answered by researchers?
(Multiple Choice)
4.8/5
(30)
Showing 41 - 51 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)