Exam 2: Elements of High Quality Programs
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
A ____ variable is not used for input or output, but instead is just a working variable that you use during a program's execution.
(Multiple Choice)
4.9/5
(41)
Whole number variables are known as ____________________ variables.
(Short Answer)
4.8/5
(38)
A(n) ____ is similar to a variable, except it can be assigned a value only once.
(Multiple Choice)
4.8/5
(41)
As programs become larger and more complicated, the need for good planning and design ____ .
(Multiple Choice)
4.8/5
(29)
When the first letter of a variable name is uppercase, as in HourlyWage , the format is known as ____ casing.
(Multiple Choice)
4.8/5
(38)
Each programming language has a few reserved ____________________ that are not allowed as variable names because they are part of the language's syntax.
(Short Answer)
4.9/5
(31)
The mainline logic of almost every procedural computer program consists of these three distinct parts: ____ .
(Multiple Choice)
4.8/5
(35)
Fractional numeric variables that contain a decimal point are known as ____ variables.
(Multiple Choice)
5.0/5
(35)
List three design features that you can use while creating programs to make them easier to write and maintain.
(Essay)
4.9/5
(33)
Declaring a starting value for a variable is known as ____ the variable.
(Multiple Choice)
4.8/5
(35)
The assignment operator has left-to-right-to-left associativity, which means that the value of the expression to the left of the assignment operator is evaluated first and that the result is assigned to the operand on the right.
(True/False)
4.9/5
(34)
The process of naming program variables and assigning a type to them is called ____ variables.
(Multiple Choice)
4.9/5
(38)
In many programming languages, if you declare a variable and do not initialize it, the variable contains an unknown value until it is assigned a value.
(True/False)
4.9/5
(24)
The ____ dictate the order in which operations in the same statement are carried out.
(Multiple Choice)
4.7/5
(30)
When the variable starts with a lowercase letter and any subsequent word begins with an uppercase letter, this is called ____.
(Multiple Choice)
4.7/5
(39)
A string variable can hold digits such as phone numbers and zip codes.
(True/False)
4.7/5
(37)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)