Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Tests  >  RRB JE Mock Test Series for Computer Science Engineering 2025  >  RRB JE IT (CBT II) Mock Test- 3 - Computer Science Engineering (CSE) MCQ

RRB JE IT (CBT II) Mock Test- 3 - Computer Science Engineering (CSE) MCQ


Test Description

30 Questions MCQ Test RRB JE Mock Test Series for Computer Science Engineering 2025 - RRB JE IT (CBT II) Mock Test- 3

RRB JE IT (CBT II) Mock Test- 3 for Computer Science Engineering (CSE) 2024 is part of RRB JE Mock Test Series for Computer Science Engineering 2025 preparation. The RRB JE IT (CBT II) Mock Test- 3 questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The RRB JE IT (CBT II) Mock Test- 3 MCQs are made for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for RRB JE IT (CBT II) Mock Test- 3 below.
Solutions of RRB JE IT (CBT II) Mock Test- 3 questions in English are available as part of our RRB JE Mock Test Series for Computer Science Engineering 2025 for Computer Science Engineering (CSE) & RRB JE IT (CBT II) Mock Test- 3 solutions in Hindi for RRB JE Mock Test Series for Computer Science Engineering 2025 course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt RRB JE IT (CBT II) Mock Test- 3 | 150 questions in 120 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study RRB JE Mock Test Series for Computer Science Engineering 2025 for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
RRB JE IT (CBT II) Mock Test- 3 - Question 1

Radiation burns mainly due to _________.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 1
Depending on the photon energy, gamma radiation can cause very deep burns, with 60Co internal burns, which are common. Beta burns tend to be shallow as beta particles are not able to penetrate deep into the person; these burns can be similar to sunburn. Alpha rays don't penetrate very deeply into the skin.
RRB JE IT (CBT II) Mock Test- 3 - Question 2

What is the frequency of alternating current which is used in the house?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 2
The frequency of A.C used in house is 50Hz which implies the change of direction of current every 50 second.
1 Crore+ students have signed up on EduRev. Have you? Download the App
RRB JE IT (CBT II) Mock Test- 3 - Question 3

Which of the following standard library functions returns the length of the string?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 3

Standard Library Functions for String Length:
- The correct standard library function that returns the length of a string is `strlen()`.
- This function is used in C programming language and is declared in the `` header file.
- The `strlen()` function takes a string as input and returns the number of characters in that string, excluding the null terminator.

Incorrect Options:
- str(): This is not a standard library function for string length. It does not exist in the C standard library.
- len(): This is also not a standard library function for string length in C programming.
- strln(): This is not a valid standard library function for string length. It is not recognized in C.

RRB JE IT (CBT II) Mock Test- 3 - Question 4

The command line arguments are handled using main() function arguments where ______ refers to the number of arguments passed.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 4
When main is called, it is called with two arguments. The first i.e. argc (argument count) is the number of command-line arguments the program was invoked with; the second i.e. argv (argument vector), is a pointer to an array of character strings that contain the arguments, one per string.
RRB JE IT (CBT II) Mock Test- 3 - Question 5

What is the default line spacing in the MS word?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 5
The line spacing is the amount of space between lines of text, or between paragraphs for an entire document or for portions of a document.

The default line spacing in Word is 1.15. By default, paragraphs are followed by a blank line and headings have a space above them.

RRB JE IT (CBT II) Mock Test- 3 - Question 6

In MS Excel, ctrl + ; is used to insert _________ in the workbook.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 6
In MS Excel, ctrl +: is used to insert current time in the workbook.

Ctrl +; is used to insert the current date in the workbook.

Formula ‘ = TEXT (CELL, “dddd”)’ is used to get the day's name from the given date.

RRB JE IT (CBT II) Mock Test- 3 - Question 7

Which of the following is not a multitasking operating system

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 7
A disk operating system (DOS) is a computer operating system that can use a disk storage device, such as a floppy disk, hard disk drive, or optical disc.

In DOS, multiple tasks were done one after the other while windows, Linux and Unix are the multitasking and multi-threading operating systems.

RRB JE IT (CBT II) Mock Test- 3 - Question 8

Which of the following features is independent of CPU and allows certain hardware subsystems to access random access memory?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 8
Direct Memory Access (DMA) involves an additional module on the system bus. The DMA module is capable of mimicking the processor and, indeed, of taking over control of the system from the processor.

For this purpose, the DMA module must use the bus only when the processor does not need it, or it must force the processor to suspend operation temporarily.

RRB JE IT (CBT II) Mock Test- 3 - Question 9

The signed magnitude representation of 0 in 4-bit representation is:

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 9
In sign-magnitude representation, 0 can be written as +0 or – 0

+0 → 0000

-0 → 1000

RRB JE IT (CBT II) Mock Test- 3 - Question 10

Natural rubber is a polymer of __________.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 10
Natural rubber is an additional polymer that is obtained as a milky white fluid known as latex from a tropical rubber tree. Natural rubber is from the monomer isoprene.
RRB JE IT (CBT II) Mock Test- 3 - Question 11

In MS Excel, ‘highlighting cells rule’ comes under which of the following panes?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 11
Conditional formatting is used to apply formatting automatically such as colors, icons, and data bars to one or more cells based on the cell value. Conditional formatting provides another way to visualize data and make worksheets easier to understand.

Users can quickly see which cells contain values less than 50% by using ‘Highlight Cell Rules’.

RRB JE IT (CBT II) Mock Test- 3 - Question 12

Which of the following is also called a 1 – operand machine?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 12
1-operand (one-address machines), so-called accumulator machines. Most instructions specify a single right operand, with the implicit accumulator as the left operand.

e.g. load a, add b, store c.

RRB JE IT (CBT II) Mock Test- 3 - Question 13

Which of the following is also called as transparent flip flop:

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 13
The truth table of D flip flop is shown

When the clock is high, the Output Q follows the input. Hence D flip flop is known as the transparent flip flop.

RRB JE IT (CBT II) Mock Test- 3 - Question 14

Which gate is best used as a basic comparator?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 14
Exclusive-OR can be used as a basic comparator.

The truth table of XOR gate is shown :

From the truth table, it is clear that when both the inputs are the same (either (0,0) or (1,1)) the output is zero and when both the inputs are different (either (0,1) or (1,0)), the output is 1.

RRB JE IT (CBT II) Mock Test- 3 - Question 15

Which task region in the spiral model is used to build one or more representations of the application?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 15
A spiral model is divided into several framework activities, also called task regions. Typically, there are between three and six task regions.

Customer communication - tasks required to establish effective communication between developer and customer.

Planning - tasks required to define resources, timelines, and other project related information.

Risk analysis - tasks required to assess both technical and management risks.

Engineering - tasks required to build one or more representations of the application.

Construction and release - tasks required to construct, test, install, and provide user support (e.g., documentation and training).

Customer evaluation - tasks required to obtain customer feedback based on evaluation of the software representations created during the engineering stage and implemented during the installation stage.

RRB JE IT (CBT II) Mock Test- 3 - Question 16

__________ refers to the set of activities that ensure that software correctly implements a specific function.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 16
Verification refers to the set of activities that ensure that software correctly implements a specific function. Validation refers to a different set of activities that ensure that the software that has been built is traceable to customer requirements.

Verification and validation encompasses a wide array of software quality assurance (SQA) activities that include formal technical reviews, quality and configuration audits, performance monitoring, simulation, feasibility study, documentation review, database review, algorithm analysis, development testing, qualification testing, and installation testing.

RRB JE IT (CBT II) Mock Test- 3 - Question 17

Data and Time are available on the desktop at _______.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 17
A taskbar is an element of a graphical user interface which has various purposes. It typically shows which programs are currently running. Data and Time are available on the desktop at taskbar
RRB JE IT (CBT II) Mock Test- 3 - Question 18

The most acceptable range of LEO (Low Earth Orbit) is________.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 18
The most acceptable range of LEO (Low Earth orbit) is 160–2,000 kms. A low Earth orbit is defined by Space-Track.org as an Earth-centered orbit with at least 11.25 periods per day and an eccentricity less than 0.25. Most of the manmade objects in space are in LEO orbits.
RRB JE IT (CBT II) Mock Test- 3 - Question 19

Which of the following is Marsh Gas?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 19
Methane is called Marsh Gas. Because it is produced when vegetation decomposes naturally within some geographical marshes, swamps, and bogs. The main process for the production of methane is anaerobic digestion.
RRB JE IT (CBT II) Mock Test- 3 - Question 20

The least distance of distinct vision for a young adult with normal vision is about

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 20
The least distance of distinct vision for a young adult with normal vision is 25 cm.
RRB JE IT (CBT II) Mock Test- 3 - Question 21

The network database model can be organized as _________.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 21
The network model is a database model conceived as a flexible way of representing objects and their relationships. Its distinguishing feature is that the schema, viewed as a graph in which object types are nodes and relationship types are arcs, is not restricted to being a hierarchy or lattice.
RRB JE IT (CBT II) Mock Test- 3 - Question 22

__________ uses a series of phases, called the systems development life cycle (SDLC), to plan, analyze, design, implement, and support an information system.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 22
Structured analysis is a traditional systems development technique that is time-tested and easy to understand. Structured analysis uses a series of phases, called the systems development life cycle (SDLC), to plan, analyze, design, implement, and support an information system.

Structured analysis is based on an overall plan which is similar to a blueprint for constructing a building, so it is called a predictive approach.

RRB JE IT (CBT II) Mock Test- 3 - Question 23

In Microsoft Word, File, edit, view etc. are provided in _______________.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 23
A menu bar is a graphical control element which has drop-down menus. Its purpose is to supply a common housing for window-or application-specific menus which provide access to such functions as opening files, interacting with an application, or displaying help documentation or manuals.
RRB JE IT (CBT II) Mock Test- 3 - Question 24

__________ is any combination of columns that uniquely identifies a row in a table.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 24
A superkey is a set of one or more attributes that, collectively, allow us to identify uniquely a tuple in the relation.

The minimal set of attributes that can uniquely identify a tuple is known as the candidate key.

A relation r1 may include among its attributes the primary key of another relation r2. This attribute is called a foreign key from r1, referencing r2.

RRB JE IT (CBT II) Mock Test- 3 - Question 25

Which among the following cannot be considered as a measure of improvement or national development?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 25
National development is the ability of a country or countries to improve the social welfare of the people e.g. by providing social amenities like quality education, potable water, transportation infrastructure, medical care, etc. The HDI (Human Development Index) is a way to measure well-being within a country. The human development index, composed of three indicators: life expectancy, education (adult literacy and combined secondary and tertiary school enrollment) and real GDP per capita.
RRB JE IT (CBT II) Mock Test- 3 - Question 26

Which of the following components of Microsoft Windows provides the ability to view and change system settings?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 26
The control panel is a software module used to perform administrative and management operating system tasks and provides access to specific software features.

The control panel is used to configure and manage almost all aspects of Windows.

RRB JE IT (CBT II) Mock Test- 3 - Question 27

Bar is one of the units of __________.

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 27
A bar is a unit of pressure defined as 100 kilopascals. It is about equal to the atmospheric pressure on Earth at sea level. Other units derived from the bar are the megabar, kilobar, decibar, centibar, and millibar.
RRB JE IT (CBT II) Mock Test- 3 - Question 28

Which one of the following is not an example of a hardware device?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 28
  • Computer hardware includes the physical parts or components of a computer, such as the central processing unit, monitor, keyboard, computer data storage, graphics card, sound card, speakers, mouse, and motherboard.

  • Microsoft Office is a family of client software, server software, and services developed by Microsoft.

RRB JE IT (CBT II) Mock Test- 3 - Question 29

The stability of a pond or ecosystem depends on which of the following?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 29
A pond is an excellent example of a self-sustaining and self-sufficient ecosystem i.e. both the abiotic and biotic components of this ecosystem exist in equilibrium. The stability of a pond of ecosystem depends on producers and consumers both.
RRB JE IT (CBT II) Mock Test- 3 - Question 30

Which of the following can be used to create a new data type name in the C programming language?

Detailed Solution for RRB JE IT (CBT II) Mock Test- 3 - Question 30
C provides a facility called typedef for creating new data type names.

For example, typedef int Point; makes the name Point a synonym for int. The type Point can be used in the declaration in exactly the same ways that the type int can be:

Point x, y;

Point *z[];

View more questions
153 tests
Information about RRB JE IT (CBT II) Mock Test- 3 Page
In this test you can find the Exam questions for RRB JE IT (CBT II) Mock Test- 3 solved & explained in the simplest way possible. Besides giving Questions and answers for RRB JE IT (CBT II) Mock Test- 3, EduRev gives you an ample number of Online tests for practice

Top Courses for Computer Science Engineering (CSE)

Download as PDF

Top Courses for Computer Science Engineering (CSE)