Operating Systems: Unix/Linux Commands and Android

Test your knowledge of Unix/Linux commands, system administration tasks, and Android operating system history and characteristics

20 Questions Published

Questions

Question 1 True/False

Android is closed operating system.

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

Google acquired Android in

  1. 2001
  2. 2004
  3. 2005
  4. 2006
Question 3 Multiple Choice (Single Answer)

Android has ...... lines of code.

  1. 8 million
  2. 10 million
  3. 15 million
  4. 12 million
Question 4 Multiple Choice (Single Answer)

The first commercially available phone to run the Android operating system was the

  1. HTC Dream
  2. Samsung
  3. Motorolla
  4. LG
Question 5 Multiple Choice (Single Answer)

Which databse is used for storage purpose.

  1. Oracle
  2. SQL Express
  3. SQLite
  4. DB2
Question 6 Multiple Choice (Single Answer)

Android is programmed in

  1. C ,Java
  2. C,C++,Java
  3. Java,linux
  4. Java ,Pearl
Question 7 Multiple Choice (Single Answer)

what is the command to stop mysql replication on slave server?

  1. stop slave
  2. service mysql stop
  3. shutdown
  4. service mysql restart
Question 8 Multiple Choice (Single Answer)

what is the file to edit default limits of server?

  1. /etc/securitty
  2. /etc/limit
  3. ulimit
  4. /etc/security/limits.conf
Question 9 Multiple Choice (Single Answer)

how to find what day does dec 1 fall on?

  1. $date -day 'Dec 1' +%A
  2. $date --date='1 Dec' +%A
  3. $date -day '1 Dec'' +%A
  4. $date day=1 Dec
Question 10 True/False

Only way to kill defunct process is find the parent process id of the defunct process and then kill that parent process.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Which is the innermost layer in Unix Operating system

  1. Shell
  2. Kernal
  3. Hardware
  4. Terminal
Question 12 Multiple Choice (Single Answer)

What is the program that starts running for you when you login and dies when you log out.

  1. Shell
  2. Terminal
  3. Kernal
  4. tty
Question 13 True/False

"echo" is an internal command

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

What is the output of $bc 9/5

  1. 1
  2. 1.8
  3. 1.80
  4. 2
Question 15 Multiple Choice (Single Answer)

What is the command used to find out the time taken to perform an operation.

  1. cputime
  2. time
  3. cmdusage
  4. timer
Question 16 Multiple Choice (Single Answer)

How will you calculate CPU time used to perform an action

  1. System time + Real Time
  2. Time + Real Time
  3. User Time + Real Time
  4. User Time + System Time
Question 17 True/False

Unix files has end of file mark

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

To get a recursive list what option is used with "ls" command.

  1. -R
  2. -r
  3. -a
  4. -rs
Question 19 Multiple Choice (Single Answer)

What command tells you the type of file beyond the normal 3 categories.

  1. type
  2. file
  3. filetype
  4. ls
Question 20 Multiple Choice (Single Answer)

What is the size of the file /dev/null

  1. 100 Bytes
  2. 200 Bytes
  3. 0 Bytes
  4. Unlimited