Bus Width Calculation for 4 Go Memory
Tutorials/exercises - 1 pages - Computer science
This document provides a step-by-step calculation to determine the bus width of a processor's address bus given 4 Go of memory, 8 Ko of cache memory, and 32-bit memory words.
Statistical Hypothesis Testing with RStudio: Analysis and Applications
Tutorials/exercises - 8 pages - Computer science
Unlock the Power of Statistical Analysis: Hypothesis Testing Made Easy. Discover how to apply statistical tests to real-world problems, from genetics to environmental studies. Our comprehensive guide covers the formulation of hypotheses, data visualization, and interpretation of results using...
"2020 Sales Performance Analysis: Commission Rates and Salesperson Insights"
Tutorials/exercises - 3 pages - Computer science
Unlock the full potential of your sales data with our comprehensive business computing solutions. Discover key insights into salesperson performance, commission rates, and sales revenue trends. Our dynamic dashboards and cross-tab analysis enable you to track gross margin, average commission...
Descriptive Statistics on Heritability of Height using RStudio
Tutorials/exercises - 8 pages - Computer science
This document provides solutions to exercises on descriptive statistics using RStudio, focusing on the heritability of height based on Galton's dataset.
Probability Calculations and Statistical Analysis Guide
Tutorials/exercises - 4 pages - Computer science
Unlock the Power of Probability and Statistics with Our Comprehensive Resource
Biostatistics Exercises and Solutions
Tutorials/exercises - 7 pages - Computer science
A collection of biostatistics exercises and their solutions using R-Studio, covering statistical tests, hypotheses, and data analysis.
Encrypt and Decrypt Data with OpenSSL
Tutorials/exercises - 3 pages - Computer science
A step-by-step guide on using OpenSSL to encrypt and decrypt messages with AES algorithm.
Corpus Linguistics Analysis: Collocations and Verb Usage in Authors and Journalists
Tutorials/exercises - 8 pages - Computer science
Unlock the Power of Corpus Linguistics: Analyze Language Patterns with Precision. Discover how corpus linguistics exercises reveal insights into language usage, focusing on collocations, clusters, and verb frequencies. Explore the characterization of authors and journalists through their...
Distributed Hash Table for Music Recognition
Tutorials/exercises - 3 pages - Computer science
This document discusses the operation of a distributed hash table for a music recognition system, specifically the Shazam application, and its benefits in improving search efficiency and reducing search time.
3-Coloring Problem: A Brute Force Algorithm and Complexity Analysis Guide
Tutorials/exercises - 7 pages - Computer science
This document provides a detailed solution to the 3-coloring problem using Python code and graph theory concepts.
Data Security Measures for AXI Company
Tutorials/exercises - 5 pages - Computer science
AXI company requires robust data security measures including pseudonymization, encryption, and backup to ensure confidentiality and integrity of data.
Java Project Implementation Issues and Solutions
Tutorials/exercises - 16 pages - Computer science
This document summarizes the problems encountered during a Java project implementation and the solutions found to address them, focusing on handling different product types and user input.
Heat Equation Discretization and Stability
Tutorials/exercises - 3 pages - Computer science
This document discusses the discretization of the heat equation and the choice of time step and spatial discretization interval for stable temperature propagation.
Microcontrollers Practical Work Report C Language
Tutorials/exercises - 26 pages - Computer science
A practical work report on using C language for microcontrollers, covering debugging, EEPROM access, and programming functions.
Minimax and Alpha-Beta Pruning
Tutorials/exercises - 7 pages - Computer science
This report covers the implementation of the Minimax algorithm and Alpha-beta pruning in the context of the Pac-Man Projects developed at UC Berkeley. Both the algorithms were implemented and tested using the provided framework and autograder tool.
Extracting RSS 1.0 Item Titles using Java DOM API
Tutorials/exercises - 1 pages - Computer science
This Java program reads an RSS 1.0 document from a file and extracts all item titles using the DOM API. It assumes the file resides on the disk and is in the correct RSS 1.0 format.
Calculating Average Age of Books by Author
Tutorials/exercises - 3 pages - Computer science
This Java code calculates the average age of books written by a specific author, given a list of books and their publication years. The code iterates through the list, checks if the book's publication year matches the given year, and updates the author's book count and average age...
Understanding Access Modifiers and Class Members in C#
Tutorials/exercises - 3 pages - Computer science
This document provides a comprehensive overview of access modifiers and class members in C#, including public, private, and protected keywords, getters and setters, and event handling.
Advantages of XSLT over DOM for XML Navigation and Manipulation
Tutorials/exercises - 5 pages - Computer science
This document compares the use of XSLT and DOM for navigating and manipulating XML files, highlighting the advantages of XSLT in terms of conciseness and flexibility.
Using Pivot Tables to Summarize Data
Tutorials/exercises - 1 pages - Computer science
Assignment: "Write a paragraph to explain the results of this analysis. What other question do you think would be valuable for Professor Ali or the University to have regarding the students and/or departments of Alejandra's School of Finance and Economics".
XDS Affinity Domain Deployment Planning - Comprehensive List of Tasks and Task Categories, and Security Plan
Tutorials/exercises - 8 pages - Computer science
With the help of three documents, make a list of tasks and task categories to plan an "XDS Affinity Domain" deployment. The goal is to develop a comprehensive proposal (taking into account legal considerations, rules for integrating new members into the Affinity Domain, security, etc.). Then,...
Econometrics: Coding on RSTUDIO - US Presidential Elections - published: 05/05/2024
Tutorials/exercises - 4 pages - Computer science
This coding exercise consists of an analysis of data from the 2020 Presidential elections in the United States. Using RStudio, the document provides answers to several coding questions. Full instructions to be obtained from customer service, who will share them upon request.
VBA Programming
Tutorials/exercises - 2 pages - Computer science
This project contains a big data set that is analyzed using VBA programming. In other words, it allows one to extract some useful information from raw data, using VBA. The purpose of this project is to assure that one is comfortable coding using VBA in Excel. As such, variables, conditional...
RSTUDIO - Quiz (R and Tidying Basics)
Tutorials/exercises - 1 pages - Computer science
In this quiz you will be analysing foods' carbon footprint data from nu3's 2018 Food Carbon Footprint Index (the actual data scrapping is explained here). It contains data on CO2 emissions per person for a large number of countries for the year 2018, using data from the Food and...
Portfolio Optimization using Genetic Algorithm: Application to CAC40
Tutorials/exercises - 11 pages - Computer science
This project aims to implement and apply Genetic Algorithms (GAs) for the optimization of investment portfolios, focusing on top 15 CAC40 assets. The primary objective is to leverage the adaptive nature of GAs to efficiently explore the solution space, generating diverse and innovative portfolio...
Training Computer C++ Project - Genetic algorithm
Tutorials/exercises - 5 pages - Computer science
This C++ code implements the genetic algorithm method applied to a problem chosen from the master's field (MMMEF or IRFA).
Training Computer C++ Project - Genetic Algorithm - published: 16/01/2024
Tutorials/exercises - 9 pages - Computer science
This exercise consists in providing a C++ code implementing the genetic algorithm method applied to a chosen problem in the master's field (MMMEF).
Programming Percentile
Tutorials/exercises - 2 pages - Computer science
The purpose of this assignment is to have you work on a mathematical problem/analysis (this is a scientific computing class) using memory allocation, file reading, and command line arguments.
RSTUDIO: Final Project - Data Correlation, Causation
Tutorials/exercises - 5 pages - Computer science
In this document we propose to study three countries on three different continents namely France, Japan and the United States. We want to analyze how the primary variable fertility rate is related to the influencing variables namely unemployment rate and inflation. Indeed, harsh economic...
Applying the A* Search Algorithm
Tutorials/exercises - 5 pages - Computer science
This assignment delves into the application of the A* algorithm in navigating 2D grid-like environments. Through a series of tasks, we explore pathfinding, emphasizing the algorithm's versatility in addressing obstacles and varying costs. The report highlights both programming implementations...
