1. Escoja la respuesta correcta: Antes de trabajar añadiendo o eliminando elementos a una lista es necesario:
Evaluación de Programación

Quiz
•
Computers
•
12th Grade
•
Medium
Rolando Torres
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
declarar un objeto de tipo JavaxSwing y por medio del método apropiado
declarar un objeto de tipo Clase y por medio del método apropiado
declarar un objeto de tipo DefaultListModel y por medio del método apropiado
declarar un objeto de tipo Scanner y por medio del método apropiado
2.
FILL IN THE BLANK QUESTION
3 mins • 1 pt
Para que sirve la siguiente línea de código:
txtnuevo.setText=" ";
3.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Cuál es código fuente para agregar elementos a una lista, que va dentro del siguiente procedimiento:?
private void btnagregaActionPerformed(Action....Event evt) {
}
Jlist.addElement(this.txtnuevo.getText());
this.lstelementos.setIndex(Jlist);
txtnuevo.setText("");
Jlist.addElement(this.txtnuevo.getText());
this.lstelementos.setModel(Jlist);
txtnuevo.setText("");
Jlist.removeAllElement(this.txtnuevo.getText());
this.lstelementos.setModel(Jlist);
txtnuevo.setText("");
Jlist.removeElement(this.txtnuevo.getText());
this.lstelementos.setModel(Jlist);
txtnuevo.setText("");
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Cuál es el código fuente para eliminar un elemento de un Jlist, que se escribe dentro del procedimiento:
private void btneliminarActionP...........(java.awt.event.ActionEvent evt) {
}
int index=lstelementos.setSelectedIndex();
if (index>=0){
Jlist.remove(index);
}else{
JOptionPane.showMessageDialog(rootPane, "no hay elemento en la lista");
int index=lstelementos.getSelectedIndex();
if (index>=0){
Jlist.remove(index);
}else{
JOptionPane.showMessageDialog(rootPane, "no hay elemento en la lista");
int index=lstelementos.getSelectedIndices();
if (index>=0){
Jlist.delete(index);
}else{
JOptionPane.showMessageDialog(rootPane, "no hay elemento en la lista");
int index=lstelementos.getSelectedIndex();
if (index>=5){
Jlist.remove(index);
}else{
JOptionPane.showMessageDialog(rootPane, "no hay elemento en la lista");
5.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Cuales son los 3 elementos principales de un flujo de datos?
diagrama de flujo
diccionario de datos
base de dato relacional
diagrama estructurado de datos
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Selecciona o marca la tabla que permite establecer relación entre las tablas médico y paciente
7.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
En el modelo relacional, cuando escogemos un campo clave como el de la imagen tabla Curso, a este se la llama:
Create a free account and access millions of resources
Similar Resources on Quizizz
7 questions
Code.org Unit 6 List Review

Quiz
•
12th Grade
10 questions
HTML/CSS Quiz

Quiz
•
10th Grade - University
15 questions
MS Excel - Managing Workbooks and Worksheets

Quiz
•
12th Grade
15 questions
Access 2013 Lesson 1

Quiz
•
9th - 12th Grade
10 questions
PowerPoint 16 Module 1 Vocabulary - Cengage

Quiz
•
5th - 12th Grade
10 questions
Managing and Formatting Word Documents

Quiz
•
12th Grade
15 questions
Algoritma & Pemograman

Quiz
•
12th Grade
15 questions
Access Vocabulary

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University