CSE 240 Midterm Study ASU Gonzales Questions and Answers Latest Update 100% Correct.
4 keer bekeken 0 keer verkocht
Vak
CSE 240
Instelling
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);
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
√ Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, Bancontact of creditcard voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper ACADEMICMATERIALS. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €7,57. Je zit daarna nergens aan vast.