The advantages of breaking a program into subroutines include: 1) ____ a complex programming task into ____ steps 2) Reducing ____ code within a program 3) Enabling ____ of code across ____ programs 4) Dividing a large ____ task among various ____ or various stages of a project 5) ____ implementation details from ____ of the subroutine 6) Improving ____ of code by replacing a block of code with a function call where a descriptive ____ name serves to describe the block of code. This makes the calling code concise and readable even if the function is not meant to be reused. (c) wikipedia.com In computer science, an ____, is a data structure consisting of a collection of ____ (values or variables), each identified by at least one array ____ or key. An array is stored such that the position of each element can be computed from its index. The simplest type of data structure is a ____ array, also called ____-dimensional array. In Python, the first element of an array is indexed by ____. In Python, an array of 10 elements can be indexed by index ____ or index -1. In Python, if an array of 10 elements is accessed by index ____, there will be an array index error, which is a run-time error. A ____-dimensional array needs two ____ to identify an element, like the x and y coordinates to specify a point on a graph.

ลีดเดอร์บอร์ด

สไตล์ภาพ

ตัวเลือก

สลับแม่แบบ

คืนค่าการบันทึกอัตโนมัติ: ใช่ไหม