• Rooty@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    WYSIWYG has been around so long that people forget markup languages and batch text processing have been around for a long time. LaTeX and Groff seem to be the sole survivors.

  • absGeekNZ@lemmy.nz
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 days ago

    Well what the fuck is a machine language?

    Is is data transmitted between parties (machines) to convey information? HTML fits this definition.

    Do they mean machine code? Because some call machine code “machine language”.

    Either way the answer is D.

  • selkiesidhe@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    That question just gave me anxiety. That is exactly the type of question I would get. Technically it’s not but does the people who wrote that think that? Is it a trap question or a smart question? Omg I gotta not think about this anymore…

    • Camelbeard@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      4 days ago

      Exactly, maybe the person who wrote it thinks its a programming language, maybe machine language is defined as a language that can be interpreted by a machine.

  • MyNamesTotallyRobert@lemmynsfw.com
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 days ago

    I fucking hate these kinds of questions. D is the CORRECT answer because TECHNICALLY html is a markup language and not a programming language but the average person irl will just call you a dipshit for trying to explain that. If this were a question on a shitty academic exam, its going to be a 50/50 toss up on which will get counted as correct because the Autograder Bot Knows All™ but you better not fucking use AI to get your low effort AI-generated homework done quicker because fuck you.

  • palmtrees2309@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 days ago

    Not expected Amitabh Bacchan and Indian who wants to be a Millonaire or Kaun bane ga Crorepati. Lemmy has got me suprised. Also HTML is markup not a programming language.

  • lugal@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Is Machine Language even a well defined thing? I would think of assembly but I don’t know where to draw the line

  • Guidy@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    It’s right there in the name: it’s a markup language. Hyper Text Markup Language. HTML.

    • tfm@europe.pub
      link
      fedilink
      arrow-up
      0
      ·
      4 days ago

      With a programming language you tell a computer what to do. With a markup language, which HTML is, you tell a computer what to show. Much different.

      You wouldn’t want to mix them up. The precise distinction is what the web makes so beautifully scalable.

        • bstix@feddit.dk
          link
          fedilink
          arrow-up
          0
          ·
          5 days ago

          Well, you can’t make Tetris in HTML without including some other language that has loops and variables.

          I’m also not sure if you can do it in Excel without using VBA, which is a programming language. Excel doesn’t do circular logic in the document sheets.

          Anyway the issue or joke is the lack of definition of “programming”.

          HTML is a text encoding system. It’s not that different form something like the Morse code. It’s only instructions for how to decipher a series of codes. It takes input and presents it as an output, starting from the beginning and working its way to the end.

          In my very unofficial opinion, a “program” is something that is able to “run” by itself, so that the code itself has instructions for which part of the code to run.

          If you decipher a morse code, it doesn’t suddenly have instructions that force you to go backwards in the code and decipher from there or to jump to different sections. The text output might tell you to do so, but if you follow the text, then you’re doing something else than deciphering morse code.

          HTML works the same. It start from the top and interprets its way down. It can have some conditional statements, but nothing that will make it go backwards and rerun the same instructions again.

          The interpretation is of course more advanced than Morse code and it can call other languages to do stuff, so HTML is basically a document describing a job procedure in that way. The individual jobs can be reoccurring tasks, but the document itself isn’t.

          So in my opinion it’s not “running” anything. It’s just a document being printed on screen.

            • bstix@feddit.dk
              link
              fedilink
              arrow-up
              0
              ·
              4 days ago

              Good to know.

              It seems kind of half assed though.

              I’ve only used it briefly to access the filesystem. Having to paste code into the reference field in the name manager is a special kind of masochistic practice.

              • filcuk@lemmy.zip
                link
                fedilink
                arrow-up
                0
                ·
                4 days ago

                It’s a huge pain, especially considering selection shortcuts are overwritten.
                I dont work with Excel anymore, but there are python scripts on github to help with lamba management via export/import.

        • Honytawk@feddit.nl
          link
          fedilink
          arrow-up
          0
          ·
          5 days ago

          We aren’t talking about Excel, but about Word.

          We do that to explain that HTML is nothing more than to display text in a certain layout, just like a Word document. The only difference is that Word is designed to be printed, while HTML is designed to display on a website.

          Also, exclude VBA as well as macros. VBA is a programming language.

    • Venus_Ziegenfalle@feddit.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 days ago

      When I tell you it’s gonna sound obvious but it’s because you don’t use it to write programs. It’s a formatting tool more than anything.