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
The ___________ operator performs division and returns the remainder.
(Short Answer)
4.9/5
(39)
A variable is a storage location in memory that is represented by a name and can hold different values during the execution of the program.
(True/False)
5.0/5
(37)
A ________________ statement specifies the variable's name and the variable's data type.
(Short Answer)
4.7/5
(37)
A sequence of characters that is used as data is called a string in programming.
(True/False)
4.7/5
(23)
The expressions (a + b)/ c and a + b / c will always yield identical results.
(True/False)
4.8/5
(33)
__________________ documentation is a reference guide that describes the features of the program,designed for the user.
(Multiple Choice)
4.8/5
(47)
Which mathematical operator is used to raise five to the second power?
(Multiple Choice)
4.8/5
(40)
In the expression 57 * 6,the values 57 and 6,which are on the left and right of the * symbol,respectively,are called ____________.
(Short Answer)
4.8/5
(29)
The structure of the camelCase naming convention is to write the first word of the variable name in lowercase letters and then to capitalize the first character of the second and subsequent words.
(True/False)
4.9/5
(43)
Ovals are used as terminal symbols marking the starting and end of the pseudocode.
(True/False)
4.9/5
(36)
The comments the programmer places in the code explaining how different parts of the program work are known as _________________ documentation.
(Short Answer)
4.8/5
(46)
When a mathematical calculation is performed,you typically want to store the result of that calculation in a ______________.
(Short Answer)
4.9/5
(38)
Which symbol is used for an assignment statement in a flowchart?
(Multiple Choice)
4.9/5
(26)
A program's ______________ will typically be the result of the process or processes that it has performed.
(Short Answer)
4.9/5
(41)
The value of the expression 12 - 4 * 3 / 2 + 9 is _________.
(Multiple Choice)
4.9/5
(40)
A ______________ statement can be used to initialize multiple variables.
(Short Answer)
4.8/5
(24)
___________ comments take up several lines and are used when lengthy explanations are required in the program.
(Short Answer)
4.8/5
(34)
Showing 21 - 40 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)