File System
Linux
Windows
Networking
Python
100

Part of an operating system whose purpose is to provide a user-friendly interface when working with data

File System (FS)

100

Who developed Linux?

Linus Torvalds

100

Who designed Windows

Microsoft

100

A subnet-unique identifier for a Layer 3 device in the OSI model. Now it is more than just the fourth version ..

IP

100

How to say hello to the whole world?)

print("Hello, world!")

200

What File System is Windows using

NTFS

200

Which command in Linux deletes a directory with all its contents?

rm -rf
200

Microsoft Directory Services for Windows Server Family Operating Systems

Active Directory

200

The most basic engineering tool that allows you to understand ""Is the host alive?"

PING

200

Unordered collections of arbitrary objects accessed by key

Dict (dictionary)

300

A component of Microsoft Windows used to make it easier to access and manage files that are physically distributed over a network 

DFS

300

It is the main component of the Linux system. It links the underlying hardware to the operating system.

Kernel

300

Data files in the ... format are designed to store messages, contacts, calendars, tasks, and other Microsoft Outlook items, as well as their properties.

PST (Personal Storage Table)

300

It is a network between computers and other network devices that are located in the same (small) location.

LAN

300

The function is used to create a list of numbers. 

range()

400

Which File System is standard for Linux

Ext2, Ext3, Ext4
(Extended Filesystem)

400

The ... command is an expression used to filter results or output.

Grep

400

Cross-platform solution for automating tasks, which includes a command line shell, a scripting language

PowerShell

400

The technology allows many internal devices with an internal IP address to access the Internet under external IP addresses and receive packets back to the internal IP address.

NAT

400

Keyword used to define an instance or object of a class

self

500

"/usr" directory decryption

User System Resources

500

From what software did the development of Linux originate?

Unix

500

Backup copy, in case the user wants to roll back to a previous version of the operating system 

windows.old

500

The best networker in college?

All of you :)

500

Often used as an inline function and is a single anonymous function expression. It is used to create a new function object and return it at runtime.

Lambda