Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in database-database-redesign
Multiple Choice Question in 035/2016
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in current-affairs-2017-03-05
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in Malayalam General Knowledge
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
computer science linux
1. What are the appropriate Hex codes for setting Linux swap and Linux native partition types in fdisk?
(A): 63 and 64
(B): 82 and 83
(C): 82 and 85
(D): 92 and 93
(E): None of the above
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->What is the most appropriate measure of a country’s economic growth?....
QA->How much billion dollar was accepted by Reserve Bank of India(RBI) from banks at its currency swap auction to ease liquidity?....
QA->The appropriate writ issued by the court to quash the appointment of a person to a public office is that of:?....
QA->75 billion Bilateral Swap Arrangement (BSA) with which country’s central Bank?....
QA->In whose opinion the Revolt of 1857 was “Wholly unpatriotic and selfish sepoy mutiny with no native leadership and no popular support”?....
MCQ->What are the appropriate Hex codes for setting Linux swap and Linux native partition types in fdisk?....
MCQ->For you to create a swap partition by using fdisk, what must the partition's system ID type be?....
MCQ->What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? #include<stdio.h> #define SWAP(a, b, c)(c t; t=a, a=b, b=t) int main() { int x=10, y=20; SWAP(x, y, int); printf("%d %d\n", x, y); return 0; }....
MCQ->What will be the output of the program ? #include<stdio.h> void swap(char , char ); int main() { char pstr[2] = {"Hello", "IndiaBIX"}; swap(pstr[0], pstr[1]); printf("%s\n%s", pstr[0], pstr[1]); return 0; } void swap(char t1, char t2) { char t; t=t1; t1=t2; t2=t; }....
MCQ->Using the _____ switch causes FDISK to display the partition status of your hard disk without executing FDISK.....
×
×
Type The Issue
×
Your Marks
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...
Privacy
|
Terms And Conditions
Question ANSWER With Solution