An error that results from the combination of different data types.
What is a Type error?
System that is represented by 0 and 1s.
What is binary numbers?
These structures form the basis of decision-making.
What are conditional statements?
A system's ability to continue operating uninterrupted despite the failure of one or more of its components
What is fault tolerance?
A large group of dispersed participants contributing or producing goods or services (ex. Wikapedia)
What is crowdsourcing?
In Python and Java, you CALL these to reuse code.
What are Functions (or Procedures)
Compression technique where no data is lost.
What is lossless data?
A problem which can not be answered correctly by a program.
What is undecidable problems
A type of computation in which many calculations or processes are carried out simultaneously
What is Parallel Computing?
The unequal access to digital technology, including smartphones, tablets, laptops, and the internet.
What is digital divide?
These type of errors stop your program from even running.
What is a syntax error?
The author, date created, and file sizes are examples of this on a file.
What is metadata?
Enables problem solving, human expression and creation of knowledge.
What is a program
The method of making multiple computers work together to solve a common problem
What is Distributive Computing
The act of WRITING step-by-step directions for the machine to follow.
What is CODING?
leveraging a large group of people, often online, to perform tasks or contribute to a project that would otherwise be difficult or time-consuming for computers or individuals to complete alone
What is collaborative computing, citizen science or crowdsourcing?
1,000,000,000 bytes in bits.
What is a 8GB or 8,000,000,000 bits?
The process of hiding complex details and showing only the essential features of something. It lets programmers focus on what something does instead of how it does it.
What is abstraction?
A Boolean expression that guides decision-making in a program. The foundation of an if-statement.
What is a condition?
The on-demand availability of computer system resources, especially data storage and computing power, without direct active management by the user.
What is cloud computing?
A first, typical or preliminary model of something, especially a machine, from which other forms are developed or copied.
What is a prototype?
Decimal number of 1011101.
What is 93?
An estimation of the amount of computational resources used by an algorithm.
What is efficiency.
Includes While and For loops .
(the technical term)
What is iteration
the practice of protecting computer systems, networks, and data from unauthorized access, use, disclosure, disruption, modification, or destruction
What is cybersecurity?