Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Lesson Review #7447
    Chien493
    Participant

    I learned how to do some simple calculations with python. this class is really fun. i want do more on python.

    in reply to: Record Answers Here for lesson 22nd March 2022 #7440
    Chien493
    Participant

    yes
    yes
    Arguments must be given in the order expected by the function

    in reply to: Python Input Output Activities 18th March #7419
    Chien493
    Participant

    Print the answer you enter the number. The int() function converts the specified value into an integer number.

    in reply to: Record Answers to Python Activity 11.2 #7401
    Chien493
    Participant

    1)[“Abbot”, 78, 89, “Barrava”,97,86]
    2)for x in gradebook:
    print(x, end = ” “)
    3)print((gradebook[1]+gradebook[2])/2)
    print(gradebook[0]+gradebook[3])
    print(gradebook[2]+gradebook[3])

    output, Abbot 78 89 Barrava 97 86

    in reply to: What is a Resource? #7194
    Chien493
    Participant

    Central processing unit- Unable to fetch instructions and execute them to process instructions.
    storage- There will be insufficient memory.
    peripheral equipment- user can’t to interact with the computer.

    in reply to: Operating Systems Intro Types #7096
    Chien493
    Participant

    Both MacOS and Windows 10 have clear and perfect tips. Both systems provide a secure login option. You can easily log in to Mac with your fingerprint. You can easily log in to Mac with your fingerprint. But Windows 10 face login, fingerprint reader can also use PIN to log in. Apple provides some computer hardware options, but Windows common printers, scanners, office equipment and some relatively new devices can run Windows provides more options for the use of system hardware configuration. Windows PCs have more malware than Macs including ransomware, spyware, botnets and old-fashioned viruses. My favorite is Microsoft Windows.
    My favorite is Microsoft Windows.

    in reply to: Image Compression Activity #7039
    Chien493
    Participant

    Replace a sequence of repeated identical data in the file with a count and single data ex: aaabbcddddd After RLE compression *3a *2b c *5d

    in reply to: Compression File Formats #7036
    Chien493
    Participant

    a file compression become smaller file. Save space on computer hard disk.
    Lossy compression will produce closely matched data after decompression, while lossless will produce accurate original data.
    .jpeg The higher the compression ratio, the worse the quality.

    in reply to: VPN Benefits #6997
    Chien493
    Participant

    VPN enables you to mask your location, IP address, and online activity.
    Many employees do not have to go to the office to just “move” to their home workspace, and then connect to a VPN to access company resources and applications.

    in reply to: Encryption #6990
    Chien493
    Participant

    Symmetric encryption uses the same key to encrypt and decrypt, asymmetric encryption uses one key to encrypt, and then uses another key to decrypt it

    in reply to: Online Security #6937
    Chien493
    Participant

    As long as your personal information is leaked, it may be stolen. Use a more complicated account password

Viewing 11 posts - 1 through 11 (of 11 total)
Scroll to Top