GNOME ____ are small programs available on the GNOME Panel that are designed to give you quick access to useful applications.
A. subroutines
B. widgets
C. applets
D. pointers
Answer: C
Computer Science & Information Technology
You might also like to view...
When comparing documents, Word indicates that all revisions were made by:
A) all users. B) the owner. C) the same individual. D) the author.
Computer Science & Information Technology
What would be the best prototype for member function insert, of the template class indexList, which inserts an element at a given position?
a) bool insert (int, const T&); b) void insert (int, T); c) bool insert (const T&); d) void insert (int, const T&)
Computer Science & Information Technology