Package deal
Bundle for Edhesive Exams Compilation | Verified | Guaranteed Success
Bundle for Edhesive Exams Compilation | Verified | Guaranteed Success
[Show more]Bundle for Edhesive Exams Compilation | Verified | Guaranteed Success
[Show more]2.1 Lesson Practice 
__________ invented the Analytical Engine, a machine that did calculations. - Charles 
Babbage 
2.1 Lesson Practice 
___________ created the idea of a general Purpose Computing Machine. - Alan Turing 
2.1 Lesson Practice 
__________ created the earliest programmed machine. - Kon...
Preview 2 out of 7 pages
Add to cart2.1 Lesson Practice 
__________ invented the Analytical Engine, a machine that did calculations. - Charles 
Babbage 
2.1 Lesson Practice 
___________ created the idea of a general Purpose Computing Machine. - Alan Turing 
2.1 Lesson Practice 
__________ created the earliest programmed machine. - Kon...
3.1 Lesson Practice 
A ____________ is a set of commands which can be run by calling it by name. - function 
3.1 Lesson Practice 
A _____________ is a piece of information sent to a function. - parameter 
3.1 Lesson Practice 
Consider the following code: 
x = nt (1, 100)
Preview 2 out of 7 pages
Add to cart3.1 Lesson Practice 
A ____________ is a set of commands which can be run by calling it by name. - function 
3.1 Lesson Practice 
A _____________ is a piece of information sent to a function. - parameter 
3.1 Lesson Practice 
Consider the following code: 
x = nt (1, 100)
4.1 Lesson Practice 
We use loops to: - Repeat blocks of code 
4.1 Lesson Practice 
Consider the following code: 
num = int(input("Enter a number, negative to stop")) 
while (num >= 0): 
print ("You entered: " + str(num)) 
num = int(input("Enter a number, negative to stop")) 
print ("Done....
Preview 2 out of 12 pages
Add to cart4.1 Lesson Practice 
We use loops to: - Repeat blocks of code 
4.1 Lesson Practice 
Consider the following code: 
num = int(input("Enter a number, negative to stop")) 
while (num >= 0): 
print ("You entered: " + str(num)) 
num = int(input("Enter a number, negative to stop")) 
print ("Done....
Which line of code outputs the decimal portion of a float stored in the variable x? - print (x - 
int(x)) 
Three of the following values could be stored as strings. When would you NOT use a string 
command? - To store decimal values. 
Consider the following code: 
x = int(input("Enter a number: ")...
Preview 1 out of 4 pages
Add to cartWhich line of code outputs the decimal portion of a float stored in the variable x? - print (x - 
int(x)) 
Three of the following values could be stored as strings. When would you NOT use a string 
command? - To store decimal values. 
Consider the following code: 
x = int(input("Enter a number: ")...
5.1 Lesson Practice 
Which of the following is not true regarding APIs? - They allow you to use Ableton Live 
within EarSketch. 
5.1 Lesson Practice 
fitMedia() is an example of what? - A function 
5.2 Lesson Practice 
Which of the following is NOT used to describe rhythm? - Pitch 
5.2 Lesson Practi...
Preview 2 out of 5 pages
Add to cart5.1 Lesson Practice 
Which of the following is not true regarding APIs? - They allow you to use Ableton Live 
within EarSketch. 
5.1 Lesson Practice 
fitMedia() is an example of what? - A function 
5.2 Lesson Practice 
Which of the following is NOT used to describe rhythm? - Pitch 
5.2 Lesson Practi...
What is output? Select all that apply. 
c = 6 
while (c > 0): 
print (c) 
c = c - 2 - 2, 4, 6 
Which loop prints the numbers 1, 2...100? - c = 1 
while (c <= 100): 
print (c) 
c = c + 1 
Ask the user to input a number less than 100. Print all the numbers from that number to 100. 
Which loop co...
Preview 2 out of 5 pages
Add to cartWhat is output? Select all that apply. 
c = 6 
while (c > 0): 
print (c) 
c = c - 2 - 2, 4, 6 
Which loop prints the numbers 1, 2...100? - c = 1 
while (c <= 100): 
print (c) 
c = c + 1 
Ask the user to input a number less than 100. Print all the numbers from that number to 100. 
Which loop co...
Every device on a network has its own IP address. - True 
ISP stands for _____________ _____________ _____________ - Internet Service Provider 
A protocol is __________. - A set of rules and standards 
IP stands for ____________ ____________? - Internet Protocol 
Most IPv4 addresses today are ______...
Preview 2 out of 6 pages
Add to cartEvery device on a network has its own IP address. - True 
ISP stands for _____________ _____________ _____________ - Internet Service Provider 
A protocol is __________. - A set of rules and standards 
IP stands for ____________ ____________? - Internet Protocol 
Most IPv4 addresses today are ______...
List the three types of software - Application: most programs you use 
Operating: Runs computers, controls memory 
Compiler: creates program for computer to follow 
What is the CPU - Central Processing Unit- carries out program instructions: the brain of the 
computer. 
5 things all computing device...
Preview 1 out of 3 pages
Add to cartList the three types of software - Application: most programs you use 
Operating: Runs computers, controls memory 
Compiler: creates program for computer to follow 
What is the CPU - Central Processing Unit- carries out program instructions: the brain of the 
computer. 
5 things all computing device...
What is x equal to after the following code is executed? 
int x = 0; 
x++; - 1 
What is x equal to after the following code is executed? 
int x = 1; 
x--; - 0 
If A is true, B is true and C is true, is the following compound statement true or false? 
(A && B) && (B || C) - True
Preview 3 out of 20 pages
Add to cartWhat is x equal to after the following code is executed? 
int x = 0; 
x++; - 1 
What is x equal to after the following code is executed? 
int x = 1; 
x--; - 0 
If A is true, B is true and C is true, is the following compound statement true or false? 
(A && B) && (B || C) - True
What will be the output of the following program if the user input number is -5? - -15 
A travel organization organizes a trip to London. The price changes based on the number of 
applicants. The following program is used to display the price of the trip, and uses the variable 
Applicants which is s...
Preview 2 out of 8 pages
Add to cartWhat will be the output of the following program if the user input number is -5? - -15 
A travel organization organizes a trip to London. The price changes based on the number of 
applicants. The following program is used to display the price of the trip, and uses the variable 
Applicants which is s...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
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.
Stuvia is a marketplace, so you are not buying this document from us, but from seller Tulloch. Stuvia facilitates payment to the seller.
No, you only buy these notes for $40.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
75323 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now