Transcript Linux CD

LINUX LANGUAGE
MULTIPLE CHOICE
QUESTION SET-1
1. LINUX is a -----.
Programming
language
Application software
System software
Operating system
www.prolearninghub.com
2. Which one of the following is a
operating system.
Windows
MAC IOS
Google ANDROID
All of these
www.prolearninghub.com
3.LINUX is around us since
70s
80s
90s
2000s
www.prolearninghub.com
4. LINUX was used in -----.
Wristwatches
Phones
PCs
All of them
www.prolearninghub.com
5. ------ is a core of LINUX
operating system.
Commands
Kernels
Scripts
None of these
www.prolearninghub.com
6. Kernel is establish to
communicate b/w ------.
Devices
Processes
Software and devices
Softwares
www.prolearninghub.com
7. Basically kernel has ---responsibilities.
2
3
4
5
www.prolearninghub.com
8. ----- are special programs that
helps in accessing the kernel
features.
Packages
System libraries
Scripts
None of these
www.prolearninghub.com
9.With the help of ------ LINUX
able to run.
Kernels
System libraries
System tools
All of these
www.prolearninghub.com
10. To update LINUX system, the
tools and libraries which are
needed are called -----.
Updating tools
LINUX tools libraries
Tool chain
None of these
www.prolearninghub.com
11. Does end tools are required by
LINUX.
Yes, these are
necessary to make a
LUNIX workable
No these are not
required by OS
Not required by OS but
required by end user
None of these
www.prolearninghub.com
12. Identify the features which
belongs to LINUX.
Multiuser capability
Multitasking
Portability
All of these
www.prolearninghub.com
13. What does portability means in
LINUX.
It means small file size
It means support
different type of
hardwires
Can be run without
installation
None of these
www.prolearninghub.com
14. LINUX is command base, but
by installing ---- we can convert it
into GUI based.
Software's
Libraries
Packages
None of these
www.prolearninghub.com
15. Difference b/w LINUX and
UNIX.
Linux Open source and
UNIX is only used by
its copyrighter
LINUX uses
commands while UNIX
has GUI
UNIX uses commands
while LINUX has GUI
none of these
www.prolearninghub.com
16. Identify the distros which
belongs to LINUX.
IBM AIX
ubuntu
Sun salaries
None of these
www.prolearninghub.com
17. ---- Is a instruction given to
computer by someone.
commands
Programs
Input
None of these
www.prolearninghub.com
18. In MAC OS and LINUX
commands are called--------.
Instructions
Guidelines
Commands
Terminals
www.prolearninghub.com
19. Commands are -------.
Case insensitive
Case sensitive
Written in camel
notation
None of these
www.prolearninghub.com
20. after pressing the enter button
command is passed to -----.
CPU
ROM
Shell
None of these
www.prolearninghub.com
21. ------ is used to interact with
user.
Command
GUI
Shell
All of these
www.prolearninghub.com
22. There are ------ types of
command shell.
2
3
4
5
www.prolearninghub.com
23. Identify the type/s of
command/s which belongs to
LINUX.
Built-in shell
commands
Special commands
Both A and B
Local command shell
www.prolearninghub.com
24. Pwd stands for
Password
Print working directory
Point working directory
Peers working
directory
www.prolearninghub.com
25. Pwd command displays
The root directory
Home directory
Current working
directory
None of these
www.prolearninghub.com
26. Is command is used to
To show all the path
from root to current
location
To show the list of
folder
To show current folder
None of these
www.prolearninghub.com
27. Cd is abbreviated as -------.
Change directory
Current directory
Current display
None of these
www.prolearninghub.com
28. Cd is used to change -------.
Folder name
The location current
folder into desired
folder
The folder location
None of these
www.prolearninghub.com
29. Mkdir defines ------.
Directory path
All the folder
A new directory
None of these
www.prolearninghub.com
30. Rmdir stands for ------.
Remote directory
Remove directory
Recent directory
Root directory
www.prolearninghub.com
31. Syntax for change directory
(cd) is -----.
cd<dirname>
Cd ->dirname
Cd:dirname
Cd(dirname)
www.prolearninghub.com
32. If you want to to redirect from
any location to your home
directory you’ll use
cd ~
cd -
cd ..
cd/
www.prolearninghub.com
33. Cd – bring you to ------.
Home directory
Previous directory
Next directory
None of these
www.prolearninghub.com
34. cd .. Brings you to ----.
Home directory
Last visited directory
Parent directory
None of these
www.prolearninghub.com
35. When you define a path from
with a (/) it means the -----.
Root of the file
Parent of the file
current file
None of these
www.prolearninghub.com
36. If you want to type ‘cd
desktop’ but you only writes ‘cd
De’ this is an example of ----LINUX path
completion
LINUX short keys
LINUX command
intelligence
None of these
www.prolearninghub.com
37. Path completion is extremely
helpful in ------.
Short paths
Long paths
Difficult paths
All of these
www.prolearninghub.com
38. In LINUX hidden file is start
with ------.
(*) Asterik
( ( ) round bracket
(,) comma
(.) dot
www.prolearninghub.com
39. Is –a list
List all the files
List all the files
including hidden
List only currently used
files
None of these
www.prolearninghub.com
40. If you want to show your file
by size in descending order then ---- command.
ls -l
ls -lhS
ls -d */
ls -lh
www.prolearninghub.com
41. What does mean by following
command?
ls -l - -block-size=[SIZE]
It determines the size
of file
It determines the size
of folder
It display files in
specific size format
None of these
www.prolearninghub.com
42. If you want to create a new
directory which command will
help you to do this task?
rmdir
mkdir
newdir
freshdir
www.prolearninghub.com
43. Mrdir stands for -----Mother directory
Main directory
Make directory
Made directory
www.prolearninghub.com
44. If you’ll forget to mentioned a
path then your file will be created
in -----.
Current directory
Home directory
Parent directory
Will not create at all
www.prolearninghub.com
45. Can we make multiple
directories ------.
Yes
No
We can create only
two directories
None of the mentioned
www.prolearninghub.com
46. Syntax for creating multiple
directories is ------.
Mkdir<dirname1,
dirname2, dirname3>
Mkdir<dirname1><
dirname2><dirname3>
Mkdir<dirname1>,<
dirname2>,<dirname3
>
None of these
www.prolearninghub.com
47. Rmdir –p deletes ------.
All directories
Current directory
A directory including
its subdirectories
None of these
www.prolearninghub.com
48. In LINUX everything is a ------.
Process
Command
Kernel
File
www.prolearninghub.com
49. If everything is not a file in
LINUX then it will be -----.
Process
Command
Shell
Script
www.prolearninghub.com
50. A file include -------.
Text file
Partitions
Compiled programs
All of these
www.prolearninghub.com