CSE240 EXAM ACTUAL QUESTIONS AND ANSWERS WITH COMPLETE SOLUTIONS VERIFIED
2 views 0 purchase
Course
CSE240
Institution
CSE240
CSE240 EXAM ACTUAL QUESTIONS AND ANSWERS WITH COMPLETE SOLUTIONS VERIFIED
What is the major improvement of structured programming languages over the earlier programming languages?
Removing Goto statement from the language.
What programming paradigm does Fortran belong to?
imperative
Event-driv...
cse240 exam actual questions and answers with comp
Written for
CSE240
All documents for this subject (20)
Seller
Follow
NurseAdvocate
Reviews received
Content preview
CSE240 EXAM ACTUAL QUESTIONS AND ANSWERS WITH
COMPLETE SOLUTIONS VERIFIED
What is the major improvement of structured programming languages over the
earlier programming languages?
Removing Goto statement from the language.
What programming paradigm does Fortran belong to?
imperative
Event-driven computing paradigm is to
define a set of events and write an event handler for each event.
What computing paradigm enforces stateless (no variable allowed)
programming?
functional
What programming language characteristics impact the readability of the
programs written in this language?
Control structures,
Syntax design, Data structures
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
Which construct will have a loop when expressed in a syntax graph?
,switch
Which of the following cannot be checked by an imperative or object-oriented
compiler. Select all that applies.
semantics
During compilation, linker is used for ____
resolving external references (bring in code from other libraries).
If you like to see accurate debugging information, which of the following program
processing would you recommend?
interpretation
A final method in Java defines
an in-line function
Assume a function requires 20 lines of machine code and will be called 10 times
in the main program. You can choose to implement it using a function definition
or a macro definition. Compared with the function definition, macro definition will
lead the compiler to generate, for the entire program, ______
a longer machine code but with shorter execution time.
What is "func" in this C program example?
#include <stdio.h>
#define func(x, y) (x > y) ? y : x
int main(){
int x = 10;
, int y = 9;
int z = func(x, y);}
A macro
Which language will report a compilation error for the following snippet of code?
java
Explicit type conversion is commonly refer to as __________
casting
Converting an integer value 5 to a float number 5.0 takes
more than two machine instuctions
Implicit type conversion is commonly refer to as __________ .
coercion
(True or False) Sort orthogonality 1 and sort orthogonality 2 implies
compositional orthogonality.
TRUE
C/C++ has 2 pointer operators, which operator will return the address of a
variable?
Ampersand (&)
Given this snippet of code, what is the value of x after executing the last
statement?
int x = 10, *y;
y = &x;
y = y +1;
*y= 100;
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 NurseAdvocate. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.19. You're not tied to anything after your purchase.