Operating System Architecture Set 23

On This Page

This set of Operating System Architecture Multiple Choice Questions & Answers (MCQs) focuses on Operating System Architecture Set 23

Q1 | Which of the following is true of all Perl scripts ?
Q2 | Scalar variables                      
Q3 | Which of the following expression operators increments a varibale by one ?
Q4 | STDIN, or standard in, is a mechanism for
Q5 | Perl is scripting language which is based on
Q6 | Perl define scalar variable by                  
Q7 | What is the extension of the perl file ?
Q8 | which is escape character in perl ?
Q9 | comments are placed inside a perl program file using the character
Q10 | An array, in perl, is an              
Q11 | The logical operator op1 && op2 means
Q12 | Perl uses this <=> operator for              
Q13 | Which of the following statements is NOT TRUE statements ?
Q14 | Default file accessed through a print statement in perl is              
Q15 | What is python ?
Q16 | In python, the list L contains the following elements : ['A', 1,'1','George']. Which of the following ways of slicing would assign only the first two elements to the variable X ?
Q17 | //" in pyhon is                    
Q18 | **" in python is an                    
Q19 | In python, multi line string are given by
Q20 | python source code file has an extension of
Q21 | which of the following translate and execute programe statements in sequence, instead of having separate translation and execution steps ?
Q22 | Which of the following procedure a true or false result ?
Q23 | Which of the following language has an IF statement for making decision ?
Q24 | Which of following language does not requires declarations ?
Q25 | Which of the following is not a valid data type in python ?