-
web.groovymark@gmail.com
- November 26, 2024
Question 01
Which command is used in Windows to display a list of files and directories?
- A) ls
- B) dir
- C) cd
- D) mkdir
Correct Answer: B) dir
Explanation: The dir command displays a list of files and directories in Windows.
Question 02
Which Linux command is used to display the IP address configuration?
- A) ip addr
- B) ifconfig
- C) ipconfig
- D) netstat
Correct Answer: A) ip addr
Explanation: The ip addr command displays the IP address configuration in Linux.
Question 03
Which Windows command is used to shut down a system?
- A) shutdown
- B) exit
- C) logout
- D) poweroff
Correct Answer: A) shutdown
Explanation: The shutdown command is used to shut down a system in Windows.
Question 04
Which Linux command is used to install software packages on a Debian-based system?
- A) yum
- B) apt-get
- C) rpm
- D) pacman
Correct Answer: B) apt-get
Explanation: The apt-get command is used to install software packages on a Debian-based Linux system.
Question 05
Which Windows feature allows you to create a system restore point?
- A) File History
- B) Task Scheduler
- C) System Restore
- D) BitLocker
Correct Answer: C) System Restore
Explanation: System Restore allows you to create a system restore point to revert your system to a previous state
Question 06
Which Linux command is used to remove a directory?
- A) rmdir
- B) rm
- C) mkdir
- D) ls
Correct Answer: A) rmdir
Explanation: The rmdir command is used to remove a directory in Linux.
Question 07
Which file system is supported by both macOS and Windows?
- A) ext4
- B) APFS
- C) FAT32
- D) NTFS
Correct Answer: C) FAT32
Explanation: FAT32 is supported by both macOS and Windows, making it ideal for external drives.
Question 08
Which Linux command is used to display network configuration details?
- A) ip
- B) netstat
- C) ifconfig
- D) ping
Correct Answer: C) ifconfig
Explanation: The ifconfig command displays network configuration details in Linux.
Question 09
Which Windows tool is used to manage startup programs?
- A) Task Manager
- B) Event Viewer
- C) Disk Management
- D) Resource Monitor
Correct Answer: A) Task Manager
Explanation: Task Manager is used to manage startup programs in Windows.
Question 10
Which Linux command is used to terminate a running process?
- A) kill
- B) ps
- C) ls
- D) top
Correct Answer: A) kill
Explanation: The kill command terminates a running process in Linux.
Question 11
Which Windows feature is used to encrypt individual files or folders?
- A) BitLocker
- B) Encrypting File System (EFS)
- C) File History
- D) Task Scheduler
Correct Answer: B) Encrypting File System (EFS)
Explanation: EFS is used to encrypt individual files or folders in Windows.
Question 12
Which Linux command is used to change the file permissions?
- A) chmod
- B) chown
- C) rm
- D) cp
Correct Answer: A) chmod
Explanation: The chmod command changes the file permissions in Linux.
Question 13
Which Windows tool is used to check for system file corruption?
- A) sfc
- B) chkdsk
- C) Disk Management
- D) Task Scheduler
Correct Answer: A) sfc
Explanation: The sfc command (System File Checker) checks for system file corruption in Windows.
Question 14
Which Linux command is used to list the files in a directory?
- A) ls
- B) cd
- C) mkdir
- D) mv
Correct Answer: A) ls
Explanation: The ls command lists the files in a directory in Linux.
Question 15
Which Windows command is used to trace the route of network packets?
- A) tracert
- B) ping
- C) ipconfig
- D) netstat
Correct Answer: A) tracert
Explanation: The tracert command traces the route of network packets to a destination.
Question 16
Which Linux command is used to copy files and directories?
- A) cp
- B) mv
- C) rm
- D) chmod
Correct Answer: A) cp
Explanation: The cp command copies files and directories in Linux.
Question 17
Which Windows tool is used to manage local user accounts and groups?
- A) Local Users and Groups
- B) Event Viewer
- C) Task Scheduler
- D) Resource Monitor
Correct Answer: A) Local Users and Groups
Explanation: The Local Users and Groups tool is used to manage local user accounts and groups in Windows.
Question 18
Which Linux command is used to search for files in a directory hierarchy?
- A) find
- B) grep
- C) ls
- D) cp
Correct Answer: A) find
Explanation: The find command searches for files in a directory hierarchy in Linux.
Question 19
Which Windows command is used to display network statistics?
- A) netstat
- B) ping
- C) tracert
- D) ipconfig
Correct Answer: A) netstat
Explanation: The netstat command displays network statistics in Windows.
Question 20
Which Linux command is used to monitor system processes in real-time?
- A) top
- B) ps
- C) kill
- D) free
Correct Answer: A) top
Explanation: The top command monitors system processes in real-time in Linux.