Coverage: Lab 0, Lab 1, and Chapter 1 (Linux command fundamentals).
B C D
Tip: If a question is True/False, use A for True and B for False (noted below).
After saving, please make sure faculty can collect your quiz by running:
chmod g+X ~/cs3600/2 chmod g+r ~/cs3600/2/wk1_review_quiz.txt
pwd
ls
cd
whoami
ls -l
ls -a
ls -R
du -h
cd /
cd ..
cd ~
cd -
mkdir
touch
cat
head
prog.c
into an executable named prog
:
gcc -o prog prog.c
gcc prog.c
cc prog.c -c
make prog.c
lab1
in the current directory:
lab1
./lab1
bash lab1
run lab1
head file.txt
tail file.txt
less file.txt
nl file.txt
System Bus
GPU
Cache Controller
Instruction Register (IR)
Uses multiple chips connected by a bus
Combines multiple cores on a single chip, each with independent processor components
Eliminates the need for cache memory
Only supports single-threaded workloads
Specialized processors that handle only one type of job
Processors sharing main memory and I/O devices, running under one OS
Each processor having its own OS and memory
One master processor that manages all others