Chapter 9: Files & Graphics

 

Results

Previous
Next

#1. A ______ consists of a series of related bytes located on a disk.

Previous
Next

#2. ___________ file is used to reading and writing text files in continuous blocks.

Previous
Next

#3. _______ file is used for reading and writing text or binary files structured as fixed length records.

Previous
Next

#4. ______ file is used for reading and writing arbitrarily structured files.

Previous
Next

#5. ______ function returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribite.

Previous
Next

#6. _____ function returns a long specifying the length of a file in bytes.

Previous
Next

#7. _____ function returns a long representing the size, in bytes, of a opened file.

Previous
Next

#8. ______ function returns an integer containing the boolean value true when the end of file open for random or sequential input.

Previous
Next

#9. _______ function returns an integer representing the next file number available for use by the open statement.

Previous
Next

#10. ______ function returns a long specifying the current read/write position within a file opened using the open statement.

Previous
Next

#11. _______ statement copies a file that is closed.

Previous
Next

#12. ______ function returns a long specifying the current read/write position within an open file.

Previous
Next

#13. ______ statement enables input/output to a file.

Previous
Next

#14. _____ statement concludes I/O to a file opened using the Open Statement.

Previous
Next

#15. _____ statement reads data from an open disk file into a variable.

Previous
Next

#16. ____ statement writes data from a variable to a disk file.

Previous
Next

#17. ____ statement reads data from an open sequential file and assigns the data to variables.

Previous
Next

#18. _______ statement writes displayed formatted data to a sequential file.

Previous
Next

#19. _____ statement writes data to a sequential file.

Previous
Next

#20. _____ method is to clear the contents of a form, picturebox, or image control.

Previous
Next

#21. _____ method is used to set a specific point on a form or picture box to a specified color.

Previous
Next

#22. ____ method is used to draw lines on an object and can be used to create many different shapes.

Previous
Next

#23. _______ method enables to draw circles, arc and ellipses.

Previous
Next

#24. _____ function is used to return a valid number that represents a color value.

Previous
Next

#25. ______ function to return an RGB color value based on a color constant value.

Previous
Finish