Science educationScience education is the teaching and learning of science to school children, college students, or adults within the general public. The field of science education includes work in science content, science process (the scientific method), some social science, and some teaching pedagogy. The standards for science education provide expectations for the development of understanding for students through the entire course of their K-12 education and beyond. The traditional subjects included in the standards are physical, life, earth, space, and human sciences.
Citizen scienceCitizen science (similar to community science, crowd science, crowd-sourced science, civic science, participatory monitoring, or volunteer monitoring) is scientific research conducted with participation from the general public (who are sometimes referred to as amateur/nonprofessional scientists). There are variations in the exact definition of citizen science, with different individuals and organizations having their own specific interpretations of what citizen science encompasses.
Megathrust earthquakeMegathrust earthquakes occur at convergent plate boundaries, where one tectonic plate is forced underneath another. The earthquakes are caused by slip along the thrust fault that forms the contact between the two plates. These interplate earthquakes are the planet's most powerful, with moment magnitudes (Mw) that can exceed 9.0. Since 1900, all earthquakes of magnitude 9.0 or greater have been megathrust earthquakes.
Plurality block votingPlurality block voting, also known as plurality-at-large voting, bloc vote or block voting (BV) is a non-proportional voting system for electing representatives in multi-winner elections. Each voter may cast as many votes as the number of seats to be filled. The usual result when the candidates divide into parties is that the most popular party in the district sees its full slate of candidates elected in a seemingly landslide victory.
Plurality (voting)A plurality vote (in American English) or relative majority (in the United Kingdom and Commonwealth) describes the circumstance when a party, candidate, or proposition polls more votes than any other but does not receive more than half of all votes cast. For example, if from 100 votes that were cast, 45 were for Candidate A, 30 were for Candidate B and 25 were for Candidate C, then Candidate A received a plurality of votes but not a majority.
ExistenceExistence is the ability of an entity to interact with reality. In philosophy, it refers to the ontological property of being. The term existence comes from Old French existence, from Medieval Latin existentia/exsistentia, from Latin existere, to come forth, be manifest, ex + sistere, to stand. Materialism holds that the only things that exist are matter and energy, that all things are composed of material, that all actions require energy, and that all phenomena (including consciousness) are the result of the interaction of matter.
Complexity classIn computational complexity theory, a complexity class is a set of computational problems "of related resource-based complexity". The two most commonly analyzed resources are time and memory. In general, a complexity class is defined in terms of a type of computational problem, a model of computation, and a bounded resource like time or memory. In particular, most complexity classes consist of decision problems that are solvable with a Turing machine, and are differentiated by their time or space (memory) requirements.
Computational complexityIn computer science, the computational complexity or simply complexity of an algorithm is the amount of resources required to run it. Particular focus is given to computation time (generally measured by the number of needed elementary operations) and memory storage requirements. The complexity of a problem is the complexity of the best algorithms that allow solving the problem. The study of the complexity of explicitly given algorithms is called analysis of algorithms, while the study of the complexity of problems is called computational complexity theory.
Evaluation strategyIn a programming language, an evaluation strategy is a set of rules for evaluating expressions. The term is often used to refer to the more specific notion of a parameter-passing strategy that defines the kind of value that is passed to the function for each parameter (the binding strategy) and whether to evaluate the parameters of a function call, and if so in what order (the evaluation order). The notion of reduction strategy is distinct, although some authors conflate the two terms and the definition of each term is not widely agreed upon.
Computational complexity theoryIn theoretical computer science and mathematics, computational complexity theory focuses on classifying computational problems according to their resource usage, and relating these classes to each other. A computational problem is a task solved by a computer. A computation problem is solvable by mechanical application of mathematical steps, such as an algorithm. A problem is regarded as inherently difficult if its solution requires significant resources, whatever the algorithm used.