ITE 372 Exam 1

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

The _______________ command is used to summon the built-in documentation, which covers all Linux commands.

1 / 46

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

47 Terms

1

The _______________ command is used to summon the built-in documentation, which covers all Linux commands.

info

New cards
2

By default, STDIN is received from the ____________________ .

Keyboard

New cards
3

The _______________ of a computer contains the settings for the hardware, such as the amount of physical RAM, type of hard drive, the boot order, and also keeps the system time.

bios

New cards
4

The _______________ command takes the output of one command and inserts it into the input of another command.

|

New cards
5

The ____________ is located on the 1st sector of a bootable disk and is less than 512 bytes in size.

Master Boot Record

New cards
6

The ____________ _____________ is the first thing loaded and presents a splash screen allowing the user to choose which operating system or kernel to use.

boot loader

New cards
7

By default, STDOUT sends its information to the _____________________ .

Screen

New cards
8

The _______________ command appends the output of one command to the bottom of a text file.

>>

New cards
9

The _______________ command will present all of the past commands you have used, and allows you to run them again by using the ! command.

history

New cards
10

The _______________ command redirects the output of one command to a file, overwriting the file if it already exists.

> (redirect)

New cards
11

The ________________ is a computer program at the core of an operating system, and has complete control over all hardware and software on the computer.

kernel

New cards
12

A ___________ device file facilitates communication between many processes at once, including across the network.

socket

New cards
13

Unless it is redirected, ________________ is displayed to the default terminal display.

STDOUT

New cards
14

The _________________________ code examines the partition table, selects a suitable partition and loads the program that will perform the next stage of the boot process

Master Boot Record

New cards
15

Unless it is redirected, _______________ comes from the keyboard.

STDIN

New cards
16

A ____________ device file provides buffered access to hardware devices, and provides some abstraction from their specifics. These devices transfer data. You will most commonly see these devices as hard drives and filesystems.

block

New cards
17

The ____________ _____________ is responsible for loading and transferring control to an operating system kernel software

boot loader

New cards
18

/dev/null is an example of a ________________ device.

pseudo

New cards
19

A _____________ device file provides unbuffered, direct access to the hardware device. These pseudo device file transfers data one character (byte) at a time.

character

New cards
20

The ________________ is a program that runs the initial setup to determine if there are hardware-related issues with the computer for proper diagnostic testing.

POST

New cards
21

The _____ operator evaluates as a logical OR in an expression

||

New cards
22

When using an IF conditional statement in Bash to compare two Integers, you use the ________ operator to test if INTEGER 1 is not equal to INTEGER 2.

!=

New cards
23

The _____ loop type useful for generating a fixed number of iterations based on a range or a list

for

New cards
24

The ____ operator evaluates as a logical NOT in an expression to represent the opposite of the expression.

!

New cards
25

In the if clause, the ______ keyword always evaluates as true and acts as a catch-all if none of the expressions test as TRUE.

else

New cards
26

In the case clause, the optional last comparison _____ is a default case and that matches anything.

*)

New cards
27

The _____ operator evaluates as a logical AND in an expression.

&&

New cards
28

When using an IF conditional statement in Bash to compare two STRINGS, you use the _______ operator to test if STRING1 is equal to STRING2.

==

New cards
29

The _____ loop type is useful for looping continuously based on a condition being TRUE.

while

New cards
30

The block of code for an if clause ends with the keyword ____.

fi

New cards
31

____ _____ device files allows for one or more process to communicate with each otheras long as they areon the same host

named pipe(s)

New cards
32

start of a bash code #!/bin/bash

shebang (#!)

New cards
33

command used for pattern matching and content searching in bash

grep

New cards
34

is the name of program that enables Linux users to execute commands or scripts automaticallt at the fixed times, dates, or intervals

cron

New cards
35

the bash shell feature that is used for matching or expanding specific types of patters

globbing

New cards
36

matches any string including a empty one

*

New cards
37

matches and singular character

?

New cards
38

matches anyone of the chracters inside

[]

New cards
39

all special chraters between ______ losse their special meaning

‘ (single)

New cards
40

any character immediatly following the ______ loses its special menaing

\ (backslash or escape)

New cards
41

_____ command subsitution used to execute a command and replace its output

backtick `

New cards
42

allows special characters for escapign and variable xapnsion

“ (double quote)

New cards
43

what are the four quote types

'single, escape, double, backtick

New cards
44

caret that searches those contents of the file that starts with a given range of characters

outside

New cards
45

caret that shows alll content of a file by highlighing teh lines that start witha given range of characters

inside

New cards
46

modern replacement for BIOS

UEFI (universal extensible firmware interface)

New cards
47

a battery powered chip

cmos (complemetary metal oxide simiconductor)

New cards

Explore top notes

note Note
studied byStudied by 17 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 93 people
... ago
5.0(3)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 74 people
... ago
5.0(2)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 27 people
... ago
4.0(1)
note Note
studied byStudied by 551 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (273)
studied byStudied by 33 people
... ago
5.0(1)
flashcards Flashcard (118)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (102)
studied byStudied by 35 people
... ago
5.0(2)
flashcards Flashcard (55)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (223)
studied byStudied by 29 people
... ago
5.0(2)
flashcards Flashcard (30)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (249)
studied byStudied by 11 people
... ago
5.0(1)
robot