Linux MCQ — Basics to Advanced
1 Strictly speaking, what does the word 'Linux' refer to? A A complete operating system including a desktop environment B Only the …
Jan 20, 2026
Read more
1 Strictly speaking, what does the word 'Linux' refer to? A A complete operating system including a desktop environment B Only the …
1 What is the output of `print(type([]))` in Python? A <class 'list'> B <class 'array'> C list D <type …