Computer Programming Exam Review-Questions and Answers Graded A+
Computer Programming Exam Review-Questions and Answers Graded A+ What language does the code in this example represent? fib: mov edx, [esp+8] cmp edx, 0 ja @f move ax, 0 - ANSWER-Assembly Language How would a programming language composed of hexadecimal numbers that will only run on an IBM computer be classified? - ANSWER-Low Level What characteristic of electro-mechanical devices positively impacted their success? - ANSWER-Electricity Use The best way to compare a binary number to a hexadecimal number is to convert: - ANSWER-the binary number to a hexadecimal number and compare that to the hexadecimal number. The use of a hexadecimal numbering system in computers allows the computer to: - ANSWER-use less disk space in storing data. What is the hexadecimal number 1A in binary form? - ANSWER-11010 Which is a netiquette guideline? - ANSWER-Do not attempt to access the account of another user without authorization. The programming process begins with a meeting between the programmer and the client. Which of the following activities would be the third activity in the programming process? - ANSWER-Write the program Which design approach should be considered when several programs all require similar functionality? - ANSWER-Object-oriented In flowchart symbols, which symbol represents the start and the end process? - ANSWER-Ovals In flowchart symbols, which symbol is used to show decisions? - ANSWER-Diamond Which of the choices below is not a Basic Control Structure? - ANSWER-Pseudocode control structure
Document information
- Uploaded on
- March 27, 2024
- Number of pages
- 7
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers