Computer Knowledge

Operating Systems

1,344 Questions

Test your computer knowledge with these questions on operating systems. The content covers various platforms including Unix, Linux, Windows, Android, and Macintosh. These questions are commonly asked in the computer knowledge sections of banking and government exams.

Unix emulatorsLinux distributionsAndroid software stackMacintosh operating systemsWindows OS versionsSymbian OS history

Operating Systems Questions

Multiple choice .net
  1. Apple

  2. IBM

  3. Sun

  4. UNIX

  5. Any type can host a web server.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Web server software (like Apache, Nginx, or IIS) is cross-platform. It can be hosted on various hardware architectures (Apple, IBM, Sun) and operating systems (Windows, Linux, UNIX). The hardware brand does not restrict the ability to host a web server.

Multiple choice computer
  1. It's a better word processor than Microsoft Word.

  2. It could offer stiff competition to the Windows NT operating system.

  3. They prefer Dilbert to the Peanuts comic strip

  4. It provides faster Internet service than The Microsoft Network.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Microsoft was concerned about Linux's growing popularity because Linux posed a competitive threat to Windows NT in the server and enterprise markets. Linux offered a free, stable, and increasingly mature operating system that could replace Windows NT, threatening Microsoft's market dominance and revenue streams in these critical segments.

Multiple choice computer
  1. It's a better web browser than MS Internet Explorer.

  2. Microsoft has already used its three wishes.

  3. Jini devices aren't compatible with Windows 98.

  4. Jini devices would operate over a network without Windows.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Microsoft was concerned about Jini because it enabled devices to discover and communicate with each other over a network without requiring Windows as an intermediary. This threatened Microsoft's strategy of Windows being the central platform for all computing and could marginalize Windows in emerging networked device ecosystems.

Multiple choice iis-server
  1. Everything is just fine and dandy; have some coffee and relax.

  2. You need more RAM.

  3. Compare the number to the network card bandwidth to locate possible bottlenecks.

  4. Increase the cache allotment.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Memory:Pages/sec counter measures hard page faults - when Windows must read from the disk rather than RAM. A value under 20 (roughly) is considered acceptable and indicates sufficient RAM. Values consistently above 20 suggest memory pressure. The option about 'coffee and relax' is the intended answer despite its informal tone, as it correctly indicates the system is healthy.

Multiple choice iis-server
  1. ISAPI

  2. CGI

  3. ASP

  4. ASP.NET

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Application pools in IIS 6 isolate worker processes for stability and security, but they do NOT apply to CGI applications. CGI runs in a separate process space outside the application pool architecture. ISAPI extensions, ASP, and ASP.NET applications all run within application pools and benefit from their isolation and recycling features.

Multiple choice iis-server
  1. Make the paging file size dynamic.

  2. Make the paging file size static.

  3. Make the paging file large and keep it on a single drive.

  4. Install MPDFRG.EXE and set it to run automatically.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Making the paging file large and keeping it on a single drive prevents fragmentation because the file has room to grow contiguously. Static sizing helps but isn't sufficient alone - the file must also be large enough. Dynamic sizing causes fragmentation as the file shrinks and expands. Third-party defragmentation tools aren't the primary solution.

Multiple choice mcse
  1. WebClient Service

  2. IIS Admin Service

  3. Application Layer Gateway Service

  4. World Wide Web Publishing Service

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Windows Server 2003, the HTTP SSL service (which handles SSL/TLS encryption for web traffic) must be running for the World Wide Web Publishing Service to function properly with HTTPS. SSL provides secure encrypted communications, which is essential for secure web publishing.

Multiple choice networking
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Windows 98 is a desktop operating system designed for single-user personal computers, not a network operating system. Network operating systems (like Windows NT Server, Novell NetWare, or Windows Server) are specifically designed to manage network resources, user authentication, and shared services for multiple clients.

Multiple choice server
  1. Netstat

  2. Domain Manager

  3. User Manager

  4. Windows Explorer

  5. Administrative tool

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Windows Explorer provides the simplest interface for creating shares on Windows 2000 - right-click any folder and select 'Sharing'. User Manager and Domain Manager handle user accounts, not shares. Netstat is a network statistics command-line tool. Administrative Tools is a menu category, not a specific tool.

Multiple choice server
  1. Full control to the administrators group

  2. Full control to the users group

  3. Full control to the everyone group

  4. Full control to the global group

  5. Full control to the local group

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Windows NT 4.0 defaulted shared folder permissions to 'Everyone - Full Control' for ease of setup, though this created significant security risks. Share permissions were separate from NTFS file permissions, and the more restrictive of the two would apply.

Multiple choice server windows-2000
  1. Configure a Group Policy for each OU in the accounting.cert21.com domain and configure a service pack software package for each group policy

  2. Configure a Group Policy for the OU in the home.cert21.com domain and configure a service pack software package for the group policy

  3. Configure a Group Policy for each OU in the finance.cert21.com domain and configure a service pack software package for each group policy

  4. Configure a Group Policy for each OU in the cert21.com domain and configure a service pack software package for each group policy

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

With a slow 128K link, you should configure Group Policy at the parent OU level (home.cert21.com) rather than each individual OU - this minimizes replication traffic across the slow WAN link. Options A, C, and D suggest configuring policies for each OU, which would create excessive policy replication over the limited bandwidth connection.

Multiple choice server windows-2000
  1. Devote one computer as the DHCP server that supports dynamic DNS updates

  2. Disconnect Server1 from the production network

  3. Devote one computer as the DNS server that supports SRV records and accept dynamic updates

  4. Devote one computer as the WINS server that works with the DNS server

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Windows 2000 Active Directory requires a DNS server that supports SRV records to locate domain controllers and services. SRV records allow clients to find specific services like LDAP, Kerberos, and GC within the domain. Dynamic DNS updates enable domain controllers to automatically register their records. DHCP with dynamic DNS (Option A) addresses IP assignment but doesn't solve the core AD DNS requirement. WINS (Option D) is a legacy NetBIOS name service, not required for Windows 2000 AD.

Multiple choice server windows-2000
  1. upgrade any DNS server to Windows 2000 domain controller, then promote Server1 to PDC and upgrade it

  2. promote Server1 to PDC and upgrade it

  3. upgrade the PDC to Windows 2000, then promote Server1 to PDC and upgrade it

  4. upgrade any other BDC to Windows 2000, then promote Server1 to PDC and upgrade it

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When upgrading from Windows NT 4.0 to Windows 2000, the correct sequence is to first promote a BDC to PDC (to ensure a stable PDC exists during migration), then upgrade that newly promoted PDC. This preserves the PDC role during the upgrade process and ensures a smooth transition to Windows 2000 Active Directory. Option A incorrectly upgrades DNS first. Option C attempts to upgrade the existing PDC directly without ensuring a stable backup PDC. Option D upgrades another BDC first without promoting Server1 to PDC.