11.
What is the purpose of the File.exist? method in Ruby?

16.
What is the purpose of the File.size method in Ruby?

17.
What is the result of using File.open() with the block syntax in Ruby?

18.
What does the 'w' file mode in Ruby signify?