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

CSE 1321 Final Review UPDATED ACTUAL Questions and CORRECT Answers

Rating
-
Sold
-
Pages
17
Grade
A+
Uploaded on
26-10-2024
Written in
2024/2025

CSE 1321 Final Review UPDATED ACTUAL Questions and CORRECT Answers This algorithm works by selecting the smallest unsorted item in the list and then swapping it with the item in the next position to be filled. - CORRECT ANSWER- Selection This algorithm works using two sets. The sorted part is initially empty. We remove the entries from the unsorted portion one at a time and insert them in the the sorted part. - CORRECT ANSWER- Insertion

Show more Read less
Institution
CSE 1321
Course
CSE 1321










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

Written for

Institution
CSE 1321
Course
CSE 1321

Document information

Uploaded on
October 26, 2024
Number of pages
17
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Content preview

CSE 1321 Final Review UPDATED
ACTUAL Questions and CORRECT
Answers
This algorithm works by selecting the smallest unsorted item in the list and then swapping it
with the item in the next position to be filled. - CORRECT ANSWER✔✔- Selection


This algorithm works using two sets. The sorted part is initially empty. We remove the entries
from the unsorted portion one at a time and insert them in the the sorted part. - CORRECT
ANSWER✔✔- Insertion


This search compares the target value with the middle element in the collection, then ignores
the half of the collection in which the target cannot exist. - CORRECT ANSWER✔✔-
Binary


Sorting a collection makes searching for a value faster. - CORRECT ANSWER✔✔- True,
using binary search


We can use this notation to analyze an algorithm's efficiency. - CORRECT ANSWER✔✔-
Big O


Of the algorithms that we have studied in this module, which is the most efficient in practice?
- CORRECT ANSWER✔✔- Insertion


If an algorithm is described as O(n^2), then the time to process is directly proportional to the
square of the size of the input data set. - CORRECT ANSWER✔✔- True


This algorithm works by comparing each item in the list with the item next to it, and
swapping them if required. This process repeats until the list is fully sorted. - CORRECT
ANSWER✔✔- Bubble


This search scans one item at a time, without jumping to any item. - CORRECT
ANSWER✔✔- Linear

,What does the following statement do?


Create array grades[10] - CORRECT ANSWER✔✔- Declares grades to be a reference to an
array


Creates an instance of an array of 10 values


Will allow valid indices in the range of 0 - 9


**All of these


In a language that uses static typing, we are limited to only values of only one data type in the
array. - CORRECT ANSWER✔✔- True


What do you call the number that is used to pinpoint a specific element within an array? -
CORRECT ANSWER✔✔- index or subscript



Array indexes always starts at what value? - CORRECT ANSWER✔✔- 0


What will be the value of x[3] after the following code has been executed?


Create array x [5]
y←0
FOR (i = 0, i < 5, i++)
x[i] ← y
y ← y + 10

ENDFOR - CORRECT ANSWER✔✔- x = [0,10,20,30,40]
x[3] is 30
Answer: 30

, What will be the results of the following code?


ARRAY_SIZE ← 5
Create array x [ARRAY_SIZE]
FOR (int i = 0, i < length of x, i++)
x[i] ← 10

ENDFOR - CORRECT ANSWER✔✔- All the values in the array are initialized to 10


What would be the results of the following code?


Create array1 ← [33, 88, 11, 44, 99, 55]
value ← array1[0]
FOR (int i = 0, i < length of array1, i++)
IF(array1[i] < value) THEN

value ← array1[i]ENDIFENDFOR - CORRECT ANSWER✔✔- Value contains the lowest
value in array1.


What would be the value of x[1] after the following code is executed?


Create array x [22, 33, 44]
CALL ARRAY_PROCESS with x
...
METHOD ARRAY_PROCESS(parameter [] a)
BEGIN
FOR (int i = 0, i < length of x, i++)
a[i] ←a[i] + 5
ENDFOR

END ARRAY_PROCESS - CORRECT ANSWER✔✔- 38


For the following code, what would be the value of str[2]?

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
4 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

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