1302. Which of the following systems software does the job of merging the records from two flies into one ?
comments icon0

A. Networking software

B. Security software

C. Utility program

D. Documentation system

1305. The special shell variable $* is used________________?
comments icon0

A. to process number of the current shell

B. to exit status of ast command executed.

C. to list the positional parameters

D. to name the command being executed

1308. What are the speakers attached to your computer used for ?
comments icon0

A. Displaying images

B. Sending messages

C. Handling sound and music

D. Storing messages

1312. What does GNU stand for ?
comments icon0

A. General Unix

B. Greek Needed Unix

C. GNUs not Unix

D. General Noble Unix

1313. In analyzing the compilation of PL/I program, the term Machine independent optimization is associated with______________?
comments icon0
A. creation of more optional matrix

B. use of macro processor to produce more optimal assembly code

C. recognition of basic syntactic constructs through reductions

D. recognition of basic elements and creation of uniform symbols

1314. A DNS client is called____________________?
comments icon0

A. None of these

B. DNS resolver

C. DNS updater

D. DNS handler

1317. A non-relocatable program is one which___________________?
comments icon0

A. can itself perform the relocation of its address-sensitive portions

B. cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation

C. consists of a program and relevant information for its relocation

D. All of the above

1320. The % key allows you________________?
comments icon0
A. to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace.

B. to move the cursor to the first column in the current line

C. to move the cursor backward to the beginning of a word

D. to move the cursor to the upperleft corner of the screen

1323. Which of the following is the main Apache configuration file ?
comments icon0

A. /etc/srm.conf

B. /etc/apache.conf

C. /etc/httpd/conf/httpd.conf

D. /etc/httpd/config.ini

1325. Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory ?
comments icon0

A. copy wb collect mon /misc

B. tar wb collect mon /misc

C. copy wb ../misc collect ../misc mon ../misc

D. cp wb collect mon ../misc
1330. What is the difference between a CD-ROM and a CD-RW ?
comments icon0

A. A CD-ROM holds more information than a CD-RW.

B. A CD-RW can be written to, but a CD-ROM can only be read from.

C. A CD-ROM can be written to and a CD-RW cannot.

D. They are the same just two different terms used by different manufacturers.

1333. Multiprogramming was made possible by____________________?
comments icon0

A. operating systems

B. input/output units that operate independently of the CPU

C. both A and B

D. neither A nor B

1334. Storage device found inside the computer__________________?
comments icon0

A. Zip disk

B. Hard disk

C. Super disk

D. CD ROM

1335. _____________ is any part of computer that can be touched?
comments icon0
A. hardware

B. application

C. device

D. peripheral

1337. The command chmod 761 note is equivalent to_________________?
comments icon0
A. chmod u=rwx, g=rw, o=x note

B. chmo a =761 note

C. chmod 167 note

D. chmod 4=7, g=6,0 =1 note

1340. In which tcp_wrappers file can you specify to allow all connections from all hosts ?
comments icon0
A. /etc/hosts.allow

B. /etc/hosts.deny

C. /etc/hosts

D. /etc/tcp.conf

1342. What X-based tool is available for configuring the X Window system ?
comments icon0

A. All of the above

B. XConfigurator

C. xf86config

D. XF86Setup
1343. The action of parsing the source program into the proper syntactic classes is known as________________?
comments icon0
A. lexical analysis

B. general syntax analysis

C. interpretation analysis

D. syntax analysis

1344. Hard disk drives are considered _________________ storage.
comments icon0

A. Non-permanent

B. Flash

C. Temporary

D. Non-volatile
1346. Indicate whether the statement LDA B is a statement, in_________________?
comments icon0

A. High level language

B. Assembly language

C. All of the above

D. Machine language

1347. Terminal Table___________________?
comments icon0
A. a permanent table which lists all key words and special symbols of the language in symbolic form

B. consists of a full or partial list of the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation

C. contains all constants in the program

D. a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure