Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Creating a List of Words from a File Construct a program that reads a text file and creates a list of the words that the file contains, ignoring... PCEX file i/o
2 Comparing the List of Words from Two Files Construct a program that reads two text files and creates a list of the words that each of these files... PCEX file i/o
3 Reporting File Information (Case 1) Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
4 Reporting File Information (Case 2) Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
5 Reporting the Total Hours Each Employee Worked (Case 1) Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
6 Reporting the Total Hours Each Employee Worked (Case 2) Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
7 Informe de Informacion del Archivo (Caso 1) Construir un programa que reciba la ruta completa a un archivo de entrada del usuario, lea ese archivo e informe... PCEX file i/o
8 Informar Informacion del Archivo (Caso 2) Construir un programa que reciba la ruta completa a un archivo de entrada del usuario, lea ese archivo e informe... PCEX file i/o
9 Informe de las Horas Totales Trabajadas por Cada Empleado (Caso 1) Supongamos que tenemos un archivo de entrada que contiene información sobre cuántas horas ha trabajado cada empleado de una empresa.... PCEX file i/o
10 Informe de las Horas Totales Trabajadas por Cada Empleado (Caso 2) Supongamos que tenemos un archivo de entrada que contiene información sobre cuántas horas ha trabajado cada empleado de una empresa.... PCEX file i/o
11 ae_python_file Python CodeVisualization for demonstrating ae_python_file JSVEE file i/o
12 Practicar la lectura de archivos e imprimir el tercer elemento de cada línea Construye un programa que abra un archivo y muestre el tercer elemento de cada linea del archivo jsParsons file i/o
13 Practicar leer un archivo e imprimir su contenido Construye un programa que abra un archivo e imprima cada linea del archivo jsParsons file i/o
14 q_py_file1_es Python PredictingFinalResult for demonstrating q_py_file1_es QuizPET file i/o
15 File Processing 1 Python PredictingFinalResult for demonstrating File Processing 1 QuizPET file i/o
16 q_py_file2_es Python PredictingFinalResult for demonstrating q_py_file2_es QuizPET file i/o
17 q_py_file3_es Python PredictingFinalResult for demonstrating q_py_file3_es QuizPET file i/o
18 q_py_rw_file1_es Python PredictingFinalResult for demonstrating q_py_rw_file1_es QuizPET file i/o
19 q_py_rw_file2_es Python PredictingFinalResult for demonstrating q_py_rw_file2_es QuizPET file i/o
20 Reading from a text file Python BehaviorExample for demonstrating Reading from a text file WebEx file i/o
21 Writing to a text file Python BehaviorExample for demonstrating Writing to a text file WebEx file i/o
22 Reporting File Information Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
23 Reporting the Total Hours Each Employee Worked Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
24 Reporting File Information Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
25 Reporting the Total Hours Each Employee Worked (Case 2) Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
26 Reporting the Total Hours Each Employee Worked Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
27 Printing file contents Construct a program that opens up a file and prints out each line of the file jsParsons exception handling, file i/o
28 Practising reading a file and printing the third element in each line of the file Construct a program that opens up a file and prints out the third element in each line of the file jsParsons exception handling, file i/o
29 File processing 2 Python PredictingFinalResult for demonstrating File processing 2 QuizPET algorithm analysis, file i/o
30 File processing 3 Python PredictingFinalResult for demonstrating File processing 3 QuizPET algorithm analysis, file i/o
31 Creating a List of Words from File(s) Construct a program that reads a text file and creates a list of the words that the file contains, ignoring... PCEX arraylist, file i/o, list
32 Comparing the List of Words from Two Files Construct a program that reads two text files and creates a list of the words that each of these files... PCEX arraylist, file i/o
33 Reporting File Information Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX exception handling, file i/o
34 Reporting the Total Hours Each Employee Worked Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX exception handling, file i/o
35 Files 1 Python CodeVisualization for demonstrating Files 1 JSVEE algorithm analysis, file i/o
36 Files 2 Python CodeVisualization for demonstrating Files 2 JSVEE algorithm analysis, file i/o
37 Reporting File Information (Case 2) Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX classes, exceptions, file i/o, methods, objects
38 Determining Whether One is a Teenager (Case 2) Construct a program that asks the user to enter a string that has the user name and age separated by... PCEX classes, exception handling, exceptions, file i/o, if-else statement, loops, methods, objects
39 Class 2 (BankAccount) Java PredictingFinalResult for demonstrating Class 2 (BankAccount) QuizJET classes, exceptions, file i/o, methods, objects
40 Class 5 (Point) Java PredictingFinalResult for demonstrating Class 5 (Point) QuizJET classes, exceptions, file i/o, methods, objects
41 The Class for Representing a Point in the Euclidean Plane (Case 2) Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... PCEX classes, constructors, exceptions, file i/o, inheritance, methods, objects, overloading
42 Class (Cash Register) Java PredictingFinalResult for demonstrating Class (Cash Register) QuizJET classes, constructors, exceptions, file i/o, methods, objects, overloading
43 Java Testing Review Questions Question, Battery CS1-level review questions on file I/O testing in Java. OpenDSA Testing
44 Given a two-dimensional array of integers, return the index of the first row that is entirely filled with zeroes. Code Completion Given a two-dimensional array of integers, return the index of the first row that is entirely filled with zeroes. < CodeCheck Two-Dimensional Arrays, Complex Loops