ITI FINAL EXAM

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/199

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

200 Terms

1
New cards

If users use passwords containing non-alphabetic characters or a combination of upper and letter case letters, this ...

... promotes computer security.

2
New cards

The system administrator is responsible for each of the following tasks except...

... Securing a website.

3
New cards

System administrators will be expected to provide support in the form of documentation and training to the organization's users.

True

4
New cards

Which of the following is the largest storage capacity?

4 Gigabytes

5
New cards

A security administrator would be responsible for administering which of the following?

A firewall

6
New cards

An IT person in general would not be expected to handle which of the following tasks?

Monitor employees files and web browsing behavior to ensure compliance with organizational IT policies

7
New cards

You can store a number between 0 and 255 in 1 bit

False

8
New cards

A computer system consists of the hardware, software and ...

... Users.

9
New cards

Detecting that a computer is running slowly because of a computer virus infection would be an example of which type of IT skill?

Troubleshooting

10
New cards

Web developers and web administrators share most of the same tasks

False

11
New cards

If a device performs the IPOS cycle, we should consider it to be a computer no matter what the device is.

True

12
New cards

The only difference between a handheld unit such as a tablet device or a smart phone differs from a laptop or desktop computer is that the laptop/desktop has full sized peripheral devices and the handheld unit uses touch screens

False

13
New cards

Which of the following could be called a peripheral device?

Printer

14
New cards

As an IT person, one should be someone who enjoys learning in your own

True

15
New cards

Most people who work in IT have 4-year It degrees

False

16
New cards

Which of the following skills would an IT person employ to find and fix a problem with the operating system?

System troubleshooting

17
New cards

The system administrator of a company would not be responsible for installing software on individual employees computers

False

18
New cards

An IT person would probably be expected to study each of the following topics except for ...

The IT person would be expected to study them all.

19
New cards

A smart phone should not be considered a computer

False

20
New cards

Although an IT student may not learn a variety of programming languages it is likely that the IT student will learn to program

True

21
New cards

As computer technology has improved and thus become more complex, the ability to use the computer has been made easier

True

22
New cards

Organization typically only have one system administrator who will be responsible for all aspects of administering the computer systems

False

23
New cards

Volatility is a property of which of the following?

Memory

24
New cards

Which of the following behaviors might be considered as unethical from the position of a system administrator?

All of the above

25
New cards

Which of the following types of files would come closest to about 1 Minute in size?

A small black and white image file

26
New cards

Computers today are more easily identifiable than computers in the past.

False

27
New cards

The concept of translating a program from a more readable language like Python or Java into the computer's native machine language is called

... complication

28
New cards

It is the user who initiates when and what a computer should do.

True

29
New cards

The system unit houses the CPU and memory chips, all placed on ...

... a motherboard

30
New cards

System administrators should know more than one operating system

True

31
New cards

The operating system is software

True

32
New cards

Where is swap space located?

Hard disk

33
New cards

In a batch processing system, the operating system would have to schedule the next process to execute.

True

34
New cards

During a context switch, what is being switched?

All of the above

35
New cards

Which of the following forms or process management did MS-DOS use?

Single tasking

36
New cards

The process and the program are the same; the two terms can be used interchangeably

False

37
New cards

While any device can issue an interrupt, it is the operate system that handles interrupts

True

38
New cards

Which of the following forms of scheduling will cause processes to wait the minimum amount of time?

Shortest job first

39
New cards

When the CPU moves from one process to another in multitasking, this is known as ...

... a context switch.

40
New cards

The process of swapping is triggered under which circumstance?

A page fault

41
New cards

The portion of the operating system that must be resident in memory at all times is...

... the kernel.

42
New cards

What does an interrupt interrupt?

the CPU during its fetch-execute cycle

43
New cards

Which form of processing would run one process at a time, but when that process requires I/O, the CPU would switch temporarily to another process?

multitasking

44
New cards

Which portion of the operating system can be personalized by the user

shell

45
New cards

Which of the following is true in competitive multitasking

The CPU switches between processes when a timer forces a context switch.

46
New cards

A multithreaded operating system is more efficient than a multitasking operating system when executing threads.

True

47
New cards

Concurrent processing means that the operating system executes processes in an overlapped fashion, which of the following is not a form of concurrent processing?

batch processing

48
New cards

The foreground process is the one that the user can directly interact with.

True

49
New cards

. If two processes are deadlocked, what is your best move to free them from deadlock?

kill one of the processes

50
New cards

With virtual memory, only portions of the running program are stored in memory.

True

51
New cards

The use of permissions to control who/what cannot access and use system resources is part of which of these operating system roles?

Protection

52
New cards

Cooperative multitasking are the same thing

False

53
New cards

If a process generates an address that is part of another process' area of memory, this is known as ...

... a memory violation

54
New cards

Bourne is an example of a Linux ...

... shell

55
New cards

The GUI is both easier to use and provides the user with greater flexibility in issuing instructions while the command line provides the user with the opportunity to write more detailed commands and so is more powerful.

False

56
New cards

In order for the operating system to be able to communicate with a specific piece of hardware, one must install the appropriate ...

device driver

57
New cards

Which of the following forms of processing does not provide any form of interaction with the user but instead requires I/O be handled before/after program execution?

58
New cards

GRUB is an example of ...

boot loader program

59
New cards

When two threads need to "meet up" in order to share data, this is known as ...

... rendezvous

60
New cards

Which of these hardware devices can force the processor to move from one process to another in multitasking?

Program Counter

61
New cards

To determine where a given page is stored in memory, the operating system uses...

... the page table

62
New cards

A virtual machine is hardware

False

63
New cards

If an entry in a page table is listed as not valid, then accessing that page will cause ...

page fault

64
New cards

Two threads will always share the same ...

program code

65
New cards

You can separately mount and unmount each individual partition

True

66
New cards

The time it takes the read/write head to move across the disk to the proper track is called...

... seek time

67
New cards

If a hard disk contains 4 platters, how many read/write heads will the hard disk contain?

8

68
New cards

In a linked list, to reach the 5th block, how many links do you have to follow?

4

69
New cards

File name extensions are primarily used ...

... by the operating system to know what software to use to open the file.

70
New cards

Which of the following tasks would not be possible for a system administrator to do in the file system?

All of the above are possible.

71
New cards

The zip and tar programs can be used to create...

... archives

72
New cards

We view the file system from a physical perspective while the operating system manipulates it from a logical perspective.

False

73
New cards

Files are broken into fixed sized units called ...

blocks

74
New cards

All files have names although the extension is not required.

True

75
New cards

With file blocks distributed across the file system instead of being stored in consecutive disk blocks, accessing the file requires traversing the blocks creating what one might call a ...

... linked list

76
New cards

Mounting ...

... makes a partition available

77
New cards

The surface of a hard disk is broken into which types of regions?

Tracks and sectors

78
New cards

A hard link in a file

False

79
New cards

In file compression, lossy compression ...

... reduces the file size by discarding some of the data.

80
New cards

Disk access time is slower than memory access time.

True

81
New cards

The process of identifying a user through a username and password is known as ...

... authetication

82
New cards

Accounts are not just set up for human users.

True

83
New cards

A strong password requires all of the following except ...

... it should be generated randomly

84
New cards

The earliest version of Windows that required user accounts was Windows 3.1

False

85
New cards

In order to discover your password, someone might call you on the phone and try to trick you into divulging it to them, for instance by acting as someone from your organization's IT group. This is often called ...

... social engineering

86
New cards

What operating system task is access control lists used for?

Protection

87
New cards

The first message broadcast on the Internet, in its earliest incarnation, was in which year?

1969

88
New cards

TCP/IP's link layer is roughly equivalent to the OSI model's...

... physical and data link layers

89
New cards

Switches use which of the following addresses to send a message to the proper device?

MAC addresses

90
New cards

If a computer were to go off line in a network, which of the following topologies would most likely be impacted by this?

ring

91
New cards

In a 3-D nearest neighbor network, a computer would directly connect to how many neighbors?

3

92
New cards

In a circuit switched network, the pathway between devices is established before communication commences and is retained for the duration of the communication

True

93
New cards

Last mile technology is used to express the idea that ...

... some households still use low bandwidth telephone lines to access the Internet.

94
New cards

In order to determine if another computer is available and accessible over your network, you might use which program to test it?

ping

95
New cards

The Internet uses packet switching while local area networks use circuit switching.

False

96
New cards

To use the telephone network for computer communication, one must ...

... convert the analog information stored in the computer into a digital form.

97
New cards

IPv4 offers approximately how many unique IP addresses?

4 billion

98
New cards

The number of computers on the original ARPAnet was...

4

99
New cards

Which level of the OSI model performs routing?

network

100
New cards

At which level of the OSI model are data units decomposed into packets?

Data Link