Operating systems - Test
Operating systems
  • 1. An operating system is a vital software component that manages all the hardware and software resources of a computer system. It provides a user-friendly interface for interaction, coordinates the various system components, controls the execution of software programs, manages memory and storage, facilitates communication among devices, and ensures system security. Operating systems serve as an intermediary between users and hardware, enabling users to run applications and utilize the computer's resources efficiently.

    What is the purpose of an operating system?
A) To manage computer hardware and act as an intermediary between the user and the computer.
B) To browse the internet faster.
C) To create documents and presentations.
D) To make phone calls.
  • 2. Which operating system is developed by Apple Inc.?
A) macOS
B) Linux
C) Android
D) Windows
  • 3. What is the role of device drivers in an operating system?
A) To design websites.
B) To provide an interface for hardware devices to communicate with the operating system.
C) To play video games.
D) To manage email accounts.
  • 4. Which operating system is popular for mobile devices such as smartphones and tablets?
A) Windows
B) Android
C) macOS
D) Ubuntu
  • 5. What does GUI stand for in the context of operating systems?
A) General Usage Indicator
B) Great User Interface
C) Global User Interaction
D) Graphical User Interface
  • 6. What is the purpose of a bootloader in an operating system?
A) To create music playlists.
B) To design logos for companies.
C) To track the number of steps taken in a day.
D) To load the operating system into memory during the boot process.
  • 7. What is root access in the context of operating systems?
A) The highest level of access to the operating system, allowing full control over system settings and files.
B) Access to tree roots.
C) Access to root vegetables.
D) Access to plant roots.
  • 8. What is multitasking in the context of operating systems?
A) Using multiple keyboards and mice at the same time.
B) Juggling multiple physical objects.
C) The ability of an operating system to execute multiple tasks concurrently.
D) Downloading multiple files simultaneously.
  • 9. Which operating system is known for its command-line interface and customization options?
A) Windows
B) Linux
C) Chrome OS
D) iOS
  • 10. What is the purpose of the registry in the Windows operating system?
A) To store photos and videos.
B) To keep track of physical exercise routines.
C) To manage financial transactions.
D) A central database used to store configuration settings and options for the operating system.
  • 11. What is system call in an operating system?
A) An online shopping platform.
B) A messaging system for computer users.
C) An interface provided by the operating system that allows user-level processes to request services from the kernel.
D) A customer service hotline for software issues.
  • 12. What is a shell in the context of operating systems?
A) Outer layer of the operating system.
B) A program that interprets commands and allows the user to interact with the operating system.
C) Online shopping platform.
D) Protective covering for hardware components.
  • 13. What is the purpose of the Task Manager in Windows operating system?
A) To monitor system performance and manage running processes.
B) To send emails.
C) To play video games.
D) To create presentations.
  • 14. Which operating system is most commonly used for gaming due to its wide range of game compatibility?
A) Ubuntu
B) iOS
C) Windows
D) Chrome OS
  • 15. What was the first popular operating system to support multiprogramming?
A) OS/360
B) UNIX
C) Fortran Monitor System (FMS)
D) MINIX
  • 16. Which operating system is considered a precursor to cloud computing?
A) UNIX
B) System/360
C) MULTICS
D) Linux
  • 17. Which standard was released to increase compatibility among UNIX systems?
A) ISO/IEC 27001
B) ANSI C
C) POSIX
D) IEEE 802.11
  • 18. What was the first popular computer to use a graphical user interface (GUI)?
A) Apple's Macintosh
B) IBM PC
C) UNIX
D) Microsoft Windows
  • 19. Which operating system did Windows NT borrow features from, leading to a legal settlement?
A) Linux
B) BlackBerry OS
C) Symbian OS
D) VAX/VMS
  • 20. Which library in Android is partially based on BSD code?
A) Linux kernel
B) UNIX shell
C) Bionic C library
D) Windows API
  • 21. What is a common event that triggers a software interrupt?
A) User input from the keyboard.
B) A time slice occurring, requiring a context switch.
C) Accessing valid memory addresses.
D) The completion of a program's execution.
  • 22. Which assembly language instruction is used to generate software interrupts for x86 CPUs?
A) MOV X, Y, where X and Y are registers.
B) CALL X, where X is a function identifier.
C) JMP X, where X is the jump address.
D) INT X, where X is the offset number in hexadecimal format.
  • 23. What system call is used in Unix-like operating systems to send signals?
A) exec(pid, signum).
B) fork(pid, signum).
C) wait(pid, signum).
D) kill(pid, signum).
  • 24. Which command-line syntax is used for piping in Unix-like systems?
A) alpha & bravo.
B) alpha | bravo.
C) alpha > bravo.
D) alpha < bravo.
  • 25. What type of attack is enabled by the lack of bounds checking in C/C++?
A) Buffer overflow attacks.
B) Cross-site scripting attacks.
C) Phishing attacks.
D) SQL injection attacks.
  • 26. What technique involves randomizing memory addresses to prevent buffer overflow exploits?
A) Virtual private network (VPN).
B) Address space layout randomization (ASLR).
C) Data encryption standard (DES).
D) Secure socket layer (SSL).
  • 27. Who advocates for releasing the source code of all operating systems?
A) Linus Torvalds.
B) Andrew S. Tanenbaum.
C) Bill Gates.
D) Steve Jobs.
  • 28. What is a common example of a hobby operating system?
A) Ubuntu or Fedora
B) Syllable or TempleOS
C) Android or iOS
D) Windows or macOS
  • 29. Under which license is Linux distributed?
A) BSD License
B) GNU General Public License (GPL)
C) Apache License
D) MIT License
  • 30. Which of the following systems does Linux support for networking features?
A) MacOS networking features
B) Standard UNIX networking features
C) Android networking features
D) Windows networking features
  • 31. What type of multitasking does Linux employ?
A) Batch processing
B) Preemptive multitasking
C) Non-preemptive multitasking
D) Cooperative multitasking
  • 32. What programming language is much of Android written in?
A) C++
B) Java
C) Ruby
D) Python
  • 33. Which design approach does Android use?
A) Object-oriented design
B) Procedural design
C) Functional programming
D) Imperative programming
  • 34. What is one of the priorities in Windows design?
A) Security
B) Minimalism
C) Open-source development
D) Redundancy
  • 35. What file system does Windows use that includes a master table and records with metadata for each file?
A) FAT32
B) NTFS
C) EXT4
D) HFS+
Created with That Quiz — where test making and test taking are made easy for math and other subject areas.