Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Selecting One Attribute | Selecting One Attribute | AnnEx | select | |
| 2 | Selecting One Attribute pt | This is the portuguese version. | AnnEx | select | |
| 3 | Selecting Multiple Attributes | Selecting Multiple Attributes | AnnEx | select | |
| 4 | Selecting Multiple Attributes pt | This is the portuguese version. | AnnEx | select | |
| 5 | Selecting All Attributes | Selecting All Attributes | AnnEx | select | |
| 6 | Selecting All Attributes pt | This is the portuguese version. | AnnEx | select | |
| 7 | Selection Condition | Selection Condition | AnnEx | select | |
| 8 | Selection Condition pt | This is the portuguese version. | AnnEx | select | |
| 9 | Select-from query execution 1 | Select-from query execution 1 | DBQA | ||
| 10 | Select-from query execution 2 | Select-from query execution 2 | DBQA | ||
| 11 | Select-from query execution 3 | Select-from query execution 3 | DBQA | ||
| 12 | Select-from query execution 4 | Select-from query execution 4 | DBQA | ||
| 13 | Select-from-where query execution 1 | Select-from-where query execution 1 | DBQA | ||
| 14 | Select-from-where query execution 2 | Select-from-where query execution 2 | DBQA | ||
| 15 | Select-from-where query execution 3 | Select-from-where query execution 3 | DBQA | ||
| 16 | Select-from-where query execution 4 | Select-from-where query execution 4 | DBQA | ||
| 17 | Selection Sort Visualization | Algorithm Visualization, Code Tracing Presentation, User Supplied Data | Algorithm Visualization for Selection Sort. Includes code visualization. User can select data for the visualization. | OpenDSA | Selection Sort |
| 18 | Selection sort | Ascending-order Selection sort operates by finding the minimum element of an array and moving it to the “beginning” of the... | PCEX | ||
| 19 | Selection sort | Descending-order Selection sort operates by finding the maximum element of an array and moving it to the “beginning” of the... | PCEX | ||
| 20 | Selection sort | PCEX Set of activities for Selection sort | PCEX | ||
| 21 | Selection Sort | Python CodeVisualization for demonstrating Selection Sort | JSVEE | recursion, search, search algorithms, sorting, sorting algorithms | |
| 22 | Selection Sort2 | Python CodeVisualization for demonstrating Selection Sort2 | JSVEE | sorting algorithms | |
| 23 | Selection Sort Sort Proficiency Exercise | Tracing Exercise | Selection Sort interactive proficiency exercise. Users click on values in an array to move them around as Selection Sort would. | OpenDSA | Selection Sort |
| 24 | Selection Sort: Review Questions | Question, Battery | Selection Sort battery of self-assessment questions. | OpenDSA | Selection Sort |
| 25 | Selection Sort Analysis Slideshow | Algorithm Analysis Presentation | Slideshow showing an analysis of Selection Sort's cost analysis. | OpenDSA | Selection Sort, Worst Case, Average Case, Best Case |
| 26 | Selection Sort First Pass Slideshow | Algorithm Visualization | Slideshow showing a simple visualization of the first pass for Selection Sort. | OpenDSA | Selection Sort |
| 27 | Selection Sort Second Pass Slideshow | Algorithm Visualization | Slideshow showing a simple visualization of the second pass for Selection Sort. | OpenDSA | Selection Sort |
| 28 | PANDAS Select 1 | You're provided a dataframe of used cars using pandas. Select the columns with their type, mileage and name | jsParsons | json, pandas | |
| 29 | PANDAS Select 2 | You're provided a dataframe of used cars using pandas. Select the columns with their type, mileage and name. filter those... | jsParsons | pandas | |
| 30 | c_selection_sort | Napisati program koji traži unos niza od 10 realnih brojeva sa tastature. Niz je zatim potrebno sortirati u rastućem redoslijedu... | PCEX | ||
| 31 | Replacement Selection Proficiency Exercise | Tracing Exercise | Interactive algorithm proficiency exercise for the replacement selection algorithm. User clicks on heap nodes to reproduce the behavior of replacement... | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 32 | Pandas Data Selection 1 | Python PredictingFinalResult for demonstrating Pandas Data Selection 1 | QuizPET | pandas | |
| 33 | py_sorting_selection_sort | PCEX Set of activities for py_sorting_selection_sort | PCEX | ||
| 34 | Multiple Table Selection (1) | Multiple Table Selection (1) | AnnEx | joins | |
| 35 | Multiple Table Selection (1) pt | This is the portuguese version. | AnnEx | joins | |
| 36 | Multiple Table Selection (2) | Multiple Table Selection (2) | AnnEx | joins | |
| 37 | Multiple Table Selection (2) pt | This is the portuguese version. | AnnEx | joins | |
| 38 | External Replacement Selection Slideshow | Algorithm Visualization | Slideshow illustrating the replacement selection algorithm, used for external sorting. | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 39 | Multiple Comparisons (2) pt | This is the portuguese version. | AnnEx | select | |
| 40 | Range Test (1) | Range Test (1) | AnnEx | select | |
| 41 | Range Test (1) pt | This is the portuguese version. | AnnEx | select | |
| 42 | Range Test (2) | Range Test (2) | AnnEx | select | |
| 43 | Range Test (2) pt | This is the portuguese version. | AnnEx | select | |
| 44 | Skipping Duplicates | Skipping Duplicates | AnnEx | select | |
| 45 | Skipping Duplicates pt | This is the portuguese version. | AnnEx | select | |
| 46 | Comparison Condition (1) | Comparison Condition (1) | AnnEx | select | |
| 47 | Comparison Condition (1) pt | This is the portuguese version. | AnnEx | select | |
| 48 | Comparison Condition (2) pt | This is the portuguese version. | AnnEx | select | |
| 49 | Comparison Condition (3) | Comparison Condition (3) | AnnEx | select | |
| 50 | Comparison Condition (3) pt | This is the portuguese version. | AnnEx | select | |
| 51 | Multiple Comparisons (1) | Multiple Comparisons (1) | AnnEx | select | |
| 52 | Multiple Comparisons (1) pt | This is the portuguese version. | AnnEx | select | |
| 53 | Multiple Comparisons (2) | Multiple Comparisons (2) | AnnEx | joins, select | |
| 54 | Comparison Condition (2) | Comparison Condition (2) | AnnEx | arithmetic expressions, select | |
| 55 | Language from CFG Exercise | Question | Users select a language description for a given CFG. | OpenDSA | Context-Free Grammar |
| 56 | Extended BNF Exercise | Question | A question where users select extended BNF statements matching a normal set of BNF statements. | OpenDSA | Context-Free Grammar |
| 57 | Pointer Swap Optimization Slideshow | Presentation | Slideshow showing that Selection Sort can be sped up for large records with swapping to records. | OpenDSA | |
| 58 | Sort Comparison Summary Exercise | Question, Battery | Battery of self-assessment questions where user selects which sort is the best to use in a particular situation. | OpenDSA | Radix Sort |
| 59 | Language from CFG Exercise: Alternate | Question, Battery | A collection of self-practice questions where users select a language description for a given CFG. Alternate version. | OpenDSA | Context-Free Grammar |
| 60 | Extended BNF Exercise: Alternate | Question, Battery | A collection of self-practice questions where users select extended BNF statements matching a normal set of BNF statements. Alternate version. | OpenDSA | Context-Free Grammar |
| 61 | Mergesort Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for Mergesort. User can select data for the visualization. | OpenDSA | Mergesort |
| 62 | Quicksort Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for Quicksort. User can select data for the visualization. | OpenDSA | Quicksort |
| 63 | Shellsort Visualization | Algorithm Visualization, Code Tracing Presentation, User Supplied Data | Algorithm Visualization for Shellsort. User can select data for the visualization. | OpenDSA | Shellsort |
| 64 | Buffer Pool Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for buffer pools. User can selectreplacement heuristic, pool size, and input data for the visualization. | OpenDSA | Buffer Pool |
| 65 | PANDAS Stats 2 | You're provided a dataframe of used cars using pandas. Select the 'type' and 'mileage' columns and use describe() to display... | jsParsons | pandas, statistics | |
| 66 | Buddy Method Memory Manager Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for the buddy method memory manager. User can select data for the visualization. | OpenDSA | Buddy Method Memory Manager |
| 67 | First Fit Memory Manager Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for various sequential memory manager schemes. User can select data for the visualization. Multiple versions are available: First... | OpenDSA | Sequential Fit Memory Manager |
| 68 | Vending Machine With Dollars and Quarters | Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... | PCEX | ||
| 69 | Vending Machine With Quarters-Dimes- and Nickels | Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... | PCEX | ||
| 70 | Vending Machine With Dollars and Quarters | Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... | PCEX | ||
| 71 | Vending Machine With Quarters-Dimes- and Nickels | Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... | PCEX | ||
| 72 | Vending Machine With Dollars and Quarters | Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... | PCEX | ||
| 73 | Vending Machine With Quarters-Dimes- and Nickels | Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... | PCEX | ||
| 74 | Shellsort Performance Proficiency Exercise | Calculation Exercise | Interactive proficiency exercise for Shellsort that focuses on the best performing diminishing increments. User selects an increment series and is... | OpenDSA | Shellsort |
| 75 | Bubble Sort Visualization | Algorithm Visualization, Code Tracing Presentation, User Supplied Data | Algorithm Visualization for Bubble Sort. Includes code visualization. User can select data for the visualization. | OpenDSA | Bubble Sort |
| 76 | Insertion Sort Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for Insertion Sort. Includes code visualization. User can select data for the visualization. | OpenDSA | Insertion Sort |
| 77 | Radix Sort Visualization: Array Implementation | Algorithm Visualization, User Supplied Data | Algorithm Visualization for Radix Sort, implemented using arrays. User can select data for the visualization. | OpenDSA | Radix Sort |
| 78 | Radix Sort Visualization: Linked List Implementation | Algorithm Visualization, User Supplied Data | Algorithm Visualization for Radix Sort, implemented using linked lists. User can select data for the visualization. | OpenDSA | Radix Sort |
| 79 | c_strukture_i_nizovi_challenge | Napisati program u programskom jeziku C koji radi sa strukturom `Proizvod` koja sadrži naziv proizvoda i njegovu cijenu. U programu... | PCEX | ||
| 80 | Radix Sort Profiency Exercise | Tracing Exercise | Proficiency exercise for a pass of the Radix Sort algorithm. User must indicate how values in one array are moved... | OpenDSA | Quicksort |
| 81 | c_strukture_i_nizovi | Napisati program u programskom jeziku C koji omogućava rad sa studentima koristeći strukture i nizove. Potrebno je definisati strukturu Student... | PCEX | ||
| 82 | c_strukture_i_nizovi_pokazivaci | Napisati program koji omogućava rad sa studentima koristeći strukture i nizove. Potrebno je definisati strukturu Student koja sadrži ime i... | PCEX | ||
| 83 | Maquina Expendedora Con Dolares y Monedas de Veinticinco | Supongamos que tenemos una máquina expendedora que da cambio. Un cliente selecciona un artículo para comprar e inserta un billete... | PCEX | ||
| 84 | Maquina Expendedora Con Monedas de 25, 10, y 5 centavos | Supongamos que tenemos una máquina expendedora que da cambio. Un cliente selecciona un artículo para comprar e inserta un billete... | PCEX |