Operating systems (1) Flashcards

1
Q

Your application needs 8 GB of RAM to work properly. Which of the following must be true as well about this application?

It requires a 32-bit processor, but can use a 64-bit processor.

It cannot run on Linux.

It requires a 64-bit processor.

A

It requires a 64-bit processor.

Only a 64-bit processor supports RAM amounts above 4 GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A user has questions about using a Samsung smartphone after the company switched from Droid smartphones. Which is the most helpful response?

They both use Android, so they should work the same way.

Let’s set up the Samsung so it looks like the Droid.

Vendors can modify Android for their devices, so let me help you with what’s new and different.

A

Vendors can modify Android for their devices, so let me help you with what’s new and different.

Android is an open-source operating system, so devices from different vendors running Android typically vary a great deal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A user has a pre-2011 MacBook that has a defective hard disk drive and wants to get it replaced. Which of the following options is the best response?

Tell the user that the MacBook cannot be repaired.

Contact Apple’s vintage parts center for a replacement.

Check third-party sources for compatible drives.

A

Check third-party sources for compatible drives.

Because this device is too old for Apple to service, third-party parts sources are the only way to find a replacement drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A user has asked you for a list of popular Linux distributions. Which of the following does not belong in this list?

Fedora

Ubuntu

macOS

A

macOS

Although macOS uses many command-line (Terminal) apps that are also supplied with Linux, it is actually based on UNIX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Your company’s executive committee has asked you to modify iOS for company-provided smartphones. Which of the following accurately describes why this cannot take place?

Apple is a closed-source software vendor.

Apple is an open-source software vendor.

iOS has no source code.

A

Apple is a closed-source software vendor.

Apple does not provide its source code to any other vendors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A Windows 10 Standard user wants to use BitLocker but cannot find it on the list of programs. The user should do which of the following?

Upgrade from Windows 10 to Windows Server

Open the Optional Features menu in Settings and add it

Upgrade from Windows 10 Standard to Windows 10 Pro

A

Upgrade from Windows 10 Standard to Windows 10 Pro

Business-oriented versions of Windows have BitLocker, but home versions do not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A Windows 8.1 user upgrades to Windows 10 and finds that the Start screen has been replaced by a Start menu that occupies only a portion of the screen. The user prefers the Start screen. What should the user do?

Open Settings and configure Tablet mode

Undo the upgrade and return to Windows 8.1

Disconnect the keyboard to force the system to use the Start screen

A

Open Settings and configure Tablet mode

Tablet mode enables Windows 10 to use the Windows 8.1 Start screen with either a touch screen or mouse interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A Windows 10 user has heard about Cortana. Which feature of the Windows 10 Desktop provides access to Cortana?

Task Manager

Search

Notifications

A

Search

Cortana uses the Search window in current versions of Windows 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In most cases, upgrading to a newer version of Windows will add features. However, sometimes newer versions of Windows drop features found in older versions. If a user upgrades from Windows 7 to Windows 10, which of the following features will no longer be available? (Choose two.)

Media Center

BitLocker

Workgroup

HomeGroup

A

Media Center

HomeGroup

Media Center was removed as a standard feature in Windows 8/8.1, but could be added as an option. It was removed entirely in Windows 10. HomeGroup was available in early releases of Windows 10, but it was removed from Windows 10 in 2018

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A Windows administrator is looking for evidence of illegal files on a coworker’s computer. She is unable to open some files in the user’s Pictures folder. Which Windows feature did the coworker use to block access?

BitLocker

Hyper-V

EFS

A

EFS

Encrypting File System (EFS) prevents access by other users to encrypted files unless the other users are given a copy of the encryption certificate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You are preparing to upgrade a system running Windows 7 to Windows 10. To make sure the system meets the memory, processor, and disk space requirements for Windows 10, which of the following would you use?

About This PC

msinfo32

uname –a

A

msinfo32

The command-line tool msinfo32 opens the System Information tool, which displays processor type, clock speed, installed memory size, available disk space, and many other hardware and software factors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following combination of settings would you use to prepare a 4-TB drive to be part of a software RAID array in Windows?

FAT32, MBR, Basic

Ext4, GPT, Dynamic

NTFS, GPT, Dynamic

A

NTFS, GPT, Dynamic

The NTFS file system is the only Windows file system to support software RAID. GPT is used for drives above 2.2-TB capacity, and dynamic supports software RAID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You are preparing to upgrade a 32-bit version of Windows 7 Home Premium to Windows 10. Which of the following Windows 10 editions can be used for the upgrade?

Windows 10 Pro 32-bit

Windows 10 Pro 64-bit

Windows 10 Home 64-bit

A

Windows 10 Pro 32-bit

Microsoft supports upgrades from older 32-bit versions to newer 32-bit versions. Third-party utilities would be necessary to upgrade from a 32-bit version to a 64-bit version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You are reformatting an external hard disk for use with macOS Time Machine. Which of the following file systems should you use?

NTFS

ext4

HFS+

A

HFS+

HFS+ is a macOS-only file system still used by Time Machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You are examining a hard drive’s layout using Disk Management. It contains a primary partition and an extended partition. It has four drive letters, C, E, F, G. Where are drive letters E, F, and G located?

Primary partition

Dynamic drive

Extended partition

A

Extended partition

A primary partition can only contain one drive letter, so additional drive letters are logical drives inside an extended partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

System File Checker (sfc) is unable to repair problem files. Which command will repair the image used by sfc?

chkdsk

gpupdate

dism

A

dism

The dism command repairs the SFC image file

17
Q

You are unable to remove all of the contents of an existing hard disk using Disk Management. Which command should you use instead?

format

diskpart

taskkill

A

diskpart

The diskpart command has an option (clean all) to remove all contents from a connected drive

18
Q

A user calls you to ask for help with her network connection. To find out what her network settings are, which of the following commands should be run?

ping

netstat

ipconfig

A

ipconfig

The ipconfig command can display various amounts of information about the user’s network connection, depending on which options are used

19
Q

You need to use ping to check the connectivity to a network server 164.172.1.150, also known as MyServer.net. Which of the following is the correct syntax?

ping //MyServer.net

ping 164-172-1-150

ping MyServer.net

A

ping MyServer.net

You can use either the IP address or the URL with ping. However, the syntax must be correct

20
Q

You are providing telephone support to a user named Miranda that needs to access her personal folders at a command prompt. From her Users folder, which of the following commands would she need to use to get to her personal folders?

cd \Miranda

ls Miranda

cd Miranda

A

cd Miranda

cd foldername drops the focus of the command prompt down one level, and Miranda is in the next level below the Users folder

21
Q

You have just installed several programs, and now the computer is malfunctioning. How can you find out which programs would be removed if you run System Restore?

Run msinfo32

Use Windows Update

Use Scan for affected programs

A

Use Scan for affected programs

Clicking the Scan for affected programs button in System Restore reveals the programs (and device driver updates) that were installed after the specific restore point so that you can make a note about what might need to be reinstalled or replaced

22
Q

You have created a two-way mirror to help protect data. However, it appears as only a single drive letter in Disk Management. Which tool shows which drives are used by the array?

Storage Spaces

RAID

Device Manager

A

Storage Spaces

You must use Storage Spaces to see the actual drives because the array was created with Storage Spaces

23
Q

To block unwanted outbound network traffic, you need to use the Advanced Security version of which of the following?

Device Manager

Windows Firewall

Task Manager

A

Windows Firewall

The Advanced Security version of Windows Firewall can be used to create rules for managing outbound traffic

24
Q

You are instructing a bench repair tech on how to view a downloaded Registry script. Which of the following methods should be used to view the script contents safely from within Windows/File Explorer?

Right-click the Registry file and select Properties

Drag the Registry file into Microsoft Word

Right-click the Registry file, select Open with, and choose Notepad

A

Right-click the Registry file, select Open with, and choose Notepad

Notepad is a safe way to view any text file (and a Registry script is a text file)

25
Q

You have just upgraded a department’s systems from Windows 7 to Windows 10. One of the users is having performance problems but only sees running apps when using the Task Manager. Which option will show other running processes?

Click the Processes tab

Click More details

None in the Task Manager; must use another tool

A

Click More details

The default configuration of the Task Manager in Windows 10 shows only running apps. You must click More details to see processes (which show on the same tab as apps)