Comp Sci quiz 1 Flashcards
ALU
arithmetic logic unit, a digital circuit that performs integer arithmetic and logical operations
CPU
central processing unit, the brain of the computer that handles all the instructions you give it
IDE
integrated development environment, groups together all the tools needed for programming in one environment
JDK
Java Development kit, an implementation of either one of Java’s platforms
TCP/IP
internet protocol suite, the networking model and communications protocol used in the internet
OOP
object-oriented programming, a programming paradigm that represents the concept of “objects” that have data fields and methods
RAM
random access memory, a type of memory in which a reader can go to a specific item without having to start at the beginning
ROM
read only memory, computer hardware that stores programs or data that cannot be added to, modified or deleted
I/O
input/output, the communication between an information processing system and the outside world
API
application programming interface, a software component in terms of its operations, their inputs and underlying types
JRE
the runtime portions of Java software, all you need to run your web browser
JVM
Java Virtual Machine, the runtime engine of the java platform which allows any program written in Java or other language to run on any computer that has a native JVM
HTML
hyperlink markup language, a standardized system for tagging text files to achieve font, color, graphic and hyperlink effects
URL
uniform resource locator, a reference to a resource on the internet
clock
a microschip that regulates the timing and speed of all computer functions