Level 81
Level 83
15 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Byte
8 Bits
Binary
A number base with only two digits. 0's and 1's
Overflow
When a calculation is made that exceeds the upper limit (largest value).
ASCII
__________ is the standard code for representing keyboard characters
Digital
Data represented in discrete quantities
Compiler
A highly specialized piece of software that takes a programming language understandable by humans
Binary
A number base with only two digits. 0's and 1's
Graphical User Interface
Uses images, known as icons, to represent resources, files, programs, and actions.
Application
A set of code which runs on the computer, telling the computer to do something. Often called an
Internet
The complex world-wide system of networked computers and servers that allow people to share,
objects
An abstract class creates no __________
extends
ex: public class Subclass __________ Superclass {}
Yes
Can a class can implement any number of interfaces?
constructor
a method is called when an object is instantiated using the new keyword
Polymorphism
__________ applies only to overridden methods in subclasses