1/164
Midterm flashcards
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
You can store a number between 0 and 255 in 1 bit.
False
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. (operating systems, networking, programming, and ethics
Which of the following is the largest storage capacity?
4 Gigabytes
Computers today are more easily identifiable than computers in the past.
False
Most people who work in IT have 4-year IT degrees.
False
It is the user who initiates when and what a computer should do.
True
System administrators will be expected to provide support in the form of documentation and training to the organization’s users.
True
As an IT person, one should be someone who enjoys learning on your own.
True
Volatility is a property of which of the following?
Memory
Web developers and web administrators share most of the same tasks.
False
Organizations typically only have one system administrator who will be responsible for all aspects of administering the computer systems.
False
Detecting that a computer is running slowly because of a computer virus infection would be an example of which type of IT skill?
Troubleshooting
The system administrator of a company would not be responsible for installing software on individual employee’s computers.
False
A computer system consists of the hardware, software and ...
users
The system administrator is responsible for each of the following tasks except...
securing a website
Which of the following could be called a peripheral device?
Printer
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
As computer technology has improved and thus become more complex, the ability to use the computer has been made easier.
True
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
A smart phone should not be considered a computer.
False
Which of the following types of files would come closest to about 1 MByte in size?
A small black and white image file
If a device performs the IPOS cycle, we should consider it to be a computer no matter what the device is.
True
Which of the following behaviors might be considered as unethical from the position of a system administrator?
All of the above - Setting up backdoor accounts, Changing data files in the organization's system for one's own gain, Accessing other people's files
System administrators should know more than one operating system.
True
The concept of translating a program from a more readable language like Python or Java into the computer's native machine language is called ...
compilation
Although an IT student may not learn a variety of programming languages, it is likely that the IT student will learn to program.
True
A security administrator would be responsible for administering which of the following?
A web server
A firewall
A database server
An operating system
A firewall
The system unit houses the CPU and memory chips, all placed on ...
a motherboard
If users use passwords containing non-alphabetic characters or a combination of upper and letter case letters, this ...
promotes computer security
Which of the following skills would an IT person employ to find and fix a problem with the operating system?
System troubleshooting
If a process generates an address that is part of another process’ area of memory, this is known as ...
a memory violation
Which of the following forms or process management did MS-DOS use?
Single tasking
The operating system is software.
True
In a batch processing system, the operating system would have to schedule the next process to execute.
True
The process of swapping is triggered under which circumstance?
a page fault
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
Which portion of the operating system can be personalized by the user.
the shell
The portion of the operating system that must be resident in memory at all times is ...
the kernel
Cooperative multitasking and competitive multitasking are the same thing.
False
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?
Multiprogramming
Where is swap space located?
hard disk
When two threads need to “meet up” in order to share data, this is known as ...
rendezvous
Which of the following forms of scheduling will cause processes to wait the minimum amount of time?
Shortest job first
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
If an entry in a page table is listed as not valid, then accessing that page will cause ...
a page fault
Which of the following is true in competitive multitasking?
The CPU switches between processes when a timer forces a context switch.
The foreground process is the one that the user can directly interact with.
True
. If two processes are deadlocked, what is your best move to free them from deadlock?
Kill one of the processes
A multithreaded operating system is more efficient than a multitasking operating system when executing threads.
True
Which of these hardware devices can force the processor to move from one process to another in multitasking?
program counter
A virtual machine is hardware.
False
What does an interrupt interrupt?
the CPU during its fetch-execute cycle
When the CPU moves from one process to another in multitasking, this is known as ...
a context switch
The use of permissions to control who/what can and who/what cannot access and use system resources is part of which of these operating system roles?
Protection
Bourne is an example of a Linux ...
shell
While any device can issue an interrupt, it is the operate system that handles interrupts.
True
During a context switch, what is being switched?
all of the above register values for another, data for another, priority for another
Two threads will always share the same ...
program code
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
In order for the operating system to be able to communicate with a specific piece of hardware, one must install the appropriate ...
device driver
In Linux, the administrator account is called ...
root
To determine where a given page is stored in memory, the operating system uses ...
the page table
The process and the program are the same; the two terms can be used interchangeably.
False
GRUB is an example of ...
a boot loader program
With virtual memory, only portions of the running program are stored in memory.
True
To create a directory, both Linux and DOS use mkdir.
True
You can separately mount and unmount each individual partition.
True
The file system for Windows and Linux are “shapes” like a ...
tree
Which of the following files stores user account information?
/etc/users
/etc/shell
/etc/passwd
/etc/shadow
/etc/passwd
The surface of a hard disk is broken into which types of regions?
tracks and sectors
If a hard disk contains 4 platters, how many read/write heads will the hard disk contain?
8
In Linux, you would expect to find many of the system administrator programs stored under ...
/sbin
In Linux, a soft link is called ...
a symbolic link
Mounting ...
makes a partition available
Files are broken into fixed sized units called ...
blocks
User passwords are not actually stored in the /etc/passwd file.
True
In Linux, devices like the disk drives, USB drives, network devices and monitor are treated as files. These “files” are stored under which directory?
/dev
A hard link in a file system points at the file while a soft link points at a file’s directory entry.
True
In file compression, lossy compression ...
reduces the file size by discarding some of the data.
Disk access time is slower than memory access time.
True
In Linux, the system administrator’s home directory is stored under ...
/root
Which of the following tasks would not be possible for a system administrator to do on the file system?
Establish disk quotas
Add remote storage to be accessed over network
Mount and unmount specific partitions
All of the above are possible
All of the above are possible
Which of the following Linux commands is like the DOS command dir?
ls
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
The /proc top level directory is different from most other Linux top level directories because it ...
is not stored on disk but instead stored in memory
The time it takes the read/write head to move across the disk to the proper track is called ...
seek time
We view the file system from a physical perspective while the operating system manipulates it from a logical perspective.
False
Under which Linux top-level directory would you find most of the configuration files?
/etc
The zip and tar programs can be used to create ...
archives
In both Windows and Linux, partitions are denoted by using different letters as in C: and D:
False
All files have names although the extension is not required.
True
In order to determine which directory you are currently in, which commands would you use respectively in Windows and Linux?
nothing in Windows, and pwd in Linux
Under which Linux top-level directory would you find the user directories?
/home
Which of the following files stores the currently mounted file systems (partitions) in Linux?
/etc/mtab
In Linux, every top-level directory is located on its own partition whereas in Windows, all of the top-level directories are on the same partition.
False
In Windows, the Programs top level directory stores applications software. In Linux, the equivalent directory is ...
/usr
In DOS, which of the following symbols is used to denote a directory in a path?
\
File name extensions are primarily used ...
by the operating system to know what software to use to open the file.
In a linked list, to reach the 5th block, how many links do you have to follow?
4
In Linux, you have one inode for every file and directory in your file system.
True