e115 final

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

A root node has a parent. Select one: True False

False

Changing the extension of a file also changes the file type. Select one: True False

False

Hex color should never be used to set color in html files, instead the color name should be used. Select one: True False

False

The command mkdir has output. Select one: True False

False

Using a type selector on the paragraph tag will automatically make every paragraph follow the styling set. Select one: True False

False

With heading tags, 1 is small and 6 is large. Select one: True False

False

Which of the following are not a component of the operating system - MS Office -Libraries -Linux -User Interface

MS Office, Linux

What type of software license is used by larger companies, which might have hundreds, if not thousands of copies of a particular piece of software? Select one: a. Buyware b. Shareware c. None of these d. Network License e. Freeware

Network License

what user interface does dos running a program use

TLI

Assuming your volume name is users.jwdoe, how would you successfully mount a backup of this volume to a folder called Backup? Select one: a. fs mkm Backup users.jwdoe.backup b. fs Backup mkm users.jwdoe.backup c. fs mount Backup users.jwdoe.backup d. None of these e. fs mkm users.jwdoe.backup Backup

a

Does this syntax work for moving a file, assuming file.txt is in your current working directory? mv file.txt ~/MyE115 Select one: a. Yes b. No

a

Microsoft Windows 10 provides what kind of interaction with the user? Select one: a. GUI-based b. Command Line-based c. None of these d. CLI e. Hybrid

a

What does LAN stand for? Select one: a. Local Area Network b. Local Area Navigation c. Local Average Navigation d. Local Average Network e. None of these

a

What is the correct order of the following sections of a hard drive from smallest to largest? Select one: a. Sector, Track, Platter b. Platter, Track, Sector c. Track, Sector, Platter d. None of these e. Sector, Platter, Track

a

Which of the following can be added to a computer in an expansion slot? Select one: a. All of these b. PCI-Express c. None of these d. AGP e. PCI

a

Which of these would not be considered a server in the classic Client/Server relationship? Select one: a. An internet browser b. A website host c. A remote database d. All of these are servers

a

Which of these would ensure that the same cell is always referenced, even after using the autofill function? Choose all that apply. Select one or more: a. Adding a "$" to the row and column descriptors for a cell (example: $A$1) b. referencing a named cell c. by clicking on the desired cell d. this cannot be done in Excel e. referencing by column-row address (example: A1)

a,b

Select all of the following tags that go with a table: Select one or more: a. th b. tr c. ol d. table e. li f. img g. ul h. td

a,b,d,h

For the tag that makes a link, whick of the following is an optional attribute? Select one: a. src b. target c. href d. a

b

I am making a log file that is recording my keystrokes in terminal in real time. My file is in my home directory and is called hw.txt. I accidentally exit my log file prematurely. Which of the following commands will allow me to begin writing to hw.txt where I left off? Select one: a. script -a ~/hw1.txt b. script -a ~/hw.txt c. script -f ~/hw.txt d. script -f hw.txt e. script hw.txt

b

The less command is an important tool to help _____. Select one: a. None of These b. open a .txt file c. open a .docx file d. create a file

b

under which of the following would a distribution of ubuntu linux fall under a. buyware b. freeware c. shareware d. network e. none of these

b

which of the following can be an element of someone's unity id a) a middle initial b. all of these c. a first initial d. the first six letters of their last name

b

what email option allow syou to send an email to multiple people without showing the recipient that a third part has been involved

bcc

what are the last two digits of hex color

blue

What kinds of ranges are possible in Excel? Select one: a. Sub continuous b. Partially continuous c. Continuous d. None of these e. None are continuous

c

Which of the following is valid usage of the COUNTIF( ) function? Select one: a. None are correct b. =COUNTIF(E10:E29 > 10) c. =COUNTIF(E10:E29,">10") d. =COUNTIF(E10:E29 >= 10) e. =COUNTIF(E10:E29, >10)

c

Write the Excel input for the following: F16 plus F25, divided by 2. Select one: a. =sum(F16+F25) b. (F16 + F25)/2 c. =(F16 + F25)/2 d. =F16*2 + F25/2 e. =F16 + F25/ 2

c

The fs sa command is an important tool to help _____ [Hint: there are 2 correct answers]. Select one or more: a. list access b. None of These c. remove access d. set access

c,d

Which of the following can be considered a bit? Please choose all that apply. Select one or more: a. 3 b. A bit of what? c. 0 d. 1 e. 2

c,d

how to move your current location

cd

what can a user do to separate commands which would normally appear on separate lines, on one line

chaining

what user interface does dos use

cli

what user interface does terminal use

cli

How would you make some text bold in valid XHTML? Select one: a. <bold> b. <font weight="bold"> c. <b> d. <strong>

d

What option would you use when trying to zip an entire directory? Select one: a. -l b. -a c. -R d. -r e. -f

d

What technology takes control of addressing on the network? Select one: a. IP b. RDP c. DNS d. DHCP e. VCL

d

Which of the following is the correct syntax for commenting out an image? Select one: a. <!--img src="dog.jpg" alt="dog"--> b. None of These c. <img src= "dog.jpg" alt="dog" /> d. <!--< img src= "dog.jpg" alt="dog" /> -->

d

You want to determine the total amount of money given out by award type. Which function would do this? Select one: a. =if(cell="Award Type",True,False) b. =sumif(range="Award Type",True,False) c. =countif(range, condition) d. =sumif(range, condition, sum_range)

d

what does the add command do? -creates a shortcut to a directory -go to a directory -open a program -create a shortcut to a directory

d

Which piece of software is used by the kernel to interface with a particular piece of hardware

device driver

Device drivers contain ____________ for the kernel . Select one: a. an application b. a piece of software c. a piece of junk d. a piece of hardware e. instructions

e

How would you give the user tamarini only write and insert permissions on your home directory? Select one: a. fs sa tamarini ~/ wi b. fs sa ~/ tamarini all c. fs sa ~/ tamarini write insert d. None of these e. fs sa ~/ tamarini wi

e

What does ROM stand for? Select one: a. It has no meaning b. Rarely Online Memory c. Really Obtuse Memory d. Random Access Memory e. Read Only Memory

e

Which command would you use to extract the contents of a .zip file? Select one: a. cp b. ls The ls command is used to list contents of a directory. c. unload d. None of these e. unzip

e

Which of the following is NOT included in the output of the fs lq ~/ command? Select one: a. These are all in the output of the command b. Available Space c. Volume d. Used Space e. Security

e

what feature of ssh makes it nearly impervious to network attack

encryption

for e 115, the course related files will be located under which directory

eos.ncsu.edu

What is the proper syntax to zip an individual file? Select one: a. zip -r file1 file.zip b. zip file.zip file1 c. zip -l file1 d. zip file1 file.zip e. zip -r file.zip file1

b

Which of the following is the correct syntax, using a function, for determining the smallest value in a given range? Select one: a. None of these b. =min(J10:J29) c. =sum(G10:G29) d. min(J10:J29) e. =max(G9:G29)

b

Which of the following was used for printers in the 1980's through 1990's? Select one: a. USB b. Parallel c. PS/2 d. Serial

b

microsoft windows 7 provides what kind of interaction with the user a. tli based d. cli based c gui based d hybrid

c

In-line styling should be used to change the styling of ___ element(s) only. Select one: a. none b. 2 c. 3 d. 1

d

The proper syntax for the cd command is _____ Select one: a. None of These b. destination c. cd Don't forget the destination folder to change into. d. cd destination

d

What command lets you see a list of the files in a directory along with their sizes? Select one: a. ls -r b. ls -a c. ls --with-file-size d. ls -l

d

what piece of hardware helps to prevent intruders and software alike from entering a computer

firewall

what color is represented by the middle two digits of hex code

green

What is the file transfer system used by nc state

expandrive

how to list out who has access to your home directory

fs la ~/MyE115

how would you give nramasw permission to write and insert permissions in your home directory

fs sa ~/ nramasw wi

how to give nramasw read and lock access to course locker

fs sa ~/MyE115 nramasw rl

how to remove access rights of nramasw from home directory

fs sa ~/nramasw none; fs la~/

when you use the attach command, what is the resulting pathname

ncsu/e115

req or rec: passwords contain at least one capital letter

rec

what syntax should you use for zipping up a directory

zip -r file.zip directory

how to access a deleted file

1. quota 2. fs mim BACKUP users.ifle.backup 3. cp .txt ~/MyE115 4. fs rmm BACKUP

what user interface does windows 10 use

gui

what user interface does linux ubuntu use

gui with cli

what user interface does Mac osx use

guy with cli

how does cli get input

keyboard

Default unity password

last four of social and mmdd of birth year

how would you ensure that your new directory exists

ls -a

list visible contents from directory

ls filename

how to create a shortcut to a directory

mkdir

what command would you use to create a directory

mkdir

which port was used to access dialup networks in the early days of computing?

modem

extract files into a directory

more ______.zip (change directoryies first)

view a file

more readme.txt

which command shows your current location

pwd

req or rec: passwords have at least one special character

rec

req or rec: passwords be at least 8 characters in length

req

req or rec: passwords contain at least one digit

req

req or rec: passwords not contain '

req

req or rec: passwords not have 5 consecutive digits

req

in which network does each node have two neighbors

ring

how would you remove a file from the directory that you are in without having to tell the system in an additional step

rm -f file.txt

which command creates a script in real time

script -f

what is the output of pwd

the absolute pathname (/afs/unity.ncsu.edu/users/s/nramasw)

A dual core processor is capable of performing two separate tasks at the exact same time. Select one: True False

true

A parent node has at least one child (t/F)

true

E115rAWks is a legitimate university password

true

Ranges can either be continuous or non-continuous. Select one: True False

true

The fs la command provides output. Select one: True False

true

java is an online tool that allows for the use of embedded applications (t/f)

true

t/f a class selector can be used on multiple types of tags at once

true

what tag would you use to start a list of bulleted items

ul

Does FS LA provide output

yes

does fs la have output?

yes

can a node be a root node and a parent node?

yes (A)

You can place any kind of list inside any other kind of list. Select one: True False

True

Who developed AFS

Transarc, CarnegieMellon, IBM

Ems and percentages resize elements based off of a default font size. Select one: True False

True

In Excel, you can format numbers, alignment, and font via Format Cells. Select one: True False

True

The Kernel is responsible for handling interfaces, the file system, process management, scheduling, and memory management. Select one: True False

True


Ensembles d'études connexes

mktg 371 chapter 13- subcultures

View Set

PREP U-Chapter 55-Drugs Acting on the Lower Respiratory Tract

View Set

Psy-2: Sensation & Perception (#4)

View Set

Income Tax Preparation Chapter 3 Gross Income: Inclusions and Exclusions

View Set

NURS 215 - Exam 1 - Chapters 16, 21, 22

View Set

Saverese PRACTICE EXAM QUESTIONS- Mine

View Set

Vocabulary and Analytical Reasoning II

View Set

Uppers, Downers, and All Arounders 8th ed. Chapter 2, Uppers, Downers, All Arounders Ch 2, Uppers Downers All Arounders: Chapter 1, Uppers,Downers,All Arounders chapter 1 Ouiz, Uppers Downers and All Arounders chapter 3, Chapter 3 - Uppers, upper dow...

View Set