A group of slides is called a ________

A) set B) storyboard C) deck D) stack

C

Computer Science & Information Technology

You might also like to view...

What will the output be from the following commands?

echo *** error *** echo 'Is 5 * 4 > 18 ?' echo $x echo What is your name? echo $y echo Would you like to play a game? echo "$y" echo \*\*\* Given the following assignments: $ x=* $ y=? $ z='one > two > three' $ now=$(date) $ symbol='>' and these files in your current directory: $ echo * names test1 u vv zebra

Computer Science & Information Technology

The ________ path to a file is the path beginning at the root.

a) relative b) absolute c) working d) symbolic

Computer Science & Information Technology