0% found this document useful (0 votes)
3 views

Daily Assignment Questions

The document contains a series of questions and answers related to computer science and programming concepts. Key topics include definitions of a byte, the Python Virtual Machine, data visualization libraries, historical storage mediums, features of high-level programming languages, and the role of garbage collection in Python. Each question is answered concisely with a single line or word.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Daily Assignment Questions

The document contains a series of questions and answers related to computer science and programming concepts. Key topics include definitions of a byte, the Python Virtual Machine, data visualization libraries, historical storage mediums, features of high-level programming languages, and the role of garbage collection in Python. Each question is answered concisely with a single line or word.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Daily Assignment questions

One-Word or One-Line Answer Questions

1. Define "Byte." ?
A. A byte is a unit of digital information consisting of 8 bits.

2. What does PVM stand for in Python?


A. Python Virtual Machine.

3. Name two libraries in Python used for data visualization?


A. Matplotlib and Seaborn.

4. What was the primary storage medium for data 35 years ago?
A. Floppy disks.

5. What is the key feature of high-level programming languages?


A. They are user-friendly and abstract from hardware details

6. What is the role of garbage collection in Python?


A. To automatically free memory by deallocating unused objects.

You might also like