A stylus uses pressure to draw images on a screen.
Answer the following statement true (T) or false (F)
True
You might also like to view...
As shown in the accompanying figure, _________________________ refers to a collection of computer servers that house resources users access through the Internet.
Fill in the blank(s) with the appropriate word(s).
In the following code, which line has an error?
1 public class TestApplet extends JApplet 2 { 3 public void init() 4 { 5 super.JApplet(); 6 JLabel label = new JLabel("Test label"); 7 setLayout(new FlowLayout()); 8 add(label); 9 } 10 } A) 1 B) 3 C) 5 D) There are no errors
A(n) ________ is a special pen that allows users to write directly on a screen
Fill in the blank(s) with correct word
What is the generic top level domain (gTLD) in the following Web address http://www.australia.gov.au?
A) au B) australia C) www D) gov