+ Post New Thread
Page 8 of 46
FirstFirst ... 4 5 6 7 8 9 10 11 12 18 ... LastLast
Threads 141 to 160 of 905

Forum: GRE Computer Science

  1. Doubt in Q4 of titanium bits

    seniors i've doubt in the following question taken from titanium bits. 4. Consider the following Gray code sequence. 000, 100, 101, 001, 011, X, 110, Y What are the missing entries, X and Y? A. X=010, Y=010 B. X=010, Y=100 C. X=111, Y=010 D. X=111, Y=100 E. X=010, Y=111

    Started by Mani_Jester, 07-23-2007 08:50 AM
    • Replies: 2
    • Views: 610
    10-31-2007 11:46 PM Go to last post
  2. another question about regular and context free

    sorry, i have another problem, like that language L1 and L2 if the union of L1 and L2 is regular, is it true that at least one of L1 and L2 is regular? if the intersection of L1 and L2 is context free, then is it true that at least one of L1 and L2 is regular? is it true that at least one...

    Started by ethanph, 10-31-2007 12:55 PM
    • Replies: 3
    • Views: 450
    10-31-2007 05:42 PM Go to last post
  3. run-time

    Given each function below, express the function in big-O notation. If you're feeling really zealous, find the running time in big-O notation, too. If you're feeling positively exuberant, find closed form solutions, too. function f(n) { if (n <= 1) return 1; return f(n/2) + 1; }

    Started by nonevent99, 10-31-2003 03:04 PM
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 1,632
    10-31-2007 11:10 AM Go to last post
  4. gre computer science

    hi everybody in the great forum. i have B.sc in physics and i work as programmer , also i have MCTS in c#. i'm planning to get gre computer scince so i need help and if i got gre computer and toefl could i found fellowship at any university. plz i need ur help.

    Started by amrmohmed2000, 10-24-2007 09:25 PM
    • Replies: 7
    • Views: 1,007
    10-31-2007 02:10 AM Go to last post
  5. Questions from the Mock GRE CS test

    CalmLogic has put up some great links including one to a Mock GRE CS test. In that there are 3 questions I hope someone can help me solve: 1. Newton-Raphson method is used to calculate the square root of 2 using the iteration: x( i+1 ) = ( x( i ) + 2 / x( i ) ) / 2 If the initial value x(0)...

    Started by ash06, 04-11-2007 07:56 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 4,083
    10-30-2007 04:18 AM Go to last post
  6. Arithmetic error in C++

    This is a question from mftt sample questions: Which of the expressions donot always correctly compute the mathematical average of the integer variables a, b, c, and d A) float ((a+b+c+d)/4.0) B) (float (a+b+c+d))/4 C) (a+b+c+d)/4 D) (a+b+c+d)/4.0 D) (a+float(b)+c+d)/4

    Started by iamdaisy, 10-29-2007 09:26 AM
    • Replies: 2
    • Views: 393
    10-30-2007 04:01 AM Go to last post
  7. Very confusing solution of a problem on Disk Scheduling algorithm

    This problem is from Titanium bit, ques no. 20. 20. A small disk drive with 80 cylinders (numbered 0 through 79) receives this batch of cylinder requests: 4, 16, 3, 43, 60, 2, 79 The head is initially at cylinder 40 and was headed in the direction of higher cylinder numbers (away from the...

    Started by endlessdream, 10-28-2007 05:14 PM
    • Replies: 1
    • Views: 499
    10-29-2007 12:10 AM Go to last post
  8. Solutions to AGRE 2003

    I found the solutions of AGRE 2003 in http://groups.yahoo.com/group/grecs/files/2004_virtual_study_group/ But there are only from 1-39 and rest few.. Does anybody have rest of the solutions?

    Started by iamdaisy, 10-25-2007 03:08 PM
    2 Pages
    1 2
    • Replies: 14
    • Views: 824
    10-28-2007 05:42 PM Go to last post
  9. anybody from bangalore

    Hey guys.. me frm bangalore..is there anybody frm b'lore?? we can help each other out.. pls reply

    Started by stvijayanand, 10-16-2006 06:09 AM
    • Replies: 5
    • Views: 506
    10-28-2007 05:41 PM Go to last post
  10. Prob # 34 of practice booklet !

    For the following code, the bias of each conditional branch in the code is labeled on the control flow graph to the right. For example, the Boolean expression if_condition evaluates to true on one-half of the executions of that expression. do { U; if (if_condition) { V; if (break_condition)

    Started by endlessdream, 10-28-2007 06:28 AM
    • Replies: 2
    • Views: 455
    10-28-2007 04:53 PM Go to last post
  11. Questions on Scoping.

    Consider the following pascal program: Program Main (output); var x: integer; procedure p1; procedure p2; var x: integer; begin x = 0; p1;

    Started by dionysus, 11-29-2003 01:50 AM
    • Replies: 1
    • Views: 632
    10-28-2007 03:08 PM Go to last post
  12. Question No Test centre in India

    Hi Friends I was trying to register for the 12th April 2008 test on India. To my surprise there is no test centre listed for India. Infact India does not exist in the dropdown list. This seems very wierd to me. Am I missing something ? And the whole idea of domestic/international seems very...

    Started by madhur_ahuja, 10-27-2007 08:45 PM
    • Replies: 3
    • Views: 417
    10-28-2007 10:42 AM Go to last post
  13. Recursive language problem... AGRE '97

    Anyone wants to have a shot at this? If L \subseteq {0,1}* is not recursive then which of the following are true: I. L' is not recursive II. L is contained in a recursive set III. L is infinite A. I B. III C. I,III D. I,II,III *

    Started by grabanca, 10-23-2007 10:10 PM
    • Replies: 7
    • Views: 473
    10-28-2007 06:20 AM Go to last post
  14. the number of entries for a page table

    hi, everyone, i am confused by some questions that for the page table, each virtual page will has one entry or each physical frame will has one entry within the page table?(another question is the size of virtual page is generally equal to the size of physical frame?) i think the size of page...

    Started by ethanph, 10-27-2007 12:03 PM
    • Replies: 1
    • Views: 374
    10-28-2007 03:16 AM Go to last post
  15. system analysis and development tools

    hi can anyone plz tell me what topics we hav to cover in this section.... ------>system analysis and development tools--I (e) i think its related to software engg......plz. help

    Started by saurabh_hmss, 10-27-2007 09:32 PM
    • Replies: 0
    • Views: 334
    10-27-2007 09:32 PM Go to last post
  16. Use of digital calculator in the CS GRE exam !

    Hey is it allowed to use non-programmable calculator in CS GRE exam? If it's not allowed, how it's possible to definitely answer a question involving fractional values?

    Started by endlessdream, 10-27-2007 09:14 PM
    • Replies: 1
    • Views: 467
    10-27-2007 09:20 PM Go to last post
  17. GRE CS subject test for Phd

    Hello Friends I am a B.Tech in Information Technology with currently 2 yrs work experience in IT field. I want to pursue Phd in Computer Science. Can I directly pursue Phd program from a good university by giving AGRE without going for MS? I have already given General GRE(1410) and TOEFL (...

    Started by madhur_ahuja, 10-26-2007 07:33 AM
    • Replies: 3
    • Views: 1,372
    10-27-2007 07:37 AM Go to last post
  18. Problem solving as part of GRE CS Subject test....

    Memory Paging I'm having trouble understanding this question (1996 exam, pg. 40, qs. 54-55): Consider a virtual memory with M resident pages and a periodic page reference string p, p, ..., p, p, p, ..., p, p, p, ..., p of N distinct requests. Assume that the...

    Started by f2003800, 10-18-2007 12:40 PM
    • Replies: 8
    • Views: 607
    10-26-2007 11:51 PM Go to last post
  19. Two problems on k-ordered arrays

    An array A is said to be k-ordered if A \leq A \leq A for all i such that k < i \leq n - k. For example, the array A = is 2 ordered. Q1. In a 2-ordered array of 2n elements, what is the maximum number of positions that an element can be from it's position if the array were 1-ordered?

    Started by taro_curly, 10-22-2007 08:40 AM
    • Replies: 9
    • Views: 551
    10-26-2007 07:00 PM Go to last post
  20. Another AGRE '97 problem

    In a system using buffered I/O, which of the following are needed for ensuring a consistent state on recovery from a crash: I. Allocate more main memory for buffers II. Duplication of buffers in memory III. Atomic write of multiple buffers A. I B.III C. II, III D.I,II E. I, II, III

    Started by grabanca, 10-23-2007 10:38 PM
    • Replies: 2
    • Views: 394
    10-25-2007 03:28 PM Go to last post

+ Post New Thread
Page 8 of 46
FirstFirst ... 4 5 6 7 8 9 10 11 12 18 ... LastLast

Forum Information and Options

Moderators of this Forum

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

What you can do

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO 3.5.0 RC2