Which type of memory is erasable by exposing it to an electrical charge?
A. EPROM
B. ROM
C. EEPOM
D. PROM
Answer: C
You might also like to view...
Method paintComponent is called when:
a. a lightweight Swing component is created. b. a lightweight Swing component is displayed. c. a lightweight Swing component is clicked. d. an application exits.
What is displayed by the following code?
``` System.out.print("Hi, ABC, good".matches("ABC ") + " "); System.out.println("Hi, ABC, good".matches(".*ABC.*")); ``` a. false false b. true false c. true true d. false true
A single webpage is identified by a symbolic string called a(n) protocol. _________________________
Answer the following statement true (T) or false (F)
A ____ object displays a collection of items, or values, with one item per line.
A. TextBox B. RadioButton C. ListBox D. CheckBox