1000+ Computer Aptitude Questions for Bank Exams Pdf - 2

Question: 6

Which symbol is used to refer the contents of a variable?

(A) *

(B) ""

(C) $

(D) #

Ans: C

$

Question: 7

Establishing the connection between a file system on a storage device and our main directory tree is called as

(A) sharing

(B) changing

(C) mounting

(D) unmounting

Ans: C

mounting

Question: 8

Which command takes the input from standard input and copies into a file?

(A) cat

(B) T pipe

(C) more

(D) tee

Ans: D

tee

Question: 9

Which command allows you to change the entire contents of a line?

(A) cc

(B) nn

(C) cw

(D) dw

Ans: A

cc

Question: 10

In File Access Permission, what command gives the owner of the file the execute permission?

(A) s + x

(B) u + x

(C) o + x

(D) a + x

Ans: B

u + x

Related Questions