1. b. Lisp is a programming language that is powerful for creating AI.
2. b.
3. d. Functional languages are declarative.
4. a
5. c
6. d
uriple-thoice questions I No. Q1: Which of the following statement is NOT cerreet? is one of...
1. Which of the following statements is NOT correct about high-level languages? a. A program written in a high-level language is called a source program or source code. b. A source program can be executed directly on computers. c. Other programming tools can be used to translate a source program into machine code for execution. d. A compiler can translate the entire source program into machine-code file.
Which one of the following statements is FALSE? Pseudocode is a high-level programming language. C++ and Java are 3GLs – procedural languages. SQL is 4GL – non-procedural language. Assembly language is 2GL – low level language. 5GLs are much closer to natural languages.
Some of the questions relate to Visual C# Tell what each of the following parts of a computer system does. CPU Main memory Secondary storage Input devices Output devices What are is the difference between system software and applications software? What is machine level language? What is high level language? What is the difference between compilers and interpreters? How do these relate to programming using C#? Compare a GUI with a command line interface. Which of these does C# support?...
Which of the following is NOT one of the three essential components of Java technology? Virtual-machine specification Programming-language specification Platform specific byte code Application-programming interface
i need answers to all of the following problems
19. A program is used to describe important machine motions and dimensions within the program. a. Block b. Line c. Code d. Word 20. What is an alphanumeric character or punctuation mark in reference to programming language terminology? a) Command b) Script c) Word d) Programming character 21. What are used to describe such important information as machine motion and dimensions in programs? a) Blocks b) Words c) Sentences d) Codes...
Which of the following is NOT correct about compilers and interpreters? Select one: a. Compilers and interpreters are programs. b. Compilers and interpreters can translate high-level language into machine language. c. After translated, a program can run without a compiler. d. After translated, a program can run without an interpreter.
Which of the following computer languages is the easiest to use? A. Assembly language B. First-generation language C. Fourth-generation language D. Machine language
Please also note that there might be multiple answers for each
question.
Q1: Which of the following claims are true?* 1 point The recognizable languages are closed under union and intersection The decidable languages are closed under union and intersection The class of undecidable languages contains the class of recognizable languages For every language A, at least one of A or A*c is recognizable Other: This is a required question Q2: Which of the following languages are recognizable? (Select all...
The purpose of this assignment is to develop solutions that perform File IO and objects. Problem specifications are shown below with my changes in blue. 1. File Previewer Write a program that asks the user for the name of a text file. The program should display the first 10 lines of the file on the screen. If the file has fewer than 10 lines, the entire file should be displayed along with a message indicating the entire file has been...
Quick C Programming Questions: I) Which of the following is false? A) To pass a structure by reference, pass the address of the structure variable. B) A way to pass an array by value is to create a structure with the array as a member then pass the name of the structure. C) To pass a structure by reference, pass the name of the structure variable. D) Passing large structures by reference is more efficient than passing large structures by...