click below
click below
Normal Size Small Size show me how
correction obj 2-1
Question | Answer |
---|---|
How does Visual Basic differ from Basic | Visual Basic is an object-oriented language and Basic is not |
The best way to compare binary number to a hexadecimal number is to convert | The binary number to a hexadecimal and compare that to the hexadecimal number |
Which act gives individuals the right to see information maintained about them | Electronic Communications Privacy Act of 1986 |
What is a list of instructions that contain data for a computer to follow called | Computer program |
What is a set of steps that create an ordered approach to a problem solution called | Algorithm |
The programming process begins with a meeting between the programmer and the client. Which activity would be the second step in the programming process | Designing the solution |
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 | Write the program |
Which step should NOT be taken when planning an application | Code the user interface |
What are the methods to show the steps to solve a problem | Algorithm, flowcharts, pseudocode |