ログイン

OL BOYS STUDY GUIDE

OL BOYS STUDY GUIDE
70問 • 1年前
  • Mixtapes øf Hanna
  • 通報

    問題一覧

  • 1

    Windows 10 Specs:

    Processor: 1 GHz or faster, RAM: 1 GB (32-bit) or 2 GB (64-bit), Graphics: DirectX 9 or later with WDDM 1.0 driver (the latter is the graphics architecture for video drivers), Hard disk space: 16 GB (32-bit) or 20 GB (64-bit), Display: 800×600 resolution

  • 2

    Windows 11 Specs:

    - Processor: 1 gigahertz (GHz) or faster with two or more cores on a compatible 64-bit processor or system on a chip (SoC), - RAM: 4 gigabytes (GB) or greater, - Hard disk space: 64 GB, - Storage: 64 GB* or greater available storage is required to install Windows 11, - System Firmware: UEFI (for Unified Extensible Firmware Interface, a modern version of the PC BIOS) and Secure Boot capable, - TPM: Trusted Platform Module (TPM) version 2.0

  • 3

    Windows Home Edition

    Basic windows edition that comes from retail edition, No Bitlocker or EFS included, No remote desktop protocol (RDP - However, you do have the option of remote desktop protocol), No Active directory or domain capabilities

  • 4

    Windows 10 Pro Edition:

    Bitlocker and EFS included, Active directory capabilities, Group policy editor included, RDP included

  • 5

    Windows 10 Enterprise Edition:

    You get MDM Management for devices, You get Microsoft Dynamic Management, Many more benefits/features

  • 6

    Windows 10 Education:

    This is the highest edition you can get. The order goes Home, Pro, Enterprise, and then Education for Windows.

  • 7

    Boot methods: USB Storage

    Must have at least 8GB on a USB for installing Windows 10 & 11. I would recommend at least 16GB just in case. Installation can seem intimidating but is very easy to complete!

  • 8

    Boot methods: CD-ROM & DVD-ROM

    You will need at least 16GB of storage for Windows 10 32-bit and 64GB for Windows 10 & 11

  • 9

    Boot methods: PXE (“Pixie”)

    Network install - Is a preboot execution environment. You can perform a network install and must have a pc that supports PXE. Don’t forget to enable PXE in the BIOS settings

  • 10

    Types of Installations: Unattended Install

    offers no installation interruptions and requires an answer file (Unattend.xml). This answer file automotes filling in all windows questions throughout the installation process.

  • 11

    Types of Installations: In-place upgrade

    Have the option to keep remaining data on PC and will reinstall windows OS. This can be accessed from the Windows Settings.

  • 12

    Types of Installations: Clean install/Windows Installation Media

    This is an entire wiping of the OS since all personal files and programs will be removed. It will be like how when you first bought your PC.

  • 13

    Types of Installations: Repair installation

    This will help troubleshoot the Windows OS and doesn’t change any files.

  • 14

    Types of Installations: Multiboot

    Is when you want to run two or more different OS on the same PC. For instance, wanting to have the option to run Mac OS or Windows OS when booting your system up.

  • 15

    You can’t upgrade from a Windows OS x86 (32-bit) to a x64 (64-bit) or a x64 to a x86 [ True or False ]

    True

  • 16

    Disk Partitioning: MBR (Master Boot Record)

    Is the older version of partition disk space and you get the maxim of booting 4 primary partitions per hard disk., You get one extended partition if needed per disk., MBR has a limitation of only supporting a disk at most 2 TB.

  • 17

    GPT (GUID Partition Table)

    The latest partition and can have up to 128 partitions. Does require a UEFI Bios.

  • 18

    Basic Disk Storage:

    disk storage in essence is a basic disk you can add or remove.

  • 19

    Dynamic Disk

    Is an enhanced form of partition tables which allows for things like software raid. No logic or extended partitions are needed for this type of storage.

  • 20

    FAT (File Allocation Table)

    This is the original file allocation table and is not used much anymore.

  • 21

    FAT32: Size Requirement

    Are 2 TB volume sizes and can have a maximum file size of 4 GB.

  • 22

    exFAT

    Files larger than 4 GB! Much better choice than FAT32.

  • 23

    ext3

    Third extended file system used only in Linux.

  • 24

    ext4

    Upgrade after ext3 and is used in Linux/Android OS.

  • 25

    APFS

    Mac OS file system

  • 26

    NTFS (NT File System)

    Improvement of FAT32 and has features like security, encryption, file compression, and the ability to change file permissions.

  • 27

    CDFS (Compact Disk File System)

    All operating systems can read the CD.

  • 28

    Swap partition

    Frees up memory by moving unused pages onto disk. Copies RAM when needed and usually is a fast drive.

  • 29

    help or [Command] /?

    Gives more information about different and specific commands

  • 30

    dir

    List files and directories

  • 31

    cd

    change working directory

  • 32

    ..

    This allows you to move above the current directory

  • 33

    shutdown

    Shuts down the system

  • 34

    exit

    Closes the command prompt

  • 35

    Cls

    Clears all previous command prompt entries/info

  • 36

    dism

    Can make changes and see information with Deployment Image Service and Management Tool

  • 37

    SFC (System File Checker)

    Scans all protected system files and can fix any corrupted files. For example, type sfc /scannow

  • 38

    chkdsk

    Scans your hard drive for file system errors

  • 39

    diskpart

    Manages disk configurations

  • 40

    tasklist

    lists all current running processes on your system

  • 41

    gpupdate

    Forces a group policy update

  • 42

    gpresult

    Verifies policy settings for a computer

  • 43

    gpresult

    Verifies policy settings for a computer

  • 44

    copy

    allows to copy one or more file to another location

  • 45

    xcopy

    copies files and directory trees

  • 46

    robocopy

    Copies and moves files , folders, and whole directory trees

  • 47

    Ipconfig

    States ip information and details along with other networking details

  • 48

    ping

    Confirms network connection between two hosts

  • 49

    tracert

    Determines the route a packet takes to get to its destination

  • 50

    netstat

    Shows network status

  • 51

    Mslookup

    Details the dns information of websites and their ip addresses

  • 52

    net view

    Show network resources

  • 53

    net use

    map a network to a shared device

  • 54

    net user

    View account information and reset passwords

  • 55

    man

    Used to give details about linux commands

  • 56

    ls

    List directory contents

  • 57

    grep

    Find text in a file

  • 58

    pwd

    Print working directory

  • 59

    mv

    Move a file

  • 60

    cp

    Copy a file

  • 61

    rm

    Remove a file

  • 62

    chmod

    Change file permissions. Read, write, and execute

  • 63

    chown

    Changes file owner and group

  • 64

    sudo

    Executes any commands as administrator

  • 65

    yum

    Install, delete, or update

  • 66

    df

    Disk free space

  • 67

    ps

    Displays running processes

  • 68

    dig

    Find DNS information

  • 69

    cat

    Reads data from a file and displays content as a output

  • 70

    kill

    Closes a process running

  • DION#1

    DION#1

    Mixtapes øf Hanna · 90問 · 1年前

    DION#1

    DION#1

    90問 • 1年前
    Mixtapes øf Hanna

    DION#2

    DION#2

    Mixtapes øf Hanna · 90問 · 1年前

    DION#2

    DION#2

    90問 • 1年前
    Mixtapes øf Hanna

    DION#3

    DION#3

    Mixtapes øf Hanna · 90問 · 1年前

    DION#3

    DION#3

    90問 • 1年前
    Mixtapes øf Hanna

    DION#4

    DION#4

    Mixtapes øf Hanna · 90問 · 1年前

    DION#4

    DION#4

    90問 • 1年前
    Mixtapes øf Hanna

    DION#5

    DION#5

    Mixtapes øf Hanna · 89問 · 1年前

    DION#5

    DION#5

    89問 • 1年前
    Mixtapes øf Hanna

    DION#6

    DION#6

    Mixtapes øf Hanna · 87問 · 1年前

    DION#6

    DION#6

    87問 • 1年前
    Mixtapes øf Hanna

    ID: PT.1 COLLABORATE

    ID: PT.1 COLLABORATE

    Mixtapes øf Hanna · 95問 · 1年前

    ID: PT.1 COLLABORATE

    ID: PT.1 COLLABORATE

    95問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.1

    ID: C2 Deep Pt.1

    Mixtapes øf Hanna · 90問 · 1年前

    ID: C2 Deep Pt.1

    ID: C2 Deep Pt.1

    90問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.2

    ID: C2 Deep Pt.2

    Mixtapes øf Hanna · 98問 · 1年前

    ID: C2 Deep Pt.2

    ID: C2 Deep Pt.2

    98問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.3

    ID: C2 Deep Pt.3

    Mixtapes øf Hanna · 93問 · 1年前

    ID: C2 Deep Pt.3

    ID: C2 Deep Pt.3

    93問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.4

    ID: C2 Deep Pt.4

    Mixtapes øf Hanna · 85問 · 1年前

    ID: C2 Deep Pt.4

    ID: C2 Deep Pt.4

    85問 • 1年前
    Mixtapes øf Hanna

    MASTER REVIEW

    MASTER REVIEW

    Mixtapes øf Hanna · 44問 · 1年前

    MASTER REVIEW

    MASTER REVIEW

    44問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep PT.1

    EC: C2 Deep PT.1

    Mixtapes øf Hanna · 96問 · 1年前

    EC: C2 Deep PT.1

    EC: C2 Deep PT.1

    96問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep PT.2

    EC: C2 Deep PT.2

    Mixtapes øf Hanna · 89問 · 1年前

    EC: C2 Deep PT.2

    EC: C2 Deep PT.2

    89問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep Pt.3

    EC: C2 Deep Pt.3

    Mixtapes øf Hanna · 94問 · 1年前

    EC: C2 Deep Pt.3

    EC: C2 Deep Pt.3

    94問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep Pt.4

    EC: C2 Deep Pt.4

    Mixtapes øf Hanna · 91問 · 1年前

    EC: C2 Deep Pt.4

    EC: C2 Deep Pt.4

    91問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep Pt.5

    EC: C2 Deep Pt.5

    Mixtapes øf Hanna · 88問 · 1年前

    EC: C2 Deep Pt.5

    EC: C2 Deep Pt.5

    88問 • 1年前
    Mixtapes øf Hanna

    問題一覧

  • 1

    Windows 10 Specs:

    Processor: 1 GHz or faster, RAM: 1 GB (32-bit) or 2 GB (64-bit), Graphics: DirectX 9 or later with WDDM 1.0 driver (the latter is the graphics architecture for video drivers), Hard disk space: 16 GB (32-bit) or 20 GB (64-bit), Display: 800×600 resolution

  • 2

    Windows 11 Specs:

    - Processor: 1 gigahertz (GHz) or faster with two or more cores on a compatible 64-bit processor or system on a chip (SoC), - RAM: 4 gigabytes (GB) or greater, - Hard disk space: 64 GB, - Storage: 64 GB* or greater available storage is required to install Windows 11, - System Firmware: UEFI (for Unified Extensible Firmware Interface, a modern version of the PC BIOS) and Secure Boot capable, - TPM: Trusted Platform Module (TPM) version 2.0

  • 3

    Windows Home Edition

    Basic windows edition that comes from retail edition, No Bitlocker or EFS included, No remote desktop protocol (RDP - However, you do have the option of remote desktop protocol), No Active directory or domain capabilities

  • 4

    Windows 10 Pro Edition:

    Bitlocker and EFS included, Active directory capabilities, Group policy editor included, RDP included

  • 5

    Windows 10 Enterprise Edition:

    You get MDM Management for devices, You get Microsoft Dynamic Management, Many more benefits/features

  • 6

    Windows 10 Education:

    This is the highest edition you can get. The order goes Home, Pro, Enterprise, and then Education for Windows.

  • 7

    Boot methods: USB Storage

    Must have at least 8GB on a USB for installing Windows 10 & 11. I would recommend at least 16GB just in case. Installation can seem intimidating but is very easy to complete!

  • 8

    Boot methods: CD-ROM & DVD-ROM

    You will need at least 16GB of storage for Windows 10 32-bit and 64GB for Windows 10 & 11

  • 9

    Boot methods: PXE (“Pixie”)

    Network install - Is a preboot execution environment. You can perform a network install and must have a pc that supports PXE. Don’t forget to enable PXE in the BIOS settings

  • 10

    Types of Installations: Unattended Install

    offers no installation interruptions and requires an answer file (Unattend.xml). This answer file automotes filling in all windows questions throughout the installation process.

  • 11

    Types of Installations: In-place upgrade

    Have the option to keep remaining data on PC and will reinstall windows OS. This can be accessed from the Windows Settings.

  • 12

    Types of Installations: Clean install/Windows Installation Media

    This is an entire wiping of the OS since all personal files and programs will be removed. It will be like how when you first bought your PC.

  • 13

    Types of Installations: Repair installation

    This will help troubleshoot the Windows OS and doesn’t change any files.

  • 14

    Types of Installations: Multiboot

    Is when you want to run two or more different OS on the same PC. For instance, wanting to have the option to run Mac OS or Windows OS when booting your system up.

  • 15

    You can’t upgrade from a Windows OS x86 (32-bit) to a x64 (64-bit) or a x64 to a x86 [ True or False ]

    True

  • 16

    Disk Partitioning: MBR (Master Boot Record)

    Is the older version of partition disk space and you get the maxim of booting 4 primary partitions per hard disk., You get one extended partition if needed per disk., MBR has a limitation of only supporting a disk at most 2 TB.

  • 17

    GPT (GUID Partition Table)

    The latest partition and can have up to 128 partitions. Does require a UEFI Bios.

  • 18

    Basic Disk Storage:

    disk storage in essence is a basic disk you can add or remove.

  • 19

    Dynamic Disk

    Is an enhanced form of partition tables which allows for things like software raid. No logic or extended partitions are needed for this type of storage.

  • 20

    FAT (File Allocation Table)

    This is the original file allocation table and is not used much anymore.

  • 21

    FAT32: Size Requirement

    Are 2 TB volume sizes and can have a maximum file size of 4 GB.

  • 22

    exFAT

    Files larger than 4 GB! Much better choice than FAT32.

  • 23

    ext3

    Third extended file system used only in Linux.

  • 24

    ext4

    Upgrade after ext3 and is used in Linux/Android OS.

  • 25

    APFS

    Mac OS file system

  • 26

    NTFS (NT File System)

    Improvement of FAT32 and has features like security, encryption, file compression, and the ability to change file permissions.

  • 27

    CDFS (Compact Disk File System)

    All operating systems can read the CD.

  • 28

    Swap partition

    Frees up memory by moving unused pages onto disk. Copies RAM when needed and usually is a fast drive.

  • 29

    help or [Command] /?

    Gives more information about different and specific commands

  • 30

    dir

    List files and directories

  • 31

    cd

    change working directory

  • 32

    ..

    This allows you to move above the current directory

  • 33

    shutdown

    Shuts down the system

  • 34

    exit

    Closes the command prompt

  • 35

    Cls

    Clears all previous command prompt entries/info

  • 36

    dism

    Can make changes and see information with Deployment Image Service and Management Tool

  • 37

    SFC (System File Checker)

    Scans all protected system files and can fix any corrupted files. For example, type sfc /scannow

  • 38

    chkdsk

    Scans your hard drive for file system errors

  • 39

    diskpart

    Manages disk configurations

  • 40

    tasklist

    lists all current running processes on your system

  • 41

    gpupdate

    Forces a group policy update

  • 42

    gpresult

    Verifies policy settings for a computer

  • 43

    gpresult

    Verifies policy settings for a computer

  • 44

    copy

    allows to copy one or more file to another location

  • 45

    xcopy

    copies files and directory trees

  • 46

    robocopy

    Copies and moves files , folders, and whole directory trees

  • 47

    Ipconfig

    States ip information and details along with other networking details

  • 48

    ping

    Confirms network connection between two hosts

  • 49

    tracert

    Determines the route a packet takes to get to its destination

  • 50

    netstat

    Shows network status

  • 51

    Mslookup

    Details the dns information of websites and their ip addresses

  • 52

    net view

    Show network resources

  • 53

    net use

    map a network to a shared device

  • 54

    net user

    View account information and reset passwords

  • 55

    man

    Used to give details about linux commands

  • 56

    ls

    List directory contents

  • 57

    grep

    Find text in a file

  • 58

    pwd

    Print working directory

  • 59

    mv

    Move a file

  • 60

    cp

    Copy a file

  • 61

    rm

    Remove a file

  • 62

    chmod

    Change file permissions. Read, write, and execute

  • 63

    chown

    Changes file owner and group

  • 64

    sudo

    Executes any commands as administrator

  • 65

    yum

    Install, delete, or update

  • 66

    df

    Disk free space

  • 67

    ps

    Displays running processes

  • 68

    dig

    Find DNS information

  • 69

    cat

    Reads data from a file and displays content as a output

  • 70

    kill

    Closes a process running