Hey Chris,
I have analysed the past exams and found that all of the questions are related to the concepts of the C programming kanguage, all revolving around questions about coding, concept application, and explaining the functionalities of certain su...
Yeah, the fact in which you do remember is true. I am suffering the same fate as well. It looks like we are destined to fail this project. And considering that nobody has responded to you up until now means that none of them know how to resolve our p...
Can someone please help me? I'm using a Windows system, and no matter what IDE environment I use, whether it's Visual Studio Code, Code Blocks, or others, when I type the line of code " include regex.h " to use the attributes inside it for the proj...
I understood that multiple files from at least 2 separate directories are needed to synchronise. But what kind of files are they? Are we just considering all files in general, or just the ones that can be seen with the "dir" command?
Also, apart from ...
I understood that multiple files from at least 2 separate directories are needed to synchronise. But what kind of files are they? Are we just considering all files in general, or just the ones that can be seen with the "dir" command?
Also, apart from ...
I understood the concept of synchronising files of at least 2 directories. But what kind of files was it talking about? Is it all files in general, or just the files that we can physically see with the "dir" command?
Apart from files that can be publi...
Hey Chris, I have no idea why you said that the time-quantum expires after the process used up 5 microseconds to perform some computation on the CPU. The timequantum should never have even expired in the first place (since it is always a 100-microsec...
I'm up to doing the calculation part of my algorithm. Just by logic, I would assume that a data bus will only occur when a process executes a "reading" or "writing" system-call, since a data-bus is omly used to transfer information through specific a...
I'm up to doing the calculation part of my algorithm. Just by logic, I would assume that a data bus will only occur when a process executes a "reading" or "writing" system-call, since a data-bus is omly used to transfer information through specific a...
I was making progress into my work until I had this thought... "Am I allowed to add in anything more than what was provided in the template outline?". For example, am I allowed to add in more functions to extend my program in order for improvement (i...
I will try that out after completing the lab. But, I have just figured out how to resolve the issue with "segmentation fault". I know how to create a limited amount of memory space now, to allocate any types of values into a certain array. And it's a...
Oh, I know where I went wrong in my algorithm, thanks to the sample solution for question 3. But even still, I would like to understand what "segmentation fault" is, and how to rectify it, for any future references
No worries. I forgot there was a sample solution. I found my answer there, and will learn from the sample answer provided. No need to answer the question, the sample answer can guide me
Can someone please guide me on how to do this question of the specific lab? I am very stuck on it. I do not know how to combine my algorithm from question 1 (of Lab 2) in with the "cal" command. I have no idea how to incorporate my leap-year program ...