1. Inputtan maximum ve minimum kac tane process okuyabiliriz? Answer: Min: zero Max: limit not specified. any number of lines. If, in your C program, you read a line from input file about a user program and you could not load that user program since there is not enough space (i.e. you could not allocate memory), then you just skip that user program (i.e. you just ignore that line and never come back) in your C program. You don't need to come back. 2. Okudugumuz processlerin memory size araligi ne olmali? Answer: Min: 1 KB Max: 2^memsize KB memsize, is the command line expoenent parameter. For example, if memory size is 1 MB, then program sizes in the input file can be between 1 KB and 1024 KB. 3. Random input olusturulurken; kac satirlik (veya satir araligi) bir dosya olusturmaliyiz? Answer: It is totally up to you. 4. En son memoryde kalan processleri print ederken id sirasina gore mi, yoksa location sirasina gore mi prinit etmeliyiz? Answer: We are not printing process information. We are printing empty space information and while printing that we are printing According to Location. 5. Input dosyasi girilmemisse; random sayi generate etmek in yazdigimizz metod bir input dosyasi olustursa ve program onu kullanarak calismaya devam etse olur mu ? Answer: Yes, you can do that.