Unit 1 Flashcards
JDK
Java Development Toolkit
JRE
Java Runtime Environment
IDE
Integrated Development Environment
public class Welcome
words “public class” are reserved words in Java
Naming conventions
Name of a Java class starts with a capital letter, using CamelCase convention
hardware
physical parts of the computer
software
instructions that control the hardware and allows the computer to perform tasks
bus
a computer’s components that are interconnected by a subsystem
storage devices
disks, CDs, tape
input devices
keyboard and mouse
output devices
monitor, printer
CPU
Central Processing Unit, brain of the computer. Retrieves instructions from memory and executes them.
CPU Speed
Megahertz, (MHz)
memory
used to store data and instructions for the CPU to execute
bit
binary digit (base 2), stores values 0 or 1