Exam 2: Input, processing, and Output
Exam 1: Introduction to Computers and Programming48 Questions
Exam 2: Input, processing, and Output48 Questions
Exam 3: Modules48 Questions
Exam 4: Decision Structures and Boolean Logic44 Questions
Exam 5: Repetition Structures44 Questions
Exam 6: Functions44 Questions
Exam 7: Input Validation44 Questions
Exam 8: Arrays46 Questions
Exam 9: Sorting and Searching Arrays43 Questions
Exam 10: Files43 Questions
Exam 11: Menu-Driven Programs43 Questions
Exam 12: Text Processing31 Questions
Exam 13: Recursion43 Questions
Exam 14: Object-Oriented Programming43 Questions
Exam 15: Gui Applications and Event-Driven Programming43 Questions
Select questions type
A named constant can be assigned a value using a Set statement.
Free
(True/False)
4.9/5
(26)
Correct Answer:
False
Programmers start writing code as the first step when they begin a new project.
Free
(True/False)
4.9/5
(30)
Correct Answer:
False
The ____________ process occurs when the programmer finds and corrects the code that is causing the error(s).
Free
(Short Answer)
4.9/5
(39)
Correct Answer:
debugging
The ____________ is a diagram that graphically depicts the steps that take place in a program.
(Multiple Choice)
4.9/5
(40)
Programmers use pseudocode to create 'mock-ups' of programs because they do not have to worry about syntax rules.
(True/False)
4.8/5
(38)
What symbol is used to mark the beginning and end of a string?
(Multiple Choice)
4.8/5
(35)
If you mistakenly write pseudocode into an editor for an actual programming language,such as Python or Visual Basic,errors will result.
(True/False)
5.0/5
(40)
To determine a program's ______________ requirements,you must determine the pieces of data required for the program to complete its task.
(Short Answer)
4.9/5
(29)
An uninitialized variable is a variable that has been declared and automatically initialized to zero.
(True/False)
5.0/5
(31)
The __________________ symbol is used to represent the inputs and outputs in the steps of the program.
(Short Answer)
4.8/5
(27)
The program development cycle is made up of ______ steps that are repeated until no errors can be found in the program.
(Multiple Choice)
4.7/5
(46)
A ____________ is a name that represents a value that cannot be changed during the program's execution.
(Multiple Choice)
4.9/5
(28)
A(n)_________________ is a set of well-defined logical steps that must be taken to perform a task.
(Short Answer)
4.8/5
(33)
It has been proven by a group of mathematicians that all programs can be written using only three structures.
(True/False)
4.8/5
(36)
A ___________________ is a list of requirements created after studying the information gathered from interviews with the customer.
(Short Answer)
4.7/5
(35)
Which of the following is not an actual programming language?
(Multiple Choice)
5.0/5
(37)
What term is used for a string that appears in the actual code of a program?
(Multiple Choice)
4.9/5
(43)
A _________ structure is a set of statements that execute in the order they appear.
(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)