CATEGORY: SCIENCE Flashcards

1
Q

What branch of computer science studies the theoretical limits of computation and solvability?

A

Answer: Computational Complexity Theory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which mathematical concept is the foundation of public-key cryptography, particularly RSA encryption?

A

Answer: Number Theory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the scientific field that applies computational methods to simulate and analyze complex physical systems?

A

Answer: Computational Science

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the name of the equation that models how information entropy increases over time?

A

Answer: Shannon’s Entropy Equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The binary number system, which is the foundation of modern computing, was formalized by which mathematician?

A

Answer: Gottfried Wilhelm Leibniz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the name of the fundamental theorem that proves the existence of a universal Turing machine?

A

Answer: Church-Turing Thesis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which branch of science uses machine learning algorithms to analyze DNA sequences and biological data?

A

Answer: Bioinformatics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the name of the scientific computing library in Python widely used for numerical simulations?

A

Answer: NumPy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In quantum computing, what is the quantum analog of a classical bit, capable of existing in superposition states?

A

Answer: Qubit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the P vs NP problem, one of the most famous unsolved problems in computer science, fundamentally about?

A

Answer: Whether every problem whose solution can be verified in polynomial time (NP) can also be solved in polynomial time (P).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Halting Problem, proven to be undecidable by Alan Turing?

A

Answer: The problem of determining whether an arbitrary program will terminate or run indefinitely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What algorithm is used to simulate the behavior of subatomic particles in quantum mechanics?

A

Answer: Monte Carlo Method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What scientific principle is used in error-correcting codes like Hamming Codes to detect and fix data transmission errors?

A

Answer: Parity Checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the name of the mathematical model that simulates the spread of diseases using computational methods?

A

Answer: SIR Model (Susceptible-Infected-Recovered)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the fundamental complexity class that includes problems solvable with a quantum computer in polynomial time?

A

Answer: BQP (Bounded-Error Quantum Polynomial Time)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the name of the theorem that states a single-layer feedforward neural network with enough neurons can approximate any continuous function?

A

Answer: Universal Approximation Theorem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

In computational neuroscience, which AI model is inspired by the way human brains process visual information?

A

Answer: Convolutional Neural Networks (CNNs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the name of the first AI system to predict the 3D structure of proteins with high accuracy, solving a 50-year biology problem?

A

Answer: AlphaFold

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

In reinforcement learning, what theorem states that any policy that is strictly better than another at all states is an optimal policy?

A

Answer: Bellman Optimality Equation

20
Q

What scientific concept does the Ising Model, a fundamental model in statistical mechanics, share with Hopfield Networks in AI?

A

Answer: Energy minimization and phase transitions

21
Q

What numerical method is widely used in physics and engineering to approximate solutions to differential equations in scientific computing?

A

Answer: Finite Element Method (FEM)

22
Q

What quantum computing algorithm provides an exponential speedup over classical factoring algorithms, posing a major threat to RSA encryption?

A

Answer: Shor’s Algorithm

23
Q

The Schrödinger equation, a fundamental equation in quantum mechanics, is often solved using what type of computational technique?

A

Answer: Variational Monte Carlo (VMC) or Density Functional Theory (DFT)

24
Q

In computational fluid dynamics (CFD), which set of equations governs the behavior of fluid flow simulations?

A

Answer: Navier-Stokes Equations

25
Q

What is the name of the quantum machine learning algorithm that provides quantum speedups for solving linear systems of equations?

A

Answer: Harrow-Hassidim-Lloyd (HHL) Algorithm

26
Q

What famous computational algorithm is used in genomic sequence alignment and was first developed for comparing biological sequences?

A

Answer: Needleman-Wunsch Algorithm

27
Q

The CRISPR gene-editing technology was enhanced by computational biology through what AI-based technique for designing more efficient edits?

A

Answer: Deep Learning-Based CRISPR Off-Target Prediction

28
Q

What hidden Markov model-based algorithm is widely used for gene prediction and RNA sequencing analysis?

A

Answer: Viterbi Algorithm

29
Q

In protein folding simulations, what computational technique is used to predict molecular interactions at an atomic level?

A

Answer: Molecular Dynamics (MD) Simulation

30
Q

What mathematical model in epidemiology extends the classical SIR model by adding an exposed (E) compartment to better model disease spread?

A

Answer: SEIR Model (Susceptible-Exposed-Infected-Recovered)

31
Q

What quantum chemistry method approximates the electronic wave function of molecules by iteratively refining electron interactions?

A

Answer: Hartree-Fock Method

32
Q

In density functional theory (DFT), what is the name of the functional that describes electron exchange and correlation effects?

A

Answer: Kohn-Sham Functional

33
Q

What is the Born-Oppenheimer Approximation, and why is it used in molecular simulations?

A

Answer: It assumes that nuclei move much more slowly than electrons, allowing electronic and nuclear motion to be separated in quantum calculations.

34
Q

What AI-based technique is used to predict molecular docking in drug discovery, simulating how molecules bind to biological targets?

A

Answer: Deep Learning-Based Molecular Docking

35
Q

What is the name of the hybrid quantum-classical algorithm used for solving electronic structure problems in quantum chemistry?

A

Answer: Variational Quantum Eigensolver (VQE)

36
Q

What cryptographic algorithm is used for privacy-preserving genetic data analysis, allowing secure computations on DNA sequences?

A

Answer: Homomorphic Encryption

37
Q

What technique is used to ensure secure genomic data sharing while preventing re-identification of individuals?

A

Answer: Differential Privacy

38
Q

What error-correcting code is commonly used in DNA storage technology to protect against mutation-induced data corruption?

A

Answer: Reed-Solomon Code

39
Q

In phylogenetic tree reconstruction, what graph-based algorithm is used to infer evolutionary relationships from DNA sequences?

A

Answer: Neighbor-Joining Algorithm

40
Q

What cryptographic challenge arises when storing genomic data in blockchains, due to the immutability of the ledger?

A

Answer: The inability to delete or update sensitive genetic information once stored.

41
Q

What AI system developed by DeepMind solved 50-year-old protein structure prediction problems, revolutionizing structural biology?

A

Answer: AlphaFold

42
Q

What type of AI models are used in automated theorem proving, assisting mathematicians in discovering new proofs?

A

Answer: Transformer-Based Language Models (e.g., GPT-F, Lean)

43
Q

What generative AI technique is used to design novel chemical compounds by predicting molecular structures with desired properties?

A

Answer: Variational Autoencoders (VAEs) and Generative Adversarial Networks (GANs)

44
Q

What is the name of the AI system that discovered a new antibiotic, Halicin, by scanning chemical compound databases?

A

Answer: Deep Learning-Based Drug Discovery Model (MIT’s AI system)

45
Q

In materials science, what AI-based method is used to discover new materials by predicting crystal structures?

A

Answer: Machine Learning-Based Materials Informatics