Dojnaz

Öva Kod

May 10th, 2021 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.86 KB | None | 0 0
  1. {
  2.     "glossary": {
  3.         "abstraction": "A simplified representation of something more complex.",
  4.         "algorithm": "A list of steps to finish a task.",
  5.         "binary": "A way of representing information using only two options.",
  6.         "binary alphabet": "The two options used in your binary code.",
  7.         "bug": "An error in a program that prevents the program from running as expected.",
  8.         "byte": "The most common fundamental unit of digital data eg. Kilobyte, Megabyte, etc. A single byte is 8 bits-worth of data.",
  9.         "code": "The language that programmers create and use to tell a computer what to do.",
  10.         "command": "An instruction for the computer. Many commands put together make up algorithms and computer programs.",
  11.         "computer science": "Using the power of computers to solve problems.",
  12.         "conditionals": "Statements that only run under certain conditions.",
  13.         "crowdsourcing": "Getting help from a large group of people to finish something faster.",
  14.         "data": "Information. Often, quantities, characters, or symbols that are the inputs and outputs of computer programs.",
  15.         "debugging": "Finding and fixing problems in an algorithm or program.",
  16.         "decompose": "Break a problem down into smaller pieces.",
  17.         "digital footprint": "The information about someone on the Internet.",
  18.         "DNS (domain name service)": "The service that translates URLs to IP addresses.",
  19.         "event": "An action that causes something to happen.",
  20.         "fiber optic cable": "A connection that uses light to transmit information.",
  21.         "for loop": "A loop with a predetermined beginning, end, and increment (step interval).",
  22.         "frustrated": "Feeling annoyed or angry because something is not the way you want it.",
  23.         "function": "A piece of code that you can easily call over and over again.",
  24.         "input": "A way to give information to a computer.",
  25.         "Internet": "A group of computers and servers that are connected to each other.",
  26.         "IP address": "A number assigned to any item that is connected to the Internet.",
  27.         "iteration": "A repetitive action or command typically created with programming loops.",
  28.         "loop": "The action of doing something over and over again.",
  29.         "online": "Connected to the Internet.",
  30.         "output": "A way to get information out of a computer.",
  31.         "packets": "Small chunks of information that have been carefully formed from larger chunks of information.",
  32.         "pattern matching": "Finding similarities between things.",
  33.         "Parameter": "An extra piece of information passed to a function to customize it for a specific need.",
  34.         "persistence": "Trying again and again, even when something is very hard.",
  35.         "program": "An algorithm that has been coded into something that can be run by a machine."
  36.     }
  37. }
  38.  
Add Comment
Please, Sign In to add comment