Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Dictionary Basics Python BehaviorExample for demonstrating Dictionary Basics WebEx dictionary
2 Dictionary PCEX Set of activities for Dictionary PCEX
3 Dictionary square Python PredictingFinalResult for demonstrating Dictionary square QuizPET classes, data structures, dictionaries, dictionary, stacks
4 Accessing Dictionary Elements Python BehaviorExample for demonstrating Accessing Dictionary Elements WebEx dictionary, json
5 Dictionary Basics Python BehaviorExample for demonstrating Dictionary Basics WebEx dictionaries
6 Dictionary calculations Construct a program that calculates each student’s average score by using `studentdict` dictionary that is already defined as follows: jsParsons classes, data structures, dictionaries, dictionary, stacks
7 Dictionary Filter Construct a program that prints out all the circles that are larger than 5. jsParsons classes, data structures, dictionaries, dictionary, stacks
8 Dictionary Keys storage-dictionary stores the amount of certain items in storage. Construct a program that prints out a list of all the... jsParsons classes, data structures, dictionaries, dictionary, stacks
9 Dictionary Values Construct a program that prints out how many items in total are in storage. You can assume that a dictionary... jsParsons classes, data structures, dictionaries, dictionary, stacks
10 Dictionary manipulation. Construct a program that prints a blue Toyota car. jsParsons dictionaries, dictionary
11 Dictionary 1 Python CodeVisualization for demonstrating Dictionary 1 JSVEE classes, data structures, dictionaries, dictionary, json, stacks
12 Dictionary 2 Python CodeVisualization for demonstrating Dictionary 2 JSVEE dictionaries, dictionary, json
13 Dictionary 3 Python CodeVisualization for demonstrating Dictionary 3 JSVEE dictionaries, dictionary, json
14 Dictionary ADT Review Questions Question, Battery A battery of self-assessment questions on the Dictionary ADT. OpenDSA Dictionary, Abstract Data Type
15 access a dictionary Python PredictingFinalResult for demonstrating access a dictionary QuizPET dictionaries, dictionary
16 access and mofify a dictionary Python PredictingFinalResult for demonstrating access and mofify a dictionary QuizPET dictionaries, dictionary
17 Adding and Modifying Dictionary Elements Python BehaviorExample for demonstrating Adding and Modifying Dictionary Elements WebEx dictionaries, dictionary, json
18 Accessing Dictionary Elements Python BehaviorExample for demonstrating Accessing Dictionary Elements WebEx dictionaries
19 Updating Dictionary Elements Python BehaviorExample for demonstrating Updating Dictionary Elements WebEx
20 Variable type: Dictionary Python BehaviorExample for demonstrating Variable type: Dictionary WebEx dictionaries, variables
21 Creating a Dictionary of Character-Count Pairs Construct a program that has a function which receives a string from the user and creates a dictionary that maps... PCEX
22 Creating a Dictionary of Character-Words Pairs Construct a program that has a function which receives a string and creates a dictionary that maps each character to... PCEX
23 Creating a Dictionary of Character-Count Pairs Construct a program that has a function which receives a string from the user and creates a dictionary that maps... PCEX
24 Creating a Dictionary of Character-Words Pairs. Construct a program that has a function which receives a string and creates a dictionary that maps each character to... PCEX
25 Creating a Dictionary of Student-Scores Pairs (Case 1) Assume we have a list of students and a list of their corresponding test scores. Construct a program that has... PCEX
26 Creating a Dictionary of Student-Scores Pairs (Case 2) Assume we have a list of students and a list of their corresponding test scores. Construct a program that has... PCEX
27 List to Dictionary Construct a program that prints out moo and oink, in that order. jsParsons classes, data structures, dictionaries, dictionary, stacks
28 ae_python_dict Python CodeVisualization for demonstrating ae_python_dict JSVEE dictionaries, dictionary
29 Letter frequency Construct a function which counts the frequency of each character in the string given as a parameter and returns a... jsParsons dictionaries
30 Letter frequency Construct a program which counts the frequency of each character in string 'Summer' and stores it in a dictionary. Finally,... jsParsons dictionaries
31 My books The book is described by identifier, title, authors, publisher, unit price and year of publication. There cannot be two books... PCEX
32 q_py_dict_access1_es Python PredictingFinalResult for demonstrating q_py_dict_access1_es QuizPET dictionaries
33 q_py_dict_access2_es Python PredictingFinalResult for demonstrating q_py_dict_access2_es QuizPET dictionaries
34 q_py_dict_square_es Python PredictingFinalResult for demonstrating q_py_dict_square_es QuizPET dictionaries
35 Cálculos con diccionarios Construye un programa que calcule el promedio de calificaciones de cada estudiante usando el diccionario `dicc_estudiantes` que ya esta definido... jsParsons dictionaries
36 Iterar sobre elementos (items) de un diccionario Construye un programa que imprima todos los circulos que son mayores que 5. jsParsons dictionaries
37 Iterar sobre un diccionario El diccionario almacen almacena la cantidad de ciertos articulos en bodega. Construye un programa que imprima una lista de todos... jsParsons dictionaries
38 Acceder a los valores de un diccionario Construye un programa que imprima cuantos articulos en total hay en bodega. Puedes asumir que un diccionario llamado almacen ya... jsParsons dictionaries
39 Convertir una lista de tuplas en un diccionario Construye un programa que imprima mu y oink, en ese orden. jsParsons dictionaries
40 Manipulación de diccionarios Construye un programa que imprima un coche Toyota azul. jsParsons dictionaries
41 Creando un Diccionario de Pares Caracteres-Frecuencia Construye un programa que tenga una función que reciba un string del usuario y cree un diccionario que mapea cada... PCEX
42 Creando un Diccionario de Pares Caracteres-Palabras Construye un programa que tenga una función que reciba un string y cree un diccionario que mapea cada carácter a... PCEX
43 Creando un Diccionario de Pares Estudiante-Puntajes (Caso 1) Supongamos que tenemos una lista de estudiantes y una lista de sus correspondientes puntajes de exámenes. Construya un programa que... PCEX
44 Creando un Diccionario de Pares Estudiante-Puntajes (Caso 2) Supongamos que tenemos una lista de estudiantes y una lista de sus correspondientes puntajes de exámenes. Construya un programa que... PCEX
45 Frecuencia de letras Construye una funcion que cuente la frecuencia de cada caracter en la cadena dada como parametro y devuelva un diccionario... jsParsons
46 Frecuencia de letras Construye un programa que cuente la frecuencia de cada caracter en la cadena 'Summer' y la almacene en un diccionario.... jsParsons