CSI104 Exam Questions and Correct Answers
CSI104 Exam Questions and Correct Answers 10-1 One phase in system development is ________ - Answer-analysis 10-2 Defining the users, requirements, and methods is part of the ________phase. - Answer-analysis 10-3 In the system development process, writing the program is part of the________ phase. - Answer-implementation 10-4 In the system development process, structure charts are tools used in the ________ phase. - Answer-design 10-5 Testing a software system can involve ________ testing. - Answer-both black-box and glass-box 10-6 ________ is the breaking up of a large project into smaller parts. - AnswerModularization 10-7 ________ is a measure of how tightly two modules are bound to each other. - Answer-Coupling 10-8 ________ between modules in a software system must be minimized. - AnswerCoupling 10-9 ________ between modules in a software system must be maximized. - AnswerCohesion 11-1 A data structure can be ________ . - Answer-an array, a record, or a linked list 11-2 An array that consists of just rows and columns is a ________ array. - Answerone-dimensional 11-3 Each element in a record is called ________ . - Answer-a field 11-4 All the members of a record must be ________ . - Answer-related types 11-5 ________ is an ordered collection of data in which each element contains the location of the next element. - Answer-A linked list 11-6 In a linked list, each element contains ________ - Answer-data and a link 11-7 The ________ is a pointer that identifies the next element in the linked list. - Answer-link 11-8 Given a linked list called children, the pointer variable children identifies ________ element of the linked list. - Answer-the first 11-9 An empty linked list consists of ________ - Answer-a null head pointer 11-10 To traverse a list, you need a ________ pointer. - Answer-walking
Written for
- Institution
- CSI104
- Module
- CSI104
Document information
- Uploaded on
- February 20, 2024
- Number of pages
- 6
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- csi104
- csi104 exam
-
csi104 exam questions and correct answers