CT320 IQ 01
Show Main.IQ01 as a slide show.
This isn’t really a quiz, is it?
- Yes, it is.
- No, it isn’t.
- No, it is.
- Yes, it isn’t.
- It’s called “iClicker Quiz 1”—take a guess.
How are these quizzes scored?
- They are worth nothing!
- Each question is worth one point.
- Each question is worth one half point.
- Each quiz is worth one point.
- Each quiz is worth seventy-five percent of the total class points.
When do we have these quizzes?
- Always on Tuesday
- Always on Wednesday
- Always on Thursday
- Always on Friday
- None of the above
Is collaboration allowed on these quizzes?
- Yes.
- No.
- My neighbor says yes.
Is collaboration allowed on homework?
- No.
- Not at all.
- Absolutely not.
- It is forbidden.
- No way.
- Yes!
Will these quizzes be available for study?
- Yes, which is really convenient.
- Yes, so I don’t have to note the important topics.
- Yes, because he’s a swell guy!
- No, because, well, …, Jack.
Will the answers be available for study?
- Yes, Jack will publish separate answers.
- No, so pay attention during the quizzes.
How should the instructor be addressed?
- “Jack”
- “Dr. Applin”
- “Mr. Applin”
- “Professor Applin”
- “Hey, you!”
- “Bonehead”
- “Your Vegetarian Eminence”
Which is a prof. organization for sys admins?
- CAGE
- PAGE
- RAGE
- SAGE
- WAGE
A bash script starts with:
!# /bin/bash
#! /bin/bash
<?
import java.util.*;
#include <stdio.h>
What will this code display?
#! /bin/bash
epsilon=2+3
echo $epsilon
2+3
epsilon
$epsilon
2+3
5
- None of the above
What will this code display?
#! /bin/bash
alpha=beta
echo '$alpha'
$alpha
alpha
beta
'$alpha'
$alpha
- None of the above
Rename the file bob
as robert
:
rename bob robert
rn bob robert
mv bob robert
mv bob >robert
cp bob robert; rm bob