Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Lesson Review #7455
    Andrew
    Participant

    Today, I learned that it relates to math and it was quite interesting learning about codes I’d like to use and play with python, today’s lesson was quite easy and simple.

    in reply to: Record Answers Here for lesson 22nd March 2022 #7449
    Andrew
    Participant

    The function could only have 1 argument
    You can assign another variable
    Its a syntax for math.

    in reply to: Python Input Output Activities 18th March #7423
    Andrew
    Participant

    The int() function returns the numeric integer equivalent from a given expression. Expression whose numeric integer equivalent is returned. Using int() function we can convert the string input to integer. The below program will get two numbers from the user and print their sum. int() function converts any datatype to integer.

    in reply to: Record Answers to Python Activity 11.2 #7413
    Andrew
    Participant

    1. print(compoundClass[3]), type print(compoundClass[4])
    2. compoundClass[5] will print nothing
    3. compound class = [“alkanes”, “alkenes”, “alcohols”, “ketones”, “alkyl halides”, “alkynes”]
    print(compoundClass[-1]
    4. Prints compound class = [“alkanes”, “alkenes”, “alcohols”, “ketones”, “alkyl halides”, “alkynes”]
    print(compoundClass[-2] alkyl
    5. A positive number starts and progresses from an alkane, whereas a negative number is the exact opposite of a positive number, so it moves back and forth.
    6. Prints out everything in compound class.

    in reply to: Computer Resources on Various Computer Systems #7234
    Andrew
    Participant

    Supercomputers fastly perform large and complex mathematical computations. Mainframe computers act as a server, store large databases and serve a large number of users simultaneously. Mainframe computers are also expensive but less than supercomputers. It provides the advantage of quick response. This type of operating system avoids duplication of software.
    Digital Camera: Taking photos or selfies
    Mobile phones: allows users to make and receive calls over a radio frequency link while moving within range of the phone.

    in reply to: What is a Resource? #7195
    Andrew
    Participant

    The resource is a material or a supply that we need in our environment.

    Hard drive- The hard drive is where all your permanent computer data is stored. Whenever you save a file, photo, or software to your computer, it is saved to your hard drive.

    Operating systems- Software that supports basic computer functions such as scheduling tasks and, running applications.

    CPU- The part of the computer that retrieves and executes commands.

    in reply to: GUI and CLI #7108
    Andrew
    Participant

    So the CLI provides greater flexibility of use. It can be used to easily do things that are difficult or even impossible to do with a GUI. A GUI needs to use additional system resources to load the graphical part thus it is going to be slower than using the command line. GUI users have Windows that allow a user to work, view, control, and manipulate multiple programs and folders at the same time. CUI does not offer the same ease and ability to work with multiple programs at once on one screen.

    in reply to: Operating Systems Intro Types #7100
    Andrew
    Participant

    My favorite is Windows because, to be honest, I have never used any of them except for Windows. For example, you can use Windows to browse the Internet, check email, edit digital photos, listen to music, play games, and more. Windows is also used in many offices because it provides access to productivity tools such as calendars, word processors, and spreadsheets. Microsoft Windows, also called Windows and Windows OS, computer operating system (OS) developed by Microsoft Corporation to run personal computers (PCs).

    in reply to: Image Compression Activity #7050
    Andrew
    Participant

    Run length Encoding uses the same amount of space, it is a lossless compression it replace a sequence of number or characters.

    in reply to: Compression File Formats #7045
    Andrew
    Participant

    1.File compression is when the size of file or information getting smaller. It reduces space of the file.
    2.Lossless is when the file can be restored and remains. Lossy means when the file cannot be restore and loses the quality.
    3. GIF, PNG

    in reply to: VPN Benefits #7008
    Andrew
    Participant

    A VPN can prevent web browsers and others from accessing your connection, helping to keep the information you send and receive anonymous and secure.
    VPN can be used for security or maybe business for a company’s internal network or to the public internet. For example like Netflix, if you use VPN you can change the location and it can protect your private informations. It allows you to create a secure connection to another network over the internet.

    in reply to: Encryption #7002
    Andrew
    Participant

    Symmetric encryption uses a single key that needs to be shared among the people, asymmetric encryption uses a pair of public key and a private key to encrypt and decrypt messages when communicating.

    in reply to: Online Security #6943
    Andrew
    Participant

    I think it’s because their security is weak, to prevent hackers I think we should make our passwords more complicated.

    in reply to: Top software failures in recent history #6423
    Andrew
    Participant

    British airways had technical issues and affecting the check-in systems, leaving passengers with little information about their flights and electronic tickets.

    in reply to: Approaches to online Learning #6301
    Andrew
    Participant

    In my opinion, Asynchronous is highly educated for E-learning. Synchronous learning is learning that happens at the same time for the instructor and the learners, meaning that there’s real-time interaction between them.

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