The pattern followed is
Question Discussion & Solution
forum Community Discussion
No discussions yet. Be the first to start!
You must be logged in to participate in the discussion.
login Login to Discussauto_awesome Similar Questions
What is the value of the ((Start → Next) → Next) → Info in the given list?

Concept:-
Single linked list:
This list consists of a number of nodes in which each node has a next pointer to the following element. The link of the last node in the list is NULL, which indicates the end of the list.
Calculation:-
After perform ((Start → Next) → Next) the current link transfer to the third node of linked. And Third node data value is 128.

Hence the correct answer is 128.
Explanation:
Bus: In computer architecture, a bus (related to the Latin “omnibus”, meaning “for all”) is a communication system that transfers data between components inside a computer, or between computers. This expression covers all related hardware components (wire, optical fiber, etc.) and software, including communication protocols.
The types of buses are:
Address Bus:
- It is a unidirectional Bus, which is responsible for only one-way communication.
Data Bus:
- It is a bi-directional bus.
- Data and Instructions pass through this bus to reach the microprocessor.
- This is responsible for the exchange of information between the main memory and microprocessor.
Control Bus:
- This is a unidirectional bus.
- This tells whether read or write, which operation should be performed that is in which direction the data should flow.
So Utility Bus is not a type of bus used in computer architecture, hence option 4 is the correct answer.
Given an instance of the EMPLOYEES relation as shown below:
|
E_ID |
E_Name |
E_Age |
E_Mail |
Salary_in_Lakhs |
|
XE005 |
Nitesh |
24 |
nitestSE@123 |
9 |
|
XE010 |
Vishnu |
27 |
vishnu.MG@123 |
10 |
|
XE007 |
Arya |
23 |
arya.TET@07 |
8 |
|
XE003 |
Satya |
28 |
satyaME@01 |
11 |
|
XE023 |
Nitesh |
24 |
nitestCE@123 |
R |
|
XE012 |
Vipul |
24 |
vipul@321 |
9.5 |
For this instance (E_Name, Salary_in_Lakhs) is the primary key, the value R should not be equal to _____
(E_Name, Salary_in_Lakhs) is the key
(E_Name, Salary_in_Lakhs) → {E_ID, E_Age, E_mail}
E_Name: Nitesh is repeated
Check only for Nitesh
(Nitesh, 9) → (XE005, 24, nitestSE@123)
(Nitesh, R) → (XE023, 24, nitestCE@123)
Since right hand side is not same
Therefore, R cannot be equal to 9
If R is equal to 9 then (E_Name, Salary_in_Lakhs) is not a key.At what level is the "Special Juvenile Police Unit" constituted under the "Juvenile Justice (Care and Protection of Children) Act"?
The correct answer is At the district level.
- At the district level is the "Special Juvenile Police Unit" constituted under the "Juvenile Justice (Care and Protection of Children) Act".
- Rajasthan Juvenile Justice (Care and Protection of Children) Rules, 2011
- Special Juvenile Police Unit:
- (1) The State Government shall appoint a Special Juvenile Police Unit at the District level within four months of the notification of these rules and the unit shall consist of a juvenile or child welfare officer of the rank of Police Inspector and two paid social workers having experience of working in the field of child welfare, of whom one shall be a woman.
(2) The District Child Protection Unit or the State Government shall provide services of its two social workers to the Special Juvenile Police Unit for discharging their duties.
(3) The Juvenile or Child Welfare Officer at the Police Station shall be a person with the aptitude and appropriate training and orientation to handle the cases of juveniles or children in terms of the provisions of the Act.
- Juvenile Justice (Care and Protection of Children) Act, 2000
- The State Government of Rajasthan has made the following rules under this act, called the Rajasthan Juvenile Justice (Care and Protection of Children) Rules, 2011.
- The State Government, the Juvenile Justice Board, the Child Welfare Committee or other competent authorities or agencies, as the case may be, while implementing the provisions of these rules shall abide and be guided by the principles, specified in sub-rule (2).
- The following principles shall, interalia, be fundamental to the application, interpretation and implementation of the Act.
The following question consists of a related pair of words, followed by four pairs of words. Choose the pair that best represents a similar relationship to the one expressed in the original pair of words.
TEACHER : SCHOOLGiven pair is profession: work place
Teacher work in school
Similarly, Astronomer works in Observatory.
For other options farmer works in field, Chef works in kitchen and Tailor works in Boutique no such combination is given except Astronomer who works in observatory.
Hence, Astronomer: Observatory is correct.