shahid_27

OrphicComp

Oct 15th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "word": "UNIX",
  5. "meaning": "This is an operating system developed by AT&T. It's big push it that it allows one server to service many different end users at one time."
  6. },
  7. {
  8. "word": "Virus",
  9. "meaning": "Stands for Very Important Resource Under Siege"
  10. },
  11. {
  12. "word": "Terminal",
  13. "meaning": "This is what you look at when you're on the Internet. It's your computer screen."
  14. },
  15. {
  16. "word": "URL",
  17. "meaning": "Stands for Universal Resource Locator. It's a fancy way of saying Internet Address."
  18. },
  19. {
  20. "word": "Shell",
  21. "meaning": "This is a program that sets parameters and acts as a series of boundaries in which an application can run."
  22. },
  23. {
  24. "word": "Server",
  25. "meaning": "This is a mainframe computer that serves the other computers attached to it."
  26. },
  27. {
  28. "word": "Protocol",
  29. "meaning": "This is a series of set rules that allow items to transfer."
  30. },
  31. {
  32. "word": "Port",
  33. "meaning": "This is the connecting component or hardware that allows two computers to attach to one another."
  34. },
  35. {
  36. "word": "Multiplexer",
  37. "meaning": "This is a piece of hardware that allows one item to take the place of several. An example would be using a multiplexer to allow 10 computers to attach where only one could before."
  38. },
  39. {
  40. "word": "Modem",
  41. "meaning": "This is a word created out of the beginning letters of two other words: MOdulation and DEModulation."
  42. },
  43. {
  44. "word": "Mainframe",
  45. "meaning": "Mostly a mainframe is only a mainframe when compared to a desktop computer. It's bigger and much more powerful. Sometimes it's called a server or CPU."
  46. },
  47. {
  48. "word": "Kilobyte",
  49. "meaning": "This is about a thousand bytes of space. In reality, it's two to the 10th power or 1,024 bytes."
  50. },
  51. {
  52. "word": "ISO",
  53. "meaning": "Stands for the International Standards Organization. Someone has to say what is the standard for transferring data."
  54. },
  55. {
  56. "word": "IBM",
  57. "meaning": "Stands for International Business Machines."
  58. },
  59. {
  60. "word": "Gigabyte",
  61. "meaning": "It's about a billion bytes. Actually it's 2 to the 30th power or 1,073,741,824."
  62. },
  63. {
  64. "word": "Gateway",
  65. "meaning": "As in Common Gateway Interface (CGI). It is a piece of software that allows two items to communicate with each other."
  66. },
  67. {
  68. "word": "Fiber-Optic",
  69. "meaning": "This is a new style of cable being used for very high speed data transmission. It works by pushing (modulating) a light wave across cable. The data is carried along with the light."
  70. },
  71. {
  72. "word": "Encryption",
  73. "meaning": "This is any one of many methods to transfer a file into a hard-to-crack code. It is often done by scrambling or by letter-to-letter replacement."
  74. },
  75. {
  76. "word": "DOS",
  77. "meaning": "Stands for Disc Operating System. It is a generic term for the many programs that accept commands to trip applications to run. The most popular is MS-DOS."
  78. },
  79. {
  80. "word": "DDS",
  81. "meaning": "Stands for Direct Digital Signal."
  82. },
  83. {
  84. "word": "Database",
  85. "meaning": "Anything that accepts data is a database. A pile of newspapers is a database. A computer database has the ability to manipulate that data."
  86. },
  87. {
  88. "word": "Cyberspace",
  89. "meaning": "This is a term that gives us a way to sort of see what we are surfing while on the Net. It's a generic term for the entire Internet, not just the World Wide Web."
  90. },
  91. {
  92. "word": "Compiler",
  93. "meaning": "This is an application that converts a programming language into a machine language program."
  94. },
  95. {
  96. "word": "CPU",
  97. "meaning": "Stands for Central Processing Unit. This is the brain of your computer. It is made up of two parts: The Arithmetic Logic Unit."
  98. },
  99. {
  100. "word": "Cache",
  101. "meaning": "This is a memory section that holds data while the CPU (central processing unit), is working on it."
  102. },
  103. {
  104. "word": "Backbone",
  105. "meaning": "Well, all of these computers have to come together somewhere. There are many backbones on the Internet."
  106. },
  107. {
  108. "word": "Asynchronous",
  109. "meaning": "Transferring data with the help of start and stop bits that indicate the beginning and end of each character being sent."
  110. },
  111. {
  112. "word": "BIOS",
  113. "meaning": "Stands for Basic Input/Output System. This is the little set of programs that lets all the different parts of the computer talk to each other."
  114. },
  115. {
  116. "word": "ANSI",
  117. "meaning": "It stands for American National Standards Institute. This is the place that sets standards for data communications, like the Internet."
  118. },
  119. {
  120. "word": "WAV",
  121. "meaning": "Stands for WAVeform sound format. Microsoft's format for encoding sound files."
  122. },
  123. {
  124. "word": "Workgroup",
  125. "meaning": "Persons sharing files and data between themselves."
  126. },
  127. {
  128. "word": "Terabyte",
  129. "meaning": "It's about a trillion bytes. Actually it's 2 to the 40th power or 1,009,511,627,776 bytes."
  130. }
  131. ]
  132. }
Add Comment
Please, Sign In to add comment