All public logs
Combined display of all available logs of Computer Science Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:28, 4 January 2023 Bmackenty talk contribs created page Software Modeling (Created page with "=== Students must be able to interpret UML diagrams and system flow diagrams and write code which models the system. === UML (Unified Modeling Language) is a standardized vis...")
- 20:08, 3 January 2023 Bmackenty talk contribs created page Data Types and data structures (Created page with "=== Students must be able to explain the three classic data types: character, integer, real numbers. === There are three classic data types that are commonly used in programm...")
- 20:02, 3 January 2023 Bmackenty talk contribs created page Thinking Computationally (Created page with "=== Students must be able to demonstrate the connections between the components of a system they are modelling, and algorithms and processes that outline the requirements for...")
- 19:58, 3 January 2023 Bmackenty talk contribs created page Vulnerabilities (Created page with "=== Students must be able to identify the chain of events involved in methods used to exploit a vulnerability (classed as system-based, practice/administrative-based or human-...")
- 19:48, 3 January 2023 Bmackenty talk contribs created page Theory of ADTs (Created page with "=== Students must be able to explain how a data structure stores information and the operations that can be performed on the structure. Students must be able to explain how no...")
- 13:56, 3 January 2023 Bmackenty talk contribs created page Development tactics (Created page with "=== Students must be able to explain the purpose of using development tactics, how to develop requirements, and common constraints including cost, time, and quality. === The...")
- 13:47, 3 January 2023 Bmackenty talk contribs created page OOP principles (Created page with "=== Students must be able to explain how the real world can be represented using objects, how different objects can be used together to represent a more complex model, and how...")
- 11:20, 3 January 2023 Bmackenty talk contribs created page Fundamentals of program development (Created page with "'''Students must be able to explain how algorithms can be developed into programs, and multiple programs can be assembled and re-used to solve new problems. ''' An algorithm...")
- 11:16, 3 January 2023 Bmackenty talk contribs created page Security Testing Design (Created page with "'''Students must be able to describe the purpose and importance of international standards in Information Security and describe advantages of compliance for stakeholders and o...")
- 10:57, 3 January 2023 Bmackenty talk contribs created page Software Design (Created page with "'''Students must be able to discuss the iterative nature of the design and development stages of SDLC, and the extent to which key stakeholders are involved in the process.'''...")
- 10:52, 3 January 2023 Bmackenty talk contribs created page Network architecture (Created page with "'''Students must be able to outline the OSI model and its seven layers: 1-Physical; 2-Data Link; 3-Network; 4- Transport; 5-Session; 6-Presentation; 7-Application. ''' The...")
- 08:48, 3 January 2023 Bmackenty talk contribs created page Fundamentals of computer systems (Created page with "'''Students must be able to identify key hardware components (Single core CPU/Multi-core CPU, memory [ROM, RAM, cache – L1 and L2], and input/output devices) and the key sof...")
- 08:38, 3 January 2023 Bmackenty talk contribs created page Operating Systems (Created page with "'''Students must be able to explain which resources are managed by an operating system, including temporary and persistent memory, communication with peripherals and networkin...")
- 08:14, 3 January 2023 Bmackenty talk contribs created page Planning and Analysis (Created page with "'''Students must be able to identify the key stakeholders for a system, including users, clients and developers, and discuss the need to involve all primary stakeholders when...")
- 08:44, 27 December 2022 Bmackenty talk contribs created page Software as a service (SaaS) (Created page with "Software as a Service (SaaS) is a cloud computing model in which a third-party provider delivers software applications over the Internet. SaaS allows organizations to use and...")
- 08:43, 27 December 2022 Bmackenty talk contribs created page Platform as a service (PaaS) (Created page with "Platform as a Service (PaaS) is a cloud computing model in which a third-party provider delivers a platform that allows organizations to develop, run, and manage applications...")
- 08:43, 27 December 2022 Bmackenty talk contribs created page Infrastructure as a service (IaaS) (Created page with "Infrastructure as a Service (IaaS) is a cloud computing model in which a third-party provider delivers infrastructure resources, such as virtual machines, storage, and network...")
- 08:41, 27 December 2022 Bmackenty talk contribs created page Cloud deployment models (Created page with "There are several deployment models for cloud computing. These include: # Public cloud: This deployment model involves deploying resources, such as virtual machines and stora...")
- 08:40, 27 December 2022 Bmackenty talk contribs created page Right to anonymity (Created page with "The right to anonymity is the right to remain anonymous or to be able to act and communicate anonymously. It is a fundamental human right that is protected by law in many coun...")
- 08:39, 27 December 2022 Bmackenty talk contribs created page Right to privacy (Created page with "The right to privacy is the right to be free from unwanted or intrusive intrusions into one's personal life. It is a fundamental human right that is protected by law in many c...")
- 08:39, 27 December 2022 Bmackenty talk contribs created page Root-mean-square error (RMSE) (Created page with "The root mean squared error (RMSE) is a metric used to evaluate the performance of a regression model. It is defined as the square root of the mean squared error (MSE), which...")
- 08:38, 27 December 2022 Bmackenty talk contribs created page Mean absolute error (MAE) (Created page with "The mean absolute error (MAE) is a metric used to evaluate the performance of a regression model. It is defined as the average absolute difference between the predicted values...")
- 08:37, 27 December 2022 Bmackenty talk contribs created page Hyperparameter (Created page with "A hyperparameter is a parameter of a machine learning model that is set prior to training the model. It is not learned from the training data and is often chosen by the practi...")
- 08:36, 27 December 2022 Bmackenty talk contribs created page F-measure (Created page with "The F-measure, also known as the F1 score, is a metric that is used to evaluate the performance of a binary classification model. It is defined as the harmonic mean of precisi...")
- 08:35, 27 December 2022 Bmackenty talk contribs created page Training data (Created page with "Training data is a set of data used to train a machine learning model. It consists of input data and corresponding labels or target values, and is used to fit or optimize the...")
- 08:34, 27 December 2022 Bmackenty talk contribs created page Stochastic gradient descent (Created page with "Stochastic gradient descent (SGD) is an optimization algorithm used to find the minimum of a function. It is an iterative algorithm that updates the parameters of a model in t...")
- 08:33, 27 December 2022 Bmackenty talk contribs created page Reinforcement learning (Created page with "Reinforcement learning is a type of machine learning algorithm that allows an agent to learn by interacting with its environment and receiving feedback in the form of rewards...")
- 08:32, 27 December 2022 Bmackenty talk contribs created page Recall (Created page with "In the field of machine learning and data analysis, recall is a metric that is used to evaluate the performance of a model or algorithm. It is defined as the proportion of tru...")
- 08:31, 27 December 2022 Bmackenty talk contribs created page Precision (Created page with "In the field of machine learning and data analysis, precision is a metric that is used to evaluate the performance of a model or algorithm. It is defined as the proportion of...")
- 08:30, 27 December 2022 Bmackenty talk contribs created page Popularity bias (Created page with "Popularity bias is a phenomenon that occurs in recommendation systems when popular items are recommended more frequently than other items. This can occur when a recommendation...")
- 08:29, 27 December 2022 Bmackenty talk contribs created page Matrix factorization (Created page with "A matrix is a rectangular array of numbers, symbols, or expressions that are arranged in rows and columns. It is a fundamental data structure in mathematics and computer scien...")
- 08:26, 27 December 2022 Bmackenty talk contribs created page Content-based filtering (Created page with "Content-based filtering is a method used in recommender systems to make personalized recommendations to users based on the characteristics or features of items. It is based on...")
- 08:24, 27 December 2022 Bmackenty talk contribs created page Collaborative filtering (Created page with "Collaborative filtering is a method used in recommender systems to make personalized recommendations to users. It is based on the idea of using the ratings or preferences of u...")
- 08:23, 27 December 2022 Bmackenty talk contribs created page Behavioural data (Created page with "Behavioral data in the context of a recommender system refers to information about the actions or behaviors of users as they interact with a system or platform. This can inclu...")
- 10:20, 26 December 2022 Bmackenty talk contribs created page K-nearest neighbour (k-NN) algorithm (Created page with "In the field of machine learning, the nearest neighbor algorithm is a method used for classification and regression. It is based on the idea of finding the training data point...")
- 12:51, 4 December 2022 Bmackenty talk contribs created page SDLC Overview (Created page with "right|frame|Computational thinking, problem-solving and programming<ref>http://www.flaticon.com/</ref> Understandings: The software development life...")
- 09:01, 4 December 2022 Bmackenty talk contribs created page Computational Thinking (Created page with "right|frame|Computational thinking, problem-solving and programming<ref>http://www.flaticon.com/</ref> Wing (2006, 2011) defined computational think...")
- 19:02, 30 November 2022 Bmackenty talk contribs created page Network Organization (Created page with "right|frame|Networks<ref>http://www.flaticon.com/</ref> There are different types of networks, often defined by the size of the network, which use diff...")
- 09:22, 5 September 2022 User account Iskbrett talk contribs was created by Mr. MacKenty talk contribs
- 07:01, 1 September 2022 Mr. MacKenty talk contribs created page File:Acid.png
- 07:01, 1 September 2022 Mr. MacKenty talk contribs uploaded File:Acid.png
- 13:07, 19 June 2022 Mr. MacKenty talk contribs deleted page What is a good design brief (content was: "A design brief is part of the design process. A design plan is the last step in the '''Inquiring and Analyzing''' part of the design cycle. After this step in the design cycle, you will move to the '''Developing Ideas''' part of the design cycle. You might need to go back and forth. File:MYP-Design-Cycle.png|right|thumb|200px|frame|The Design Cycle, hi-lighting Inqu...", and the only contributor was "Bmackenty" (talk))
- 11:20, 10 June 2022 WikiVisor talk contribs created page Help:Keeping wiki up to date (Created page with "We're using a particular branch (REL1_35) of MediaWiki. It is a LTS branch. We'll keep to the LTS release upgrade policy, which will require a major version upgrade to the nex...")
- 02:15, 10 June 2022 WikiVisor talk contribs created page File:Small.ogv (Test video)
- 02:15, 10 June 2022 WikiVisor talk contribs uploaded File:Small.ogv (Test video)
- 02:12, 10 June 2022 WikiVisor talk contribs created page Computer Science Wiki:Extension tests (Created page with "== Bootstrap == ''This test is for Chameleon skin'' This should be a greeny shadowed alert box with white text: <div class="alert alert-success shadow text-white font-weight-...")
- 02:08, 10 June 2022 User account WikiVisor talk contribs was created automatically
- 06:13, 9 May 2022 Bmackenty talk contribs created page File:2023 case study.pdf
- 06:13, 9 May 2022 Bmackenty talk contribs uploaded File:2023 case study.pdf
- 06:08, 9 May 2022 Bmackenty talk contribs created page 2023 case study (Created page with "right|frame|Case study<ref>http://www.flaticon.com/</ref> == Introduction == Higher-level students must write 3 papers. The case study is the thir...")