Which option will hide those files with the System attribute?

A) Display only non-system files B) Hide protected operating system files
C) Hide extensions for known file types D) Hidden files and folders

B

Computer Science & Information Technology

You might also like to view...

Match each term with its description.

1) ______ microprocessor 2) ______ graphical-user interface (GUI) 3) ______ memory 4) ______ secondary storage 5) ______ ALU 6) ______ operating system 7) ______ CU 8) ______ compiler a) component of the CPU that does arithmetic and comparisons b) numbered sequence of storage cells containing data or instructions c) program that translates a high-level programming language into computer machine language d) a central processing unit on a single integrated circuit e) component of the CPU that decodes computer instructions f) pictures and menus displayed to allow the user to select commands and data g) units such as disks or tapes which retain data even when the power to the disk drive or tape drive is shut off h) software responsible for directing all computer operations and managing all computer resources

Computer Science & Information Technology

Which of the following is correct to sort the elements in a list lst?

a. lst.sort() b. Collections.sort(lst) c. Arrays.sort(lst) d. new LinkedList(new String[]{"red", "green", "blue"})

Computer Science & Information Technology