100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
CSE 240 MIDTERM QUESTIONS AND ANSWERS 100% CORRECT | GRADED A+ $12.49   Add to cart

Exam (elaborations)

CSE 240 MIDTERM QUESTIONS AND ANSWERS 100% CORRECT | GRADED A+

 3 views  0 purchase
  • Course
  • Institution

CSE 240 MIDTERM QUESTIONS AND ANSWERS 100% CORRECT | GRADED A+ When evaluating a programming language the category Reusability describes: - This concept asks how tied down a language is to a particular platform, can code be distributed easily and can libraries be made and shared Autocod...

[Show more]

Preview 4 out of 41  pages

  • April 22, 2024
  • 41
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
avatar-seller
CSE 240 MIDTERM QUESTIONS AND ANSWERS

100% CORRECT | GRADED A+




When evaluating a programming language the category Reusability

describes: -✔✔ This concept asks how tied down a language is to a

particular platform, can code be distributed easily and can libraries be

made and shared

Autocode and FORTRAN are considered to be the first high-level

programming languages. -✔✔ True

There was an early focus on efficiency due to early programmable

computers being themselves fairly inefficent being limited in power and

storage. -✔✔ True

With over 500 programming languages in the world, the best way approach

to learning languages is to focus on memorizing syntax and structure. Then

learn languages with simimlar syntaxes and structures. -✔✔ False

What is the major improvement of structured programming languages over

the earlier programming languages? -✔✔ Removing Go to statement from

the language.

,What programming language characteristics impact the readability of the

programs written in this language? -✔✔ Data Structures, Syntax Design,

Control Structures

What programming paradigm does Fortran belong to? -✔✔ Imperative

In contrast to Web 1.0, what is the key function of Web 2.0? -✔✔ Web is

the computing platform

Event-driven computing paradigm is to -✔✔ define a set of events and

write an event handler for each event.

von Neumann Architecture is -✔✔ A state based programming structure

which loads and interprets instructions from memory into action

Event-driven computing paradigm is to -✔✔ define a set of events and

write an event handler for each event.

If your program was designed to print "Hello World" ten (10) times, but

during execution, it printed eleven (11) times. What type of error is it? -✔✔

Semantics Error

Given this snippet of code in C,



char alpha = 'a';

int numeric = alpha + 10;

,which of the following statement is correct: -✔✔ Syntactically correct, but

contextually incorrect.

For the following BNF ruleset, which are terminal symbols? (Check all that

apply.)



<char> ::= a | b | c | ... | x | y | z

<identifier> ::= <char> | <char> <identifer> -✔✔ y, a

Which commands (constructs) do NOT have a loop when expressed in

syntax graphs? Select all that apply -✔✔ while (condition) do {statements;}



if-then-else



for ( <init-expr>; <test-expr>; <increment-expr> ) {<statements>}

If a program contains an error that divides a number by zero at the

execution time. This error is a -✔✔ Semantic Error

Given:



Very Simple Programming Language (VSPL)

, <char> ::= a | b | c | ... | z | 0 | 1 | ... | 9



<operator> ::= + | - | * | / | % | < | > | == | >= | <=



<variable> ::= <char> | <char> <variable>



<expr> ::= <variable> <operator> <variable> | ( <expr> ) <operator> (

<expr> )



<assign> ::= <variable> = <expr>;



<statements> ::= <assign> | <assign> <statements>




The following is valid:

myvar = (x + y) * (a - c); -✔✔ true

Given:



Very Simple Programming Language (VSPL)

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller morren. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $12.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

75323 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$12.49
  • (0)
  Add to cart