quiz Computer Science · 10 questions

Fundamentals of Computer and Internet Basics

help_outline 10 questions
timer ~5 min
auto_awesome AI-generated
0 / 10
Score : 0%
1

Which storage device retains data only while power is supplied?

2

In the Windows 7/8 operating system, which file system is the default for system partitions?

3

A user wants to quickly rename a selected file or folder in Windows Explorer. Which key combination should they use?

4

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

5

A computer network administrator wants to block incoming traffic from a specific IP address. Which device should be configured for this purpose?

6

When converting the decimal number 121 to binary, which of the following is the correct result?

7

Which of the following statements about the email address "[email protected]" is correct?

8

A student uploads a photo to a social network. Which term best describes this action?

9

Which of the following is NOT a valid IPv4 address?

10

In Microsoft Excel, which function correctly returns the integer part of the number 2.45?

menu_book

Fundamentals of Computer and Internet Basics

Review key concepts before taking the quiz

Introduction to Computer and Internet Fundamentals

Understanding the building blocks of modern computing is essential for anyone entering the IT field or simply wanting to use technology more effectively. This course breaks down the core concepts that appear in common entry‑level quizzes, ranging from volatile memory to web protocols, and presents them in a clear, SEO‑friendly format. By the end of the lesson, you will be able to answer questions about storage devices, Windows file systems, keyboard shortcuts, network security, binary numbers, email address structure, and file‑transfer actions.

Memory and Storage: Volatile vs. Non‑Volatile Devices

One of the first concepts tested in many computer basics quizzes is the difference between volatile and non‑volatile storage. Volatile memory loses its data when power is removed, while non‑volatile storage retains information without a power source.

  • Random Access Memory (RAM): The classic example of volatile memory. It stores the data and programs currently in use, providing fast read/write access for the CPU. When you shut down or restart your computer, the contents of RAM disappear.
  • Read‑Only Memory (ROM): Although non‑volatile, ROM is typically used for firmware and cannot be easily modified by the user.
  • Hard Disk Drive (HDD) and Solid‑State Drive (SSD): Both are non‑volatile storage solutions that retain files, operating systems, and applications even after power loss.

Remember the quiz question: "Which storage device retains data only while power is supplied?" The correct answer is RAM, highlighting its volatile nature.

Windows File Systems: NTFS as the Default for System Partitions

When working with Windows 7 or Windows 8, the operating system formats system partitions using the NTFS (New Technology File System). NTFS offers advanced features such as security permissions, encryption, large file support, and journaling, which are not available in older file systems like FAT16, FAT32, or the generic FAT.

Key advantages of NTFS include:

  • Support for files larger than 4 GB.
  • Built‑in file‑level security using Access Control Lists (ACLs).
  • Recovery mechanisms that help prevent data loss after crashes.

Understanding the default file system is crucial for tasks such as partitioning, formatting, and troubleshooting Windows installations.

Keyboard Shortcuts in Windows Explorer: Renaming Files Quickly

Efficiency in a graphical user interface often comes down to mastering keyboard shortcuts. To rename a selected file or folder in Windows Explorer, press the F2 key. This shortcut activates the rename mode instantly, allowing you to edit the name without right‑clicking and selecting "Rename" from the context menu.

Other useful shortcuts include:

  • Ctrl + C – Copy selected items.
  • Ctrl + V – Paste copied items.
  • Alt + F4 – Close the active window.

Remembering that F2 is the dedicated rename command can save time, especially when managing large numbers of files.

Web Protocols: HTTP as the Backbone of the World Wide Web

When a web browser requests a web page, it uses the Hypertext Transfer Protocol (HTTP). HTTP defines how messages are formatted and transmitted, and how web servers and browsers should respond to various commands.

Key points about HTTP:

  • It operates over TCP/IP, typically on port 80 for unencrypted traffic and port 443 for HTTPS (the secure version).
  • Requests are made using methods such as GET, POST, PUT, and DELETE.
  • Responses include status codes (e.g., 200 OK, 404 Not Found) that inform the client about the result of the request.

Other protocols like FTP (File Transfer Protocol) and IPX (used in older LAN environments) serve different purposes, but HTTP remains the primary protocol for retrieving web pages.

Network Security: Using Firewalls to Block Unwanted Traffic

Controlling inbound and outbound traffic is a fundamental task for network administrators. To block incoming traffic from a specific IP address, the device that should be configured is a firewall. Firewalls can be hardware‑based, software‑based, or a combination of both, and they enforce security policies by filtering packets based on IP addresses, ports, and protocols.

Typical firewall actions include:

  • Creating access control lists (ACLs) that deny or allow traffic.
  • Setting up stateful inspection to track active connections.
  • Implementing intrusion detection/prevention features.

Switches and hubs operate at Layer 2 of the OSI model and do not provide the filtering capabilities required for IP‑based blocking.

Number Systems: Converting Decimal 121 to Binary

Understanding binary conversion is essential for computer science fundamentals. To convert the decimal number 121 to binary, repeatedly divide by 2 and record the remainders:

  1. 121 ÷ 2 = 60 remainder 1
  2. 60 ÷ 2 = 30 remainder 0
  3. 30 ÷ 2 = 15 remainder 0
  4. 15 ÷ 2 = 7 remainder 1
  5. 7 ÷ 2 = 3 remainder 1
  6. 3 ÷ 2 = 1 remainder 1
  7. 1 ÷ 2 = 0 remainder 1

Reading the remainders in reverse order yields 1111001. This binary representation is frequently asked in quizzes that test basic arithmetic conversions.

Understanding Email Address Structure

An email address consists of three main parts: the local‑part (username), the "@" symbol, and the domain name. In the address [email protected]:

  • cntt is the local‑part (the user’s mailbox name).
  • @ separates the local‑part from the domain.
  • utt.edu.vn is the domain name, where utt is the sub‑domain, edu is the second‑level domain, and vn is the top‑level domain (country code for Vietnam).

The correct statement from the quiz is that "utt.edu.vn is the domain name". Recognizing each component helps with troubleshooting email delivery issues and configuring DNS records.

File Transfer Actions: Upload vs. Download

When a user shares a photo on a social network, the action performed is an upload. Uploading moves data from a local device to a remote server, whereas downloading retrieves data from a server to the local device.

Key distinctions:

  • Upload – Initiated by the user to send files, images, or videos to a cloud service, website, or email attachment.
  • Download – Initiated by the user to receive files from the internet, such as software installers or media files.
  • Both actions rely on underlying protocols like HTTP/HTTPS, FTP, or specialized APIs.

Understanding these terms is vital for discussions about bandwidth usage, storage quotas, and data security.

Summary and Quick Review

To reinforce learning, review the following bullet points:

  • RAM is volatile; it loses data when power is removed.
  • Windows system partitions default to the NTFS file system.
  • Press F2 in Windows Explorer to rename a file or folder instantly.
  • The web primarily uses HTTP (or HTTPS) to fetch pages.
  • A firewall blocks unwanted IP traffic, not a switch or hub.
  • Decimal 121 converts to binary 1111001.
  • In [email protected], utt.edu.vn is the domain name.
  • Sharing a photo to a social network is an upload action.

By mastering these fundamentals, you lay a solid foundation for more advanced topics in computer science and information technology.

Stop highlighting.
Start learning.

Join students who have already generated over 50,000 quizzes on Quizly. It's free to get started.