computer prog.1

12345678910111213141516171819202122232425262728293031323334353637383940
Across
  1. 1. is an acronym for random access memory, a type of computer memory that can be accessed randomly
  2. 5. a Boolean operator which gives the value one if and only if all the operands are one, and otherwise has a value of zero.
  3. 7. a binary variable, having two possible values called “true” and “false.”.
  4. 8. a person who operates equipment or a machine.
  5. 10. the collection of all the parts you can physically touch.
  6. 13. finds the remainder after division of one number by another
  7. 16. a value that can change, depending on conditions or on information passed to the program
  8. 18. a programming language that produces software for multiple platforms
  9. 19. a series of objects all of which are the same size and type.
  10. 20. used to separate relevant information or a comment from the rest of the text, or to enclose mathematical symbols, or the text inside of these marks.
  11. 23. This means the programs they write sometimes have small errors, called "bugs," in them.
  12. 24. method of solving a problem where the solution depends on solutions to smaller instances of the same problem.
  13. 28. a program that can analyze and execute a program line by line.
  14. 29. a register in a computer processor that contains the address (location) of the instruction being executed at the current time.
  15. 30. is a data area or buffer used for storing requests that need to be handled
  16. 31. is the smallest unit of data in a computer. A __ has a single binary value, either 0 or 1.
  17. 33. acronym for read-only memory, computer memory on which data has been pre recorded. Once data has been written onto a ROM chip, it cannot be removed and can only be read.
  18. 34. is a computer program that transforms computer code written in one programming language into another programming language.
  19. 37. a list of data items, commands, etc., stored so as to be retrievable in a definite order, usually the order of insertion.
  20. 38. to place a data item onto a stack.
  21. 40. an instruction in a computer program that can cause a computer to begin executing a different instruction sequence
Down
  1. 1. any program where random values are necessary the programming language must provide us with a ___ number generator.
  2. 2. a notation resembling a simplified programming language, used in program design.
  3. 3. is the operation of joining two strings together
  4. 4. software that is available free of charge.
  5. 6. a type of loop where you know when it is going to end
  6. 9. a term is used in various programming languages to define a variable with a Fractional value.
  7. 11. a type of procedure or routine that performs a specific task
  8. 12. it is simply a contraction of else if and is
  9. 14. a computer or computer program which manages access to a centralized resource or service in a network.
  10. 15. a value that is passed into a function
  11. 17. is a well-defined procedure that allows a computer to solve a problem.
  12. 21. a set of instructions designed to perform a frequently used operation within a program.
  13. 22. freeware, and public domain are software categories defined by how programs may be distributed, copied, used, and modified.
  14. 25. arrange systematically in groups; separate according to type, class, etc.
  15. 26. refers to the spelling and grammar of a programming language.
  16. 27. a sequence of instruction s that is continually repeated until a certain condition is reached
  17. 28. are unary operators that add or subtract one, to or from their operand, respectively
  18. 32. remove an object from a stack.
  19. 35. a Boolean operator that gives the value one if at least one operand (or input) has a value of one, and otherwise has a value of zero.
  20. 36. are a commonly used data type in computer programming.
  21. 38. a high-level general-purpose programming language.
  22. 39. the result of arithmetically adding numbers or quantities.
  23. 40. a unit of digital information that most commonly consists of eight bits, representing a binary number.