Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Programming Language Expert

1. What does the term aliasing mean?

a. Having two names for the same memory cell

b. Having two referencing methods for the same memory cell

c. Both a and b.

d. Neither a nor b.

2. The most rigorous means of describing the meaning of a program is called _________ semantics.

a. dynamic

b. denotational

c. static

d. axiomatic

3. Lexical analysis is separated from syntax analysis because:

a. lexical analysis is less complex.

b. optimizing the lexical analyzer provides more benefits than optimizing the syntax analyzer.

c. lexical analysis has to perform input/output operations and, therefore, is platform dependent.

d. all of the above.

4. The output of _____ compilers must be linked to operating system programs, especially __________ routines.

a. all; input/output

b. all; device drivers

c. some; input/output

d. some; device drivers

5. The extreme opposite of a compiler is known as a(n):

a. interpreter.

b. translator.

c. linker.

d. hybrid.

6. The following list contains steps that may/may not be part of the process of compilation. Place the steps in the correct order that are part of the compilation process, omitting those that are not part of the compilation process.

i. lexical analysis

ii. linking

iii. formatting

iv. semantic analysis

v. optimization

vi. code generation

vii. syntax analysis

viii. loading

a. i, ii, iii, iv, v

b. iv, i, vii, v, ii

c. i, vii, vi, iv, v, ii

d. vii, i, iv, v, vi, iii

e. i, vii, iv, v, vi

7. The data structure built by a compiler that represents the hierarchical syntactic structure of a given program is called a(n)
__________ tree.

a. parse

b. trace

c. syntax

d. module

8. How is Scheme opposite to Common Lisp?

a. Scheme is large and complex; Common Lisp is small.

b. Common Lisp is not an ANSI standard; Scheme is.

c. Scheme is exclusively statically scoped; Common Lisp supports dynamic scoping.

d. Common Lisp is interpreted; Scheme is compiled.

9. The primary progenitor of COBOL was the programming language known as:

a. Pseudocode.

b. Short Code.

c. Speedcode.

d. Flow-matic.

10. The C++ programming language is very popular because it is:

a. backward compatible with C.

b. object-oriented.

c. widely available.

d. all of the above.

11. Plankalkül included the following features except:

a. (recursive) record structures.

b. ones-complement notation floating point type.

c. iterative statement.

d. arrays.

12. For a large production application, a __________ language is most likely to be used:

a. compiled

b. interpreted

c. hybrid

d. script

13. Java and Perl are examples of __________ languages.

a. compiled

b. interpreted

c. hybrid

d. script

14. What innovation introduced in ALGOL68 is often credited to Pascal?

a. user-defined data types

b. block statement

c. select statement

d. bit-string

15. The syntax analysis part of a compiler is known as a:

a. language generator.

b. language recognizer.

c. context free grammar.

d. assembler.

16. If the left-hand side (LHS) appears in the right-hand side (RHS) of a rule, it is a(n):

a. error.

b. iteration.

c. meta-statement.

d. recursion.

17. A hierarchical structure that describes the syntactic structure of sentences in a language is called a(n):

a. descendant chart.

b. family tree.

c. parse tree.

d. ancestor list.

e. none of the above.

18. An alternate term for lexical analyzer is:

a. pattern matcher.

b. parser.

c. pushdown automaton.

d. all of the above.

19. A concept of ________ means that a small number of primitive constructs can be combined in a small number of ways to build the control and data structures of the language.

a. simplicity

b. parsimony

c. relativity

d. orthogonality

20. The task of a bottom-up parser is to find the handle of any given right sentential form that can be generated by its associated grammar.

a. True

b. False

21. A logical rule that is assumed to be true is termed a(n):

a. axiom.

b. theorem.

c. corollary.

d. inference.

22. Using EBNF, the C selection statement is depicted as:
􀃆 if () [else ];

Without brackets, how many BNF rules would be required to depict the C selection statement?

a. 1

b. 2

c. 3

d. More than 3

23. With a von Neumann architecture, assignment is based on:

a. pipelining operations.

b. piping operations.

c. iterative operations.

d. functional operations.

24. The most common programming languages, dating back to the 1940s are called:

a. functional.

b. object-oriented.

c. rule-based.

d. imperative.

25. Consider the rule: A 􀃆 A + B. Using a LL parser, this rule is impossible to handle.

a. True

b. False

Programming Language, Programming

  • Category:- Programming Language
  • Reference No.:- M91618502
  • Price:- $20

Priced at Now at $20, Verified Solution

Have any Question?


Related Questions in Programming Language

Assignmentquestion onegiving the following code snippet

Assignment Question One Giving the following code snippet. What kind of errors you will get and how can you correct it. A. public class HelloJava { public static void main(String args[]) { int x=10; int y=2; System.out.p ...

Php amp session managment assignment -this assignment looks

PHP & SESSION MANAGMENT ASSIGNMENT - This assignment looks at using PHP for creating cookies and session management. Class Exercise - Web Project: Member Registration/Login This exercise will cover adding data connectivi ...

Task - hand execution of arraysoverviewin this task you

Task - Hand Execution of Arrays Overview In this task you will demonstrate how arrays work by hand executing a number of small code snippets. Instructions Watch the Hand Execution with Arrays video, this shows how to ste ...

Assignment - horse race meetingthe assignment will assess

Assignment - Horse Race Meeting The Assignment will assess competencies for ICTPRG524 Develop high level object-oriented class specifications. Summary The assignment is to design the classes that are necessary for the ad ...

Assignment - proposal literature review research method1

Assignment - Proposal, Literature Review, Research Method 1. Abstract - Summary of the knowledge gap: problems of the existing research - Aim of the research, summary of what this project is to achieve - Summary of the a ...

Structs and enumsoverviewin this task you will create a

Structs and Enums Overview In this task you will create a knight database to help Camelot keep track of all of their knights. Instructions Lets get started. 1. What the topic 5 videos, these will guide you through buildi ...

Question - create a microsoft word macro using vba visual

Question - Create a Microsoft Word macro using VBA (Visual Basic for Applications). Name the macro "highlight." The macro should highlight every third line of text in a document. (Imagine creating highlighting that will ...

Extend the adworks applicationi add dialogs to allow the

Extend the AdWorks application I. Add Dialogs to allow the user to Add, Edit, Read and Delete a Customer and refresh the view accordingly. 1. The user should be able to select a specific customer from the DataGrid and cl ...

1 write a function named check that has three parameters

1. Write a function named check () that has three parameters. The first parameter should accept an integer number, andthe second and third parameters should accept a double-precision number. The function body should just ...

Assignment - horse race meetingthe assignment will assess

Assignment - Horse Race Meeting The Assignment will assess competencies for ICTPRG524 Develop high level object-oriented class specifications. Summary The assignment is to design the classes that are necessary for the ad ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As