Skip to content
#1. A ______ consists of a series of related bytes located on a disk.
#2. ___________ file is used to reading and writing text files in continuous blocks.
#3. _______ file is used for reading and writing text or binary files structured as fixed length records.
#4. ______ file is used for reading and writing arbitrarily structured files.
#5. ______ function returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribite.
#6. _____ function returns a long specifying the length of a file in bytes.
#7. _____ function returns a long representing the size, in bytes, of a opened file.
#8. ______ function returns an integer containing the boolean value true when the end of file open for random or sequential input.
#9. _______ function returns an integer representing the next file number available for use by the open statement.
#10. ______ function returns a long specifying the current read/write position within a file opened using the open statement.
#11. _______ statement copies a file that is closed.
#12. ______ function returns a long specifying the current read/write position within an open file.
#13. ______ statement enables input/output to a file.
#14. _____ statement concludes I/O to a file opened using the Open Statement.
#15. _____ statement reads data from an open disk file into a variable.
#16. ____ statement writes data from a variable to a disk file.
#17. ____ statement reads data from an open sequential file and assigns the data to variables.
#18. _______ statement writes displayed formatted data to a sequential file.
#19. _____ statement writes data to a sequential file.
#20. _____ method is to clear the contents of a form, picturebox, or image control.
#21. _____ method is used to set a specific point on a form or picture box to a specified color.
#22. ____ method is used to draw lines on an object and can be used to create many different shapes.
#23. _______ method enables to draw circles, arc and ellipses.
#24. _____ function is used to return a valid number that represents a color value.
#25. ______ function to return an RGB color value based on a color constant value.