Computational complexity theory - Test
  • 1. Computational complexity theory is a branch of theoretical computer science that focuses on classifying computational problems based on their inherent difficulty and the amount of resources required, such as time and space. It deals with understanding the efficiency of algorithms, analyzing the feasibility of solving problems on different types of machines, and determining the limitations of computing power. By studying computational complexity theory, researchers seek to investigate the boundaries of computation and identify the capabilities and limitations of computers in solving various types of problems.

    What is computational complexity theory focused on?
A) Analyzing the resources required to solve computational problems
B) Hardware design for computers
C) Developing new programming languages
D) Psychological aspects of human-computer interaction
  • 2. Which notation is commonly used to denote the complexity of algorithms?
A) Binary code
B) Roman numerals
C) Big O notation
D) Greek letters
  • 3. Which complexity class contains decision problems that are efficiently verifiable?
A) NP
B) EXP
C) PSPACE
D) BPP
  • 4. What is the main objective of computational complexity theory?
A) To classify computational problems based on their inherent difficulty
B) To build supercomputers
C) To generate random numbers
D) To create faster computers
  • 5. What is the complexity class that represents the hardest problems in NP?
A) NP-complete
B) BPP
C) EXPTIME
D) P
  • 6. What does 'EXP' stand for in computational complexity theory?
A) Exponential time
B) Expanded
C) Exploratory
D) Expert
  • 7. What is the Cook-Levin theorem related to in computational complexity theory?
A) P vs NP problem
B) Quantum algorithms
C) NP-completeness
D) Parallel computing
  • 8. What complexity class is used to classify problems that can be solved by a quantum computer in polynomial time?
A) EXPSPACE
B) PSPACE
C) BQP
D) NP-complete
  • 9. What is a computational problem?
A) A task solved by a computer using an algorithm
B) A hardware issue in computers
C) A mathematical equation that cannot be solved
D) An unsolvable theoretical question
  • 10. What is the usual choice for the alphabet when representing problem instances?
A) The hexadecimal alphabet
B) The set of all lowercase letters
C) The binary alphabet {0,1}
D) The set of ASCII characters
  • 11. What is a common assumption in proofs of complexity-theoretic theorems?
A) Some concrete choice of input encoding
B) No need for any encoding
C) Use of decimal notation only
D) Encoding using natural language
  • 12. Give an example of a decision problem involving graphs.
A) Finding the shortest path in a graph.
B) Deciding whether a given graph is connected or not.
C) Determining the number of nodes in a graph.
D) Calculating the maximum flow in a network.
  • 13. What is an example of a function problem?
A) The traveling salesman problem.
B) Determining if two graphs are isomorphic.
C) Deciding if a number is prime.
D) Checking if a graph is bipartite.
  • 14. What is typically used to measure the input size in computational complexity theory?
A) Characters
B) Words
C) Bits
D) Bytes
  • 15. What is the primary purpose of a Turing machine?
A) A device to manipulate physical objects.
B) An early form of computer hardware.
C) A practical computing technology.
D) A theoretical model for general computation.
  • 16. Which thesis is associated with the statement that any problem solvable by an algorithm can be solved by a Turing machine?
A) Cook-Levin theorem.
B) Gödel's incompleteness theorems.
C) P vs NP theorem.
D) The Church–Turing thesis.
  • 17. Which type of Turing machine uses random bits to make decisions?
A) Probabilistic Turing machine.
B) Deterministic Turing machine.
C) Quantum Turing machine.
D) Non-deterministic Turing machine.
  • 18. What is a common feature of all machine models discussed in complexity theory?
A) They are limited to polynomial time.
B) They use random bits for computation.
C) They require physical realizability.
D) They operate deterministically.
  • 19. Which axiom set is used to define complexity measures very generally?
A) P vs NP axioms
B) Blum complexity axioms
C) Turing completeness axioms
D) Cook-Levin theorem
  • 20. Which of the following is NOT a commonly used complexity measure in complexity theory?
A) Decision tree complexity
B) Quantum entanglement complexity
C) Communication complexity
D) Circuit complexity
  • 21. Which complexity measure involves the amount of information exchanged between parties?
A) Time complexity
B) Communication complexity
C) Space complexity
D) Circuit complexity
  • 22. What did Raymond Smullyan study in 1961?
A) Linear bounded automata
B) Rudimentary sets
C) Complexity measures
D) Real-time computations
  • 23. Which theorem states that PSPACE = NPSPACE?
A) Time hierarchy theorem
B) P vs NP problem
C) Savitch's theorem
D) Cook-Levin theorem
  • 24. Which complexity class is defined using probabilistic Turing machines?
A) AC
B) QMA
C) BPP
D) NC
  • 25. Which theorem implies that L is strictly contained in PSPACE?
A) Space hierarchy theorem
B) Savitch's theorem
C) Time hierarchy theorem
D) Cook-Levin theorem
  • 26. In which year did Boris Trakhtenbrot begin his study of computational complexity?
A) 1960
B) 1955
C) 1971
D) 1956
  • 27. Which complexity class is known to be contained within PSPACE?
A) PP
B) MA
C) BQP
D) PH
  • 28. Who authored 'Computational Complexity: A Conceptual Perspective'?
A) Sanjeev Arora; Boaz Barak
B) Michael R. Garey; David S. Johnson
C) Oded Goldreich
D) Christos Papadimitriou
  • 29. In what year did Richard Karp publish his paper on NP-complete problems?
A) 1967
B) 1972
C) 1971
D) 1965
  • 30. What term did Boris Trakhtenbrot coin in 1955 that is now known as 'complexity measure'?
A) "Polynomial time"
B) "Computational complexity"
C) "Signalizing function"
D) "Turing machine"
  • 31. Which type of reduction is most commonly used in complexity theory?
A) Polynomial-time reduction.
B) Logarithmic-time reduction.
C) Exponential-time reduction.
D) Linear-time reduction.
  • 32. In what year did Alan Turing define Turing machines?
A) 1936
B) 1945
C) 1950
D) 1965
  • 33. Who edited the book 'Unravelling Complexity: The Life and Work of Gregory Chaitin'?
A) Wuppuluri, Shyam; Doria, Francisco A.
B) Arora, Sanjeev; Barak, Boaz
C) Downey, Rod; Fellows, Michael
D) Garey, Michael R.; Johnson, David S.
  • 34. If P equals NP, what can be inferred about co-P and co-NP?
A) P would not equal NP
B) co-P would not equal co-NP
C) co-P would equal co-NP
D) NP would not equal co-NP
  • 35. Which complexity class is defined using Boolean circuits?
A) BPP
B) AC
C) QMA
D) RP
  • 36. Who conducted the running time analysis of the Euclidean algorithm in 1844?
A) Gabriel Lamé
B) Richard E. Stearns
C) Alan Turing
D) Juris Hartmanis
  • 37. Who studied real-time computations in 1962?
A) Hisao Yamada
B) Raymond Smullyan
C) John Myhill
D) Boris Trakhtenbrot
  • 38. Which complexity class contains problems solvable in logarithmic space?
A) NC
B) PP
C) L
D) NL
  • 39. What is the corresponding set of function problems for P?
A) EXPTIME
B) PSPACE
C) NP
D) FP
  • 40. Who defined linear bounded automata in 1960?
A) Hisao Yamada
B) Boris Trakhtenbrot
C) John Myhill
D) Raymond Smullyan
  • 41. In the context of continuous complexity theory, what is approximated by discretizations?
A) Discrete graphs.
B) Boolean expressions.
C) Quantum states.
D) Continuous functions.
  • 42. Which complexity class includes all decision problems?
A) NP
B) P
C) EXPTIME
D) ALL
  • 43. Who are the authors of 'Parameterized complexity'?
A) Wuppuluri, Shyam; Doria, Francisco A.
B) Cook, Stephen; Fortnow, Lance
C) Downey, Rod; Fellows, Michael
D) Papadimitriou, Christos; Sipser, Michael
  • 44. How many combinatorial and graph theoretical problems did Richard Karp show to be NP-complete?
A) 15
B) 21
C) 10
D) 30
  • 45. Which analysis considers both costly and less costly operations together over the whole series of operations?
A) Worst-case complexity
B) Best-case complexity
C) Average-case complexity
D) Amortized analysis
  • 46. Which complexity class is believed to contain the complement problems of NP?
A) NP
B) PP
C) BQP
D) co-NP
  • 47. What does analog computation involve according to continuous complexity theory?
A) Probabilistic algorithms.
B) Finite state machines.
C) Continuous dynamical systems and differential equations.
D) Digital signal processing.
  • 48. Who wrote 'A Short History of Computational Complexity'?
A) Mertens, Stephan
B) Khalil, Hatem; Ulery, Dana
C) Cook, Stephen
D) Fortnow, Lance; Homer, Steven
  • 49. Which complexity class is defined using interactive proof systems?
A) QMA
B) IP
C) BPP
D) NC
  • 50. Who are the authors of 'Computational Complexity' published in 1994?
A) Sanjeev Arora; Boaz Barak
B) Christos Papadimitriou
C) Michael R. Garey; David S. Johnson
D) Oded Goldreich
  • 51. Who suggested that a 'good' algorithm should have running time bounded by a polynomial of the input size?
A) Juris Hartmanis
B) Edmonds
C) Leonid Levin
D) Gabriel Lamé
  • 52. Who authored 'Introduction to the Theory of Computation'?
A) Christos Papadimitriou
B) Sanjeev Arora
C) Boaz Barak
D) Michael Sipser
  • 53. Which complexity class includes counting problems?
A) NC
B) #P
C) BPP
D) RP
Created with That Quiz — the site for test creation and grading in math and other subjects.