Sie sind auf Seite 1von 1

1. It is the last step in programming process.

Writing the program


2. If in science and engineering, the systematic approach of solving problems is known to be scientific method,
then what will be the equally termed phrase for that in information technology? Software development
procedure
3. When will documentation end? When program will not be used.
4. Its concerns are to create programs that are reliable, efficient, maintainable and readable and it makes use of
software development procedure. Software engineering
5-6. what are the two things you must consider for the basic analysis. Input and output
7. What is the step 3 in the development and design phase? Coding
8. It is a program error. Bug
9. Development might take days or months, but ____________ could continue for years or decades. Maintenance
10. These are English-like phrases are used to describe the steps in an algorithm. Pseudocodes
11. In flowcharting, what shape indicates a program branch point? Diamond
12. How about the looping? Hexagon
13. What type of programming language is a ForTran? Procedural language
14. It is used as an introductory language for college students. BASIC
15. In relation to question number 14, what school was that programming language being developed? Dartmouth
college
16. What is the main advantage of COBOL? Extensive output format
17-19. Who developed C? Ken Thompson, Dennis Ritchie, and Brian Kernighan
20. what type of programming language C++ is? OOP
21. Write true or false. C++ isn’t case sensitive. False
22. What do you call the first line of the function? Function header
23. It determines the beginning and the end of a function. Braces
24. These are any combination of letters, numbers, and special characters enclosed in quotation marks. String
25. These are any combination of blank spaces, tabs, or new lines. White spaces
26-27. What are the 2 types of comments. I need their names and symbols. Line comments and block comments.
28. This data type is used to store single characters, including the letters of the alphabet (uppercase and lowercase),
the digits 0 through 9, and special symbols. Char
29. Who provides codes for the English-language character? ASCII
30. How will you make a new line in C++? \n
31. This data type is restricted to one of two values: true or false. Boolean/bool
32. What are unsigned data types? Non-negative values
33. What is the other term for a float value? Single-precision number
34. An expression containing integer and floating-point values is called what? Mixed-mode expression
35. What is the limit of number of characters to be used in a variable? 1024

Das könnte Ihnen auch gefallen