New pages
From Rice Wiki
- 18:28, 4 October 2024 Address space (hist | edit) [690 bytes] Rice (talk | contribs) (Created page with "The '''address space''' of a process usually consists of three segments * Stack * Data * Code Typically, stack and data segments are dynamic. Category:Operating System") Tag: Visual edit
- 17:46, 2 October 2024 Limited direct execution (hist | edit) [1,727 bytes] Rice (talk | contribs) (Created page with "'''Limited direct execution''' is a technique of allowing programs to partially execute on the CPU directly. This ensures the two necessities of CPU virtualization: performance and control. Category:Operating System") Tag: Visual edit
- 18:17, 27 September 2024 Thread (hist | edit) [1,013 bytes] Rice (talk | contribs) (Created page with "A '''thread''' in Computer Science is defined as a sequence of executing instructions from a program. Notably, it is active/running. Category:Operating System") Tag: Visual edit
- 20:17, 25 September 2024 Modern physics (hist | edit) [589 bytes] Rice (talk | contribs) (Created page with "'''Modern physics''' is primarily about the following concepts: * Special relativity says that the speed of light is constant in all frames, and that time is not the same. * General relativity says that acceleration is indistinguishable from gravity * Interactions are quantized/discrete at a single space-time point, with no action at a distance * Modern physics is fundamentally statistical, whereas classical physics are deterministic. This includes topics such...") Tag: Visual edit
- 16:18, 8 August 2024 Object relationship (hist | edit) [1,021 bytes] Rice (talk | contribs) (Created page with "In OOP, interrelated objects are composed together for complex functionality. This page describes concepts that relate one object to another. = Inheritance = = Composition = = Aggregation = Unlike") Tag: Visual edit
- 23:19, 20 July 2024 Relational model (hist | edit) [991 bytes] Rice (talk | contribs) (Created page with "The '''relational model''' is a data model that stores data in a simple data structure called a '''relation'''. == Relation == Essentially a table. It stores entries (rows) of related attributes (columns). For example, let's say we want to store a student's data. This student is considered one entry in the student database. In this entry is the student's full name, home address, and GPA, which are attributes that relate to each other because they are from...") Tag: Visual edit
- 22:36, 20 July 2024 Database (hist | edit) [2,550 bytes] Rice (talk | contribs) (Created page with "A '''database''' is a system that stores, retrieves, and operates on a collection of related data efficiently. Category:Computer Science") Tag: Visual edit