
CS26L 3RD EXAM
Quiz
•
Computers
•
University
•
Hard
PRINCESS SALARZA
Used 4+ times
FREE Resource
Enhance your content in a minute
79 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
The object of (blank) class is a single line input field that allows the user to select a number or an object value from an ordered sequence.
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
is a software intermediary that allows two applications to talk to each other
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
import java.awt.*;
import javax.swing.*;
public class PanelExample {
PanelExample(){
JFrame f= new JFrame("Panel Example");
JPanel panel=new JPanel();
panel.setBounds(40,80,200,200);
panel.setBackground(Color.gray);
JButton b1=new JButton("Button 1");
b1.setBounds(50,100,80,30);
b1.setBackground(Color.yellow);
JButton b2=new JButton("Button 2");
b2.setBounds(100,100,80,30);
b2.setBackground(Color.green);panel.add(b1);
panel.add(b2);
f.add(panel);
f.setSize(400,400);
f.setLayout(null);
f.setVisible(true);
}
public static void main(String args[]){new PanelExample();
}}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
- To change−the look and feel of the frame.
JFrame.setDefaultLookAndFeelDecorated(true);
UIManager.getCrossPlatformLookAndFeelClassName()
UIManager.setLookAndFeel()
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
API stands for
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
- (blank) inherited the properties of JComponent class and implemented them with an Accessible interface.
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Creates acolor chooser pane with the specified initial color.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
80 questions
AQT75GG
Quiz
•
University
80 questions
شبكات الحاسب
Quiz
•
University
75 questions
Special DB Exam
Quiz
•
University
80 questions
CIA Triad and Security Concepts Quiz
Quiz
•
University
75 questions
Database Concepts Quiz
Quiz
•
University
74 questions
CCNA1
Quiz
•
University
80 questions
Segundo parcial Ingeniería de Software
Quiz
•
University
76 questions
COS G1
Quiz
•
University
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Computers
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
12 questions
Halloween
Quiz
•
3rd Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
History of Halloween: Pagan or Christian?
Interactive video
•
11th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
