User contributions for Bmackenty
16 November 2023
- 09:3109:31, 16 November 2023 diff hist +4,608 Rules of simulations No edit summary current
9 November 2023
- 19:4719:47, 9 November 2023 diff hist +8 The most important thing about your grade →how your grade is calculated current
- 19:4619:46, 9 November 2023 diff hist −116 The most important thing about your grade No edit summary
- 19:4519:45, 9 November 2023 diff hist +4 The most important thing about your grade →how your grade is calculated
- 19:4519:45, 9 November 2023 diff hist +2,694 The most important thing about your grade No edit summary
28 May 2023
- 09:5209:52, 28 May 2023 diff hist +589 Levels of knowing (Level 1, Level 2, Level 3) No edit summary
20 February 2023
- 08:1908:19, 20 February 2023 diff hist +2,692 N A deep dive into email Created page with "I have discovered a wonderful resource about email; [https://explained-from-first-principles.com/email/#preface perhaps the best deep discussion of email I have ever read!] From the concepts section of the article: === Concepts === Before diving into the technical aspects of email, let’s first look at email from the perspective of its users. === Message === The purpose of email is to send messages over the Internet. A message is a recorded piece of information whic..." current
- 08:1408:14, 20 February 2023 diff hist +29 Protocols and standards on the web →See Also current
12 February 2023
- 15:3315:33, 12 February 2023 diff hist −38 Internal Assessment →Exemplars current
5 February 2023
- 20:4920:49, 5 February 2023 diff hist +1,253 N Vector Created page with "In computer science, a vector is a data structure that represents an ordered, dynamic array of elements. It's similar to an array, but it has the advantage of being able to dynamically resize its size as elements are added or removed. A vector typically stores elements of the same data type, and provides operations to add, remove, or access elements. The size of a vector can change as elements are inserted or deleted, and it automatically reallocates memory as needed. T..." current
- 20:4820:48, 5 February 2023 diff hist +13 Abstract data structures →NOT Assessed by the IB, but you should know them
- 20:3220:32, 5 February 2023 diff hist +1,225 N Unsigned integers Created page with "Unsigned integers are a type of integer data type that can only represent non-negative whole numbers (positive numbers and zero). They are represented using a fixed number of bits, typically 8, 16, 32, or 64 bits, depending on the computer architecture and the programming language. Unlike signed integers, unsigned integers do not use a sign bit to indicate the sign of the integer value. Instead, all bits are used to represent the magnitude of the integer value. This all..." current
- 20:3120:31, 5 February 2023 diff hist +1,078 N Signed integers Created page with "Signed integers are a type of integer data type that can represent both positive and negative whole numbers. They are represented using a fixed number of bits, typically 8, 16, 32, or 64 bits, depending on the computer architecture and the programming language. The most significant bit (MSB) is used to indicate the sign of the integer value, with a value of 0 representing a positive number and a value of 1 representing a negative number. The remaining bits are used to r..." current
- 20:3120:31, 5 February 2023 diff hist +48 Programming →Primitive data types
- 20:3020:30, 5 February 2023 diff hist −205 Int →Signed and unsigned current
- 20:2920:29, 5 February 2023 diff hist 0 Programming →Primitive data types
- 20:2920:29, 5 February 2023 diff hist +9 Programming →Primitive data types
- 20:2820:28, 5 February 2023 diff hist +1,182 N Scalar type Created page with "Scalar type in programming refers to a data type that can represent a single value, as opposed to a more complex data structure such as an array or object. Scalar types can include primitive data types such as integers, floating-point numbers, and strings, among others. In many programming languages, scalar types are also referred to as simple or atomic data types. A scalar type is a general term used to describe a data type that can represent a single value. A primitiv..." current
- 20:2720:27, 5 February 2023 diff hist +18 Programming →Primitive data types
4 February 2023
- 09:1109:11, 4 February 2023 diff hist −7 Struct →References current
- 09:1109:11, 4 February 2023 diff hist +1,015 N Struct Created page with "A "struct" is a composite data type that groups together zero or more values with different data types into a single unit. It is used to represent a single object made up of multiple pieces of data, such as a point in 2D space (x, y), or a record in a database (name, address, age, etc.). Each piece of data within a struct is called a "field". Structs can be found in many programming languages, including C, C++, and Rust. They provide a way to bundle related data into a s..."
- 09:0809:08, 4 February 2023 diff hist +12 Enum No edit summary current
- 09:0709:07, 4 February 2023 diff hist −14 Enum →References
- 09:0709:07, 4 February 2023 diff hist +1,238 N Enum Created page with "An "enum" (short for "enumerated type") is a data type that consists of a set of named values. It is used to represent a set of distinct, named values in a program, making it easier to read, maintain, and avoid bugs. For example, in a program that tracks the days of the week, an enum could be used to represent the days of the week instead of using raw integers or strings. Enums can be found in many programming languages, including Rust, C++, and C#.<ref>ChatGPT</ref> I..."
- 09:0309:03, 4 February 2023 diff hist +35 Abstract data structures →NOT Assessed by the IB, but you should know them
29 January 2023
- 09:4709:47, 29 January 2023 diff hist +1,354 Recall No edit summary current
- 09:4709:47, 29 January 2023 diff hist +1,355 Precision No edit summary current
- 09:4209:42, 29 January 2023 diff hist +880 Cost function No edit summary
- 09:4009:40, 29 January 2023 diff hist +1,458 N Binary classification model Created page with "A binary classification model is a type of machine learning model that is used to classify data into two distinct classes or categories. These models are trained to differentiate between two possible outcomes, such as "yes" and "no", "true" and "false", or "positive" and "negative". Examples of binary classification problems include spam detection, sentiment analysis, and medical diagnosis. Common algorithms used in binary classification include logistic regression, deci..." current
- 09:3609:36, 29 January 2023 diff hist +82 Machine learning →Terminology
- 09:2609:26, 29 January 2023 diff hist −69 Cost function No edit summary
21 January 2023
- 12:2012:20, 21 January 2023 diff hist +1,451 N Compare the implementation of systems using a client’s hardware with hosting systems remotely Created page with "right|frame|System Fundamentals<ref>http://www.flaticon.com/</ref> Implementing a system using a client's hardware typically involves installing soft..." current
- 12:1912:19, 21 January 2023 diff hist +102 System fundamentals →Planning and system installation
- 09:1609:16, 21 January 2023 diff hist 0 2023 case study →Introduction
13 January 2023
- 04:2404:24, 13 January 2023 diff hist −2,481 Managing releases and updates No edit summary
11 January 2023
- 18:2318:23, 11 January 2023 diff hist +6 Decompression software in the transfer of information No edit summary current
- 18:2218:22, 11 January 2023 diff hist +737 Network data compression No edit summary current
- 18:2218:22, 11 January 2023 diff hist −1,295 Network data compression →Why compression of data is often necessary when transmitting across a network
- 18:2218:22, 11 January 2023 diff hist +5 Network data compression →Why compression of data is often necessary when transmitting across a network
- 18:2018:20, 11 January 2023 diff hist +4 Decentralization of the web No edit summary current
9 January 2023
- 06:4506:45, 9 January 2023 diff hist +1,069 Protocols and standards on the web No edit summary
- 06:4306:43, 9 January 2023 diff hist +650 Protocols and standards on the web No edit summary
- 06:4206:42, 9 January 2023 diff hist −235 Protocols and standards on the web →Do you have an advanced understanding about this topic?
- 06:4106:41, 9 January 2023 diff hist −25 Protocols and standards on the web →Network protocols
8 January 2023
- 06:3306:33, 8 January 2023 diff hist +236 Prototypes →Standards
- 06:3206:32, 8 January 2023 diff hist +4 Illustrate system requirements No edit summary
- 06:2206:22, 8 January 2023 diff hist +235 Illustrate system requirements No edit summary
- 06:2206:22, 8 January 2023 diff hist +237 Data packet →Standards current
- 06:2106:21, 8 January 2023 diff hist +48 Illustrate system requirements No edit summary
- 06:1906:19, 8 January 2023 diff hist −2 Prototypes →Real-world practical advice