100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

CSE240 Midterm Exam UPDATED ACTUAL Exam Questions and CORRECT Answers

Rating
-
Sold
-
Pages
18
Grade
A+
Uploaded on
23-02-2025
Written in
2024/2025

CSE240 Midterm Exam UPDATED ACTUAL Exam Questions and CORRECT Answers What programming paradigm does Fortran belong to? - CORRECT ANSWER - imperative What computing paradigm can solve a problem by describing the requirements, without writing code in a step-wise fashion to solve the problem. - CORRECT ANSWER - logic

Show more Read less
Institution
CSE
Course
CSE










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
CSE
Course
CSE

Document information

Uploaded on
February 23, 2025
Number of pages
18
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

CSE240 Midterm Exam UPDATED
ACTUAL Exam Questions and CORRECT
Answers
What programming paradigm does Fortran belong to? - CORRECT ANSWER -
imperative


What computing paradigm can solve a problem by describing the requirements, without writing
code in a step-wise fashion to solve the problem. - CORRECT ANSWER - logic


What computing paradigm enforces stateless (no variable allowed) programming? - CORRECT
ANSWER - functional


What programming language characteristics impact the readability of the programs written in
this language (functional)? - CORRECT ANSWER - Control structures
Data structures
Syntax design


What is the major improvement of structured programming languages over the earlier
programming languages? - CORRECT ANSWER - removing goto statement from the
language


Which command will have a loop when expressed in a syntax graph? - CORRECT
ANSWER - switch


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? - CORRECT ANSWER - semantics
error


Given this snippet of code in C,

,char alpha = 'a';
int numeric = alpha + 10;


which of the following statement is correct: - CORRECT ANSWER - Syntactically
correct, but contextually incorrect


If a program contains an error that divides a number by zero at the execution time. This error is
typically a - CORRECT ANSWER - semantic error


A computer program can be broken down and viewed with several different structural layers.
Which of the following belong to these structures? - CORRECT ANSWER - Syntactic
Contextual
Semantic


Which of the following would be the most significant motivation for applying two-step
translation in high level programming language? - CORRECT ANSWER - One compiler
for all machines


If you like to see accurate debugging information, which of the following program processing
mechanism would you recommend? - CORRECT ANSWER - Interpretation


Which implementation of a function has potentially the best performance in terms of execution
speed? - CORRECT ANSWER - macro


Macros-processing in C (or C++) takes place during which specific phase? - CORRECT
ANSWER - pre-processing


Given the following code, what is the expected value for y? Assume that you are using a
compiler that doesn't do any special treatment of macro parameters.
#include <stdio.h>

, int main(){
int x = 10;
int y = 9;
int z = func(++x, y++);

} - CORRECT ANSWER - 11



Converting an integer value 5 to a float number 5.0 takes - CORRECT ANSWER - At least
one important machine instruction to perform conversion between data binary formats


Explicit type conversion is commonly refer to as __________ . - CORRECT ANSWER -
Casting


Type checking happens during compilation phase, it reinforces which of the following structural
layer? - CORRECT ANSWER - Contextual


Which of the following languages is most likely to report a compilation error for the following
snippet of code?


int I = 3;
double n, j = 3.0;

n = i+j; - CORRECT ANSWER - Java


In c++, what function can be used for inputting a string containing spaces? - CORRECT
ANSWER - cin.getline(...);



A variable declaration can involve the following attributes: - CORRECT ANSWER - type
scope

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
MGRADES Stanford University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1069
Member since
1 year
Number of followers
102
Documents
68976
Last sold
23 hours ago
MGRADES (Stanford Top Brains)

Welcome to MGRADES Exams, practices and Study materials Just think of me as the plug you will refer to your friends Me and my team will always make sure you get the best value from the exams markets. I offer the best study and exam materials for a wide range of courses and units. Make your study sessions more efficient and effective. Dive in and discover all you need to excel in your academic journey!

3.8

169 reviews

5
73
4
30
3
44
2
8
1
14

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions