What is machine code?
What is machine code? A high-level programming language consisting of instruction lists that humans can read and understand A medium-level programming language consisting of the assembly code designed for the…
What is machine code? A high-level programming language consisting of instruction lists that humans can read and understand A medium-level programming language consisting of the assembly code designed for the…
What is the best definition of a script? It's an error message generated by the interpreter It's an error message generated by the compiler It's a text file that contains…
What is the expected behavior of the following program? print("Hello!") The program will output ("Hello!") to the screen The program will generate an error message on the screen The program will…
What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts? An editor A console A compiler Jython Explanation & Hint:…
What are the four fundamental elements that make a language? An alphabet, morphology, phonetics, and semantics An alphabet, a lexis, a syntax, and semantics An alphabet, a lexis, phonetics, and…
What is CPython? It's the default, reference implementation of the C language, written in Python It's a programming language that is a supperset of the Python, designed to produce C-like performance…
What is true about compilation? (Select two answers) Both you and user must have the compiler to run your code The code is converted directly into machine code executable by the processor It tends…
Your company makes a hardware firewall that runs a custom Linux kernel. What are your obligations under GPLv2? There are no requirements You must make the source to your kernel…
The Creative Commons version of Public Domain licensing is: NoAttribution-ShareAlike (CC BY-SA) Attribution-NonCommercial (CC BY-NC) No Rights Reserved (CC0) Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) Attribution (CC BY) Explanation & Hint: The Creative…
Permissive free software licenses: (choose three) Are not approved by the OSI Can allow software to be used inside closed source software Are not approved by the FSF Include the…