Using the Python interactive shell, instantiate a list that holds three-letter abbreviations for the first six months of the year and display the list.

What will be an ideal response?


Computer Science & Information Technology

You might also like to view...

Suppose we have a String object referenced by a variable called listing. Suppose we want a new String object that consists of the first 5 characters in listing. Which of the following lines of code will achieve this?

a) String prefix = listing.front(5); b) String prefix = listing.front(6); c) String prefix = listing.substring(1,5); d) String prefix = listing.substring(0,5); e) String prefix = listing.firstChars(5);

Computer Science & Information Technology

Define Input and Output Streams.

What will be an ideal response?

Computer Science & Information Technology

Match the following terms to their meanings:

I. Information about files such as author and date modified A. non-indexed locations II. Conducts a search in the entire set of indexed locations B. search folder III. Not a physical location but contains the results of a search C. virtual folder IV. Matching to part of a word or phrase rather than whole words D. partial matching V. Windows Vista searches only file names and folder names E. file properties

Computer Science & Information Technology

Which of the following is a small piece of semiconducting material, usually silicon, on which integrated circuits are etched?

A. computer plug B. computer port C. computer chip D. computer roster

Computer Science & Information Technology