MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
Newgen
→
Aptitude & Logical - Newgen
→
What is a chunk of memory called ?
1.
What is a chunk of memory called ?
A.
Page
B.
Sector
C.
Frame
D.
None of these
Answer» D. None of these
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Evaluate following expression: a=3, b=6,c=4,d=2 a=b>c && b-c= a+c
Give the output of the following program: #include int main() { long number = 5572331, result=0; do { result * = 10; int digit = number% 10; result += digit ; number / = 10; } while (number>0); cout<< result ; return 0; }
What is a chunk of memory called ?
Which of the following is not a characteristic of modern DBMS?
Which of the following is feature of friend classes?
Consider the following code: int f(int k) { static int i = 100; int l; if (i == k) { printf("something"); l= f(i); return 0; } else return 0; } Which one of the following is TRUE?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies