adplus-dvertising

Welcome to the Systems Programming MCQs Page

Dive deep into the fascinating world of Systems Programming with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Systems Programming, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Systems Programming, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Systems Programming. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Systems Programming. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Systems Programming MCQs | Page 6 of 11

Q51.
A shift-reduce parser carries out the actions specified within braces immediately after reducing with the corresponding rule of the grammar.

S -> xxW[print“1”]
S -> y[print“2”]
W -> S2[print“3”], what is the translation of “x x x x y z z”?
Discuss
Answer: (c).2 3 1 3 1
Q52.
Synthesized attribute can be easily simulated by a
Discuss
Answer: (c).LR grammar
Q53.
There exists a construct which returns a value ‘true’ if the argument subquery is:
Discuss
Answer: (b).non-empty
Discuss
Answer: (c).is required to create a load module
Q55.
A compiler that runs on one machine and produces code for a different machine is called:
Discuss
Answer: (a).Cross compilation
Q56.
Any syntactic construct that can be described by a regular expression can also be described by a:
Discuss
Answer: (c).Context free grammar
Q57.
When a language has the capability to produce new data types, it is said to be:
Discuss
Answer: (a).extensible
Discuss
Answer: (c).imperative and declarative statements as well as assembler directives
Q59.
Which of the following are Assembler Directives?

(i) EQU
(ii) ORIGIN
(iii) START
(iv) END
Discuss
Answer: (d).(i), (ii), (iii) and (iv)
Discuss
Answer: (c).dependent on the hardware
Page 6 of 11

Suggested Topics

Are you eager to expand your knowledge beyond Systems Programming? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!