McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
Operating System Architecture
→
The statement z = ‘expr 5 / 2′ would sto...
Q.
The statement z = ‘expr 5 / 2′ would store which of the following values in z?
A.
0
B.
1
C.
2
D.
2.5
Answer» C. 2
5k
0
Do you find this helpful?
31
View all MCQs in
Operating System Architecture
Discussion
No comments yet
Login to comment
Related MCQs
The expression expr -9 % 2 evaluates to:
rom where would the read statement read if the following statements were executed? exec < file1 exec < file2 exec < file3 read line
Files that can store data in the same format as used in program are called
Files that store data in the same format as used in program are called
Files that store data in the same format as used in program are called
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 ?
You want to have the process /etc/myprocess run when the system enters run level 3. Which of the following inittab entries would accomplish this ?
Which of the following syslog.config entries would cause kernel error message to be sent to the system console ?
You want to install lilo. Which of the following would you do to accomplish this ?
What would be the current working directory at the end of the following command sequence? $ pwd /home/user1/proj $ cd src $ cd generic $ cd . $ pwd