Please help me answering this Python questions
1} Which data structure is best suited to store and update different data structures?
A) Boolean
B) Integer
C) List
D) String
2} Which of the following would be an optimal data structure for an algorithm to update and change information?
A) Dictionary
B) Integer
C) List
D) String
3 }What is one of the common characteristics of an efficient program?
A) Containing complicated functions and including a lot of useful variables
B) Containing the fewest number of steps required to solve the problem
C) Looking neat and being easy to read
D) Requiring effective computers to run efficiently
4} Which of the following best describes why an IDLE is useful for programming in Python?
A) IDLEs are laid out well.
B) IDLEs can help identify mistakes at early stages of programming.
C) It is possible to program in different languages with the same IDLE.
D) It is possible to use more libraries with IDLEs than with other editors.
5} Which of the following is a main characteristic of procedural programming?
A) Being inefficient
B) Containing only functions
C) Focusing on objects and modularization
D) Focusing on processes and methods
6} Write pseudocode for a program to get ready for bed.