Exam 1: An Overview of Computers and Logic
Exam 1: An Overview of Computers and Logic50 Questions
Exam 2: Understanding Structure50 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Looping50 Questions
Exam 5: Arrays50 Questions
Exam 6: Using Methods50 Questions
Exam 7: Object-Oriented Programming50 Questions
Select questions type
No matter which programming language a computer programmer uses,the language has rules governing its word usage and punctuation.
(True/False)
4.8/5
(32)
A(n)____ loop is a repeating flow of logic that never ends.
(Multiple Choice)
4.8/5
(36)
You represent a decision in a flowchart by drawing a decision symbol,which is shaped like a ____.
(Multiple Choice)
4.8/5
(26)
Case 1
The Billing Department manager, Anna, asked the programmer, Jerry, for a list of customers who owe the ABC Company more than $500.
-The program is now in production.The Billing Department manager,Anna,asks Jerry to change the report to show only customers who owe more than $500 and who are more than 30 days overdue on their payments.What part of the program development cycle is this?
(Multiple Choice)
4.9/5
(37)
____ a program is when a programmer can execute the program with some sample data to see whether the results are logically correct.
(Multiple Choice)
4.8/5
(33)
A ____ variable can have mathematical operations performed on it.
(Multiple Choice)
5.0/5
(46)
A magic number is a named constant whose meaning is not immediately apparent.
(True/False)
4.8/5
(37)
Case 1
The Billing Department manager, Anna, asked the programmer, Jerry, for a list of customers who owe the ABC Company more than $500.
-After talking with Anna,Jerry has all the information he needs to move to the next step in the program development cycle.What is the next step?
(Multiple Choice)
4.8/5
(32)
A variable's ____ describes the kind of values the variable can hold,how much memory the value occupies,and the types of operations that can be performed with the data stored there.
(Multiple Choice)
4.8/5
(48)
The programmer's job can be broken down into five development steps.
(True/False)
4.7/5
(41)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)