Ap Computer Science Terms And Solutions 2023
Ap Computer Science Terms And Solutions 2023abstract - ANSWER a class that is declared abstract. An abstract method is a method that is declared without an implementation .add - ANSWER adds content to an ArrayList to the very end algorithm - ANSWER A complicated problem that the computer tries to calculate and return a value or a list of values argument - ANSWER like parameter, call a method with a parameter/argument and it will comply a function based on the parameter/argument array - ANSWER an java object that does not have methods that stores a list of values in one object ArrayList - ANSWER a java class that must be imported to use, uses methods to insert values into the ArrayList assignment operator - ANSWER = base case - ANSWER a condition that leads to a recursive method no longer creating another method to call on itself. big O notation - ANSWER language we use for articulating how long an algorithm takes to run binary - ANSWER base-2 numerical system that uses 1's and 0's to calculate numbers that the computer can process boolean - ANSWER a primative data type that can store a true or false value cast - ANSWER where you change the type of one variable to another type of variable, like cast an int into a double catch - ANSWER used in a try catch method that catches the exception that prevents a program crash char - ANSWER this is what a string is, a string of characters child class - ANSWER this is the extending class of the extended class/parent class. It can do what the parent can do + more
Written for
- Institution
- SCIE
- Course
- SCIE
Document information
- Uploaded on
- April 24, 2023
- Number of pages
- 5
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- argument like parameter
- call a metho
-
ap computer science terms and solutions 2023
-
abstract a class that is declared abstract an abstract method is a method that is declared without an implementation
Also available in package deal