Which of the following is true about Python's array module?
A. it is limited to storing numbers
B. it behaves much like a dictionary
C. it can only hold character values
D. you can define its size at run time
Answer: A
Computer Science & Information Technology
You might also like to view...
What is an Output Collection and how does it differ from a custom template?
What will be an ideal response?
Computer Science & Information Technology
Which of the following buttons should you click to open the Insert Hyperlink dialog box?
A.
B.
C.
D.
Computer Science & Information Technology
The ________ is a network of websites viewable by anyone with Internet access through an Internet Service Provider
Fill in the blank(s) with correct word
Computer Science & Information Technology
The following is a loop expressed in ARM code. The code is wrong. Why?
MOV r0,#10 ;Loop counter – ten times round the loop Next ADD r1,r1,r0 ;add loop counter to total SUB r0,r0,#1 ;decrement loop counter BEQ Next ;continue until all done
Computer Science & Information Technology