CSE 240 Midterm Study ASU Gonzales Questions and Answers Latest Update 100% Correct.
4 views 0 purchase
Course
CSE 240
Institution
CSE 240
What kind of error is in the following line:-
int a = ((2*45)*(6/2) hello (4+90));
Lexical Error
Semantic Error
Correct! Syntactic Error
None of the above - ️️What kind of error is in the following line:-
int a = ((2*45)*(6/2) hello (4+90));
Lexical Error
Semantic Error
Syntactic Error...
CSE 240 Midterm Study ASU Gonzales
What kind of error is in the following line:-
int a = ((2*45)*(6/2) hello (4+90));
Lexical Error
Semantic Error
Correct! Syntactic Error
None of the above - ✔️✔️What kind of error is in the following line:-
int a = ((2*45)*(6/2) hello (4+90));
Lexical Error
Semantic Error
Syntactic Error
None of the above
The syntactic structure of imperative programming languages normally include which of
the following units:
operators
keywords
identifiers
conditional statements
loop statements
variable declaration - ✔️✔️conditional statements
loop statements
variable declaration
The compiler execute the program.
True or False - ✔️✔️False
The semantic structure of imperative programming languages normally include which of
the following validations:
type matching
,division by zero
a variable name should start with a letter, '$' or '_'
parameters type in a function declaration should match these in the function call.
statement should end with a ';'
unicity - ✔️✔️type matching
parameters type in a function declaration should match these in the function call.
unicity
Compilation of a program is to execute all the statements of the program completely.
True or False - ✔️✔️True
During compilation, all the statements of a program in a high-level language are
converted (translated) to a low-level language (such as assembly language).
True or False - ✔️✔️True
This programming language uses two-step translation with intermediate codes for
execution.
C
C++
Java
C#
LISP - ✔️✔️Java
Interpretation of a program is the direct execution of one statement at a time
sequentially.
True or False? - ✔️✔️True
The lexical structure of all programming languages are similar and normally include
which of the following units
int x = 5;
float y = 10.3;
printf("hello %d bye %f", x, y);
int x = 5;
float y = 10.3;
printf("hello %d bye %f", &x, &y);
int x = 5;
float y = 10.3f;
printf("hello %i bye %f", x, y); - ✔️✔️int x = 5;
float y = 10.3;
printf("hello %d bye %f", x, y);
What is printed by the following code?
#include <stdio.h>
int i=10;
int bar(int m, int *n) {
printf("i=%d k=%d l=%d\n", i,m,*n);
}
int foo(int k, int *l) {
printf("i=%d k=%d l=%d\n", i,k,*l);
k = 3;
*l = 4;
bar(k, l);
The benefits of buying summaries with Stuvia:
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
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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 ACADEMICMATERIALS. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $7.99. You're not tied to anything after your purchase.