Jump to content

Jamos

Member
  • Posts

    5
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I know it is probably quite basic but I am unsure what a thread is, I have a basic concept as to what it is but I am still unclear on how to explain it and I am still missing a few more details about it to fully understand it.
  2. when I view my memory usage it says 6.6/15.9GB of committed ram but I am unsure what committed ram actually is and I am unable to find an answer, please help.
  3. How can I get python to edit a text file without wiping it completely or just appending to it? I'm using the code: what_it_is=input("what do you want this file to say?\n") file=open("the file path//text.txt", "w") file.write(what_it_is) but it wipes the file of all its content and replaces it with the new text I enter. Is there a way to read/write at the same time without losing the file's data?
  4. Why is it that for one channel on a motherboard you need 2 memory sticks of DDR4 or anything else. I don't know if I got the wrong idea about this or not (just saying I am new to pc parts so plz don't kill me for being a noob!) but please help.
×