1 / 9

T F T F T F T F T F T F T F T F T F T F T F

Name: ___________. UIN: ______________. A computer is a mechanical or electrical device which stores, retrieves, and manipulates data at a high speed. Mainframes are larger and more powerful than servers. Hardware and software constitute a computer.

ady
Télécharger la présentation

T F T F T F T F T F T F T F T F T F T F T F

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Name: ___________ UIN: ______________ • A computer is a mechanical or electrical device which stores, retrieves, and manipulates data at a high speed. • Mainframes are larger and more powerful than servers. • Hardware and software constitute a computer. • Software is the primary driver/controller of a computer. • The Central Processing Unit (CPU) takes data from input devices, processes the data, and places the results on output devices. • Syntax error is the only error a computer can make. • A compiler converts machine language into translator instructions. • ROM is where the operating system and application programs reside. • Internal storage is called RAM. • A bit is the lowest element in a computer that can hold data. • 7 bits make up a byte. T F T F T F T F T F T F T F T F T F T F T F

  2. 12. There are 4 bits in a nibble and 2 nibbles in a byte. 13. Application software interfaces with the user. 14. An operating system controls the functioning of an application. 15. Hardware controls the functioning of an operating system. 16. Computer programs written by programmers are converted to machine language before being executed. 17. Compilers create machine language instructions one program instruction at a time. 18. Translators create a single executable program by converting all of the program instructions at one time into machine language. 19. The two error types are syntax and logic. 20. Math may be accomplished with alphanumeric data. 21. The following is alphanumeric data: “34269” 22. This is valid: variablename = variablename * 24 T F T F T F T F T F T F T F T F T F T F T F

  3. 23. The following are arithmetic operators: + - * / 24. A file and a database are the same thing. 25. In a file or database table a field consists of characters (alphanumeric or numeric) 26. In a file a record consists of fields. 27. A file consists records. 28. Fields are stand-a-lone individual pieces of information that are the same data type and store the same type of data. 29. A constant is a programming aid that holds data but the data can be changed by the program. 30. A variable is a named memory location that the program does not change the data. 31. The most important step in program development is to code the program in some selected language. 32. The initial housekeeping tasks of a program are executed just before the program terminates. T F T F T F T F T F T F T F T F T F T F

  4. 33. Checking for End of File (EOF) is used in programming to see if more data is available. 34. A main loop may control modules that actually perform programming tasks. 35. In a programmers toolbox there are three main tools: sequence, repetition, decision. 36. This is a Decision structure 37. This is a Decision structure T F T F T F T F

  5. T F T F T F 38. This would be a dual alternative IF statement 39. This is not a legitimate form of the IF statement IF the hours worked is more than 40 THEN total pay will be = regular pay amount plus overtime hours multiplied by 1 ½ times regular pay amount ELSE total pay is regular hours times regular pay amountEND IF 40. This would be a single alternative IF statement

  6. T F T F T F T F T F 41. An IF statement is used to make a decision 42. Looping is another way of describing the Repetition Structure. 43. This is a loop structure. 44. Loops can be controlled by DO WHILE and DO UNTIL instructions. 45. Using a counter is the only way to control a loop.

  7. 46. A do-while loop executes as long as the question’s answer is Yes or True 47. A do-while loop Test is checked at beginning 48. A do-while loop may not be executed 49. A do-until loop executes as long as the question’s answer is No or False (until it becomes Yes or True) 50. A do-until loop is checked at end of loop 51. A will always execute loop at least once 52. Rational operator > means less than 52. Rational operator >< means less or greater than. 53. The rational operators are: <, >, =, <=, >=, <> T F T F T F T F T F T F T F T F T F

  8. 54. Multiple rational operators may be used in a single instruction. 55. Logical AND operator: Allows you to ask two or more questions in a single question 56. Logical AND operator: each expression must be true to produce a result of true 57. Logical OR operator: at least one of two conditions must be true to produced a result of True 58. When range checking by using >= and <= the outside numbers in the range will not be included in the check 59. The CASE statement is a good way to make decisions if it is available in the selected programming language. 60. Are we having fun. T F T F T F T F T F T F T

  9. If you ran this program with the following input for NUM, what would be the value of SUM the first time? NUM = 1, 8, 4, 0

More Related