Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

Week 4 Quiz: 20 minutes Thank you 1) What would be output by the following function definition and function call? def decrement(x, y): if x >= 0 or y

Week 4 Quiz: 20 minutes

Thank you 

1) What would be output by the following function definition and function call?

def decrement(x, y):    if x >= 0 or y <= 0:        return x + 3    else:        return y + 1

print(decrement(4, 1))

– 2

– 7

– 4

– 5

2) Which of the following function calls would return the number of characters in the string ‘welcome’?

– length(‘welcome’)

– characters(‘welcome’)

– count(‘welcome’)

– len(‘welcome’)

3) What would be output by the following statements?

import mathx = math.sqrt(16)print(x)

– 256.0

– 8.0

– 4.0

– 32.0

4) What would be output by the following statements?

x = max(min(5, 3), 4, 2)print(x)

– 4

– 2

– 3

– 5

5) Which of the following is the syntactically correct definition of a function to print the string hello?

a- def print_hello()    print(‘hello’)

b- def hello():    print(‘hello’)

c- defun hello    print(‘hello’)

d- defun print_hello:    print(‘hello’)

6) Which of the following functions would return the smaller of the two parameters if the first parameter is evenly divisible by three and zero, otherwise?

a- def smaller(x, y):    if x % 3 != 0:        return 0    else:        return min(x, y)

b- def smaller(x, y):    if x % 3 == 0:        return 0    else:        return min(x, y)

c- def smaller(x, y):    if x % 3 == 0:        return min(x, y)    else:        return 0

d- def smaller(x, y):    if x % 3 != 0:        return min(x, y)    else:        return 0

7) What would be output by the following function definitions and function calls?

def print_numbers():    print(‘123’)

def print_letters():    print(‘abc’)

print_letters()print_numbers()

a- 123abc

b- a1b2c3

c- abc123

d- 1a2b3c

8) What would be output by the following function definitions and function call?

def choose(x, y):    if x + 5 > y:        print(x – 5)    else:        print(y – 2)

choose(3, 8)

a) 3

b) 1

c) -2

d) 6

9) Which of the following is the best reason for dividing a program into functions?

– Dividing a large program into functions allows debugging the parts one at a time and then assemble them into a working whole

– By subdividing a program into multiple functions, it makes the program more secure

– sing multiple functions reduces the possiblity of code reuse

– Increasing the number of functions in a program greatly increases the speed of the program

10) Which of the following functions would display the average of the two parameters passed to it?

a-  def average(x, y):    print(y + x / 2)

b- def average(x, y):    avg = x + y    print(avg)

c- def average(x, y):     print(x + y /2)

d- def average(x, y):    print((x + y) / 2)

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

NOTICE TO ACADEMIC WRITERS To all writers currently working on Studydaddy.com, Over time, many writers have expressed concerns about high commission deductions, lack of transparency, and poor communic

NOTICE TO ACADEMIC WRITERS To all writers currently working on Studydaddy.com, Over time, many writers have expressed concerns about high commission deductions, lack of transparency, and poor communication on certain academic platforms. These challenges make it difficult for writers to grow, earn fairly, and work in a supportive environment. In

️ WRITER WARNING & OPPORTUNITY NOTICE Attention Academic Writers Before continuing to invest your time and effort on Studydaddy.com, be aware that many writers report serious issues including: Ext

️ WRITER WARNING & OPPORTUNITY NOTICE Attention Academic Writers Before continuing to invest your time and effort on Studydaddy.com, be aware that many writers report serious issues including: Extremely high commission deductions per order Delayed or unclear payments Messages being ignored, muted, or blocked when payment concerns are raised A

Studydaddy Critics You all noticed that the site’s support team has basically ghosted everyone. No replies to tickets, no fixing complaints, no refunds, no dispatching payments straight radio silence.

Studydaddy Critics You all noticed that the site’s support team has basically ghosted everyone. No replies to tickets, no fixing complaints, no refunds, no dispatching payments straight radio silence. So yeah, we got fed up and threw this dumb little script. It just keeps posting this same question after approximately

Studydaddy Critics You all noticed that the site’s support team has basically ghosted everyone. No replies to tickets, no fixing complaints, no refunds, no dispatching payments straight radio silence.

Studydaddy Critics You all noticed that the site’s support team has basically ghosted everyone. No replies to tickets, no fixing complaints, no refunds, no dispatching payments straight radio silence. So yeah, we got fed up and threw this dumb little script. It just keeps posting this same question after approximately

Please follow the steps provide in unt_fibonacci_assignment.pdfDownload unt_fibonacci_assignment.pdf This assignment is designed to show one difference between higher level language (python ) vs lowe

Please follow the steps provide in  unt_fibonacci_assignment.pdfDownload unt_fibonacci_assignment.pdf This assignment is designed to show one difference between higher level language (python ) vs lower level language (c) Please test the code on cell machine : CELL18-CSE.ENG.UNT.EDU Have fun and enjoy coding, thinking and learning

Please follow the steps provide in unt_fibonacci_assignment.pdfDownload unt_fibonacci_assignment.pdf This assignment is designed to show one difference between higher level language (python ) vs lowe

Please follow the steps provide in  unt_fibonacci_assignment.pdfDownload unt_fibonacci_assignment.pdf This assignment is designed to show one difference between higher level language (python ) vs lower level language (c) Please test the code on cell machine : CELL18-CSE.ENG.UNT.EDU Have fun and enjoy coding, thinking and learning

This assignment will give you an opportunity to learn more about secondary storage technologies, communications, and networks. Before working on this assignment, you will need to complete the Unit IV

This assignment will give you an opportunity to learn more about secondary storage technologies, communications, and networks. Before working on this assignment, you will need to complete the Unit IV Knowledge Check. Reflect on what you have learned about secondary storage, communications, and network security in this unit. Address the

In this journal, you will embark on a journey of exploration into emerging technologies that intrigue you; be it virtual reality, wearables, IoT, or any other fascinating field. You will research a ch

In this journal, you will embark on a journey of exploration into emerging technologies that intrigue you; be it virtual reality, wearables, IoT, or any other fascinating field. You will research a chosen technology and reflect on your learning journey, sharing insights gained, challenges faced, and areas primed for growth.

Database Detective This assignment measures your mastery of ULOs 3.4, 4.1, and 4.2. Before working on this assignment, you will need to complete the Unit VI Activity: Access 2021 – Chapter 2 – Wor

Database Detective  This assignment measures your mastery of ULOs 3.4, 4.1, and 4.2. Before working on this assignment, you will need to complete the Unit VI Activity: Access 2021 – Chapter 2 – Working with Tables in the SIMNet lab.  Download and complete the Unit VI Assignment Poole’s Nursery Template. Complete

This PowerPoint Presentation will measure your understanding of the concepts covered in this course to this point. For this assignment, you are going to create a PowerPoint presentation that would

This PowerPoint Presentation will measure your understanding of the concepts covered in this course to this point. For this assignment, you are going to create a PowerPoint presentation that would be appropriate to present to a class of high schoolers. Imagine that you are presenting a proposal to a congressional

This assignment will give you an opportunity to learn more about secondary storage technologies, communications, and networks. Before working on this assignment, you will need to complete the Unit IV

This assignment will give you an opportunity to learn more about secondary storage technologies, communications, and networks. Before working on this assignment, you will need to complete the Unit IV Knowledge Check. Reflect on what you have learned about secondary storage, communications, and network security in this unit. Address the