Aspirant Academy

MCQ

Data Processing MCQ - Practice Questions with Answers

Solve 5 Data Processing questions for RAS/RPSC preparation.

Practice questions

Q1Identify the most accurate statement about the application of XML -

A XML must be used to produce XML and HTML output.
B XML cannot specify or contain presentation information.
C XML is used to describe hierarchically organized information.
D XML performs the conversion of information between different e-business applications.
Explanation

XML is mainly used to represent data through nested, tree-like elements, so it describes hierarchically organized information. It may be processed, styled, or transformed by other tools, but XML itself is not a conversion engine and is not limited to producing XML or HTML output. Thus option C is the most accurate statement.

Q2What will be the output list after completing first pass of bubble sort on input array 32, 51, 27, 85, 66, 23, 13, 57?

A 32, 27, 51, 66, 23, 13, 57, 85
B 32, 51, 27, 66, 23, 13, 57, 85
C 27, 33, 51, 23, 13, 57, 66, 85
D 23, 13, 27, 33, 51, 57, 66, 85
Explanation

In the first pass of ascending bubble sort, adjacent elements are compared and the larger one moves right after each swap. Here 85 is swapped successively with 66, 23, 13, and 57, so the largest value reaches the last position. The list after the first pass is 32, 27, 51, 66, 23, 13, 57, 85, which matches option A.

Q3A black hole in a DFD is -

A A data store with no in bound flows
B A data store with only in bound flows
C A data store with more than one in bound flow
D None of these
Explanation

In a DFD, a black hole is an anomaly where data enters a component but no outgoing flow is shown, so the data appears to disappear. Option B matches this idea by describing a data store with only inbound flows. Option A is not a black hole because it has no inbound flow.

Q4In context of information gathering, ranking scale questions ask the respondents to -

A Choose one among given answer choices
B Rank list of items in order of importance
C Mark a level of satisfaction on a given scale
D Say Yes or No
Explanation

A ranking scale asks respondents to arrange a set of items in order of importance, preference, or usefulness. That is exactly what option B states. Option A is a single-choice question, option C is a rating or satisfaction scale, and option D is a yes-no question.

Q5In decision table left-lower quadrant is called -

A Condition entry
B Condition stub
C Action entry
D Action stub
Explanation

A decision table is divided into four parts: condition stub at the upper left, condition entries at the upper right, action stub at the lower left, and action entries at the lower right. Therefore, the left-lower quadrant is the action stub. Hence option D is correct.

You've seen 5 of 5 sample questions

Unlimited practice on Data Processing comes with the RAS Test Series + Practice pack or Gate Pass.

More topics in Data Processing & Programming (Basic CI)

Explore other subjects