Search results

  • ...ser. The processing takes place on the end users computer. The source code is transferred from the web server to the users computer over the internet and ...n this is the case a message usually pops up to alert the user when script is attempting to run.
    5 KB (745 words) - 09:26, 21 April 2018
  • [[File:computation.png|frame|right|This is a basic concept in computer science]] ...r branches outside the loop. A loop is a fundamental programming idea that is commonly used in writing programs.
    2 KB (287 words) - 16:24, 20 March 2019
  • ==[[File:class_plan.png]] What are we going to learn today?== # Please review our page about [[What is a programming language?]]
    3 KB (357 words) - 11:02, 7 October 2016
  • ==[[File:class_plan.png]] What are we going to learn today?== # Please review our page about [[What is a programming language?]]
    3 KB (357 words) - 10:57, 7 October 2016
  • ==[[File:class_plan.png]] What are we going to learn today?== # Please review our page about [[What is a programming language?]]
    3 KB (373 words) - 11:00, 7 October 2016
  • ==[[File:class_plan.png]] What are we going to learn today?== # Please review our page about [[What is a programming language?]]
    3 KB (373 words) - 11:01, 7 October 2016
  • [[File:Exclamation.png]] This is one of '''the most important ideas''' you can remember: '''Decompose''' a problem into smaller parts, '''model''' a problem with flowcharts. Learn to think '''sequentially'''
    10 KB (1,071 words) - 14:48, 11 October 2017
  • ...ch 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 ...type is a specific type of scalar type that is built into the programming language and provides the most basic operations.
    1 KB (193 words) - 21:28, 5 February 2023
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] ...ment of a k-element array is located at array index 0 and the last element is located at array index k-1. In case you're wondering, that's the primary re
    5 KB (775 words) - 20:34, 12 October 2017
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] An int (integer) is a positive or negative whole numbers with no decimal point.<ref>https://www.t
    1 KB (178 words) - 21:30, 5 February 2023
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] A float represents real numbers and is written with a decimal point dividing the integer and fractional parts. <ref>https://www.t
    1 KB (182 words) - 12:00, 20 June 2019
  • [[file:Hierarchical-structure.png|right|frame|Object-Oriented Programming<ref>http://www.flaticon.com/</ref>]] Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the
    4 KB (607 words) - 14:34, 29 June 2019
  • ..., concerned with programming computers to fruitfully process large natural language corpora. <ref>https://en.wikipedia.org/wiki/Natural_language_processing</re == Process of parsing natural language ==
    6 KB (900 words) - 22:17, 7 September 2017
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] ...plest form, each node is composed of data and a reference (in other words, a link) to the next node in the sequence. This structure allows for efficient
    4 KB (589 words) - 11:53, 20 June 2019
  • ...ents must be able to demonstrate the connections between the components of a system they are modelling, and algorithms and processes that outline the re ...system and their relationships with one another. This can involve creating a diagram or model of the system that shows the components and their connecti
    5 KB (810 words) - 21:02, 3 January 2023
  • ...week instead of using raw integers or strings. Enums can be found in many programming languages, including Rust, C++, and C#.<ref>ChatGPT</ref> ...e enumerator names are usually identifiers that behave as constants in the language. An enumerated type has values that are different from each other, and that
    1 KB (192 words) - 10:08, 4 February 2023
  • ...32, or 64 bits, depending on the computer architecture and the programming language. ...a value of 0 representing a positive number and a value of 1 representing a negative number. The remaining bits are used to represent the magnitude of
    1 KB (182 words) - 21:31, 5 February 2023
  • ...32, or 64 bits, depending on the computer architecture and the programming language. ...igned integers, as they can represent values between 0 to 2^n - 1, where n is the number of bits used to represent the integer.
    1 KB (202 words) - 21:32, 5 February 2023
  • [[file:php.png|right|frame|PHP Programming Language<ref>http://www.flaticon.com/</ref>]] ...ion session may involve more than one message in each direction. A session is typically, but not always, stateful, meaning that at least one of the commu
    3 KB (530 words) - 11:55, 16 October 2017
  • [[file:computation.png|right|frame|Programming<ref>http://www.flaticon.com/</ref>]] .... In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the progra
    4 KB (704 words) - 11:02, 13 August 2022
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] ...ion paired with an associated symbolic name (an identifier) which contains a value.<ref>https://en.wikipedia.org/wiki/Variable_(computer_science)</ref>
    3 KB (475 words) - 13:44, 14 July 2021
  • ==[[File:class_plan.png]] What are we going to learn today?== # Please review our page about [[What is a programming language?]]
    2 KB (336 words) - 12:24, 7 October 2016
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] ...o its alternative name, '''LIFO (for last in, first out)'''. Additionally, a peek operation may give access to the top without modifying the stack.
    2 KB (331 words) - 09:17, 7 April 2022
  • [[File:pseudocode.png|frame|right|This is a basic concept in computer science]] .... It uses the structural conventions of a normal programming language, but is intended for human reading rather than machine reading.<ref>https://en.wiki
    5 KB (857 words) - 17:03, 3 April 2024
  • Having problems is normal. '''If you do not learn how to solve your own problems, life will be When you first realize you have a problem, understand '''what kind of problem are you having'''?
    4 KB (732 words) - 16:19, 1 January 2020
  • ...[[Levels of knowing (Level 1, Level 2, Level 3) | levels of knowing]] for a deeper discussion of this important idea. | Identify the context for which a new system is planned.|| [[System fundamentals]]
    13 KB (1,559 words) - 18:18, 19 August 2018
  • [[File:idea.png|right|frame|This is basic programming knowledge <ref>http://www.flaticon.com/</ref>]] ...ormal flow of program execution. It is provided by specialized programming language constructs or computer hardware mechanisms.
    3 KB (467 words) - 14:36, 18 May 2021
  • ...ering in speech, or on other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging we ...specific purpose in a rather narrow capacity when compared to other formal programming languages.
    6 KB (944 words) - 09:09, 1 September 2019
  • [[file:arrows.png|right|frame|Programming basics<ref>http://www.flaticon.com/</ref>]] ...he construction itself becomes an expression)<ref>http://php.net/manual/en/language.operators.php</ref>.
    6 KB (985 words) - 17:05, 2 September 2023
  • JSON, it is an open-standard file format that uses human-readable text to transmit data # In the example above, firstname is an attribute, and the value is "Orest".
    2 KB (245 words) - 21:49, 18 September 2022
  • ...[[Levels of knowing (Level 1, Level 2, Level 3) | levels of knowing]] for a deeper discussion of this important idea. |Identify the context for which a new system is planned.|| [[System fundamentals]]
    16 KB (2,053 words) - 18:19, 19 August 2018
  • === Students must be able to create a database management system (DBMS) and relational database management system To create a database management system (DBMS) and relational database management system
    21 KB (3,627 words) - 10:23, 6 January 2023
  • ...[[Levels of knowing (Level 1, Level 2, Level 3) | levels of knowing]] for a deeper discussion of this important idea. | Identify the context for which a new system is planned.|| [[System fundamentals]]
    21 KB (2,758 words) - 05:56, 16 August 2016
  • ...nd processors), and the associated algorithms that define the behaviour of a given system === There are four main components that make up a computer system:
    5 KB (738 words) - 08:41, 6 January 2023
  • ...ngineering to visualize, specify, construct, and document the artifacts of a software-intensive system. ...veral types of UML diagrams that can be used to model different aspects of a system, including:
    8 KB (1,225 words) - 08:28, 4 January 2023
  • [[File:square.png|right|frame|This a problem set for you to work through <ref>http://www.flaticon.com/</ref>]] This is a problem set. Some of these are easy, others are far more difficult. The pur
    3 KB (504 words) - 10:01, 24 January 2022
  • [[File:binary.png|frame|right|This is a basic concept in computer science]] ...computer systems. It works by establishing a level of complexity on which a person interacts with the system, suppressing the more complex details belo
    3 KB (435 words) - 10:46, 20 February 2019
  • ...ler or interpreter to translate the program into a form that can be run on a computer. ...to sort a list of numbers, it could be reused to sort a list of strings or a list of objects by modifying the input data.
    9 KB (1,541 words) - 12:27, 3 January 2023
  • ...software implementation. Test techniques include the process of executing a program or application with the intent of finding software bugs (errors or Software testing involves the execution of a software component or system component to evaluate one or more properties o
    16 KB (2,382 words) - 11:20, 11 March 2021
  • [[File:Exclamation.png]] This course is archived, and no longer updated. This course was delivered during the 2017 ...know how to program a computer to follow instructions that helps to solve a problem.
    13 KB (1,771 words) - 08:51, 25 July 2018
  • <h3>The function of every web application system is to accept data, process data and output information. Effective design of in ==[[File:class_plan.png]] What are we going to learn today?==
    5 KB (828 words) - 20:31, 12 October 2017
  • <h3>The function of every web application system is to accept data, process data and output information. Effective design of in ==[[File:class_plan.png]] What are we going to learn today?==
    5 KB (828 words) - 20:40, 12 October 2017
  • [[File:Exclamation.png]] This course is archived, and no longer updated. This course was delivered during the 2017 ...know how to program a computer to follow instructions that helps to solve a problem.
    13 KB (1,740 words) - 09:29, 25 July 2018
View ( | next 500) (20 | 50 | 100 | 250 | 500)