100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Engr 102 - Exam 1 Review Collection of quizzes an answers Latest Update Actual Exam Questions and 100% Verified Correct Answers Guaranteed A+ Verified by Professor $20.49   Add to cart

Exam (elaborations)

Engr 102 - Exam 1 Review Collection of quizzes an answers Latest Update Actual Exam Questions and 100% Verified Correct Answers Guaranteed A+ Verified by Professor

 4 views  0 purchase
  • Course
  • Engr 102
  • Institution
  • Engr 102

Engr 102 - Exam 1 Review Collection of quizzes an answers Latest Update Actual Exam Questions and 100% Verified Correct Answers Guaranteed A+ Verified by Professor

Preview 3 out of 20  pages

  • September 2, 2024
  • 20
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • Engr 102
  • Engr 102
avatar-seller
Tutordiligent
Engr 102 - Exam 1 Review Collection of quizzes
an answers Latest Update 2024-2025 Actual
Exam Questions and 100% Verified Correct
Answers Guaranteed A+ Verified by Professor

Application - CORRECT ANSWER: Another word for program.


Assembly Language - CORRECT ANSWER: Human-readable processor instructions


BOOLEAN - Operators
1. not
2. and
3. or - CORRECT ANSWER: 1. none #Not true returns false
2. both #true and true returns true
3. only one #true and false returns true


Compiler - CORRECT ANSWER: Translates a high-level language program into low-
level machine instructions.


Create a dictionary that stores the ages of Ed, Edd, and Eddy. Their ages are 11, 12,
and 12, respectfully. - CORRECT ANSWER: eds_ages = { 'Ed' : 11
'Edd':12,
'Eddy':13
}


Create a list of number 1,9,5, and 2. Create a list of numbers 1-50 - CORRECT
ANSWER: nums_list = [ ]
for i in range(1, 50 + 1):
----nums_list.append(i)

,Data type:
tuple - CORRECT ANSWER: An immutable container with ordered elements


Determine what type of loop to use for each of the following scenarios:
1. Getting user input until they enter a certain value
2. Approximating a function to a user-inputted number of terms
3. Doing an operation on each element of a list
4. Repeating an operation until the result is within a tolerance - CORRECT ANSWER: 1.
While
2. For
3. For
4. While


Dictionary - CORRECT ANSWER: Iterable
Unordered collection
key
value
{}


Division
' / ' - CORRECT ANSWER: Ex.
is 2.0.
is 1.0.
is 0.5.


Do lists start at index 0 or 1? - CORRECT ANSWER: Lists start at index 0


Do you spend more time typing of looking at code? - CORRECT ANSWER: Looking.

, Edit the dictionary to reflect the passing of four years. (Add 4 to each age) - CORRECT
ANSWER: for kid in eds_ages:
----eds_ages[kids]+=4


EXAMPLE:
List the three main conversion specifiers and write what the code would output -
CORRECT ANSWER: print("I told her %d times that I have a %.2f percent success rate
with any %s." % (7, 92.8, dog)
>>>I told her 7 times that I have a 92.80 percent success rate with any dog


Floored division
' // ' - CORRECT ANSWER: Ex.
20 // 10 is 2.
50 // 50 is 1.
5 // 10 is 0. (5/10 is 0 and the remainder 5 is thrown away).
5.0 // 2 is 2.0


How can you translate your step-by-step plans into sections for your code? - CORRECT
ANSWER: Put the steps into code


How do we implement logic in python? - CORRECT ANSWER: Use conditionals
--> if/elif/else


How do you change the type of variable? - CORRECT ANSWER: Typecasting.
Use the desired type and then some parenthesis
Ex. .float('72.6') return 72.6


How do you get a user to enter a string, integer, float, boolean? - CORRECT ANSWER:
1.String

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

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

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

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 Tutordiligent. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $20.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

80189 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$20.49
  • (0)
  Add to cart