Les 12C Flashcards
What are some advantages of Google Android?
It is open-source, supported on many different manufacturer’s devices, and apps can be developed on various platforms (Windows, macOS, Linux).
What is unique about Apple iOS in terms of source code and device exclusivity?
Apple iOS is closed-source, exclusive to Apple products, and apps must be approved by Apple before release.
What is a common limitation across different operating systems regarding vendor-specific policies?
End-of-life policies vary by company, and there are differences in how updates are handled and compatibility between OSes.
How does Chrome OS handle updates compared to iOS, Android, and Windows?
Chrome OS updates automatically, while iOS, Android, and Windows check and prompt for updates.
Before data can be written to a partition, what must be done?
The partition must be formatted to build the foundation for data storage.
Can applications generally run across different operating systems?
Almost no direct application compatibility exists, but many apps are built to run on different OSes, and web-based apps have potential for cross-compatibility.
What are two popular file systems that operating systems expect data to be written in?
FAT32 and NTFS
Which file system allows for larger (up to 2 terabytes) volume sizes but has a maximum file size limit of 4 gigabytes?
FAT32
What are some key improvements of NTFS over FAT32?
Quotas, file compression, encryption, symbolic links, large file support, security, and recoverability.
You need a file system for a flash drive that supports files larger than 4 gigabytes and is compatible across Windows, Linux, and macOS. Which file system should you use?
exFAT
What is a major compatibility issue with NTFS?
Many operating systems can read NTFS but have limited or no write functionality.
Which file system is commonly used by the Linux operating system and has an updated version?
ext3 (Third extended file system) and its update, ext4 (Fourth extended file system)
Which file system was added to macOS High Sierra (10.12.4) and is optimized for solid-state storage?
APFS (Apple File System)
What are some features of the Apple File System (APFS)?
Encryption, snapshots, and increased data integrity.
You need a file system that is commonly seen in Linux and Android OS. Which file system should you consider?
ext4 (Fourth extended file system)