← Back to quizzesFree quiz

Fundamentals of Computer and Internet Basics

Welcome to this comprehensive module on the core concepts of computer hardware, operating systems, and internet protocols. Whether you are a beginner or need a quick refresher, this course…

19 questions~10 min
Fundamentals of Computer and Internet Basics — Qwi
0 / 19
Score: 0%
1

What is the storage capacity of 1 Kbyte expressed in bytes?

2

Which file system is the default format for installing Windows 7/8?

3

In a computer, which component is responsible for temporarily storing data while programs are running?

4

What does the acronym RAM stand for?

5

Which device is primarily used to process data and run the operating system?

6

Which protocol is used by web browsers to retrieve web pages?

7

In a Windows environment, which shortcut opens the Device Manager to check driver installation?

8

Which key combination switches the display mode between multiple monitors in Windows?

9

What is the correct Excel formula to sum the range B1:B4?

10

Which of the following statements about the Windows shortcut "Ctrl + L" is true?

11

Which DNS record type is primarily used to map a domain name to an IPv4 address?

12

What does the "@" symbol represent in an email address like [email protected]?

13

Which of the following is a valid IPv4 address?

14

Which Windows shortcut is used to capture only the active window to the clipboard?

15

What is the primary purpose of the Windows "Shortcut" feature?

16

Which of the following best describes the function of a firewall?

17

Which protocol is used for sending email messages between servers?

18

In Windows, which shortcut opens the Start menu without using the mouse?

19

Which key combination is used to rename a selected file or folder in Windows?

Fundamentals of Computer and Internet Basics

Welcome to this comprehensive module on the core concepts of computer hardware, operating systems, and internet protocols. Whether you are a beginner or need a quick refresher, this course will guide you through essential topics that form the foundation of modern computing.

1. Understanding Data Storage Units

Data is measured in bytes, and larger quantities are expressed using prefixes such as kilobyte (KB), megabyte (MB), and gigabyte (GB). In the binary system used by computers, 1 kilobyte equals 1,024 bytes. This differs from the decimal system where 1 KB is often rounded to 1,000 bytes for marketing purposes.

  • Key point: 1 KB = 210 = 1,024 bytes.
  • Remember this conversion when calculating disk space, memory requirements, or data transfer rates.

2. File Systems and Windows Installation

When installing Windows 7 or Windows 8, the operating system defaults to the NTFS (New Technology File System). NTFS provides advanced features such as security permissions, encryption, disk quotas, and support for large volumes.

  • Older file systems like FAT, FAT16, and FAT32 are still supported for compatibility, but they lack many of NTFS’s capabilities.
  • Choosing NTFS ensures better performance and reliability for modern Windows environments.

3. Temporary Data Storage: RAM and Cache

While a computer is running, it constantly needs fast, temporary storage for active data. Two critical components serve this purpose:

  • RAM (Random Access Memory) – the main memory where programs and data are kept while in use.
  • Cache – a smaller, ultra‑fast memory located close to the CPU that stores frequently accessed data to speed up processing.

Note that ROM (Read‑Only Memory) stores firmware and is not used for temporary data during program execution.

4. What Does RAM Stand For?

RAM stands for Random Access Memory. This name reflects the ability to read or write any memory location directly, without having to go through other locations first.

  • Random access contrasts with sequential access media such as magnetic tapes.
  • Because RAM is volatile, its contents are lost when power is removed.

5. The Central Processing Unit (CPU)

The CPU (Central Processing Unit) is the brain of the computer. It executes instructions, performs calculations, and manages data flow between other components. While the hard disk stores data permanently and RAM holds it temporarily, the CPU processes that data to run the operating system and applications.

  • Modern CPUs contain multiple cores, allowing parallel execution of tasks.
  • CPU performance is measured in clock speed (GHz) and instructions per cycle.

6. Internet Protocols: Retrieving Web Pages

Web browsers communicate with web servers using the HTTP (Hypertext Transfer Protocol). When you type a URL, the browser sends an HTTP request, and the server responds with the requested HTML, CSS, and JavaScript files.

  • HTTPS is the secure version of HTTP, encrypting data with TLS/SSL.
  • Other protocols like FTP (File Transfer Protocol) are used for file uploads/downloads, not for standard web page retrieval.

7. Managing Devices in Windows

To check driver installation or troubleshoot hardware, Windows provides the Device Manager. The quickest way to open it is by pressing Windows + X and selecting “Device Manager,” or by typing devmgmt.msc in the Run dialog.

  • Device Manager displays a hierarchical view of all installed hardware.
  • You can update drivers, disable devices, or view device properties from this interface.

8. Switching Display Modes on Multiple Monitors

When using more than one monitor, Windows lets you toggle between display configurations with the shortcut Windows + P. Pressing this combination opens a small overlay where you can choose:

  • PC screen only
  • Duplicate
  • Extend
  • Second screen only

This shortcut is essential for presentations, dual‑screen productivity, and troubleshooting display issues.

9. Recap and Quick Review

Below is a concise checklist to reinforce the key concepts covered:

  • 1 KB = 1,024 bytes
  • Default Windows 7/8 file system: NTFS
  • Temporary storage while programs run: Cache (fast) and RAM (main memory)
  • RAM = Random Access Memory
  • Primary data‑processing component: CPU
  • Web page retrieval protocol: HTTP/HTTPS
  • Open Device Manager: Windows + X → Device Manager
  • Switch monitor mode: Windows + P

10. Further Learning Resources

To deepen your knowledge, explore the following resources:

  • Microsoft Windows Documentation – official guides on file systems, device management, and display settings.
  • MDN Web Docs – HTTP Overview – detailed explanations of web protocols.
  • Intel – What is a CPU? – insights into CPU architecture and performance.

By mastering these fundamentals, you build a solid platform for more advanced topics such as networking, cybersecurity, and software development.