COGNITIVE ASSESSMENT
You want to remove unnecessary files from your computer. What do you use?

A. Disk Cleanup
B. PC Maintenance
C. File Compression
D. Backup and Restore


Answer: A

Computer Science & Information Technology

You might also like to view...

What keyword is added to member function declaration to prevent it from being overridden in a child class?

a) static b) virtual c) override d) final

Computer Science & Information Technology

Which of the following is the correct way to declare a public read-only property?

a.``` Public ReadOnly Property PropertyName() As DataType Statements End Property ``` b.``` Public Property ReadOnly PropertyName() As DataType Get Statements End Get End Property ``` c. ``` Public ReadOnly Property PropertyName() As DataType Get Statements End Get End Property ``` d.``` ReadOnly Public Property PropertyName() As DataType Set Statements End Set End Property ```

Computer Science & Information Technology

The most efficient way of setting the fonts, color scheme, and effects for the entire slide show is to use the ________

A) slide master B) background styles gallery C) outline view D) Rich Text Format

Computer Science & Information Technology

Which of the following refers to a network that spans several buildings that are within walking distance of each other?

A. CAN B. WAN C. PAN D. MAN

Computer Science & Information Technology