Computer Knowledge

Computer Fundamentals and System Concepts

2,255 Questions

Computer fundamentals and system concepts questions cover core hardware components, operating systems, and historical computer milestones. Topics include the kernel, central processing unit, and basic computing terminology. These foundational questions are strictly essential for scoring well in computer knowledge sections.

Central processing unitComputer operating systemsSupercomputer milestonesSystem registry functionsKernel operationsAndroid applications

Computer Fundamentals and System Concepts Questions

Multiple choice technology architecture
  1. XI50

  2. XS40

  3. XB60

  4. XN10

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

DataPower appliance models include XI50 (integration appliance), XS40 (security appliance), and XB60 (multi-purpose gateway). XN10 is not a DataPower model - it's a fictional or混淆的 option. The question tests knowledge of actual DataPower hardware lineup.

Multiple choice technology
  1. gathering data

  2. processing data into information

  3. analyzing the data or information

  4. storing the data or information

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

The four major data processing functions are: gathering data (input), processing data into information (transformation), storing data/information, and outputting information. 'Analyzing' is not considered a separate fundamental function - it's a form of processing. Gathering, processing, and storing are the core three, with output as the fourth.

Multiple choice technology
  1. platforms.

  2. applications.

  3. programs.

  4. storage devices.

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

PC and Macintosh represent different hardware and software platforms. A platform includes the operating system, processor architecture, and system architecture that define how software runs on that system. They have different operating systems (Windows vs macOS), different file systems, and require software specifically built for each platform.

Multiple choice technology
  1. system unit.

  2. CPU.

  3. mainframe.

  4. platform.

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

The system unit is the physical case that contains and protects all internal components. It houses the motherboard, CPU, memory, storage drives, power supply, and other essential hardware. The CPU is just one component inside the system unit, and mainframe is a completely different class of large-scale computer system.

Multiple choice technology
  1. Servers

  2. Embedded computers

  3. Robotic computers

  4. Mainframes

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

Embedded computers are specialized computing devices integrated into larger systems. They're designed for specific functions within devices like cars, thermostats, appliances, and industrial equipment. Unlike general-purpose computers, they have dedicated functionality and limited programmability. Servers, mainframes, and robotic computers serve different purposes.

Multiple choice technology security
  1. Jailbreaker

  2. Sandbox

  3. Separator

  4. Domain

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

A sandbox is a security mechanism that isolates running programs by providing a tightly-controlled set of resources. It restricts what the program can access (files, network, system resources). Option B is correct. Options A (Jailbreaker), C (Separator), D (Domain) are not standard security isolation mechanisms.

Multiple choice technology security
  1. Least common mechanism Least privilege

  2. Least Privilege

  3. Separation of duties

  4. Weakest link

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

To solve this question, the user needs to know the different design principles used in system design.

The option that represents the design principle described in the question is:

B. Least Privilege

Explanation:

The principle of least privilege is a design principle in which users, agents, or processes are granted only the necessary permissions to perform their assigned tasks, and no more. This principle is important because it limits the potential damage of a security breach or other security incident. By applying the most restrictive set of operating system permissions to all application files, the system is designed to provide each application with the minimum level of access required to function properly, reducing the potential damage that could occur from a security breach.

Option A, Least common mechanism, is a separate design principle that states that the fewer mechanisms shared by users, the less likely those mechanisms are to be compromised.

Option C, Separation of duties, is a design principle that requires that more than one person be involved in a task to ensure that no single individual has complete control over a process.

Option D, Weakest link, is a design principle that states that security is only as strong as its weakest point. It emphasizes the need to identify and address vulnerabilities in a system to ensure that it is secure overall.

Therefore, the correct answer is:

The Answer is: B. Least Privilege

Multiple choice technology security
  1. Has a smaller attack surface than an unhardened OS

  2. Implements mandatory access control

  3. Is less secure than an unhardened OS

  4. Has more entry and exit points than an unhardened OS system

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

A hardened operating system has a reduced attack surface achieved by removing or disabling unnecessary services, closing unused ports, eliminating non-essential packages, and restricting default permissions. This makes it inherently more secure than an unhardened OS (C is wrong). While some hardened OSes implement mandatory access control (B), that's a specific mechanism not the defining characteristic. The hallmark is having fewer entry and exit points for attackers (contradicting D), reducing the number of potential vulnerabilities and attack vectors.

Multiple choice technology security
  1. A worm

  2. A virus

  3. A trojan horse

  4. A multipart virus

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

A worm is specifically designed to reproduce itself by exploiting system resources and network vulnerabilities to propagate independently. Unlike viruses (which require host files), worms are self-contained and can spread across networks without attaching to existing programs.

Multiple choice
  1. background process

  2. application component

  3. empty process

  4. None of these

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

A Service is an application component that can perform long-running operations in the background without a UI. It's not just a background process but a formal Android component with its own lifecycle.

Multiple choice
  1. Device Users

  2. Login Information

  3. Words added by user

  4. Language words

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

The UserDictionary content provider stores words that users have added to their personal dictionary (for autocorrect and suggestion purposes). It doesn't store device users, login credentials, or general language words from the system dictionary - only user-added custom words.