AP Computer Science Principles Questions and answers, Graded A+
AP Computer Science Principles Questions and answers, Graded A+ Algorithm - -At its core, an algorithm is really just a generalized, conceptual solution to a problem that can later be implemented in some real-world form like a computer program. Application Program Interface - -Application program interface (API) is a set of routines, protocols, and tools for constructing software applications. An API specifies how software components should interact. In addition, APIs are used when programming graphical user interface (GUI) components. Binary - -A numeric system of base 2 that only uses combinations of the digits zero and one; this is used in one of the lowest levels of abstraction. Computers operate in binary, as they store data and perform calculations using only zeros and ones. While a single binary digit can be used to represent True (1) or False (0) in boolean logic, multiple binary digits can be used in conjunction to store large numbers and perform complex functions. Computers translate between binary and what you actually work with such as numbers and text. Binary Search - -A search algorithm that locates the position of a target value within a sorted array by repeatedly dividing the search interval in half; can only be used when the list is sorted. Because of its divide-and-conquer approach, the amount of work required to find an item grows much more slowly with Binary Search than with Sequential Search. In fact, with this logarithmic behavior Boolean Function* - -Any function based on the operations AND, OR, and NOT, and whose elements are from the domain of Boolean algebra. A function whose arguments, as well as the function itself, assume values from a two-element set (usually {0,1}) Central Processing Unit - -CPU, or processor, is the brains of the computer where most calculations take place. Contains the circuitry necessary to interpret and execute program instructions. Computational Artifact - -Something created by a human using a computer and can be, but is not limited to, a program, an image, an audio, a video, a presentation, or web page file Cryptography - -The science of coding and decoding messages in order to keep them secure. Coding takes place using a
Geschreven voor
- Instelling
- AP Computer Science Principles
- Vak
- AP Computer Science Principles
Documentinformatie
- Geüpload op
- 18 december 2023
- Aantal pagina's
- 24
- Geschreven in
- 2023/2024
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
ap computer science principles questions and answ