1. A program is a set of instructions telling the human what to do.
2. "If you listen , you don't need to program." Dr. Ebrahimi said

3. The language lips is used for Artificial Intelligence.
4."100101110110010" is an example of a high level language.
5. The first step in algorithm of making an omelet  is to cook the eggs.
6. "main ( )" is like a first street.
7. "endl" stands for new line, meaning goto new line.
8.  "//" means cout "kaout"
9. The word "while" means to go around.
10.T/F A compiler is a translator that converts an English sentence to logical sentence .
11. Keyboard and mouse are examples of software
12. cout is used for input of the data
13. cin is used to accept input data such as displaying hourly rate
14. ** is used for comments in the c++ program –
15. C++ has more than hundreds of reserved words such as int and float
16. User name can be used without declaration ---
17. Loop is used for repetition of one or more statements
18. Logical error will stop program from being compiled--
19. C++ statement ends with coma
20. With warnings and errors you can still execute program--
21.C/C++ is not case sensitive meaning upper case and lower case are the same
22.cout stands for console output
23.cin stands for compound input
24.The word used to loop is called while
25.Every program most have a main function called #MAIN( )
26.Every main function must have a return

27.scanf and printf are used for input and output in C
28. A very big program is called hardware
29.Reserved words while,for,and do while can be used to loop?
30.The reserved word const indicates that the value will not change?
31.User word be used as reserved words?
32.Reserved words can be reffered to words used from a library?
33.Every single line in C++ ends with a semicolon?
34.The word main in the program signifies that this is the main program where the sub activities occur?
35.The computer is in a constant cycle of input, process, and out put?
36.c=a+b is an assignment statement in ALGOL?
37.C++ is known to be superior to C?
38.Dennis Ritchie designed the C programming language in 1973? 
39. Every character has it's own ASCII code.
40. The Name of text book Programming Easy Way.
41. Every problem has only one algorithm to solve it.
42. The computer is considered a machine with three main components.
43. Micro means 1 mega byte.
44. Syntax means semantic which is meaning of a word.

45. Programming is actually a little bit of math, science, engineering, art, and politics.
46. C++ came after language called B & C
47 After you compile if there is are errors then you execute or run the program.
48. anything that is tangible is hardware, anything that's not, is software.
49. The name of the text is C Programming Easy Ways
50. Visual C++ is easier than DEV C++ Complier
51. you will get 4 points if you demonstrate a program in class.
52. A counter must me declared as an integer.
53. Every program must begin with the word main, followed by open parenthesis and closed parenthesis.
54. Declared variables cannot contain spaces.
55. System ("pause") is used in order to hold the input screen
56. A program will not run unless it is compiled.
57. Counter is a user word in C++
58. COBOL was written and directed by Grace Hopper.

59. FORTRAN was the second most frequently used program.
60. If you want speed and memory MACHINE LANGUAGE is excellent because you do not need to translate anything.
61. The words that are bolded are just regular words in the compiler.
62. Loop will stop even if the condition is true.

63.The statement return 0 ends with a semicolon
64. Dr Ebrahmi's language is EBCL
65. First you run the program than you compile it
66. A systematic way to solve a problem is known as a algorithm such as the steps to go to the moon.
67. Decision -making is also called a if statement .

68. The int data type is used for a fraction number such as float.
69) Every name must be declared and have a value before it is to be displayed and used in operation
70) FORTRAN can be seen as c := a + b
71. An identifier (name) can include an underscore but not a space(e.g. tax rate)
72. A variable name is a user name with memory storage and its value can be changed multiple times.
73. The job of a C++ compiler is to detect and report all syntax errors.
74. A multiplication operate is shown as an x and division operator is shown as a \.
75. Counter=counter +1 is known as an assignment meaning adding 1 to counter value and calling it counter.
76. In the following declaration: INT hw, ID; there is a syntax error.
77. Every program (function) must either have a return at the end or a void before the main.
78. You do not need to #include <iostream> to access cin and cout.
79. Const float taxrate = 0.10 is the same as float taxrate = 0.10.
80. There is a logical error in the following statements: netpay = grosspay + taxamount;
81. There is a logical error in the following statements: cin>>hourlyrate; cout<<”Enter hourly rate”;
82. The following are built-in functions in C++: sprt( ), timer( ), and rand( ).
83. The arithmetic operators s: *, / , and% all have the same precedence which is higher than + and -.

84. Machine and assembly language are same language.

85. 11111001110000 is an example of assembly language?

86. ASCII Code for Uppercase A is 97?

87.  #include <math.h> is used for mathematical function?

88. MS-word can also be used to edit a program

89. If the condition is always true we will have an infinite loop such as 3>2.

90. Net Pay will be computed before Gross Pay

91. Hours worked times Hourly rate will produce Gross Pay

92. In assignment such as Gross Pay =  HoursWorked * HourlyRate, the "equal sign" = means left arrow

93. For every open brace you need a closed brace.

94. * means multiplication in order to not confuse with "x"

95. / means division in order to not confuse with division symbol

96. Programming is an easy task and everyone can learn it 

97. The last gallery picture was about the cow with an amber color

98. The captains of the class are Matt and Angie

99. If you get 100 pts you can automatically receive a B

100. Cout is pronounced like cow-t