Copro2 Prefinal Exam

98 Questions | Attempts: 122
Please wait...
Question 1 / 99
🏆 Rank #--
0 %
0/100
Score 0/100

1. This method is used to manually change the size of the components  

Submit
Please wait...
About This Quiz
Industry Quizzes & Trivia

Java applet

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. This method is used to manually change the location of the components  

Submit

3. This method is used to manually change the location of the components  

Submit

4. Applets are _______.

Submit

5. To change the color of your drawings, you have to use the method __________.  

Submit

6. Which of the following is NOT an applet keyword?  

Submit

7. Which of the following is the correct parameters of drawString method?  

Submit

8. Which of the following statements correctly creates a Font object?  

Submit

9. To create circles in your applet, you have to use the method ________.  

Submit

10. Which of the following is the correct parameters of drawString method?  

Submit

11. When an applet is registered as a listener with a button, if a user clicks the button, the method that executes is __________.  

Submit

12. This method is used to manually change the size of the components  

Submit

13. To change the color of your drawings, you have to use the method __________.  

Submit

14. This is the name of the package that you have to import to have an action listeners on your program  

Submit

15. This is the name of the package that you have to import to have an action listeners on your program  

Submit

16. It can only contain a single line of text and no images.  

Submit

17. This is the name of the package that you have to import to create and implement your applet code.  

Submit

18. It tells Java that this is the beginning of a class declaration.  

Submit

19. Which of the following is NOT an applet keyword?  

Submit

20. Which of the following is the correct declaration of drawing a rectangle method?  

Submit

21. Labels and Buttons are __________.  

Submit

22. TextArea and TextField are both subclasses of _____________.

Submit

23. Which of the following statements correctly creates a Font object?  

Submit

24. A user might initiate any number of events in any order in ___________ program.  

Submit

25. A Font object contains all of the following except ________  

Submit

26. To create series of lines in your applet, you have to use the method ________.  

Submit

27. It is the listener interface for receiving action events.  

Submit

28. The applet can  received the parameter values using the method ___________

Submit

29. The _________class "knows" how to change colors and draw things on the screen.  

Submit

30. Which of the following is the advantage of passing parameters to an applet  

Submit

31. To create series of lines in your applet, you have to use the method ________.  

Submit

32. Which of the following is NOT TRUE regarding parameters of drawRect method?  

Submit

33. It tells Java that this is the beginning of a class declaration.  

Submit

34. Which of the following is the correct declaration of drawing a rectangle method?  

Submit

35. When an applet is registered as a listener with a button, if a user clicks the button, the method that executes is __________.  

Submit

36. Applets are _______.

Submit

37. Which of the following will generate an error:  

Submit

38. The applet can  received the parameter values using the method ___________

Submit

39. Which of the following will generate an error:  

Submit

40. Which of the following is NOT a Label constructor?  

Submit

41. A user might initiate any number of events in any order in ___________ program.  

Submit

42. The name of any applet called using CODE within an HTML document must use the _____________extension.  

Submit

43. These are small applications and they are accessed in internet server.  

Submit

44. The add() method ___________.  

Submit

45. The correct HTML tag for passing parameters to applet is:  

Submit

46. Which of the following is NOT TRUE regarding parameters of drawRect method?  

Submit

47. This is the name of the package that you have to import to create and implement your applet code.  

Submit

48. This means that other classes may use this class or method during their execution.  

Submit

49. Which of the following is NOT a Label constructor?  

Submit

50. It is the listener interface for receiving action events.  

Submit

51. It has four constructors that enable one to build the exact object that is needed.  

Submit

52. The method that places a value within a previously constructed Textfield is ________.  

Submit

53. This method must be override once you implement an action listener class  

Submit

54. The add() method ___________.  

Submit

55. To create circles in your applet, you have to use the method ________.  

Submit

56. TextArea and TextField are both subclasses of _____________.

Submit

57. You can construct a new Color by providing 3 integers that represent ___________, ___________, and ____________ colors

Submit

58. It is used to make parts of the library available for used in the current program.

Submit

59. Java applications and java applets are similar because both ______________.  

Submit

60. A program that allows you to display HTML documents on your computer screen is a ____________.  

Submit

61. Labels and Buttons are __________.  

Submit

62. A program that allows you to display HTML documents on your computer screen is a ____________.  

Submit

63. A Font object contains all of the following except ________  

Submit

64. The method that places a value within a previously constructed Textfield is ________.  

Submit

65. This method literally paints graphical elements in an applet window  

Submit

66. This method literally paints graphical elements in an applet window  

Submit

67. The correct HTML tag for passing parameters to applet is:  

Submit

68. Which of the following is the advantage of passing parameters to an applet  

Submit

69. Which of the following is the correct parameters of fillArc method  

Submit

70. The _________class "knows" how to change colors and draw things on the screen.  

Submit

71. It has four constructors that enable one to build the exact object that is needed.  

Submit

72. The drawString() method is a member of the _____________class.  

Submit

73. The constructor TextField("4") creates _________.  

Submit

74. The constructor TextField("4") creates _________.  

Submit

75. Java applications and java applets are similar because both ______________.  

Submit

76. The following are methods in Applet class except:  

Submit

77. The distance values for drawRect are ________.  

Submit

78. A window that is moved or covered is __________.  

Submit

79. The distance values for drawRect are ________.  

Submit

80. This method must be override once you implement an action listener class  

Submit

81. Which of the following is the correct parameters of fillArc method  

Submit

82. Which of the following is NOT true regarding Button class  

Submit

83. The ending half of any HTML tag pair is preceded with a ___________.  

Submit

84. The name of any applet called using CODE within an HTML document must use the _____________extension.  

Submit

85. You can construct a new Color by providing 3 integers that represent ___________, ___________, and ____________ colors

Submit

86. The ending half of any HTML tag pair is preceded with a ___________.  

Submit

87. The Component class has the following methods except:  

Submit

88. Which of the following is NOT true regarding Button class  

Submit

89. The drawString() method is a member of the _____________class.  

Submit

90. It is used to make parts of the library available for used in the current program.

Submit

91. The class used to choose color to your drawings  

Submit

92. On the given statement below, which of the following is the location below the upper left corner of the applet window?   g.drawString ("Welcome to Java!", 140, 50);  

Submit

93. The following are methods in Applet class except:  

Submit

94. The class used to choose color to your drawings  

Submit

95. On the given statement below, which of the following is the location below the upper left corner of the applet window?   g.drawString ("Welcome to Java!", 140, 50);  

Submit

96. This means that other classes may use this class or method during their execution.  

Submit

97. The Component class has the following methods except:  

Submit

98. A window that is moved or covered is __________.  

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (98)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
This method is used to manually change the size of the components ...
This method is used to manually change the location of the components ...
This method is used to manually change the location of the components ...
Applets are _______.
To change the color of your drawings, you have to use the method...
Which of the following is NOT an applet keyword?  
Which of the following is the correct parameters of drawString method?...
Which of the following statements correctly creates a Font object? ...
To create circles in your applet, you have to use the method ________....
Which of the following is the correct parameters of drawString method?...
When an applet is registered as a listener with a button, if a user...
This method is used to manually change the size of the components ...
To change the color of your drawings, you have to use the method...
This is the name of the package that you have to import to have an...
This is the name of the package that you have to import to have an...
It can only contain a single line of text and no images.  
This is the name of the package that you have to import to create and...
It tells Java that this is the beginning of a class declaration. ...
Which of the following is NOT an applet keyword?  
Which of the following is the correct declaration of drawing a...
Labels and Buttons are __________.  
TextArea and TextField are both subclasses of _____________.
Which of the following statements correctly creates a Font object? ...
A user might initiate any number of events in any order in ___________...
A Font object contains all of the following except ________ ...
To create series of lines in your applet, you have to use the method...
It is the listener interface for receiving action events. ...
The applet can  received the parameter values using the method...
The _________class "knows" how to change colors and draw things on the...
Which of the following is the advantage of passing parameters to an...
To create series of lines in your applet, you have to use the method...
Which of the following is NOT TRUE regarding parameters of drawRect...
It tells Java that this is the beginning of a class declaration. ...
Which of the following is the correct declaration of drawing a...
When an applet is registered as a listener with a button, if a user...
Applets are _______.
Which of the following will generate an error:  
The applet can  received the parameter values using the method...
Which of the following will generate an error:  
Which of the following is NOT a Label constructor?  
A user might initiate any number of events in any order in ___________...
The name of any applet called using CODE within an HTML document must...
These are small applications and they are accessed in internet server....
The add() method ___________.  
The correct HTML tag for passing parameters to applet is: ...
Which of the following is NOT TRUE regarding parameters of drawRect...
This is the name of the package that you have to import to create and...
This means that other classes may use this class or method during...
Which of the following is NOT a Label constructor?  
It is the listener interface for receiving action events. ...
It has four constructors that enable one to build the exact object...
The method that places a value within a previously constructed...
This method must be override once you implement an action listener...
The add() method ___________.  
To create circles in your applet, you have to use the method ________....
TextArea and TextField are both subclasses of _____________.
You can construct a new Color by providing 3 integers that represent...
It is used to make parts of the library available for used in the...
Java applications and java applets are similar because both...
A program that allows you to display HTML documents on your computer...
Labels and Buttons are __________.  
A program that allows you to display HTML documents on your computer...
A Font object contains all of the following except ________ ...
The method that places a value within a previously constructed...
This method literally paints graphical elements in an applet window ...
This method literally paints graphical elements in an applet window ...
The correct HTML tag for passing parameters to applet is: ...
Which of the following is the advantage of passing parameters to an...
Which of the following is the correct parameters of fillArc method ...
The _________class "knows" how to change colors and draw things on the...
It has four constructors that enable one to build the exact object...
The drawString() method is a member of the _____________class. ...
The constructor TextField("4") creates _________.  
The constructor TextField("4") creates _________.  
Java applications and java applets are similar because both...
The following are methods in Applet class except:  
The distance values for drawRect are ________.  
A window that is moved or covered is __________.  
The distance values for drawRect are ________.  
This method must be override once you implement an action listener...
Which of the following is the correct parameters of fillArc method ...
Which of the following is NOT true regarding Button class ...
The ending half of any HTML tag pair is preceded with a ___________. ...
The name of any applet called using CODE within an HTML document must...
You can construct a new Color by providing 3 integers that represent...
The ending half of any HTML tag pair is preceded with a ___________. ...
The Component class has the following methods except:  
Which of the following is NOT true regarding Button class ...
The drawString() method is a member of the _____________class. ...
It is used to make parts of the library available for used in the...
The class used to choose color to your drawings  
On the given statement below, which of the following is the location...
The following are methods in Applet class except:  
The class used to choose color to your drawings  
On the given statement below, which of the following is the location...
This means that other classes may use this class or method during...
The Component class has the following methods except:  
A window that is moved or covered is __________.  
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!