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
byte
minimum storage unit
ASCII
encoding/decoding schema done by system
Volatile memory
information is lost when the power is off (RAM)
resolution
specifies number of pixels in horizontal and vertical dimensions of the display device. Higher the resolution, the sharper and clearer the image is.
dot pitch
amount of space between pixels, measured in millimeters. Smaller the dot pitch, sharper the quality.
communication device
device capable of transmitting a signal over the telephone, other communication wire, or wireless (modems, DSL, wireless adapters)
systems software
operating systems (Windows, MacOS X, Linux)
machine language
set of primitive instructions built into every computer
Assembly
assemblers are used to convert assembly language programs into machine code