Exam 8: Advanced Data Handling Techniques
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
When mathematicians use a two-dimensional array, they often call it a ____ or a table.
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
B
Every time you add a new record to a linked list, you search through the list for the correct ____ location of the new record.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
C
Describe how you access a two-dimensional array value using two subscripts.
Free
(Essay)
4.9/5
(41)
Correct Answer:
You access a two-dimensional array value using two subscripts, in which the first subscript represents the row and the second one represents the column.
Two-dimensional arrays are never actually required in order to achieve a useful program.
(True/False)
4.9/5
(32)
The ____ is often used as a statistic in many cases because it represents a more typical case.
(Multiple Choice)
4.9/5
(32)
A(n) ____________________ is a list of instructions that accomplishes a task.
(Short Answer)
4.7/5
(35)
When records are in ____ order, they are arranged one after another on the basis of the value in a particular field.
(Multiple Choice)
4.8/5
(45)
When you learn a method like sorting, programmers say you are learning a(n) ____.
(Multiple Choice)
4.9/5
(32)
In a ____, items in a list are compared with each other in pairs.
(Multiple Choice)
4.9/5
(37)
List and describe the general rules for sorting an array with a bubble sort.
(Essay)
4.7/5
(37)
If you are performing a(n) ____________________ bubble sort, then after you have made one pass through the list, the largest value is guaranteed to be in its correct final position at the bottom of the list.
(Short Answer)
4.7/5
(31)
As pages in a book have numbers, computer memory and storage locations have ____.
(Multiple Choice)
4.9/5
(38)
Match each term with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(45)
A common method of accessing records in logical order is to use a(n) ____________________.
(Short Answer)
4.8/5
(44)
When a record is removed from an indexed file, it has to be physically removed.
(True/False)
4.8/5
(39)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)