ITSC-1305-H51 MidTerm Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/99

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:28 PM on 9/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

100 Terms

1
New cards

Which type of operating system is most likely to be part of an embedded system?

Real-time

2
New cards

A colleague asks you where the code for the power-on self-test is located. What do you tell them?

Non-volatile memory

3
New cards

Which of the following is a basic function all computers perform?

Processing, Input, Output

4
New cards

Which method of I/O handling uses a round-robin technique?

Polling

5
New cards

Which component of the operating system gets called when a process must be allocated memory and scheduled to run?

Kernel

6
New cards

You are asked to develop a process that runs in the background and handles network communications. What type of process should you develop?

Service

7
New cards

Which of the following is a feature typically provided by an operating system? (Choose two)

Kernel, File System

8
New cards

Which aspect of security and protection services verifies that an account has permission to perform an action on an operating system?

Authoritzation

9
New cards

Which of the following are you most likely to find in firmware?

Bootstrap

10
New cards

Your manager has asked you to terminate a process running on a Linux server. Before you can terminate the process, what information do you need?

the PID

11
New cards

Which of the following best describes the MS-DOS operating system?

Standalone

12
New cards

Which of the following are ways that a process is created? (Choose two)

By the User, By the Bootloader

13
New cards

Which of the following is performed by the BIOS? (Choose two)

Starts the Operating System, and Run's the power-on self-test

14
New cards

You're writing a program that must enable and disable interrupts. In which CPU mode must your program operate?

Kernel mode

15
New cards

While on a coffee break, your colleague asserts that cooperative multitasking is the best operating system design. What is your response? (Choose three)

Modern operating systems use preemptive multitasking so that the operating system is fully in control.

Cooperative multitasking OSs can freeze due to a process getting stuck in an infinite loop.

A disadvantage of cooperative multitasking is that it relies on each program to decide when to give control back to the operating system.

16
New cards

Which of the following executes instructions provided by computer programs?

CPU

17
New cards

Which of the following is best to run on a client operating system?

Web Browser

18
New cards

You have been asked to recommend an operating system for a project that requires precise timing of I/O devices and deterministic response times to events. Which OS should you recommend?

VxWorks

19
New cards

A new application you are installing is critical to business operations and downtime is to be avoided. In addition, fast response times are necessary, so performance must be scaled when more users start using the system. What OS and server hardware feature should you consider implementing on the system on which the application is installed?

Clustering

20
New cards

A friend of yours described a program he is writing that runs on a microcontroller and will read sensors and write to devices that control industrial equipment. What type of system is his program most likely working with?

Embedded system

21
New cards

What does TCP/IP use to look up a computer's IP address when it's name is known?

DNS

22
New cards

You're the network administrator for a company that has just expanded from one floor to two floors of a large building, and the number of workstations you need has double from 50 to 100. You're concerned that network performance will suffer if you add computers to the existing LAN. In addition, new users will be working in a separate business unit, and there are reasons to logically separate the two groups of computers. What type of network should you configure?

internetwork

23
New cards

What Application layer protocol is used for sending email over the Internet?

SMTP

24
New cards

What component of the DHCP server ensures that the client is leased the same address each time it requires an IP address?

reservation

25
New cards

What type of message is used to determine whether a computer is listening to the network?

ping

26
New cards

You have installed Windows Server 2016 on a new server and want to centralize user logons and security policies. What type of software should you install and configure on this server?

directory service

27
New cards

The subnet mask of an IP address does which of the following?

defines network and host portions of an IP address

28
New cards

TCP/IP is an example of which of the following?

network protocol

29
New cards

Which of the following IPv6 features is an enhancement to IPv4? (Choose two)

built-in security, larger access space

30
New cards

What is the item for each grouping of 8 bits in an IP address.

Octect

31
New cards

Which protocol can configure a computer's IP address and subnet mask automatically?

DHCP

32
New cards

What does the Transport layer use to identify source and destination Application layer protocols?

port number

33
New cards

What type of DNS resource record is an alias for another record?

CNAME

34
New cards

Which of the following accurately describes the .edu part of the FQDN www.yc.edu?

top-level domain

35
New cards

Where does a DNS server look when it can't resolve a query from its zone records or cache?

root hints

36
New cards

Which OSI model layer takes a large chunk of data from the Application layer and breaks it into smaller segments?

Transport

37
New cards

When a Windows computer is configured to use DHCP but no DHCP server is available, what type of address is configured automatically for it?

APIPA

38
New cards

An IPv6 Address is made up of how many bits?

128

39
New cards

What is the unit of information that contains MAC address and an error checking code that's processed by the network interface later?

frame

40
New cards

Which of the following best describes a client?

A computer's primary role in the network is to run user applications and access network resources.

41
New cards

If a protocol is routable, at which TCP/IP layer does it operate?

Internetwork

42
New cards

In network communication, what address is used to deliver a frame to the correct computer on the network?

MAC, physical

43
New cards

Which OSI layer determines the route a packet takes from sender to receiver?

3

44
New cards

Which of the following characteristics is associated with a peer-to-peer networki? (Choose three)

decentralized data storage, inexpensive, centralized control

45
New cards

You work for a small company with four users who need to share information on their computers. The budget it tight, so the network must be as inexpensive as possible. What type of network should you install?

peer-to-peer network

46
New cards

What was the original Microsoft operating system for IBM PC?

MS-DOS

47
New cards

Windows 2000 Server was the first Windows server to have the Active Directory service. True or False?

True

48
New cards

What does it mean if a driver is signed?

Only certified versions of the driver can be installed.

49
New cards

What is the default authentication protocol used by Windows 2000 Server and later versions?

Kerberos

50
New cards

Which Windows feature, introduced in Windows 95, helped eliminate device resource conflicts and precluded manual device configuration with jumpers?

PLug and Play

51
New cards

With which client OS did Windows Server 2008 share the same code base?

Windows Server 2003 R2

52
New cards

Which Windows feature made the use of chkdsk.exe must less common?

Self-healing NTFS

53
New cards

You have been asked to install Windows memory and disk space. You need to ensure that the installation has as small of a footprint as possible; also, the server will be managed using remote server administration tools or the command line.

Install Windows Server 2012 but choose the Server Core option.

54
New cards

Which of the following best describes a virtual private network (VPN)?

provides authentication and encryption

55
New cards

You have a branch office with limited physical security for your servers. You want domain users in the office to be able to be authenticated by a local server, but you are concerned that the server might be compromised or stolen due the lack of physical security.

Install an RODC

56
New cards

You have a Web server that contains primarily static data. The server is heavily used and response times are getting longer. What can you do to mitigate the increasing response times?

Create a network load-balancing cluster.

57
New cards

What features can you use starting in Windows Server 2012 if you want to be able to assign file and folder permissions based on user attributes and the contents of the file?

Dynamic Access Control

58
New cards

Your boss has informed you that three aging servers must be replaced with a single physical server. However, you have found that two of the servers are running 64-bit applications that conflict with one another and cannot be installed on the same OS.

Install Windows Server 2016 with Hyper-V and create three VM, each running Windows Server 2016.

59
New cards

Which of the following best describes the Hyper-V?

the server virtualization service used to create multiple logical servers on one physical server

60
New cards

Looking at Windows Server 2012 R2, which of the following statements is true?

It supports virtual machines with up to 32 GB of RAM

61
New cards

What version of Windows Server should you use if you want to deploy a hyperconverged infrastructure?

Windows Server 2019

62
New cards

What are the two main design standards to which most versions of UNIX adhere?

BSD, SVR4

63
New cards

Which Debian-based distribution of Linux is ideal for learning about cybersecurity because of its wide collection of forensic and security tools?

Kali

64
New cards

What is the command-line interface called on a Linux system?

shell

65
New cards

What technology was implemented on Apple computer printer ports to facilitate file and printer sharing?

LocalTalk

66
New cards

What is required to install the Hyper-V server role on Windows Server?

AMD-V or Intel-VT extensions

67
New cards

Which of the following is the default setting for Windows Update on Windows server 2019 after you first turn on automatic updates?

Download and install updates automatically

68
New cards

Which of the following is a task you must do during a clean installation of Windows Server?

Choosing a disk where it will be installed

69
New cards

Which of the following is true about upgrading to Windows Server 2019?

An upgrade from Windows Server 2008 edition requires a clean installation

70
New cards

You're trying to decide which desk technology to use on your new Windows Server 2019 installation. The server will be in heavy used around the clock every day, so high performance and reliability is a necessity. Which technology is the best choice?

SAS

71
New cards

You are running Windows Server 2008 on a 32-bit CPU. You know that support for the OS is about to end, and you have been told to upgrade to Window Server 2019. What can you do?

Install Windows Server 2019 on a new computer and migrate server roles

72
New cards

Which of the following is a reason for installing a new server? (Choose all that apply)

Fault tolerance, excessive load on existing servers,

To isolate a new application

73
New cards

Which of the following is true about Windows Server 2016?

You cannot upgrade to a different language

74
New cards

Which of the following is not a typical Windows Server postinstallation task?

Installing the Server Core role

75
New cards

A colleague asks you to research a CPU for a new server that will run Windows. Server 2019. He explains the server roles that he intends to install and says that the CPU must support Nested Page Table. What is your colleague most likely planning to install on the server?

Hyper-V

76
New cards

Which of the following is not a valid installation option for Windows Server 2016?

An upgrade from Windows Server 2012 R2 Server Core to Windows Server 2016 Desktop Experience

77
New cards

Which of the following is true about the macOS Mojave Server add-on?

It is compatible with Active Directory

78
New cards

Under which conditions should you consider a clean installation? (Choose all that apply)

You want to be able to boot your old OS and your new OS, Correct answer:

The installation is needed for a computer that has no OS installed

79
New cards

In which of the following circumstances is server migration required when you want to upgrade to Windows Server 2019 Datacenter Desktop Experience (Check all that apply)

When you're running a Server Core installation of Windows Server 2012 R2 Datacenter, When you're running a GUI installation of Windows Server 2008

80
New cards

You have been asked to evaluate Fedora Linux for use as a client computer in the Engineering Department. However, all your client computers are running Windows 10, and you don't have any spare client machines for installing Linux. You also have a department server that's already running Windows Server 2016 with Hyper-V. Which of the following are options for performing this evaluation that don't risk destroying data on your existing computers? (Choose all that apply)

Create a virtual machine and install Linux on the VM, Use any computer, boot to the DVD, and then run the evaluation without installing Linux to the hard drive

81
New cards

Which of the following should be a common element in any security policy?

malware protection

82
New cards

Which of the following is a Windows Defender Firewall profile? (Choose two.)

domain, private

83
New cards

In multifactor authentication, which of the following is a credential category? (Choose all that apply.)

inherence, knowledge

84
New cards

Bill Smith has just been prompted to change his password. He has a list of possible passwords he is considering. Which of the following passwords is considered the most secure?

I L!ke H0cky

85
New cards

Which of the following forms of authentication involves a CA to verify a computer or user's identity?

digital certificate

86
New cards

What is the default Windows Update configuration in Windows 10?

Automatically download and install

87
New cards

In Linux, you are preparing to delete the tprice user account because the user has just left the company. However, before you delete the account, you want to list all files owned by tprice so you can decide which files to keep. What command enables you to view all files owned by the tprice account?

find /-user tprice

88
New cards

Which of the following is a guideline for creating a security policy?

A security policy should be inforceable

89
New cards

This morning you modified five large data files in your home folder in Linux, and now you want to find and delete the files because you no longer need them. Which of the following commands can you use to list and sort files based on the time they were modified?

ls -t

90
New cards

Which backup scheme requires the fewest tapes to perform a full restore?

full backup plus differential

91
New cards

Which of the following backup methods backs up any files that have changed since the last full or incremental backup?

incremental

92
New cards

Which command adds a rule to the Linux netfilter firewall that prevents incoming ping packets from being processed?

iptables -A INPUT -p icmp -j DROP

93
New cards

Which of the following questions must be answered before determining how much security your operating systems need? (Choose all that apply.)

What costs are associated with security being breached? , How likely is it that a threat will actually occur?

94
New cards

You have a password policy that users must change their password every 90 days. You don't want them to re-use a password for at least 10 passwords. What option should you set on a Windows system to ensure that users can't re-use a recent password?

Enforce password history

95
New cards

What should you install on an operating system to prevent potentially harmful network packets from entering or leaving the OS?

host firewall

96
New cards

Which of the following is an element of a security policy? (Choose all that apply.)

private policy, authentication

97
New cards

Your organization's Windows Server 2016 server has 8 GB of RAM but has been running a little slow, so you decide to check the virtual memory configuration. You find that the paging file is located on the C: drive, where Windows is installed. The paging file is about 12 GB. Is there anything you can do to configure the paging file for optimal performance?

Move it to another disk

98
New cards

You have a medium-sized business of over 300 Windows 10 computers and 15 Windows Server 2016 and 2019 servers. You have found that the computers are using a lot of bandwidth every night when they check for updates on Microsoft's update servers. In addition, you have no easy way of knowing which computers are up to date with the latest security patches. What is the best way to reduce the bandwidth usage and more easily document which computers have the proper updates?

Install Windows Server Update Services on one of your servers

99
New cards

Your Linux workstation runs slowly when you use certain applications. You decide to determine how much virtual memory is used when you run these applications. Which of the following commands enables you to determine virtual memory usage?

vmstat

100
New cards

Your boss has asked that you secure communication between the server that holds personal identifying information of your clients and all other computers. Which of the following technologies can you use?

IPsec